diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index d2d4079ea9..fb5c2b9b5c 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -11,8 +11,8 @@ static const char UNUSED *bitcoin_strings[] = { QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring " -"a backup."), +"%s corrupt. Try using the wallet tool reddcoin-wallet to salvage or " +"restoring a backup."), QT_TRANSLATE_NOOP("bitcoin-core", "" "-maxtxfee is set very high! Fees this large could be paid on a single " "transaction."), @@ -39,7 +39,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Error: Dumpfile version is not supported. This version of bitcoin-wallet " +"Error: Dumpfile version is not supported. This version of reddcoin-wallet " "only supports version 1 dumpfiles. Got dumpfile with version %s"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and " @@ -78,9 +78,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Prune: last wallet synchronisation goes beyond pruned data. You need to -" "reindex (download the whole blockchain again in case of pruned node)"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is " -"supported"), -QT_TRANSLATE_NOOP("bitcoin-core", "" "The block database contains a block which appears to be from the future. " "This may be due to your computer's date and time being set incorrectly. Only " "rebuild the block database if you are sure that your computer's date and " @@ -93,7 +90,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "the software that last loaded this wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "" "This is a pre-release test build - use at your own risk - do not use for " -"mining or merchant applications"), +"mining, staking or merchant applications"), QT_TRANSLATE_NOOP("bitcoin-core", "" "This is the maximum transaction fee you pay (in addition to the normal fee) " "to prioritize partial spend avoidance over regular coin selection."), @@ -103,6 +100,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "This is the transaction fee you may pay when fee estimates are not available."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"This product includes software developed by the OpenSSL Project for use in " +"the OpenSSL Toolkit %s."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Total length of network version string (%i) exceeds maximum length (%i). " "Reduce the number or size of uacomments."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -165,11 +165,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32 QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"), -QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"), QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."), QT_TRANSLATE_NOOP("bitcoin-core", "Importing…"), QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"), +QT_TRANSLATE_NOOP("bitcoin-core", "Info: Staking disabled by 'nominting' option."), +QT_TRANSLATE_NOOP("bitcoin-core", "Info: Staking suspended due to block creation failure."), +QT_TRANSLATE_NOOP("bitcoin-core", "Info: Staking suspended due to locked wallet."), +QT_TRANSLATE_NOOP("bitcoin-core", "Info: Staking suspended while synchronizing wallet."), QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."), QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -i2psam address or hostname: '%s'"), @@ -195,10 +198,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore…"), QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."), QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks…"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning…"), -QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to execute statement to verify database: %s"), -QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to prepare statement to verify database: %s"), -QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to read database verification error: %s"), -QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unexpected application id. Expected %u, got %u"), QT_TRANSLATE_NOOP("bitcoin-core", "Section [%s] is not recognized."), QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"), QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 47c002498a..75c9eb302e 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -86,12 +86,12 @@ - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Reddcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses. + These are your Reddcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses. Signing is only possible with addresses of the type 'legacy'. @@ -205,16 +205,21 @@ Signing is only possible with addresses of the type 'legacy'. - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Are you sure you wish to encrypt your wallet? - Are you sure you wish to encrypt your wallet? + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR REDDCOINS</b>! - + + Remember that encrypting your wallet cannot fully protect your reddcoins from being stolen by malware infecting your computer. + + + + Wallet encrypted @@ -230,12 +235,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - + Wallet to be encrypted @@ -336,7 +336,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinGUI - + &Overview &Overview @@ -346,7 +346,17 @@ Signing is only possible with addresses of the type 'legacy'. Show general overview of wallet - + + Send coins to a Reddcoin address + + + + + Request payments (generates QR codes and reddcoin: URIs) + + + + &Transactions &Transactions @@ -356,7 +366,17 @@ Signing is only possible with addresses of the type 'legacy'. Browse transaction history - + + &Staking + + + + + Show your staking capacity + + + + E&xit E&xit @@ -391,17 +411,56 @@ Signing is only possible with addresses of the type 'legacy'. - + + Sign messages with your Reddcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Reddcoin addresses + + + + + Load Partially Signed Reddcoin Transaction + + + + + Load Partially Signed Reddcoin Transaction from clipboard + + + + + Open a reddcoin: URI + + + + Create a new wallet - + + Show the %1 help message to get a list with possible Reddcoin command-line options + + + + Wallet: + + + %n active connection(s) to Reddcoin network. + A substring of the tooltip. + + + + + - + Network activity disabled. A substring of the tooltip. @@ -412,12 +471,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Send coins to a Bitcoin address - Send coins to a Bitcoin address - - - + Backup wallet to another location Backup wallet to another location @@ -427,7 +481,7 @@ Signing is only possible with addresses of the type 'legacy'. Change the passphrase used for wallet encryption - + &Send &Send @@ -437,7 +491,7 @@ Signing is only possible with addresses of the type 'legacy'. &Receive - + &Options… @@ -477,22 +531,12 @@ Signing is only possible with addresses of the type 'legacy'. - - Sign messages with your Bitcoin addresses to prove you own them - Sign messages with your Bitcoin addresses to prove you own them - - - + &Verify message… - - Verify messages to ensure they were signed with specified Bitcoin addresses - Verify messages to ensure they were signed with specified Bitcoin addresses - - - + &Load PSBT from file… @@ -522,7 +566,7 @@ Signing is only possible with addresses of the type 'legacy'. - + &File &File @@ -537,12 +581,12 @@ Signing is only possible with addresses of the type 'legacy'. &Help - + Tabs toolbar Tabs toolbar - + Syncing Headers (%1%)… @@ -572,12 +616,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Request payments (generates QR codes and bitcoin: URIs) - - - - + Show the list of used sending addresses and labels @@ -592,7 +631,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Processed %n block(s) of transaction history. Processed %n block of transaction history. @@ -640,17 +679,7 @@ Signing is only possible with addresses of the type 'legacy'. Up to date - - Load Partially Signed Bitcoin Transaction - - - - - Load Partially Signed Bitcoin Transaction from clipboard - - - - + Node window @@ -670,12 +699,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Open a bitcoin: URI - - - - + Open Wallet @@ -695,8 +719,13 @@ Signing is only possible with addresses of the type 'legacy'. - - Show the %1 help message to get a list with possible Bitcoin command-line options + + &Check for software updates + + + + + Check for available %1 software updates @@ -710,7 +739,7 @@ Signing is only possible with addresses of the type 'legacy'. - + default wallet @@ -740,23 +769,13 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 client - - - %n active connection(s) to Bitcoin network. - A substring of the tooltip. - - %n active connection to Bitcoin network. - %n active connections to Bitcoin network. - - - + Click for more actions. - A substring of the tooltip. "More actions" are available via the context menu. @@ -1213,12 +1232,7 @@ Signing is only possible with addresses of the type 'legacy'. - - The entered address "%1" is not a valid Bitcoin address. - - - - + Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address. @@ -1233,7 +1247,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + The entered address "%1" is not a valid Reddcoin address. + + + + New key generation failed. @@ -1269,17 +1288,22 @@ Signing is only possible with addresses of the type 'legacy'. HelpMessageDialog - + version version - + About %1 - + + Check for updates + + + + Command-line options @@ -1342,12 +1366,7 @@ Signing is only possible with addresses of the type 'legacy'. Use a custom data directory: - - Bitcoin - Bitcoin - - - + %1 GB of free space available @@ -1382,7 +1401,7 @@ Signing is only possible with addresses of the type 'legacy'. - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the Reddcoin block chain. @@ -1396,9 +1415,200 @@ Signing is only possible with addresses of the type 'legacy'. - - Error - Error + + Reddcoin + + + + + Error + Error + + + + MintingTableModel + + + Transaction + + + + + Address + + + + + Age + + + + + Balance + + + + + CoinDay + + + + + StakeProbability + + + + + minutes + + + + + hours + + + + + days + + + + + You have %1 chance to find a POS block if you stake %2 %3 at current difficulty. + + + + + Destination address of the output. + + + + + Original transaction id. + + + + + Age of the transaction in days. + + + + + Balance of the output. + + + + + Coin age in the output. + + + + + Chance to stake a block within given time interval. + + + + + MintingView + + + transaction is too young + + + + + transaction is mature + + + + + transaction has reached maximum probability + + + + + Display staking probability within : + + + + + 10 min + + + + + 24 hours + + + + + 30 days + + + + + 90 days + + + + + Copy address + + + + + Copy transaction id + + + + + Export Staking Data + + + + + Comma separated file (*.csv) + + + + + Address + + + + + Transaction + + + + + Age + + + + + CoinDay + + + + + Balance + + + + + StakingProbability + + + + + Error exporting + + + + + Could not write to file %1. + @@ -1409,17 +1619,7 @@ Signing is only possible with addresses of the type 'legacy'. Form - - Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. - - - - - Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. - - - - + Number of blocks left @@ -1442,7 +1642,17 @@ Signing is only possible with addresses of the type 'legacy'. Last block time - + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the reddcoin network, as detailed below. + + + + + Attempting to spend reddcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + + + + Progress @@ -1481,7 +1691,7 @@ Signing is only possible with addresses of the type 'legacy'. OpenURIDialog - Open bitcoin URI + Open reddcoin URI @@ -1551,7 +1761,27 @@ Signing is only possible with addresses of the type 'legacy'. - + + Full path to a Reddcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! + + + + + Automatically open the Reddcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Automatically open the Reddcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random. + + + + + Connect to the Reddcoin network through a SOCKS5 proxy. + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) @@ -1564,7 +1794,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + Connect to the Reddcoin network through a separate SOCKS5 proxy for Tor onion services. + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. @@ -1600,7 +1835,7 @@ Signing is only possible with addresses of the type 'legacy'. &Network - + Prune &block storage to @@ -1650,37 +1885,32 @@ Signing is only possible with addresses of the type 'legacy'. - - External Signer (e.g. hardware wallet) + + Whether to check official github repository for wallet updates on startup. - - &External signer script path + + &Check github for updates on startup - Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! + External Signer (e.g. hardware wallet) - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + &External signer script path + - + Map port using &UPnP Map port using &UPnP - - Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random. - - - - + Map port using NA&T-PMP @@ -1695,12 +1925,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Connect to the Bitcoin network through a SOCKS5 proxy. - - - - + &Connect through SOCKS5 proxy (default proxy): @@ -1798,17 +2023,12 @@ Signing is only possible with addresses of the type 'legacy'. Choose the default subdivision unit to show in the interface and when sending coins. - + Whether to show coin control features or not. - - Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. - - - - + Use separate SOCKS&5 proxy to reach peers via Tor onion services: @@ -1864,7 +2084,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Confirm options reset Confirm options reset @@ -1918,13 +2138,7 @@ Signing is only possible with addresses of the type 'legacy'. Form - - - The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - - - + Watch-only: @@ -1964,7 +2178,13 @@ Signing is only possible with addresses of the type 'legacy'. - + + + The displayed information may be out of date. Your wallet automatically synchronizes with the Reddcoin network after a connection is established, but this process has not completed yet. + + + + Total: Total: @@ -2004,7 +2224,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values. @@ -2172,11 +2392,21 @@ Signing is only possible with addresses of the type 'legacy'. - Cannot start bitcoin: click-to-pay handler + Cannot start reddcoin: click-to-pay handler + 'reddcoin://' is not a valid URI. Use 'reddcoin:' instead. + + + + + URI cannot be parsed! This can be caused by an invalid Reddcoin address or malformed URI parameters. + + + + @@ -2184,12 +2414,7 @@ Signing is only possible with addresses of the type 'legacy'. - - 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead. - - - - + Cannot process payment request because BIP70 is not supported. Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored. @@ -2197,12 +2422,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - - - - + Payment request file handling @@ -2210,7 +2430,7 @@ If you are receiving this error you should request the merchant provide a BIP21 PeerTableModel - + User Agent Title of Peers Table column which contains the peer's User Agent string. @@ -2267,7 +2487,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - Enter a Bitcoin address (e.g. %1) + Enter a Reddcoin address (e.g. %1) @@ -2651,7 +2871,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Select a peer to view detailed information. @@ -3062,12 +3282,7 @@ For more information on using this console, type %6. - - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. - - - - + An optional label to associate with the new receiving address. @@ -3083,7 +3298,12 @@ For more information on using this console, type %6. - + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Reddcoin network. + + + + An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request. @@ -3373,7 +3593,12 @@ For more information on using this console, type %6. - + + When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for reddcoin transactions than the network can process. + + + + Recommended: @@ -3425,12 +3650,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - - - - + A too low fee might result in a never confirming transaction (read the tooltip) @@ -3537,12 +3757,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - - - - + from wallet '%1' @@ -3567,7 +3782,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + + Please, review your transaction proposal. This will produce a Partially Signed Reddcoin Transaction (PSBT) which you can save or copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. + + + + To review recipient list click "Show Details…" @@ -3620,22 +3840,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + + Warning: Invalid Reddcoin address + + + + or - - You can increase the fee later (signals Replace-By-Fee, BIP-125). + + Creates a Partially Signed Reddcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - - Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can save or copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. + + You can increase the fee later (signals Replace-By-Fee, BIP-125). - + Please, review your transaction. @@ -3718,12 +3943,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - Warning: Invalid Bitcoin address - - - - + Warning: Unknown change address @@ -3758,7 +3978,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 Pay &To: - + + The Reddcoin address to send the payment to + + + + &Label: &Label: @@ -3768,12 +3993,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - The Bitcoin address to send the payment to - - - - + Alt+A Alt+A @@ -3801,7 +4021,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + The fee will be deducted from the amount being sent. The recipient will receive less reddcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. @@ -3820,7 +4040,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + + A message that was attached to the reddcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Reddcoin network. + + + + This is an unauthenticated payment request. @@ -3836,12 +4061,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - - - - + Pay To: @@ -3880,12 +4100,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + You can sign messages/agreements with your addresses to prove you can receive reddcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - The Bitcoin address to sign the message with + The Reddcoin address to sign the message with @@ -3928,11 +4148,21 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - Sign the message to prove you own this Bitcoin address - Sign the message to prove you own this Bitcoin address + Sign the message to prove you own this Reddcoin address + - + + The Reddcoin address the message was signed with + + + + + Verify the message to ensure it was signed with the specified Reddcoin address + + + + Sign &Message Sign &Message @@ -3958,12 +4188,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - The Bitcoin address the message was signed with - - - - + The signed message to verify @@ -3975,12 +4200,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - Verify the message to ensure it was signed with the specified Bitcoin address - Verify the message to ensure it was signed with the specified Bitcoin address - - - + Verify &Message Verify &Message @@ -4710,12 +4930,12 @@ Go to File > Open Wallet to load a wallet. WalletModel - + Send Coins Send Coins - + @@ -4796,7 +5016,7 @@ Go to File > Open Wallet to load a wallet. WalletView - + &Export &Export @@ -4806,7 +5026,7 @@ Go to File > Open Wallet to load a wallet. Export the data in the current tab to a file - + Error @@ -4882,12 +5102,7 @@ Go to File > Open Wallet to load a wallet. - - %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. - - - - + -maxtxfee is set very high! Fees this large could be paid on a single transaction. @@ -4932,12 +5147,7 @@ Go to File > Open Wallet to load a wallet. - - Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s - - - - + Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types @@ -5001,11 +5211,6 @@ Go to File > Open Wallet to load a wallet. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - - - SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - - The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct @@ -5022,8 +5227,18 @@ Go to File > Open Wallet to load a wallet. - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + %s corrupt. Try using the wallet tool reddcoin-wallet to salvage or restoring a backup. + + + + + Error: Dumpfile version is not supported. This version of reddcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + + + + + This is a pre-release test build - use at your own risk - do not use for mining, staking or merchant applications @@ -5043,6 +5258,11 @@ Go to File > Open Wallet to load a wallet. + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s. + + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. @@ -5281,11 +5501,6 @@ Go to File > Open Wallet to load a wallet. Failed to rescan the wallet during initialization - - - Failed to verify database - - Fee rate (%s) is lower than the minimum fee rate setting (%s) @@ -5306,6 +5521,26 @@ Go to File > Open Wallet to load a wallet. Incorrect or no genesis block found. Wrong datadir for network? + + + Info: Staking disabled by 'nominting' option. + + + + + Info: Staking suspended due to block creation failure. + + + + + Info: Staking suspended due to locked wallet. + + + + + Info: Staking suspended while synchronizing wallet. + + Initialization sanity check failed. %s is shutting down. @@ -5431,26 +5666,6 @@ Go to File > Open Wallet to load a wallet. Rescanning… - - - SQLiteDatabase: Failed to execute statement to verify database: %s - - - - - SQLiteDatabase: Failed to prepare statement to verify database: %s - - - - - SQLiteDatabase: Failed to read database verification error: %s - - - - - SQLiteDatabase: Unexpected application id. Expected %u, got %u - - Section [%s] is not recognized. diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index caefddc663..58abaaa473 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -88,12 +88,12 @@ 97 - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Reddcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. 104 - These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses. + These are your Reddcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses. Signing is only possible with addresses of the type 'legacy'. 109 @@ -213,36 +213,36 @@ Signing is only possible with addresses of the type 'legacy'. 110 - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Are you sure you wish to encrypt your wallet? 111 - Are you sure you wish to encrypt your wallet? + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR REDDCOINS</b>! 111 + Remember that encrypting your wallet cannot fully protect your reddcoins from being stolen by malware infecting your computer. + + 118 + + Wallet encrypted 129 173 - + Enter the new passphrase for the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>. 48 - + Enter the old passphrase and new passphrase for the wallet. 63 - - Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - 118 - Wallet to be encrypted @@ -377,629 +377,648 @@ Signing is only possible with addresses of the type 'legacy'. &Overview &Overview - 245 + 281 Show general overview of wallet Show general overview of wallet - 246 + 282 + + + Send coins to a Reddcoin address + + 289 + + + Request payments (generates QR codes and reddcoin: URIs) + + 300 - + &Transactions &Transactions - 274 + 310 - + Browse transaction history Browse transaction history - 275 + 311 - + + &Staking + + 317 + + + Show your staking capacity + + 318 + + E&xit E&xit - 298 + 343 - + Quit application Quit application - 299 + 344 - + &About %1 - 302 + 347 - + Show information about %1 - 303 + 348 - + About &Qt About &Qt - 306 + 351 - + Show information about Qt Show information about Qt - 307 + 352 - + Modify configuration options for %1 - 310 + 355 - + + Sign messages with your Reddcoin addresses to prove you own them + + 369 + + + Verify messages to ensure they were signed with specified Reddcoin addresses + + 371 + + + Load Partially Signed Reddcoin Transaction + + 373 + + + Load Partially Signed Reddcoin Transaction from clipboard + + 375 + + + Open a reddcoin: URI + + 389 + + Create a new wallet - 356 + 401 + + + Show the %1 help message to get a list with possible Reddcoin command-line options + + 408 - + Wallet: - 565 + 616 - + + 1000 + A substring of the tooltip. + + %n active connection(s) to Reddcoin network. + + + + %n active connection(s) to Reddcoin network. + + + + Network activity disabled. - 938 + 1003 A substring of the tooltip. - + Proxy is <b>enabled</b>: %1 - 1362 + 1427 - - Send coins to a Bitcoin address - Send coins to a Bitcoin address - 253 - - + Backup wallet to another location Backup wallet to another location - 320 + 365 - + Change the passphrase used for wallet encryption Change the passphrase used for wallet encryption - 322 + 367 - + &Send &Send - 252 + 288 - + &Receive &Receive - 263 + 299 - + &Options… - 309 + 354 - + &Show / Hide &Show / Hide - 313 + 358 - + Show or hide the main Window Show or hide the main Window - 314 + 359 - + &Encrypt Wallet… - 316 + 361 - + Encrypt the private keys that belong to your wallet Encrypt the private keys that belong to your wallet - 317 + 362 - + &Backup Wallet… - 319 + 364 - + &Change Passphrase… - 321 + 366 - + Sign &message… - 323 - - - Sign messages with your Bitcoin addresses to prove you own them - Sign messages with your Bitcoin addresses to prove you own them - 324 + 368 - + &Verify message… - 325 - - - Verify messages to ensure they were signed with specified Bitcoin addresses - Verify messages to ensure they were signed with specified Bitcoin addresses - 326 + 370 - + &Load PSBT from file… - 327 + 372 - + Load PSBT from clipboard… - 329 + 374 - + Open &URI… - 343 + 388 - + Close Wallet… - 351 + 396 - + Create Wallet… - 354 + 399 - + Close All Wallets… - 358 + 403 - + &File &File - 455 + 504 - + &Settings &Settings - 473 + 522 - + &Help &Help - 534 + 583 - + Tabs toolbar Tabs toolbar - 545 + 595 - + Syncing Headers (%1%)… - 982 + 1047 - + Synchronizing with network… - 1028 + 1093 - + Indexing blocks on disk… - 1033 + 1098 - + Processing blocks on disk… - 1035 + 1100 - + Reindexing blocks on disk… - 1039 + 1104 - + Connecting to peers… - 1045 + 1110 - - Request payments (generates QR codes and bitcoin: URIs) - - 264 - - + Show the list of used sending addresses and labels - 339 + 384 - + Show the list of used receiving addresses and labels - 341 + 386 - + &Command-line options - 361 + 406 - 1054 - + 1119 + Processed %n block(s) of transaction history. Processed %n block of transaction history. - + Processed %n block(s) of transaction history. Processed %n blocks of transaction history. - + %1 behind %1 behind - 1077 + 1142 - + Catching up… - 1082 + 1147 - + Last received block was generated %1 ago. Last received block was generated %1 ago. - 1101 + 1166 - + Transactions after this will not yet be visible. Transactions after this will not yet be visible. - 1103 + 1168 - + Error Error - 1128 + 1193 - + Warning Warning - 1132 + 1197 - + Information Information - 1136 + 1201 - + Up to date Up to date - 1058 - - - Load Partially Signed Bitcoin Transaction - - 328 - - - Load Partially Signed Bitcoin Transaction from clipboard - - 330 + 1123 - + Node window - 332 + 377 - + Open node debugging and diagnostic console - 333 + 378 - + &Sending addresses - 338 + 383 - + &Receiving addresses - 340 - - - Open a bitcoin: URI - - 344 + 385 - + Open Wallet - 346 + 391 - + Open a wallet - 348 + 393 - + Close wallet - 352 + 397 - + Close all wallets - 359 + 404 - - Show the %1 help message to get a list with possible Bitcoin command-line options + + &Check for software updates - 363 + 410 - + + Check for available %1 software updates + + 411 + + &Mask values - 365 + 413 - + Mask the values in the Overview tab - 367 + 415 - + default wallet - 399 + 448 - + No wallets available - 420 + 469 - + &Window &Window - 484 + 533 - + Minimize - 486 + 535 - + Zoom - 496 + 545 - + Main Window - 514 + 563 - + %1 client - 777 + 828 - - 935 - A substring of the tooltip. - - %n active connection(s) to Bitcoin network. - - - - %n active connection(s) to Bitcoin network. - - - - + Click for more actions. - 945 - A substring of the tooltip. "More actions" are available via the context menu. + 1010 - + Show Peers tab - 962 + 1027 A context menu item. The "Peers tab" is an element of the "Node window". - + Disable network activity - 970 + 1035 A context menu item. - + Enable network activity - 972 + 1037 A context menu item. The network activity was disabled previously. - + Error: %1 - 1129 + 1194 - + Warning: %1 - 1133 + 1198 - + Date: %1 - 1241 + 1306 - + Amount: %1 - 1242 + 1307 - + Wallet: %1 - 1244 + 1309 - + Type: %1 - 1246 + 1311 - + Label: %1 - 1248 + 1313 - + Address: %1 - 1250 + 1315 - + Sent transaction Sent transaction - 1251 + 1316 - + Incoming transaction Incoming transaction - 1251 + 1316 - + HD key generation is <b>enabled</b> - 1303 + 1368 - + HD key generation is <b>disabled</b> - 1303 + 1368 - + Private key <b>disabled</b> - 1303 + 1368 - + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 1322 + 1387 - + Wallet is <b>encrypted</b> and currently <b>locked</b> Wallet is <b>encrypted</b> and currently <b>locked</b> - 1330 + 1395 - + Original message: - 1450 + 1515 - + Unit to show amounts in. Click to select another unit. - 1491 + 1556 - + Coin Selection 14 - + Quantity: 48 - + Bytes: 77 - + Amount: 122 - + Fee: 202 - + Dust: 154 - + After Fee: 247 - + Change: 279 - + (un)select all 335 - + Tree mode 351 - + List mode 364 - + Amount Amount 420 - + Received with label 425 - + Received with address 430 - + Date Date 435 - + Confirmations 440 - + Confirmed Confirmed 443 @@ -1008,108 +1027,108 @@ Signing is only possible with addresses of the type 'legacy'. - + Copy amount 66 - + &Copy address 55 - + Copy &label 56 - + Copy &amount 57 - + Copy transaction &ID 58 - + L&ock unspent 60 - + &Unlock unspent 61 - + Copy quantity 65 - + Copy fee 67 - + Copy after fee 68 - + Copy bytes 69 - + Copy dust 70 - + Copy change 71 - + (%1 locked) 373 - + yes 528 - + no 528 - + This label turns red if any recipient receives an amount smaller than the current dust threshold. 542 - + Can vary +/- %1 satoshi(s) per input. 547 - + (no label) 594 648 - + change from %1 (%2) 641 - + (change) 642 @@ -1118,71 +1137,71 @@ Signing is only possible with addresses of the type 'legacy'. - + Creating Wallet <b>%1</b>… 254 - + Create wallet failed 285 - + Create wallet warning 287 - + Can't list signers 303 - + Open wallet failed 335 - + Open wallet warning 337 - + default wallet 347 - + Opening Wallet <b>%1</b>… 349 - + Close wallet 87 - + Are you sure you wish to close the wallet <i>%1</i>? 88 - + Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. 89 - + Close all wallets 102 - + Are you sure you wish to close all wallets? 103 @@ -1191,72 +1210,72 @@ Signing is only possible with addresses of the type 'legacy'. - + Create Wallet 14 - + Wallet Name 25 - + Wallet 38 - + Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice. 47 - + Encrypt Wallet 50 - + Advanced Options 76 - + Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets. 85 - + Disable Private Keys 88 - + Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time. 95 - + Make Blank Wallet 98 - + Use descriptors for scriptPubKey management 105 - + Descriptor Wallet 108 - + Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first. 115 - + External signer 118 @@ -1265,17 +1284,17 @@ Signing is only possible with addresses of the type 'legacy'. - + Create 22 - + Compiled without sqlite support (required for descriptor wallets) 90 - + Compiled without external signing support (required for external signing) 104 @@ -1285,27 +1304,27 @@ Signing is only possible with addresses of the type 'legacy'. - + Edit Address Edit Address 14 - + &Label &Label 25 - + The label associated with this address list entry 35 - + The address associated with this address list entry. This can only be modified for sending addresses. 52 - + &Address &Address 42 @@ -1314,42 +1333,42 @@ Signing is only possible with addresses of the type 'legacy'. - + New sending address 29 - + Edit receiving address 32 - + Edit sending address 36 - - The entered address "%1" is not a valid Bitcoin address. - - 113 - - + Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address. 146 - + The entered address "%1" is already in the address book with label "%2". 151 - + Could not unlock wallet. 123 - + + The entered address "%1" is not a valid Reddcoin address. + + 113 + + New key generation failed. 128 @@ -1358,59 +1377,54 @@ Signing is only possible with addresses of the type 'legacy'. - + A new data directory will be created. A new data directory will be created. 73 - + name name 95 - + Directory already exists. Add %1 if you intend to create a new directory here. Directory already exists. Add %1 if you intend to create a new directory here. 97 - + Path already exists, and is not a directory. Path already exists, and is not a directory. 100 - + Cannot create data directory here. Cannot create data directory here. 107 - - Bitcoin - Bitcoin - 139 - - + %1 GB of free space available 301 - + (of %1 GB needed) 303 - + (%1 GB needed for full chain) 306 - + At least %1 GB of data will be stored in this directory, and it will grow over time. 378 - + Approximately %1 GB of data will be stored in this directory. 381 @@ -1418,31 +1432,36 @@ Signing is only possible with addresses of the type 'legacy'. 390 Explanatory text on the capability of the current prune target. - + (sufficient to restore backups %n day(s) old) - + (sufficient to restore backups %n day old) - + (sufficient to restore backups %n day(s) old) - + (sufficient to restore backups %n days old) - - %1 will download and store a copy of the Bitcoin block chain. + + %1 will download and store a copy of the Reddcoin block chain. 392 - + The wallet will also be stored in this directory. 394 - + Error: Specified data directory "%1" cannot be created. 250 - + + Reddcoin + + 139 + + Error Error 280 @@ -1451,155 +1470,348 @@ Signing is only possible with addresses of the type 'legacy'. - + version version - 37 + 39 - + About %1 - 41 + 54 - + + Check for updates + + 69 + + Command-line options - 60 + 125 - + %1 is shutting down… - 145 + 210 - + Do not shut down the computer until this window disappears. - 146 + 211 - + Welcome Welcome 14 - + Welcome to %1. 23 - + As this is the first time the program is launched, you can choose where %1 will store its data. 49 - + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. 206 - + Limit block chain storage to 238 - + Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features. 241 - + GB 248 - + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. 216 - + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. 226 - + Use the default data directory Use the default data directory 66 - + Use a custom data directory: Use a custom data directory: 73 - - - - Form - Form - 14 - - - Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + + + + Transaction - 133 + 293 - - Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + + Address - 152 + 293 - - Number of blocks left + + Age - 215 + 293 - + + Balance + + 293 + + + CoinDay + + 293 + + + StakeProbability + + 293 + + + minutes + + 378 + + + hours + + 385 + + + days + + 389 + + + You have %1 chance to find a POS block if you stake %2 %3 at current difficulty. + + 392 + + + Destination address of the output. + + 512 + + + Original transaction id. + + 514 + + + Age of the transaction in days. + + 516 + + + Balance of the output. + + 518 + + + Coin age in the output. + + 520 + + + Chance to stake a block within given time interval. + + 522 + + + + + + + transaction is too young + + 37 + + + transaction is mature + + 44 + + + transaction has reached maximum probability + + 51 + + + Display staking probability within : + + 64 + + + 10 min + + 66 + + + 24 hours + + 67 + + + 30 days + + 68 + + + 90 days + + 69 + + + Copy address + + 101 + + + Copy transaction id + + 102 + + + Export Staking Data + + 182 + + + Comma separated file (*.csv) + + 183 + + + Address + + 191 + + + Transaction + + 192 + + + Age + + 193 + + + CoinDay + + 194 + + + Balance + + 195 + + + StakingProbability + + 196 + + + Error exporting + + 200 + + + Could not write to file %1. + + 200 + + + + + + + Form + Form + 14 + + + Number of blocks left + + 215 + + Unknown… 222 248 ../modaloverlay.cpp152 - + calculating… 292 312 - + Last block time Last block time 235 - + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the reddcoin network, as detailed below. + + 133 + + + Attempting to spend reddcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + + 152 + + Progress 261 - + Progress increase per hour 285 - + Estimated time left until synced 305 - + Hide 342 - + Esc 345 @@ -1608,19 +1820,19 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain. 34 - + Unknown. Syncing Headers (%1, %2%)… 158 - + unknown 123 @@ -1629,12 +1841,12 @@ Signing is only possible with addresses of the type 'legacy'. - - Open bitcoin URI + + Open reddcoin URI 14 - + URI: 22 @@ -1643,495 +1855,505 @@ Signing is only possible with addresses of the type 'legacy'. - + Options Options 14 - + &Main &Main 27 - + Automatically start %1 after logging in to the system. 33 - + &Start %1 on system login 36 - + Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain. 58 - + Size of &database cache 108 - + Number of script &verification threads 151 - + + Full path to a Reddcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! + + 263 + + + Automatically open the Reddcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + 295 + + + Automatically open the Reddcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random. + + 305 + + + Connect to the Reddcoin network through a SOCKS5 proxy. + + 325 + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) - 352 - 539 + 362 + 549 - + Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. - 421 - 444 - 467 + 431 + 454 + 477 - + + Connect to the Reddcoin network through a separate SOCKS5 proxy for Tor onion services. + + 512 + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. - 636 + 646 - + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. - 716 - 729 + 726 + 739 - + Open the %1 configuration file from the working directory. - 908 + 918 - + Open Configuration File - 911 + 921 - + Reset all client options to default. Reset all client options to default. - 921 + 931 - + &Reset Options &Reset Options - 924 + 934 - + &Network &Network - 279 + 289 - + Prune &block storage to 61 - + GB 71 - + Reverting this setting requires re-downloading the entire blockchain. 96 - + MiB 124 - + (0 = auto, <0 = leave that many cores free) 164 - + W&allet 200 - + Expert 206 - + Enable coin &control features 215 - + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. 222 - + &Spend unconfirmed change 225 - - External Signer (e.g. hardware wallet) + + Whether to check official github repository for wallet updates on startup. + + 232 + + + &Check github for updates on startup 235 - - &External signer script path + + External Signer (e.g. hardware wallet) - 243 + 245 - - Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! + + &External signer script path 253 - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - 285 - - + Map port using &UPnP Map port using &UPnP - 288 - - - Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random. - - 295 + 298 - + Map port using NA&T-PMP - 298 + 308 - + Accept connections from outside. - 305 - - - Allow incomin&g connections - - 308 + 315 - - Connect to the Bitcoin network through a SOCKS5 proxy. + + Allow incomin&g connections - 315 + 318 - + &Connect through SOCKS5 proxy (default proxy): - 318 + 328 - + Proxy &IP: Proxy &IP: - 327 - 514 + 337 + 524 - + &Port: &Port: - 359 - 546 + 369 + 556 - + Port of the proxy (e.g. 9050) Port of the proxy (e.g. 9050) - 384 - 571 + 394 + 581 - + Used for reaching peers via: - 408 + 418 - + IPv4 - 431 + 441 - + IPv6 - 454 + 464 - + Tor - 477 + 487 - + &Window &Window - 607 + 617 - + Show the icon in the system tray. - 613 + 623 - + &Show tray icon - 616 + 626 - + Show only a tray icon after minimizing the window. Show only a tray icon after minimizing the window. - 626 + 636 - + &Minimize to the tray instead of the taskbar &Minimize to the tray instead of the taskbar - 629 + 639 - + M&inimize on close M&inimize on close - 639 + 649 - + &Display &Display - 660 + 670 - + User Interface &language: User Interface &language: - 668 + 678 - + The user interface language can be set here. This setting will take effect after restarting %1. - 681 + 691 - + &Unit to show amounts in: &Unit to show amounts in: - 692 + 702 - + Choose the default subdivision unit to show in the interface and when sending coins. Choose the default subdivision unit to show in the interface and when sending coins. - 705 + 715 - + Whether to show coin control features or not. 212 - - Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. - - 502 - - + Use separate SOCKS&5 proxy to reach peers via Tor onion services: - 505 + 515 - + &Third party transaction URLs - 719 + 729 - + Monospaced font in the Overview tab: - 741 + 751 - + embedded "%1" - 749 + 759 - + closest matching "%1" - 798 + 808 - + Options set in this dialog are overridden by the command line or in the configuration file: - 863 + 873 - + &OK &OK - 1004 + 1014 - + &Cancel &Cancel - 1017 + 1027 - + Compiled without external signing support (required for external signing) 97 "External signing" means using devices such as hardware wallets. - + default default 109 - + none 190 - + Confirm options reset Confirm options reset - 283 + 285 - + Client restart required to activate changes. - 284 - 341 + 286 + 343 - + Client will be shut down. Do you want to proceed? - 284 + 286 - + Configuration options - 299 + 301 - + The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file. - 300 + 302 - + Error Error - 305 + 307 - + The configuration file could not be opened. - 305 + 307 - + This change would require a client restart. - 345 + 347 - + The supplied proxy address is invalid. The supplied proxy address is invalid. - 373 + 375 - + Form Form 14 - - The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - 76 - 411 - - + Watch-only: 284 - + Available: 294 - + Your current spendable balance Your current spendable balance 304 - + Pending: 339 - + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance 139 - + Immature: Immature: 239 - + Mined balance that has not yet matured Mined balance that has not yet matured 210 - + Balances 60 - + + The displayed information may be out of date. Your wallet automatically synchronizes with the Reddcoin network after a connection is established, but this process has not completed yet. + + 76 + 411 + + Total: Total: 200 - + Your current total balance Your current total balance 249 - + Your current balance in watch-only addresses 323 - + Spendable: 346 - + Recent transactions 395 - + Unconfirmed transactions to watch-only addresses 120 - + Mined balance in watch-only addresses that has not yet matured 158 - + Current total balance in watch-only addresses 268 @@ -2140,41 +2362,41 @@ Signing is only possible with addresses of the type 'legacy'. - + Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values. - 188 + 187 - + Dialog 14 - + Sign Tx 86 - + Broadcast Tx 102 - + Copy to Clipboard 122 - + Save… 129 - + Close 136 @@ -2183,123 +2405,123 @@ Signing is only possible with addresses of the type 'legacy'. - + Failed to load transaction: %1 55 - + Failed to sign transaction: %1 73 - + Could not sign any more inputs. 81 - + Signed %1 inputs, but more signatures are still required. 83 - + Signed transaction successfully. Transaction is ready to broadcast. 86 - + Unknown error processing transaction. 98 - + Transaction broadcast successfully! Transaction ID: %1 108 - + Transaction broadcast failed: %1 111 - + PSBT copied to clipboard. 120 - + Save Transaction Data 143 - + Partially Signed Transaction (Binary) 145 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved to disk. 152 - + * Sends %1 to %2 168 - + Unable to calculate transaction fee or total transaction amount. 178 - + Pays transaction fee: 180 - + Total Amount 192 - + or 195 - + Transaction has %1 unsigned inputs. 201 - + Transaction is missing some information about inputs. 243 - + Transaction still needs signature(s). 247 - + (But this wallet cannot sign transactions.) 250 - + (But this wallet does not have the right keys.) 253 - + Transaction is fully signed and ready for broadcast. 261 - + Transaction status is unknown. 265 @@ -2308,17 +2530,27 @@ Signing is only possible with addresses of the type 'legacy'. - + Payment request error 173 - - Cannot start bitcoin: click-to-pay handler + + Cannot start reddcoin: click-to-pay handler 174 - + + 'reddcoin://' is not a valid URI. Use 'reddcoin:' instead. + + 224 + + + URI cannot be parsed! This can be caused by an invalid Reddcoin address or malformed URI parameters. + + 254 + + URI handling 224 @@ -2326,12 +2558,7 @@ Signing is only possible with addresses of the type 'legacy'. 246 253 - - 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead. - - 224 - - + Cannot process payment request because BIP70 is not supported. Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored. If you are receiving this error you should request the merchant provide a BIP21 compatible URI. @@ -2339,12 +2566,7 @@ If you are receiving this error you should request the merchant provide a BIP21 241 264 - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - - 254 - - + Payment request file handling 263 @@ -2353,59 +2575,59 @@ If you are receiving this error you should request the merchant provide a BIP21 - + User Agent - 107 + 104 Title of Peers Table column which contains the peer's User Agent string. - + Ping - 98 + 95 Title of Peers Table column which indicates the current latency of the connection with the peer. - + Peer - 86 + 83 Title of Peers Table column which contains a unique number used to identify a connection. - + Sent - 101 + 98 Title of Peers Table column which indicates the total amount of network information we have sent to the peer. - + Received - 104 + 101 Title of Peers Table column which indicates the total amount of network information we have received from the peer. - + Address - 89 + 86 Title of Peers Table column which contains the IP/Onion/I2P address of the connected peer. - + Type - 92 + 89 Title of Peers Table column which describes the type of peer connection. The "type" describes why the connection exists. - + Network Network - 95 + 92 Title of Peers Table column which states the network the peer connected through. - + Amount Amount 213 @@ -2414,132 +2636,132 @@ If you are receiving this error you should request the merchant provide a BIP21 - - Enter a Bitcoin address (e.g. %1) + + Enter a Reddcoin address (e.g. %1) 120 - + Unroutable 660 - + Internal 666 - + Inbound 676 - + Outbound 676 - + Full Relay 680 - + Block Relay 681 - + Manual 682 - + Feeler 683 - + Address Fetch 684 - + %1 d 698 - + %1 h 700 - + %1 m 702 - + %1 s 704 732 - + None 720 - + N/A N/A 726 - + %1 ms 727 745 - + %n second(s) %n second - + %n second(s) %n seconds 749 - + %n minute(s) %n minute - + %n minute(s) %n minutes 753 - + %n hour(s) %n hour - + %n hour(s) %n hours 757 - + %n day(s) %n day - + %n day(s) %n days @@ -2547,47 +2769,47 @@ If you are receiving this error you should request the merchant provide a BIP21 761 767 - + %n week(s) %n week - + %n week(s) %n weeks - + %1 and %2 767 767 - + %n year(s) %n year - + %n year(s) %n years - + %1 B 775 - + %1 kB 777 - + %1 MB 779 - + %1 GB 781 @@ -2596,37 +2818,37 @@ If you are receiving this error you should request the merchant provide a BIP21 - + &Save Image… 30 - + &Copy Image 31 - + Resulting URI too long, try to reduce the text for label / message. 42 - + Error encoding URI into QR Code. 49 - + QR code support not available. 90 - + Save QR Code 120 - + PNG Image 123 @@ -2636,7 +2858,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A N/A 75 @@ -2675,322 +2897,322 @@ If you are receiving this error you should request the merchant provide a BIP21 1584 ../rpcconsole.h139 - + Client version Client version 65 - + &Information &Information 43 - + General 58 - + Datadir 114 - + To specify a non-default location of the data directory use the '%1' option. 124 - + Blocksdir 143 - + To specify a non-default location of the blocks directory use the '%1' option. 153 - + Startup time Startup time 172 - + Network Network 201 1093 - + Name 208 - + Number of connections Number of connections 231 - + Block chain Block chain 260 - + Memory Pool 319 - + Current number of transactions 326 - + Memory usage 349 - + Wallet: 443 - + (none) 454 - + &Reset 665 - + Received 745 1453 - + Sent 825 1430 - + &Peers 866 - + Banned peers 942 - + Select a peer to view detailed information. 1010 - ../rpcconsole.cpp1124 + ../rpcconsole.cpp1127 - + Version 1116 - + Starting Block 1240 - + Synced Headers 1263 - + Synced Blocks 1286 - + The mapped Autonomous System used for diversifying peer selection. 1571 - + Mapped AS 1574 - + User Agent 88 1139 - + Node window 14 - + Current block height 267 - + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. 397 - + Decrease font size 475 - + Increase font size 495 - + Permissions 1041 - + The direction and type of peer connection: %1 1064 - + Direction/Type 1067 - + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. 1090 - + Services 1162 - + Whether the peer requested us to relay transactions. 1188 - + Wants Tx Relay 1191 - + High bandwidth BIP152 compact block relay: %1 1214 - + High Bandwidth 1217 - + Connection Time 1309 - + Elapsed time since a novel block passing initial validity checks was received from this peer. 1332 - + Last Block 1335 - + Elapsed time since a novel transaction accepted into our mempool was received from this peer. 1358 - + Last Tx 1361 - + Last Send 1384 - + Last Receive 1407 - + Ping Time 1476 - + The duration of a currently outstanding ping. 1499 - + Ping Wait 1502 - + Min Ping 1525 - + Time Offset 1548 - + Last block time Last block time 290 - + &Open &Open 400 - + &Console &Console 426 - + &Network Traffic 613 - + Totals 681 - + Debug log file Debug log file 390 - + Clear console Clear console 515 @@ -2999,131 +3221,131 @@ If you are receiving this error you should request the merchant provide a BIP21 - + In: - 923 + 926 - + Out: - 924 + 927 - + Inbound: initiated by peer - 495 + 498 - + Outbound Full Relay: default - 496 + 499 - + Outbound Block Relay: does not relay transactions or addresses - 497 + 500 - + Outbound Manual: added using RPC %1 or %2/%3 configuration options - 498 + 501 - + Outbound Feeler: short-lived, for testing addresses - 502 + 505 - + Outbound Address Fetch: short-lived, for soliciting addresses - 503 + 506 - + we selected the peer for high bandwidth relay - 507 + 510 - + the peer selected us for high bandwidth relay - 508 + 511 - + no high bandwidth relay selected - 509 + 512 - + Ctrl++ - 522 + 525 Main shortcut to increase the RPC console font size. - + Ctrl+= - 524 + 527 Secondary shortcut to increase the RPC console font size. - + Ctrl+- - 528 + 531 Main shortcut to decrease the RPC console font size. - + Ctrl+_ - 530 + 533 Secondary shortcut to decrease the RPC console font size. - + &Disconnect - 680 + 683 - + 1 &hour - 681 + 684 - + 1 d&ay - 682 + 685 - + 1 &week - 683 + 686 - + 1 &year - 684 + 687 - + &Unban - 706 + 709 - + Network activity disabled - 927 + 930 - + Executing command without any wallet - 1004 + 1007 - + Executing command using "%1" wallet - 1002 + 1005 - + Welcome to the %1 RPC console. Use up and down arrows to navigate history, and %2 to clear screen. Use %3 and %4 to increase or decrease the font size. @@ -3132,60 +3354,60 @@ For more information on using this console, type %6. %7WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.%8 - 856 + 859 RPC console welcome message. Placeholders %7 and %8 are style tags for the warning content, and they are not space separated from the rest of the text intentionally. - + Executing… - 1012 + 1015 A console message indicating an entered command is currently being executed. - + (peer: %1) - 1130 + 1133 - + via %1 - 1132 + 1135 - + Yes 138 - + No 138 - + To 138 - + From 138 - + Ban for 139 - + Never 179 - + Unknown 139 @@ -3194,98 +3416,98 @@ For more information on using this console, type %6. - + &Amount: 37 - + &Label: &Label: 83 - + &Message: 53 - - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. - - 50 - - + An optional label to associate with the new receiving address. 80 - + Use this form to request payments. All fields are <b>optional</b>. 73 - + An optional amount to request. Leave this empty or zero to not request a specific amount. 34 193 - + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Reddcoin network. + + 50 + + An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request. 66 - + An optional message that is attached to the payment request and may be displayed to the sender. 96 - + &Create new receiving address 111 - + Clear all fields of the form. 134 - + Clear 137 - + Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead. 215 - + Generate native segwit (Bech32) address 218 - + Requested payments history 279 - + Show the selected request (does the same as double clicking an entry) 304 - + Show 307 - + Remove the selected entries from the list 324 - + Remove 327 @@ -3294,37 +3516,37 @@ For more information on using this console, type %6. - + Copy &URI 47 - + &Copy address 48 - + Copy &label 49 - + Copy &message 50 - + Copy &amount 51 - + Could not unlock wallet. 176 - + Could not generate new %1 address 181 @@ -3333,62 +3555,62 @@ For more information on using this console, type %6. - + Request payment to … 14 - + Address: 90 - + Amount: 119 - + Label: 148 - + Message: 180 - + Wallet: 212 - + Copy &URI 240 - + Copy &Address 250 - + &Verify 260 - + Verify this address on e.g. a hardware wallet screen 263 - + &Save Image… 273 - + Payment information 39 @@ -3397,7 +3619,7 @@ For more information on using this console, type %6. - + Request payment to %1 49 @@ -3406,37 +3628,37 @@ For more information on using this console, type %6. - + Date Date 32 - + Label 32 - + Message 32 - + (no label) 73 - + (no message) 82 - + (no amount requested) 90 - + Requested 133 @@ -3445,190 +3667,190 @@ For more information on using this console, type %6. - + Send Coins Send Coins 14 ../sendcoinsdialog.cpp738 - + Coin Control Features 90 - + automatically selected 120 - + Insufficient funds! 139 - + Quantity: 228 - + Bytes: 263 - + Amount: 311 - + Fee: 391 - + After Fee: 442 - + Change: 474 - + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. 518 - + Custom change address 521 - + Transaction Fee: 727 - + Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain. 765 - + Warning: Fee estimation is currently not possible. 774 - + per kilobyte 856 - + Hide 803 - + + When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for reddcoin transactions than the network can process. + + 886 + + Recommended: 915 - + Custom: 945 - + Send to multiple recipients at once Send to multiple recipients at once 1160 - + Add &Recipient Add &Recipient 1163 - + Clear all fields of the form. 1143 - + Inputs… 110 - + Dust: 343 - + Choose… 741 - + Hide transaction fee settings 800 - + Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size. Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 satoshis per kvB" for a transaction size of 500 virtual bytes (half of 1 kvB) would ultimately yield a fee of only 50 satoshis. 851 - - When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - - 886 - - + A too low fee might result in a never confirming transaction (read the tooltip) 889 - + (Smart fee not initialized yet. This usually takes a few blocks…) 994 - + Confirmation time target: 1020 - + Enable Replace-By-Fee 1078 - + With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk. 1081 - + Clear &All Clear &All 1146 - + Balance: Balance: 1201 - + Confirm the send action Confirm the send action 1117 - + S&end S&end 1120 @@ -3637,273 +3859,273 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Copy quantity 92 - + Copy amount 93 - + Copy fee 94 - + Copy after fee 95 - + Copy bytes 96 - + Copy dust 97 - + Copy change 98 - + %1 (%2 blocks) 174 - + Sign on device 204 "device" usually means a hardware wallet - + Connect your hardware wallet first. 207 - + Set external signer script path in Options -> Wallet 211 "External signer" means using devices such as hardware wallets. - + Cr&eate Unsigned 214 - - Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - - 215 - - + from wallet '%1' 305 - + %1 to '%2' 316 - + %1 to %2 321 - + Do you want to draft this transaction? 328 - + Are you sure you want to send? 330 - + + Please, review your transaction proposal. This will produce a Partially Signed Reddcoin Transaction (PSBT) which you can save or copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. + + 335 + + To review recipient list click "Show Details…" 382 - + Create Unsigned 401 - + Sign and send 401 - + Sign failed 426 - + External signer not found 432 "External signer" means using devices such as hardware wallets. - + External signer failure 438 "External signer" means using devices such as hardware wallets. - + Save Transaction Data 496 - + Partially Signed Transaction (Binary) 498 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved 505 - + External balance: 680 - + + Warning: Invalid Reddcoin address + + 954 + + or 378 - - You can increase the fee later (signals Replace-By-Fee, BIP-125). + + Creates a Partially Signed Reddcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - 359 + 215 - - Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can save or copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. + + You can increase the fee later (signals Replace-By-Fee, BIP-125). - 335 + 359 - + Please, review your transaction. 337 - + Transaction fee 345 - + Not signalling Replace-By-Fee, BIP-125. 361 - + Total Amount 375 - + Confirm send coins 400 - + Confirm transaction proposal 400 - + Watch-only balance: 683 - + The recipient address is not valid. Please recheck. 707 - + The amount to pay must be larger than 0. 710 - + The amount exceeds your balance. 713 - + The total exceeds your balance when the %1 transaction fee is included. 716 - + Duplicate address found: addresses should only be used once each. 719 - + Transaction creation failed! 722 - + A fee higher than %1 is considered an absurdly high fee. 726 - + Payment request expired. 729 853 - + Estimated to begin confirmation within %n block(s). Estimated to begin confirmation within %n block. - + Estimated to begin confirmation within %n block(s). Estimated to begin confirmation within %n blocks. - - Warning: Invalid Bitcoin address - - 954 - - + Warning: Unknown change address 959 - + Confirm custom change address 962 - + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? 962 - + (no label) 983 @@ -3912,108 +4134,108 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + A&mount: A&mount: 155 705 1238 - + Pay &To: Pay &To: 39 - + + The Reddcoin address to send the payment to + + 57 + + &Label: &Label: 132 - + Choose previously used address 64 - - The Bitcoin address to send the payment to - - 57 - - + Alt+A Alt+A 80 - + Paste address from clipboard Paste address from clipboard 87 - + Alt+P Alt+P 103 - + Remove this entry 110 672 1205 - + The amount to send in the selected unit 170 - - The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + + The fee will be deducted from the amount being sent. The recipient will receive less reddcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. 177 - + S&ubtract fee from amount 180 - + Use available balance 187 - + Message: 196 - + + A message that was attached to the reddcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Reddcoin network. + + 206 + + This is an unauthenticated payment request. 639 - + This is an authenticated payment request. 1168 - + Enter a label for this address to add it to the list of used addresses 145 148 - - A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - - 206 - - + Pay To: 654 1183 - + Memo: 688 @@ -4023,128 +4245,128 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Signatures - Sign / Verify a Message Signatures - Sign / Verify a Message 14 - + &Sign Message &Sign Message 27 - - You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + You can sign messages/agreements with your addresses to prove you can receive reddcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. 33 - - The Bitcoin address to sign the message with + + The Reddcoin address to sign the message with 51 - + Choose previously used address 58 274 - + Alt+A Alt+A 68 284 - + Paste address from clipboard Paste address from clipboard 78 - + Alt+P Alt+P 88 - + Enter the message you want to sign here Enter the message you want to sign here 100 103 - + Signature Signature 110 - + Copy the current signature to the system clipboard Copy the current signature to the system clipboard 140 - - Sign the message to prove you own this Bitcoin address - Sign the message to prove you own this Bitcoin address + + Sign the message to prove you own this Reddcoin address + 161 - + + The Reddcoin address the message was signed with + + 267 + + + Verify the message to ensure it was signed with the specified Reddcoin address + + 318 + + Sign &Message Sign &Message 164 - + Reset all sign message fields Reset all sign message fields 178 - + Clear &All Clear &All 181 338 - + &Verify Message &Verify Message 240 - + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! 246 - - The Bitcoin address the message was signed with - - 267 - - + The signed message to verify 296 299 - + The signature given when the message was signed 306 309 - - Verify the message to ensure it was signed with the specified Bitcoin address - Verify the message to ensure it was signed with the specified Bitcoin address - 318 - - + Verify &Message Verify &Message 321 - + Reset all verify message fields Reset all verify message fields 335 - + Click "Sign Message" to generate signature 125 @@ -4153,13 +4375,13 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + The entered address is invalid. 120 219 - + Please check the address and try again. 120 @@ -4167,59 +4389,59 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 220 227 - + The entered address does not refer to a key. 127 226 - + Wallet unlock was cancelled. 135 - + No error 146 - + Private key for the entered address is not available. 149 - + Message signing failed. 152 - + Message signed. 164 - + The signature could not be decoded. 233 - + Please check the signature and try again. 234 241 - + The signature did not match the message digest. 240 - + Message verification failed. 246 - + Message verified. 214 @@ -4228,7 +4450,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + kB/s 82 @@ -4239,111 +4461,111 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 36 - + Open for %n more block(s) Open for %n more block - + Open for %n more block(s) Open for %n more blocks - + Open until %1 38 - + conflicted with a transaction with %1 confirmations 44 - + 0/unconfirmed, %1 47 - + in memory pool 47 - + not in memory pool 47 - + abandoned 46 - + %1/unconfirmed 49 - + %1 confirmations 51 - + Status 102 - + Date Date 105 - + Source 112 - + Generated 112 - + From 117 131 203 - + unknown 131 - + To 132 152 222 - + own address 134 - + watch-only 134 203 - + label 136 - + Credit 172 @@ -4354,120 +4576,120 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 174 - + matures in %n more block(s) matures in %n more block - + matures in %n more block(s) matures in %n more blocks - + not accepted 176 - + Debit 236 262 325 - + Total debit 246 - + Total credit 247 - + Transaction fee 252 - + Net amount 274 - + Message 280 292 - + Comment 282 - + Transaction ID 284 - + Transaction total size 285 - + Transaction virtual size 286 - + Output index 287 - + (Certificate was not verified) 303 - + Merchant 306 - + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. 314 - + Debug information 322 - + Transaction 330 - + Inputs 333 - + Amount Amount 354 - + true 355 356 - + false 355 @@ -4477,7 +4699,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + This pane shows a detailed description of the transaction This pane shows a detailed description of the transaction 20 @@ -4486,7 +4708,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Details for %1 18 @@ -4495,138 +4717,138 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Date Date 260 - + Type 260 - + Label 260 320 - + Open for %n more block(s) Open for %n more block - + Open for %n more block(s) Open for %n more blocks - + Open until %1 323 - + Unconfirmed 326 - + Abandoned 329 - + Confirming (%1 of %2 recommended confirmations) 332 - + Confirmed (%1 confirmations) 335 - + Conflicted 338 - + Immature (%1 confirmations, will be available after %2) 341 - + Generated but not accepted 344 - + Received with 383 - + Received from 385 - + Sent to 388 - + Payment to yourself 390 - + Mined 392 - + watch-only 420 - + (n/a) 436 - + (no label) 646 - + Transaction status. Hover over this field to show number of confirmations. 685 - + Date and time that the transaction was received. 687 - + Type of transaction. 689 - + Whether or not a watch-only address is involved in this transaction. 691 - + User-defined intent/purpose of the transaction. 693 - + Amount removed from or added to balance. 695 @@ -4635,199 +4857,199 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + All 70 86 - + Today 71 - + This week 72 - + This month 73 - + Last month 74 - + This year 75 - + Received with 87 - + Sent to 89 - + To yourself 91 - + Mined 92 - + Other 93 - + Enter address, transaction id, or label to search 98 - + Min amount 102 - + Range… 76 - + &Copy address 166 - + Copy &label 167 - + Copy &amount 168 - + Copy transaction &ID 169 - + Copy &raw transaction 170 - + Copy full transaction &details 171 - + &Show transaction details 172 - + Increase transaction &fee 174 - + A&bandon transaction 177 - + &Edit address label 178 - + Export Transaction History 352 - + Comma separated file 355 Expanded name of the CSV file format. See https://en.wikipedia.org/wiki/Comma-separated_values - + Confirmed Confirmed 364 - + Watch-only 366 - + Date Date 367 - + Type 368 - + Label 369 - + Address 370 - + ID 372 - + Exporting Failed 375 - + There was an error trying to save the transaction history to %1. 375 - + Exporting Successful 379 - + The transaction history was successfully saved to %1. 379 - + Range: 551 - + to 559 @@ -4836,14 +5058,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + No wallet has been loaded. Go to File > Open Wallet to load a wallet. - OR - 35 - + Create a new wallet 40 @@ -4852,944 +5074,939 @@ Go to File > Open Wallet to load a wallet. - + Send Coins Send Coins - 218 + 221 - + Fee bump error - 478 - 530 - 543 - 548 + 486 + 538 + 551 + 556 - + Increasing transaction fee failed - 478 + 486 - + Do you want to increase the fee? - 486 + 494 - + Do you want to draft a transaction with fee increase? - 486 + 494 - + Current fee: - 490 + 498 - + Increase: - 494 + 502 - + New fee: - 498 + 506 - + Warning: This may pay the additional fee by reducing change outputs or adding inputs, when necessary. It may add a new change output if one does not already exist. These changes may potentially leak privacy. - 506 + 514 - + Confirm fee bump - 509 + 517 - + Can't draft transaction. - 530 + 538 - + PSBT copied - 537 + 545 - + Can't sign transaction. - 543 + 551 - + Could not commit transaction - 548 + 556 - + Can't display address - 562 + 570 - + default wallet - 580 + 588 - + &Export &Export - 51 + 53 - + Export the data in the current tab to a file Export the data in the current tab to a file - 52 + 54 - + Error Error - 217 - 226 - 236 + 232 + 241 + 251 - + Unable to decode PSBT from clipboard (invalid base64) - 217 + 232 - + Load Transaction Data - 222 + 237 - + Partially Signed Transaction (*.psbt) - 223 + 238 - + PSBT file must be smaller than 100 MiB - 226 + 241 - + Unable to decode PSBT - 236 + 251 - + Backup Wallet - 275 + 290 - + Wallet Data - 277 + 292 Name of the wallet data file format. - + Backup Failed - 283 + 298 - + There was an error trying to save the wallet data to %1. - 283 + 298 - + Backup Successful - 287 + 302 - + The wallet data was successfully saved to %1. - 287 + 302 - + Cancel - 331 + 346 - + The %s developers 12 - - %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. - - 13 - - + -maxtxfee is set very high! Fees this large could be paid on a single transaction. 16 - + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. 19 - + Cannot obtain a lock on data directory %s. %s is probably already running. 22 - + Cannot provide specific connections and have addrman find outgoing connections at the same. 24 - + Cannot upgrade a non HD split wallet from version %i to version %i without upgrading to support pre-split keypool. Please use version %i or no version specified. 27 - + Distributed under the MIT software license, see the accompanying file %s or %s 31 - + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. 34 - + Error: Dumpfile format record is incorrect. Got "%s", expected "format". 37 - + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". 39 - - Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s - - 41 - - + Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types 44 - + Error: Listening for incoming connections failed (listen returned error %s) 47 - + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. 49 - + File %s already exists. If you are sure this is what you want, move it out of the way first. 52 - + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) 55 - + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. 58 - + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. 61 - + No dump file provided. To use dump, -dumpfile=<filename> must be provided. 64 - + No wallet file format provided. To use createfromdump, -format=<format> must be provided. 66 - + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. 69 - + Please contribute if you find %s useful. Visit %s for further information about the software. 72 - + Prune configured below the minimum of %d MiB. Please use a higher number. 75 - + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) 77 - - SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - - 80 - - + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct - 83 + 80 - + The transaction amount is too small to send after the fee has been deducted - 88 + 85 - + This error could occur if this wallet was not shutdown cleanly and was last loaded using a build with a newer version of Berkeley DB. If so, please use the software that last loaded this wallet - 90 + 87 - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + %s corrupt. Try using the wallet tool reddcoin-wallet to salvage or restoring a backup. - 94 + 13 - + + Error: Dumpfile version is not supported. This version of reddcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + + 41 + + + This is a pre-release test build - use at your own risk - do not use for mining, staking or merchant applications + + 91 + + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - 97 + 94 - + This is the transaction fee you may discard if change is smaller than dust at this level - 100 + 97 - + This is the transaction fee you may pay when fee estimates are not available. - 103 + 100 - + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s. + + 102 + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. 105 - + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. 108 - + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". 111 - + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". 114 - + Warning: Private keys detected in wallet {%s} with disabled private keys 117 - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. 119 - + Witness data for blocks after height %d requires validation. Please restart with -reindex. 122 - + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 125 - + %s is set very high! 128 - + -maxmempool must be at least %d MB 129 - + A fatal internal error occurred, see debug.log for details 130 - + Cannot resolve -%s address: '%s' 131 - + Cannot set -peerblockfilters without -blockfilterindex. 132 - + Cannot write to data directory '%s'; check permissions. 133 - + Change index out of range 134 - + Config setting for %s only applied on %s network when in [%s] section. 135 - + Copyright (C) %i-%i 136 - + Corrupted block database detected 137 - + Could not find asmap file %s 138 - + Could not parse asmap file %s 139 - + Disk space is too low! 140 - + Do you want to rebuild the block database now? 141 - + Done loading 142 - + Dump file %s does not exist. 143 - + Error creating %s 144 - + Error initializing block database 145 - + Error initializing wallet database environment %s! 146 - + Error loading %s 147 - + Error loading %s: Private keys can only be disabled during creation 148 - + Error loading %s: Wallet corrupted 149 - + Error loading %s: Wallet requires newer version of %s 150 - + Error loading block database 151 - + Error opening block database 152 - + Error reading from database, shutting down. 153 - + Error reading next record from wallet database 154 - + Error upgrading chainstate database 155 - + Error: Couldn't create cursor into database 156 - + Error: Disk space is low for %s 157 - + Error: Dumpfile checksum does not match. Computed %s, expected %s 158 - + Error: Got key that was not hex: %s 159 - + Error: Got value that was not hex: %s 160 - + Error: Keypool ran out, please call keypoolrefill first 161 - + Error: Missing checksum 162 - + Error: No %s addresses available. 163 - + Error: Unable to parse version %u as a uint32_t 164 - + Error: Unable to write record to new wallet 165 - + Failed to listen on any port. Use -listen=0 if you want this. 166 - + Failed to rescan the wallet during initialization 167 - - Failed to verify database + + Fee rate (%s) is lower than the minimum fee rate setting (%s) 168 - - Fee rate (%s) is lower than the minimum fee rate setting (%s) + + Ignoring duplicate -wallet %s. 169 - - Ignoring duplicate -wallet %s. + + Importing… 170 - - Importing… + + Incorrect or no genesis block found. Wrong datadir for network? 171 - - Incorrect or no genesis block found. Wrong datadir for network? + + Info: Staking disabled by 'nominting' option. 172 - - Initialization sanity check failed. %s is shutting down. + + Info: Staking suspended due to block creation failure. 173 - - Insufficient funds + + Info: Staking suspended due to locked wallet. 174 - - Invalid -i2psam address or hostname: '%s' + + Info: Staking suspended while synchronizing wallet. 175 - - Invalid -onion address or hostname: '%s' + + Initialization sanity check failed. %s is shutting down. 176 - - Invalid -proxy address or hostname: '%s' + + Insufficient funds 177 - - Invalid P2P permission: '%s' + + Invalid -i2psam address or hostname: '%s' 178 - - Invalid amount for -%s=<amount>: '%s' + + Invalid -onion address or hostname: '%s' 179 - - Invalid amount for -discardfee=<amount>: '%s' + + Invalid -proxy address or hostname: '%s' 180 - - Invalid amount for -fallbackfee=<amount>: '%s' + + Invalid P2P permission: '%s' 181 - - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + Invalid amount for -%s=<amount>: '%s' 182 - - Invalid netmask specified in -whitelist: '%s' + + Invalid amount for -discardfee=<amount>: '%s' 183 - - Loading P2P addresses… + + Invalid amount for -fallbackfee=<amount>: '%s' 184 - - Loading banlist… + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 185 - - Loading block index… + + Invalid netmask specified in -whitelist: '%s' 186 - - Loading wallet… + + Loading P2P addresses… 187 - - Need to specify a port with -whitebind: '%s' + + Loading banlist… 188 - - No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. + + Loading block index… 189 - - Not enough file descriptors available. + + Loading wallet… 190 - - Prune cannot be configured with a negative value. + + Need to specify a port with -whitebind: '%s' 191 - - Prune mode is incompatible with -coinstatsindex. + + No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. 192 - - Prune mode is incompatible with -txindex. + + Not enough file descriptors available. 193 - - Pruning blockstore… + + Prune cannot be configured with a negative value. 194 - - Reducing -maxconnections from %d to %d, because of system limitations. + + Prune mode is incompatible with -coinstatsindex. 195 - - Replaying blocks… + + Prune mode is incompatible with -txindex. 196 - - Rescanning… + + Pruning blockstore… 197 - - SQLiteDatabase: Failed to execute statement to verify database: %s + + Reducing -maxconnections from %d to %d, because of system limitations. 198 - - SQLiteDatabase: Failed to prepare statement to verify database: %s + + Replaying blocks… 199 - - SQLiteDatabase: Failed to read database verification error: %s + + Rescanning… 200 - - SQLiteDatabase: Unexpected application id. Expected %u, got %u - - 201 - - + Section [%s] is not recognized. - 202 + 201 - + Signing transaction failed - 203 + 202 - + Specified -walletdir "%s" does not exist - 204 + 203 - + Specified -walletdir "%s" is a relative path - 205 + 204 - + Specified -walletdir "%s" is not a directory - 206 + 205 - + Specified blocks directory "%s" does not exist. - 207 + 206 - + Starting network threads… - 208 + 207 - + The source code is available from %s. - 209 + 208 - + The specified config file %s does not exist - 210 + 209 - + The transaction amount is too small to pay the fee - 211 + 210 - + The wallet will avoid paying less than the minimum relay fee. - 212 + 211 - + This is experimental software. - 213 + 212 - + This is the minimum transaction fee you pay on every transaction. - 214 + 213 - + This is the transaction fee you will pay if you send a transaction. - 215 + 214 - + Transaction amount too small - 216 + 215 - + Transaction amounts must not be negative - 217 + 216 - + Transaction has too long of a mempool chain - 218 + 217 - + Transaction must have at least one recipient - 219 + 218 - + Transaction needs a change address, but we can't generate it. %s - 220 + 219 - + Transaction too large - 221 + 220 - + Unable to bind to %s on this computer (bind returned error %s) - 222 + 221 - + Unable to bind to %s on this computer. %s is probably already running. - 223 + 222 - + Unable to create the PID file '%s': %s - 224 + 223 - + Unable to generate initial keys - 225 + 224 - + Unable to generate keys - 226 + 225 - + Unable to open %s for writing - 227 + 226 - + Unable to start HTTP server. See debug log for details. - 228 + 227 - + Unknown -blockfilterindex value %s. - 229 + 228 - + Unknown address type '%s' - 230 + 229 - + Unknown change type '%s' - 231 + 230 - + Unknown network specified in -onlynet: '%s' - 232 + 231 - + Unknown new rules activated (versionbit %i) - 233 + 232 - + Unsupported logging category %s=%s. - 234 + 233 - + Upgrading UTXO database - 235 + 234 - + Upgrading txindex database - 236 + 235 - + User Agent comment (%s) contains unsafe characters. - 237 + 236 - + Verifying blocks… - 238 + 237 - + Verifying wallet(s)… - 239 + 238 - + Wallet needed to be rewritten: restart %s to complete - 240 + 239