diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py index 4efc4bd6f5..e4d438fdb0 100755 --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -58,7 +58,7 @@ if not XGETTEXT: print('Cannot extract strings: xgettext utility is not installed or not configured.',file=sys.stderr) print('Please install package "gettext" and re-run \'./configure\'.',file=sys.stderr) sys.exit(1) -child = Popen([XGETTEXT,'--output=-','-n','--keyword=_'] + files, stdout=PIPE) +child = Popen([XGETTEXT,'--output=-','--from-code=utf-8','-n','--keyword=_'] + files, stdout=PIPE) (out, err) = child.communicate() messages = parse_po(out.decode('utf-8')) diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index ab631459fb..dd4df44ed9 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -115,9 +115,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Unable to replay blocks. You will need to rebuild the database using -" "reindex-chainstate."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Unable to rewind the database to a pre-fork state. You will need to " -"redownload the blockchain"), -QT_TRANSLATE_NOOP("bitcoin-core", "" "Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or " "\"sqlite\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -129,6 +126,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: We do not appear to fully agree with our peers! You may need to " "upgrade, or other nodes may need to upgrade."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Witness data for blocks after height %d requires validation. Please restart " +"with -reindex."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "You need to rebuild the database using -reindex to go back to unpruned " "mode. This will redownload the entire blockchain"), QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"), @@ -173,7 +173,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initializa 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", "Importing…"), QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"), QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."), QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"), @@ -186,20 +186,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=: '%s' QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"), -QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses..."), -QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."), -QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."), -QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."), +QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"), +QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"), +QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"), +QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet…"), QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "No proxy server specified. Use -proxy= or -proxy=."), QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."), +QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -coinstatsindex."), QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."), -QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."), +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", "Rewinding blocks..."), +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 fetch sqlite wallet schema version: %s"), QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to fetch the application id: %s"), @@ -212,7 +212,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"), QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is a relative path"), QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a directory"), QT_TRANSLATE_NOOP("bitcoin-core", "Specified blocks directory \"%s\" does not exist."), -QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads..."), +QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads…"), QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."), QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"), QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"), @@ -241,8 +241,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."), QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"), QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"), QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."), -QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."), -QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."), +QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"), +QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"), QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"), }; diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index e2640c8884..a911f8012e 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -95,22 +95,27 @@ Signing is only possible with addresses of the type 'legacy'. - - &Copy Address + + Copy Address - Copy &Label + Copy Label - &Edit + Edit - + + Delete + + + + Export Address List @@ -313,7 +318,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinApplication - + Runaway exception @@ -336,17 +341,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinGUI - - Sign &message... - Sign &message... - - - - Synchronizing with network... - Synchronizing with network... - - - + &Overview &Overview @@ -396,42 +391,12 @@ Signing is only possible with addresses of the type 'legacy'. Show information about Qt - - &Options... - &Options... - - - + Modify configuration options for %1 - - &Encrypt Wallet... - &Encrypt Wallet... - - - - &Backup Wallet... - &Backup Wallet... - - - - &Change Passphrase... - &Change Passphrase... - - - - Open &URI... - - - - - Create Wallet... - - - - + Create a new wallet @@ -456,17 +421,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Syncing Headers (%1%)... - - - - - Reindexing blocks on disk... - Reindexing blocks on disk... - - - + Proxy is <b>enabled</b>: %1 @@ -486,12 +441,7 @@ Signing is only possible with addresses of the type 'legacy'. Change the passphrase used for wallet encryption - - &Verify message... - &Verify message... - - - + &Send &Send @@ -501,7 +451,12 @@ Signing is only possible with addresses of the type 'legacy'. &Receive - + + &Options… + + + + &Show / Hide &Show / Hide @@ -511,22 +466,77 @@ Signing is only possible with addresses of the type 'legacy'. Show or hide the main Window - + + &Encrypt Wallet… + + + + Encrypt the private keys that belong to your wallet Encrypt the private keys that belong to your wallet - + + &Backup Wallet… + + + + + &Change Passphrase… + + + + + Sign &message… + + + + 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… + + + + + Load PSBT from clipboard… + + + + + Open &URI… + + + + + Close Wallet… + + + + + Create Wallet… + + + + + Close All Wallets… + + + + &File &File @@ -546,7 +556,37 @@ Signing is only possible with addresses of the type 'legacy'. Tabs toolbar - + + Syncing Headers (%1%)… + + + + + Synchronizing with network… + + + + + Indexing blocks on disk… + + + + + Processing blocks on disk… + + + + + Reindexing blocks on disk… + + + + + Connecting to peers… + + + + Request payments (generates QR codes and bitcoin: URIs) @@ -573,18 +613,8 @@ Signing is only possible with addresses of the type 'legacy'. %n active connections to Bitcoin network - - - Indexing blocks on disk... - - - - - Processing blocks on disk... - - - + Processed %n block(s) of transaction history. Processed %n block of transaction history. @@ -597,7 +627,12 @@ Signing is only possible with addresses of the type 'legacy'. %1 behind - + + Catching up… + + + + Last received block was generated %1 ago. Last received block was generated %1 ago. @@ -627,22 +662,12 @@ Signing is only possible with addresses of the type 'legacy'. Up to date - - &Load PSBT from file... - - - - + Load Partially Signed Bitcoin Transaction - - Load PSBT from clipboard... - - - - + Load Partially Signed Bitcoin Transaction from clipboard @@ -682,22 +707,12 @@ Signing is only possible with addresses of the type 'legacy'. - - Close Wallet... - - - - + Close wallet - - Close All Wallets... - - - - + Close all wallets @@ -752,17 +767,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Connecting to peers... - - - - - Catching up... - Catching up... - - - + Error: %1 @@ -936,7 +941,7 @@ Signing is only possible with addresses of the type 'legacy'. Confirmed - + Copy address @@ -947,17 +952,17 @@ Signing is only possible with addresses of the type 'legacy'. - + Copy amount - + Copy transaction ID - + Lock unspent @@ -967,7 +972,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Copy quantity @@ -1042,7 +1047,7 @@ Signing is only possible with addresses of the type 'legacy'. CreateWalletActivity - Creating Wallet <b>%1</b>... + Creating Wallet <b>%1</b>… @@ -1200,7 +1205,7 @@ Signing is only possible with addresses of the type 'legacy'. FreespaceChecker - + A new data directory will be created. A new data directory will be created. @@ -1266,12 +1271,22 @@ Signing is only possible with addresses of the type 'legacy'. - + + Limit block chain storage to + + + + 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. - + + GB + + + + 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. @@ -1281,7 +1296,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Use the default data directory Use the default data directory @@ -1296,12 +1311,22 @@ Signing is only possible with addresses of the type 'legacy'. Bitcoin - - Discard blocks after verification, except most recent %1 GB (prune) + + %1 GB of free space available - + + (of %1 GB needed) + + + + + (%1 GB needed for full chain) + + + + At least %1 GB of data will be stored in this directory, and it will grow over time. @@ -1310,8 +1335,17 @@ Signing is only possible with addresses of the type 'legacy'. Approximately %1 GB of data will be stored in this directory. + + + (sufficient to restore backups %n day(s) old) + block chain pruning + + + + + - + %1 will download and store a copy of the Bitcoin block chain. @@ -1321,7 +1355,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Error: Specified data directory "%1" cannot be created. @@ -1330,30 +1364,6 @@ Signing is only possible with addresses of the type 'legacy'. Error Error - - - %n GB of free space available - - %n GB of free space available - %n GB of free space available - - - - - (of %n GB needed) - - (of %n GB needed) - (of %n GB needed) - - - - - (%n GB needed for full chain) - - - - - ModalOverlay @@ -1380,12 +1390,18 @@ Signing is only possible with addresses of the type 'legacy'. - - Unknown... + + Unknown… - + + + calculating… + + + + Last block time Last block time @@ -1395,18 +1411,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Progress increase per hour - - calculating... - - - - Estimated time left until synced @@ -1421,13 +1431,13 @@ 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. - - Unknown. Syncing Headers (%1, %2%)... + + Unknown. Syncing Headers (%1, %2%)… @@ -1463,7 +1473,7 @@ Signing is only possible with addresses of the type 'legacy'. - Opening Wallet <b>%1</b>... + Opening Wallet <b>%1</b>… @@ -1978,7 +1988,7 @@ Signing is only possible with addresses of the type 'legacy'. - Save... + Save… @@ -2122,19 +2132,19 @@ Signing is only possible with addresses of the type 'legacy'. - + URI handling - + '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. @@ -2142,12 +2152,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - - Invalid payment address %1 - - - - + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. @@ -2160,7 +2165,7 @@ If you are receiving this error you should request the merchant provide a BIP21 PeerTableModel - + User Agent @@ -2213,7 +2218,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Unroutable @@ -2389,11 +2394,11 @@ If you are receiving this error you should request the merchant provide a BIP21 - %1 didn't yet exit safely... + %1 didn't yet exit safely… - + unknown @@ -2402,16 +2407,16 @@ If you are receiving this error you should request the merchant provide a BIP21 QRImageWidget - &Save Image... + Save Image… - - &Copy Image + + Copy Image - + Resulting URI too long, try to reduce the text for label / message. @@ -2451,13 +2456,13 @@ If you are receiving this error you should request the merchant provide a BIP21 - + - + @@ -2474,12 +2479,12 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A N/A - + Client version Client version @@ -2520,12 +2525,12 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Network Network - + Name @@ -2571,29 +2576,29 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Received - - + + Sent - + &Peers - + Banned peers - - + + Select a peer to view detailed information. @@ -2603,7 +2608,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Starting Block @@ -2628,13 +2633,13 @@ If you are receiving this error you should request the merchant provide a BIP21 - - + + User Agent - + Node window @@ -2659,7 +2664,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Permissions @@ -2684,7 +2689,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Whether the peer requested us to relay transactions. @@ -2764,7 +2769,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Last block time Last block time @@ -2789,7 +2794,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + In: @@ -2808,31 +2813,6 @@ If you are receiving this error you should request the merchant provide a BIP21 Clear console Clear console - - - 1 &hour - - - - - 1 &day - - - - - 1 &week - - - - - 1 &year - - - - - &Disconnect - - Yes @@ -2864,7 +2844,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Inbound: initiated by peer @@ -2909,12 +2889,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - - &Unban - - - - + Welcome to the %1 RPC console. @@ -2949,17 +2924,47 @@ If you are receiving this error you should request the merchant provide a BIP21 - + (peer id: %1) - + Executing command using "%1" wallet - + + Disconnect + + + + + 1 hour + + + + + 1 day + + + + + 1 week + + + + + 1 year + + + + + Unban + + + + via %1 @@ -3068,7 +3073,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Copy URI @@ -3093,7 +3098,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Could not unlock wallet. @@ -3107,7 +3112,7 @@ If you are receiving this error you should request the merchant provide a BIP21 ReceiveRequestDialog - Request payment to ... + Request payment to … @@ -3147,7 +3152,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - &Save Image... + &Save Image… @@ -3213,12 +3218,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - - Inputs... - - - - + automatically selected @@ -3273,12 +3273,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - - Choose... - - - - + 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. @@ -3288,14 +3283,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - - 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 of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis. - - - - + per kilobyte @@ -3315,12 +3303,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - - (Smart fee not initialized yet. This usually takes a few blocks...) - - - - + Send to multiple recipients at once Send to multiple recipients at once @@ -3335,17 +3318,34 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + + Inputs… + + + + Dust: - + + Choose… + + + + Hide transaction fee settings - + + 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. + + + + 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. @@ -3355,7 +3355,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + + (Smart fee not initialized yet. This usually takes a few blocks…) + + + + Confirmation time target: @@ -3465,7 +3470,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + + To review recipient list click "Show Details…" + + + + Create Unsigned @@ -3515,12 +3525,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - - To review recipient list click "Show Details..." - - - - + Confirm send coins @@ -3594,7 +3599,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Warning: Invalid Bitcoin address @@ -3733,7 +3738,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos ShutdownWindow - %1 is shutting down... + %1 is shutting down… @@ -4366,12 +4371,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - - Range... - - - - + Received with @@ -4406,17 +4406,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Abandon transaction - + Increase transaction fee - + Copy address @@ -4446,23 +4446,28 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Edit address label - + Comma separated file Name of CSV file format - + Show transaction details - + + Range… + + + + Export Transaction History @@ -4748,37 +4753,27 @@ Go to File > Open Wallet to load a wallet. bitcoin-core - - Distributed under the MIT software license, see the accompanying file %s or %s - - - - - Prune configured below the minimum of %d MiB. Please use a higher number. - - - - - Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - - - - - Pruning blockstore... - - - - - Unable to start HTTP server. See debug log for details. - - - - + The %s developers - + + %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. + + + + + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. + + + + Cannot obtain a lock on data directory %s. %s is probably already running. @@ -4788,17 +4783,77 @@ Go to File > Open Wallet to load a wallet. - + + 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. + + + + + Distributed under the MIT software license, see the accompanying file %s or %s + + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - + + Error: Dumpfile format record is incorrect. Got "%s", expected "format". + + + + + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". + + + + + Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + + + + + Error: Listening for incoming connections failed (listen returned error %s) + + + + + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. + + + + + File %s already exists. If you are sure this is what you want, move it out of the way first. + + + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + + + + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - + + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. + + + + + No dump file provided. To use dump, -dumpfile=<filename> must be provided. + + + + + No wallet file format provided. To use createfromdump, -format=<format> must be provided. + + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. @@ -4808,7 +4863,17 @@ Go to File > Open Wallet to load a wallet. - + + Prune configured below the minimum of %d MiB. Please use a higher number. + + + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + + + + SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet schema version: %s @@ -4828,42 +4893,112 @@ Go to File > Open Wallet to load a wallet. - + + The transaction amount is too small to send after the fee has been deducted + + + + + 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 + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - + + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + + + + This is the transaction fee you may discard if change is smaller than dust at this level - + + This is the transaction fee you may pay when fee estimates are not available. + + + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + + + + + Transaction needs a change address, but we can't generate it. Please call keypoolrefill first. + + + + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain - - - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - - - - - -maxmempool must be at least %d MB - - - - - Cannot resolve -%s address: '%s' + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + + + + + Warning: Private keys detected in wallet {%s} with disabled private keys + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Witness data for blocks after height %d requires validation. Please restart with -reindex. + + + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + + + + + %s is set very high! + + + + + -maxmempool must be at least %d MB + + + + + A fatal internal error occurred, see debug.log for details + + + + + Cannot resolve -%s address: '%s' + + + + + Cannot set -peerblockfilters without -blockfilterindex. + + + + + Cannot write to data directory '%s'; check permissions. + + + + Change index out of range @@ -4880,7 +5015,7 @@ Go to File > Open Wallet to load a wallet. Corrupted block database detected - Corrupted block database detected + @@ -4893,12 +5028,22 @@ Go to File > Open Wallet to load a wallet. - - Do you want to rebuild the block database now? - Do you want to rebuild the block database now? + + Disk space is too low! + - + + Do you want to rebuild the block database now? + + + + + Done loading + + + + Dump file %s does not exist. @@ -4910,12 +5055,12 @@ Go to File > Open Wallet to load a wallet. Error initializing block database - Error initializing block database + Error initializing wallet database environment %s! - Error initializing wallet database environment %s! + @@ -4940,25 +5085,40 @@ Go to File > Open Wallet to load a wallet. Error loading block database - Error loading block database + Error opening block database - Error opening block database + - + + Error reading from database, shutting down. + + + + Error reading next record from wallet database - + + Error upgrading chainstate database + + + + Error: Couldn't create cursor into database - + + Error: Disk space is low for %s + + + + Error: Dumpfile checksum does not match. Computed %s, expected %s @@ -4973,7 +5133,12 @@ Go to File > Open Wallet to load a wallet. - + + Error: Keypool ran out, please call keypoolrefill first + + + + Error: Missing checksum @@ -4990,7 +5155,7 @@ Go to File > Open Wallet to load a wallet. Failed to listen on any port. Use -listen=0 if you want this. - Failed to listen on any port. Use -listen=0 if you want this. + @@ -5003,19 +5168,24 @@ Go to File > Open Wallet to load a wallet. - + + Fee rate (%s) is lower than the minimum fee rate setting (%s) + + + + Ignoring duplicate -wallet %s. - Importing... + Importing… Incorrect or no genesis block found. Wrong datadir for network? - Incorrect or no genesis block found. Wrong datadir for network? + @@ -5023,12 +5193,27 @@ Go to File > Open Wallet to load a wallet. - + + Insufficient funds + + + + Invalid -i2psam address or hostname: '%s' - + + Invalid -onion address or hostname: '%s' + + + + + Invalid -proxy address or hostname: '%s' + + + + Invalid P2P permission: '%s' @@ -5048,7 +5233,87 @@ Go to File > Open Wallet to load a wallet. - + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + + + + Invalid netmask specified in -whitelist: '%s' + + + + + Loading P2P addresses… + + + + + Loading banlist… + + + + + Loading block index… + + + + + Loading wallet… + + + + + Need to specify a port with -whitebind: '%s' + + + + + No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. + + + + + Not enough file descriptors available. + + + + + Prune cannot be configured with a negative value. + + + + + Prune mode is incompatible with -coinstatsindex. + + + + + Prune mode is incompatible with -txindex. + + + + + Pruning blockstore… + + + + + Reducing -maxconnections from %d to %d, because of system limitations. + + + + + Replaying blocks… + + + + + Rescanning… + + + + SQLiteDatabase: Failed to execute statement to verify database: %s @@ -5077,295 +5342,15 @@ Go to File > Open Wallet to load a wallet. SQLiteDatabase: Unexpected application id. Expected %u, got %u - - - Specified blocks directory "%s" does not exist. - - - - - The specified config file %s does not exist - - - - - Unable to open %s for writing - - - - - Unknown address type '%s' - - - Unknown change type '%s' - - - - - Upgrading txindex database - - - - - Loading P2P addresses... - - - - - Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. - - - - - 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. - - - - - Error: Dumpfile format record is incorrect. Got "%s", expected "format". - - - - - Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". - - - - - Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s - - - - - File %s already exists. If you are sure this is what you want, move it out of the way first. - - - - - No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - - - - - No dump file provided. To use dump, -dumpfile=<filename> must be provided. - - - - - No wallet file format provided. To use createfromdump, -format=<format> must be provided. - - - - - Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - - - - - Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - - - - - Loading banlist... - - - - - Not enough file descriptors available. - Not enough file descriptors available. - - - - Prune cannot be configured with a negative value. - - - - - Prune mode is incompatible with -txindex. - - - - - Replaying blocks... - - - - - Rewinding blocks... - - - - - The source code is available from %s. - - - - - Transaction fee and change calculation failed - - - - - Unable to bind to %s on this computer. %s is probably already running. - - - - - Unable to generate keys - - - - - Unsupported logging category %s=%s. - - - - - Upgrading UTXO database - - - - - User Agent comment (%s) contains unsafe characters. - - - - - Verifying blocks... - Verifying blocks... - - - - Wallet needed to be rewritten: restart %s to complete - - - - - Error: Listening for incoming connections failed (listen returned error %s) - - - - - %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. - - - - - Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - - - - - The transaction amount is too small to send after the fee has been deducted - - - - - 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 - - - - - This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - - - - - Transaction needs a change address, but we can't generate it. Please call keypoolrefill first. - - - - - You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - - - - - A fatal internal error occurred, see debug.log for details - - - - - Cannot set -peerblockfilters without -blockfilterindex. - - - - - Disk space is too low! - - - - - Error reading from database, shutting down. - - - - - Error upgrading chainstate database - - - - - Error: Disk space is low for %s - - - - - Error: Keypool ran out, please call keypoolrefill first - - - - - Fee rate (%s) is lower than the minimum fee rate setting (%s) - - - - - Invalid -onion address or hostname: '%s' - - - - - Invalid -proxy address or hostname: '%s' - - - - - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - - - - - Invalid netmask specified in -whitelist: '%s' - - - - - Need to specify a port with -whitebind: '%s' - - - - - No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. - - - - - Reducing -maxconnections from %d to %d, because of system limitations. - - - - Section [%s] is not recognized. Signing transaction failed - Signing transaction failed + @@ -5383,87 +5368,42 @@ Go to File > Open Wallet to load a wallet. - + + Specified blocks directory "%s" does not exist. + + + + + Starting network threads… + + + + + The source code is available from %s. + + + + + The specified config file %s does not exist + + + + The transaction amount is too small to pay the fee - - - This is experimental software. - - - - - Transaction amount too small - Transaction amount too small - - - - Transaction too large - Transaction too large - - Unable to bind to %s on this computer (bind returned error %s) - - - - - Unable to create the PID file '%s': %s - - - - - Unable to generate initial keys - - - - - Unknown -blockfilterindex value %s. - - - - - Verifying wallet(s)... - - - - - Warning: unknown new rules activated (versionbit %i) - - - - - -maxtxfee is set very high! Fees this large could be paid on a single transaction. - - - - - This is the transaction fee you may pay when fee estimates are not available. - - - - - Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - - - - - %s is set very high! - - - - - Starting network threads... - - - - The wallet will avoid paying less than the minimum relay fee. - + + This is experimental software. + + + + This is the minimum transaction fee you pay on every transaction. @@ -5473,12 +5413,22 @@ Go to File > Open Wallet to load a wallet. - + + Transaction amount too small + + + + Transaction amounts must not be negative - + + Transaction fee and change calculation failed + + + + Transaction has too long of a mempool chain @@ -5488,49 +5438,104 @@ Go to File > Open Wallet to load a wallet. - - Unknown network specified in -onlynet: '%s' - Unknown network specified in -onlynet: '%s' - - - - Insufficient funds - Insufficient funds - - - - Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. + + Transaction too large - - - Warning: Private keys detected in wallet {%s} with disabled private keys - - - - - Cannot write to data directory '%s'; check permissions. - - - - - Loading block index... - Loading block index... - - Loading wallet... - Loading wallet... + Unable to bind to %s on this computer (bind returned error %s) + - - Rescanning... - Rescanning... + + Unable to bind to %s on this computer. %s is probably already running. + - - Done loading - Done loading + + Unable to create the PID file '%s': %s + + + + + Unable to generate initial keys + + + + + Unable to generate keys + + + + + Unable to open %s for writing + + + + + Unable to start HTTP server. See debug log for details. + + + + + Unknown -blockfilterindex value %s. + + + + + Unknown address type '%s' + + + + + Unknown change type '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unsupported logging category %s=%s. + + + + + Upgrading UTXO database + + + + + Upgrading txindex database + + + + + User Agent comment (%s) contains unsafe characters. + + + + + Verifying blocks… + + + + + Verifying wallet(s)… + + + + + Wallet needed to be rewritten: restart %s to complete + + + + + Warning: unknown new rules activated (versionbit %i) + diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index a8a5f57f15..19ba95d999 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -98,58 +98,63 @@ Signing is only possible with addresses of the type 'legacy'. 109 - &Copy Address - - 116 - - - Copy &Label + Copy Address 117 - - &Edit + + Copy Label 118 - - Export Address List + + Edit - 297 + 119 + + + Delete + + 122 - Comma separated file + Export Address List - 298 - Name of CSV file format + 283 + Comma separated file + + 284 + Name of CSV file format + + There was an error trying to save the address list to %1. Please try again. - 313 + 299 An error message. %1 is a name of the file (e.g., "addrbook.csv") that the bitcoin addresses were exported to. - + Exporting Failed - 311 + 297 - + Label 168 - + Address 168 - + (no label) 206 @@ -158,27 +163,27 @@ Signing is only possible with addresses of the type 'legacy'. - + Passphrase Dialog Passphrase Dialog 26 - + Enter passphrase Enter passphrase 56 - + New passphrase New passphrase 70 - + Repeat new passphrase Repeat new passphrase 84 - + Show passphrase 98 @@ -187,83 +192,83 @@ Signing is only possible with addresses of the type 'legacy'. - + Encrypt wallet 51 - + This operation needs your wallet passphrase to unlock the wallet. 54 - + Unlock wallet 59 - + Change passphrase 62 - + Confirm wallet encryption 110 - + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! 111 - + Are you sure you wish to encrypt your wallet? 111 - + 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 122 - + Your wallet is about to be encrypted. 124 - + Your wallet is now encrypted. 131 - + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. 133 - + Wallet encryption failed 139 @@ -271,35 +276,35 @@ Signing is only possible with addresses of the type 'legacy'. 179 185 - + Wallet encryption failed due to an internal error. Your wallet was not encrypted. 140 - + The supplied passphrases do not match. 148 186 - + Wallet unlock failed 159 165 - + The passphrase entered for the wallet decryption was incorrect. 160 180 - + Wallet passphrase was successfully changed. 174 - + Warning: The Caps Lock key is on! 220 @@ -309,12 +314,12 @@ Signing is only possible with addresses of the type 'legacy'. - + IP/Netmask 85 - + Banned Until 85 @@ -323,578 +328,578 @@ Signing is only possible with addresses of the type 'legacy'. - + Runaway exception - 423 - - - A fatal error occurred. %1 can no longer continue safely and will quit. - - 424 + 421 - Internal error + A fatal error occurred. %1 can no longer continue safely and will quit. - 433 + 422 + Internal error + + 431 + + An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. - 434 + 432 - + Error: Specified data directory "%1" does not exist. - 545 - - - Error: Cannot parse configuration file: %1. - - 551 + 543 - Error: %1 + Error: Cannot parse configuration file: %1. - 566 + 549 - Error initializing settings: %1 + Error: %1 - 575 + 564 - %1 didn't yet exit safely... + Error initializing settings: %1 - 638 + 573 + + + %1 didn't yet exit safely… + + 636 - - Sign &message... - Sign &message... - 325 - - Synchronizing with network... - Synchronizing with network... - 993 - - &Overview &Overview 247 - + Show general overview of wallet Show general overview of wallet 248 - + &Transactions &Transactions 276 - + Browse transaction history Browse transaction history 277 - + E&xit E&xit 300 - + Quit application Quit application 301 - + &About %1 304 - + Show information about %1 305 - + About &Qt About &Qt 308 - + Show information about Qt Show information about Qt 309 - - &Options... - &Options... - 311 - - + Modify configuration options for %1 312 - - &Encrypt Wallet... - &Encrypt Wallet... - 318 - - - &Backup Wallet... - &Backup Wallet... - 321 - - - &Change Passphrase... - &Change Passphrase... - 323 - - - Open &URI... - - 345 - - - Create Wallet... - - 356 - - + Create a new wallet 358 - + Wallet: 567 - + Click to disable network activity. 918 - + Network activity disabled. 920 - + Click to enable network activity again. 920 - - Syncing Headers (%1%)... - - 947 - - - Reindexing blocks on disk... - Reindexing blocks on disk... - 1004 - - + Proxy is <b>enabled</b>: %1 1319 - + Send coins to a Bitcoin address Send coins to a Bitcoin address 255 - + Backup wallet to another location Backup wallet to another location 322 - + Change the passphrase used for wallet encryption Change the passphrase used for wallet encryption 324 - - &Verify message... - &Verify message... - 327 - - + &Send &Send 254 - + &Receive &Receive 265 - + + &Options… + + 311 + + &Show / Hide &Show / Hide 315 - + Show or hide the main Window Show or hide the main Window 316 - + + &Encrypt Wallet… + + 318 + + Encrypt the private keys that belong to your wallet Encrypt the private keys that belong to your wallet 319 - + + &Backup Wallet… + + 321 + + + &Change Passphrase… + + 323 + + + Sign &message… + + 325 + + Sign messages with your Bitcoin addresses to prove you own them Sign messages with your Bitcoin addresses to prove you own them 326 - + + &Verify message… + + 327 + + Verify messages to ensure they were signed with specified Bitcoin addresses Verify messages to ensure they were signed with specified Bitcoin addresses 328 - + + &Load PSBT from file… + + 329 + + + Load PSBT from clipboard… + + 331 + + + Open &URI… + + 345 + + + Close Wallet… + + 353 + + + Create Wallet… + + 356 + + + Close All Wallets… + + 360 + + &File &File 457 - + &Settings &Settings 475 - + &Help &Help 536 - + Tabs toolbar Tabs toolbar 547 - + + Syncing Headers (%1%)… + + 947 + + + Synchronizing with network… + + 993 + + + Indexing blocks on disk… + + 998 + + + Processing blocks on disk… + + 1000 + + + Reindexing blocks on disk… + + 1004 + + + Connecting to peers… + + 1010 + + Request payments (generates QR codes and bitcoin: URIs) 266 - + Show the list of used sending addresses and labels 341 - + Show the list of used receiving addresses and labels 343 - + &Command-line options 363 918 - + %n active connection(s) to Bitcoin network %n active connection to Bitcoin network - + %n active connection(s) to Bitcoin network %n active connections to Bitcoin network - - Indexing blocks on disk... - - 998 - - - Processing blocks on disk... - - 1000 - 1019 - + 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 1042 - + + Catching up… + + 1047 + + Last received block was generated %1 ago. Last received block was generated %1 ago. 1066 - + Transactions after this will not yet be visible. Transactions after this will not yet be visible. 1068 - + Error Error 1093 - + Warning Warning 1097 - + Information Information 1101 - + Up to date Up to date 1023 - - &Load PSBT from file... - - 329 - - + Load Partially Signed Bitcoin Transaction 330 - - Load PSBT from clipboard... - - 331 - - + Load Partially Signed Bitcoin Transaction from clipboard 332 - + Node window 334 - + Open node debugging and diagnostic console 335 - + &Sending addresses 340 - + &Receiving addresses 342 - + Open a bitcoin: URI 346 - + Open Wallet 348 - + Open a wallet 350 - - Close Wallet... - - 353 - - + Close wallet 354 - - Close All Wallets... - - 360 - - + Close all wallets 361 - + Show the %1 help message to get a list with possible Bitcoin command-line options 365 - + &Mask values 367 - + Mask the values in the Overview tab 369 - + default wallet 401 - + No wallets available 422 - + &Window &Window 486 - + Minimize 488 - + Zoom 498 - + Main Window 516 - + %1 client 761 - - Connecting to peers... - - 1010 - - - Catching up... - Catching up... - 1047 - - + Error: %1 1094 - + Warning: %1 1098 - + Date: %1 1198 - + Amount: %1 1199 - + Wallet: %1 1201 - + Type: %1 1203 - + Label: %1 1205 - + Address: %1 1207 - + Sent transaction Sent transaction 1208 - + Incoming transaction Incoming transaction 1208 - + HD key generation is <b>enabled</b> 1260 - + HD key generation is <b>disabled</b> 1260 - + Private key <b>disabled</b> 1260 - + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Wallet is <b>encrypted</b> and currently <b>unlocked</b> 1279 - + Wallet is <b>encrypted</b> and currently <b>locked</b> Wallet is <b>encrypted</b> and currently <b>locked</b> 1287 - + Original message: 1408 - + Unit to show amounts in. Click to select another unit. 1448 @@ -903,87 +908,87 @@ Signing is only possible with addresses of the type 'legacy'. - + 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 @@ -992,172 +997,172 @@ Signing is only possible with addresses of the type 'legacy'. - - Copy address - - 54 - - Copy label + Copy address 55 - Copy amount + Copy label 56 - 82 - Copy transaction ID + Copy amount 57 + 66 - Lock unspent + Copy transaction ID 58 - Unlock unspent + Lock unspent - 59 + 60 - Copy quantity + Unlock unspent - 81 + 61 - Copy fee + Copy quantity - 83 + 65 - Copy after fee + Copy fee - 84 + 67 - Copy bytes + Copy after fee - 85 + 68 - Copy dust + Copy bytes - 86 + 69 - Copy change + Copy dust - 87 + 70 - (%1 locked) + Copy change - 389 + 71 - yes + (%1 locked) - 544 + 373 - no + yes - 544 + 528 - This label turns red if any recipient receives an amount smaller than the current dust threshold. + no - 558 + 528 - Can vary +/- %1 satoshi(s) per input. + This label turns red if any recipient receives an amount smaller than the current dust threshold. - 563 + 542 - (no label) + Can vary +/- %1 satoshi(s) per input. - 601 - 655 + 547 - change from %1 (%2) + (no label) - 648 + 585 + 639 + change from %1 (%2) + + 632 + + (change) - 649 + 633 - - Creating Wallet <b>%1</b>... + + Creating Wallet <b>%1</b>… 250 - + Create wallet failed 278 - + Create wallet warning 280 - + Open wallet failed 319 - + Open wallet warning 321 - + default wallet 331 - - Opening Wallet <b>%1</b>... + + Opening Wallet <b>%1</b>… 333 - + Close wallet 86 - + Are you sure you wish to close the wallet <i>%1</i>? 87 - + Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. 88 - + Close all wallets 101 - + Are you sure you wish to close all wallets? 102 @@ -1166,62 +1171,62 @@ 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 @@ -1230,12 +1235,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Create 21 - + Compiled without sqlite support (required for descriptor wallets) 63 @@ -1244,27 +1249,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 @@ -1273,42 +1278,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 - + New key generation failed. 128 @@ -1317,133 +1322,122 @@ Signing is only possible with addresses of the type 'legacy'. - + A new data directory will be created. A new data directory will be created. - 72 - - - name - name - 94 + 73 - 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. - 96 + name + name + 95 - Path already exists, and is not a directory. - Path already exists, and is not a directory. - 99 + 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. - 106 + 107 - + Bitcoin Bitcoin - 138 - - - Discard blocks after verification, except most recent %1 GB (prune) - - 146 + 139 - At least %1 GB of data will be stored in this directory, and it will grow over time. + %1 GB of free space available - 358 + 301 - Approximately %1 GB of data will be stored in this directory. + (of %1 GB needed) - 361 + 303 - %1 will download and store a copy of the Bitcoin block chain. + (%1 GB needed for full chain) - 365 + 306 - The wallet will also be stored in this directory. + At least %1 GB of data will be stored in this directory, and it will grow over time. - 367 + 378 + Approximately %1 GB of data will be stored in this directory. + + 381 + + + 388 + block chain pruning + + (sufficient to restore backups %n day(s) old) + + + + (sufficient to restore backups %n day(s) old) + + + + + %1 will download and store a copy of the Bitcoin block chain. + + 390 + + + The wallet will also be stored in this directory. + + 392 + + Error: Specified data directory "%1" cannot be created. - 230 + 250 - + Error Error - 260 + 280 - - 281 - - %n GB of free space available - %n GB of free space available - - - %n GB of free space available - %n GB of free space available - - - - 283 - - (of %n GB needed) - (of %n GB needed) - - - (of %n GB needed) - (of %n GB needed) - - - - 286 - - (%n GB needed for full chain) - - - - (%n GB needed for full chain) - - - - + version version 37 - + About %1 41 - + Command-line options 60 - - %1 is shutting down... + + %1 is shutting down… 145 - + Do not shut down the computer until this window disappears. 146 @@ -1452,47 +1446,57 @@ Signing is only possible with addresses of the type 'legacy'. - + 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 - - 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. + + 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 - - 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. - - 236 - - + Use the default data directory Use the default data directory 66 - + Use a custom data directory: Use a custom data directory: 73 @@ -1501,86 +1505,86 @@ Signing is only possible with addresses of the type 'legacy'. - + 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. 133 - + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. 152 - + Number of blocks left 215 - - Unknown... + + Unknown… 222 248 - ../modaloverlay.cpp153 + ../modaloverlay.cpp152 - + + calculating… + + 292 + 312 + + Last block time Last block time 235 - + Progress 261 - + Progress increase per hour - 295 + 285 - - calculating... - - 302 - 322 - - + Estimated time left until synced - 315 + 305 - + Hide - 352 + 342 - + Esc - 355 + 345 - + %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%)... + + Unknown. Syncing Headers (%1, %2%)… - 159 + 158 - + unknown 123 @@ -1589,12 +1593,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Open bitcoin URI 14 - + URI: 22 @@ -1603,331 +1607,331 @@ 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 - + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) 322 509 - + Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. 391 414 437 - + 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. 606 - + 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 |. 686 699 - + Open the %1 configuration file from the working directory. 878 - + Open Configuration File 881 - + Reset all client options to default. Reset all client options to default. 891 - + &Reset Options &Reset Options 894 - + &Network &Network 249 - + 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 - + 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. 255 - + Map port using &UPnP Map port using &UPnP 258 - + 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. 265 - + Map port using NA&T-PMP 268 - + Accept connections from outside. 275 - + Allow incomin&g connections 278 - + Connect to the Bitcoin network through a SOCKS5 proxy. 285 - + &Connect through SOCKS5 proxy (default proxy): 288 - + Proxy &IP: Proxy &IP: 297 484 - + &Port: &Port: 329 516 - + Port of the proxy (e.g. 9050) Port of the proxy (e.g. 9050) 354 541 - + Used for reaching peers via: 378 - + IPv4 401 - + IPv6 424 - + Tor 447 - + &Window &Window 577 - + Show the icon in the system tray. 583 - + &Show tray icon 586 - + Show only a tray icon after minimizing the window. Show only a tray icon after minimizing the window. 596 - + &Minimize to the tray instead of the taskbar &Minimize to the tray instead of the taskbar 599 - + M&inimize on close M&inimize on close 609 - + &Display &Display 630 - + User Interface &language: User Interface &language: 638 - + The user interface language can be set here. This setting will take effect after restarting %1. 651 - + &Unit to show amounts in: &Unit to show amounts in: 662 - + 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. 675 - + Whether to show coin control features or not. 212 - + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. 472 - + Use separate SOCKS&5 proxy to reach peers via Tor onion services: 475 - + &Third party transaction URLs 689 - + Monospaced font in the Overview tab: 711 - + embedded "%1" 719 - + 111.11111111 BTC 741 790 - + 909.09090909 BTC 748 797 - + closest matching "%1" 768 - + Options set in this dialog are overridden by the command line or in the configuration file: 833 - + &OK &OK 974 - + &Cancel &Cancel 987 @@ -1936,58 +1940,58 @@ Signing is only possible with addresses of the type 'legacy'. - + default default 104 - + none 185 - + Confirm options reset Confirm options reset 276 - + Client restart required to activate changes. 277 334 - + Client will be shut down. Do you want to proceed? 277 - + Configuration options 292 - + The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file. 293 - + Error Error 298 - + The configuration file could not be opened. 298 - + This change would require a client restart. 338 - + The supplied proxy address is invalid. The supplied proxy address is invalid. 366 @@ -1996,93 +2000,93 @@ Signing is only possible with addresses of the type 'legacy'. - + 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 - + 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 @@ -2091,7 +2095,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. 191 @@ -2100,32 +2104,32 @@ Signing is only possible with addresses of the type 'legacy'. - + Dialog 14 - + Sign Tx 86 - + Broadcast Tx 102 - + Copy to Clipboard 122 - - Save... + + Save… 129 - + Close 136 @@ -2134,123 +2138,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) 144 Name of binary PSBT file format - + PSBT saved to disk. 151 - + * Sends %1 to %2 167 - + Unable to calculate transaction fee or total transaction amount. 177 - + Pays transaction fee: 179 - + Total Amount 191 - + or 194 - + Transaction has %1 unsigned inputs. 200 - + Transaction is missing some information about inputs. 242 - + Transaction still needs signature(s). 246 - + (But this wallet cannot sign transactions.) 249 - + (But this wallet does not have the right keys.) 252 - + Transaction is fully signed and ready for broadcast. 260 - + Transaction status is unknown. 264 @@ -2259,101 +2263,96 @@ Signing is only possible with addresses of the type 'legacy'. - + Payment request error 173 - + Cannot start bitcoin: click-to-pay handler 174 - + URI handling 224 - 237 - 243 - 250 + 240 + 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. - 238 - 261 + 241 + 264 - - Invalid payment address %1 - - 243 - - + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - 251 + 254 - + Payment request file handling - 260 + 263 - + User Agent - 91 - - - Ping - - 91 - - - Sent - - 91 + 77 - Received + Ping - 91 + 77 - Peer Id + Sent - 91 + 77 - Address + Received - 91 + 77 - Type + Peer Id - 91 + 77 + Address + + 77 + + + Type + + 77 + + Network Network - 91 + 77 - + Amount Amount 213 @@ -2362,229 +2361,229 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Enter a Bitcoin address (e.g. %1) 118 - + Unroutable - 650 - - - Internal - - 656 - - - Inbound - - 666 + 653 - Outbound + Internal - 666 + 659 - Full Relay + Inbound - 670 + 669 - Block Relay + Outbound - 671 + 669 - Manual - - 672 - - - Feeler + Full Relay 673 - - Address Fetch + + Block Relay 674 - - %1 d + + Manual - 688 + 675 + + + Feeler + + 676 - %1 h + Address Fetch - 690 + 677 - %1 m + %1 d - 692 + 691 - %1 s + %1 h - 694 - 722 + 693 - None + %1 m - 710 + 695 - N/A - N/A - 716 + %1 s + + 697 + 725 + None + + 713 + + + N/A + N/A + 719 + + %1 ms - 717 + 720 - 735 - + 738 + %n second(s) %n second - + %n second(s) %n seconds - 739 - + 742 + %n minute(s) %n minute - + %n minute(s) %n minutes - 743 - + 746 + %n hour(s) %n hour - + %n hour(s) %n hours - 747 - + 750 + %n day(s) %n day - + %n day(s) %n days - 751 - 757 - + 754 + 760 + %n week(s) %n week - + %n week(s) %n weeks - + %1 and %2 - 757 + 760 - 757 - + 760 + %n year(s) %n year - + %n year(s) %n years - + %1 B - 765 - - - %1 kB - - 767 - - - %1 MB - - 769 + 768 + %1 kB + + 770 + + + %1 MB + + 772 + + %1 GB - 771 + 774 - - &Save Image... + + Save Image… 30 - - &Copy Image - - 33 - - - Resulting URI too long, try to reduce the text for label / message. - - 46 - - Error encoding URI into QR Code. + Copy Image - 53 + 31 - QR code support not available. + Resulting URI too long, try to reduce the text for label / message. - 94 + 42 - Save QR Code + Error encoding URI into QR Code. - 124 + 49 + QR code support not available. + + 90 + + + Save QR Code + + 120 + + PNG Image - 125 + 121 Name of PNG file format - + N/A N/A 75 @@ -2598,347 +2597,347 @@ If you are receiving this error you should request the merchant provide a BIP21 300 336 359 - 1069 - 1095 - 1121 - 1144 - 1167 - 1190 - 1216 - 1242 - 1265 - 1288 - 1311 - 1334 - 1360 - 1386 - 1409 - 1432 - 1455 - 1478 - 1501 - 1527 - 1550 - 1573 - 1599 - ../rpcconsole.h141 + 1081 + 1107 + 1133 + 1156 + 1179 + 1202 + 1231 + 1257 + 1280 + 1303 + 1326 + 1349 + 1375 + 1401 + 1424 + 1447 + 1470 + 1493 + 1516 + 1542 + 1565 + 1588 + 1614 + ../rpcconsole.h137 - + 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 - 1111 + 1123 - + 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 695 - + Received 775 - 1468 + 1483 - + Sent 855 - 1445 + 1460 - + &Peers 896 - + Banned peers - 963 - - - Select a peer to view detailed information. - - 1028 - ../rpcconsole.cpp1104 - - - Version - - 1134 + 972 - Starting Block + Select a peer to view detailed information. - 1255 + 1040 + ../rpcconsole.cpp1033 - Synced Headers + Version - 1278 + 1146 - Synced Blocks + Starting Block - 1301 + 1270 - The mapped Autonomous System used for diversifying peer selection. + Synced Headers - 1586 + 1293 - Mapped AS + Synced Blocks - 1589 + 1316 + The mapped Autonomous System used for diversifying peer selection. + + 1601 + + + Mapped AS + + 1604 + + User Agent 88 - 1157 + 1169 - + 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 481 - + Increase font size 513 - + Permissions - 1059 - - - The direction and type of peer connection: %1 - - 1082 - - - Direction/Type - - 1085 + 1071 - The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. + The direction and type of peer connection: %1 - 1108 + 1094 - Services + Direction/Type - 1180 + 1097 - Whether the peer requested us to relay transactions. + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. - 1203 + 1120 - Wants Tx Relay + Services - 1206 + 1192 - High bandwidth BIP152 compact block relay: %1 + Whether the peer requested us to relay transactions. - 1229 + 1218 - High Bandwidth + Wants Tx Relay - 1232 + 1221 - Connection Time + High bandwidth BIP152 compact block relay: %1 - 1324 + 1244 - Elapsed time since a novel block passing initial validity checks was received from this peer. + High Bandwidth - 1347 + 1247 - Last Block + Connection Time - 1350 + 1339 - Elapsed time since a novel transaction accepted into our mempool was received from this peer. + Elapsed time since a novel block passing initial validity checks was received from this peer. - 1373 + 1362 - Last Tx + Last Block - 1376 + 1365 - Last Send + Elapsed time since a novel transaction accepted into our mempool was received from this peer. - 1399 + 1388 - Last Receive + Last Tx - 1422 + 1391 - Ping Time + Last Send - 1491 + 1414 - The duration of a currently outstanding ping. + Last Receive - 1514 + 1437 - Ping Wait + Ping Time - 1517 + 1506 - Min Ping + The duration of a currently outstanding ping. - 1540 + 1529 + Ping Wait + + 1532 + + + Min Ping + + 1555 + + Time Offset - 1563 + 1578 - + Last block time Last block time 290 - + &Open &Open 400 - + &Console &Console 426 - + &Network Traffic 643 - + Totals 711 - + Debug log file Debug log file 390 - + Clear console Clear console 545 @@ -2947,276 +2946,276 @@ If you are receiving this error you should request the merchant provide a BIP21 - + In: - 862 - - - Out: - - 863 - - - 1 &hour - - 621 + 852 - 1 &day + Out: - 622 + 853 - 1 &week - - 623 - - - 1 &year - - 624 - - - &Disconnect - - 620 - - Inbound: initiated by peer - 465 + 474 - + Outbound Full Relay: default - 466 + 475 - + Outbound Block Relay: does not relay transactions or addresses - 467 + 476 - + Outbound Manual: added using RPC %1 or %2/%3 configuration options - 468 - - - Outbound Feeler: short-lived, for testing addresses - - 472 - - - Outbound Address Fetch: short-lived, for soliciting addresses - - 473 - - - we selected the peer for high bandwidth relay - 477 - + + Outbound Feeler: short-lived, for testing addresses + + 481 + + + Outbound Address Fetch: short-lived, for soliciting addresses + + 482 + + + we selected the peer for high bandwidth relay + + 486 + + the peer selected us for high bandwidth relay - 478 + 487 - + no high bandwidth relay selected - 479 + 488 - - &Unban - - 661 - - + Welcome to the %1 RPC console. - 825 + 815 - + Use up and down arrows to navigate history, and %1 to clear screen. - 826 + 816 - + Type %1 for an overview of available commands. - 827 + 817 - + For more information on using this console type %1. - 828 + 818 - + WARNING: 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. - 830 + 820 - + Network activity disabled - 866 + 856 - + Executing command without any wallet - 932 + 922 - + (peer id: %1) - 1110 + 1039 - + Executing command using "%1" wallet - 930 + 920 + + + Disconnect + + 640 + + + 1 hour + + 641 + + + 1 day + + 642 + + + 1 week + + 643 + 1 year + + 644 + + + Unban + + 663 + + via %1 - 1112 + 1041 - + Yes - 140 - - - No - - 140 - - - To - - 140 + 136 - From + No - 140 + 136 - Ban for + To - 141 + 136 - Never + From - 178 + 136 + Ban for + + 137 + + + Never + + 174 + + Unknown - 141 + 137 - + &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 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 @@ -3225,91 +3224,91 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Copy URI - 46 - - - Copy address - 47 - - Copy label + + Copy address 48 - - Copy message + + Copy label 49 - - Copy amount + + Copy message 50 - + + Copy amount + + 51 + + Could not unlock wallet. - 190 + 176 - + Could not generate new %1 address - 195 + 181 - - Request payment to ... + + Request payment to … 14 - + Address: 90 - + Amount: 119 - + Label: 148 - + Message: 180 - + Wallet: 212 - + Copy &URI 240 - + Copy &Address 250 - - &Save Image... + + &Save Image… 260 - + Payment information 39 @@ -3318,7 +3317,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Request payment to %1 49 @@ -3327,37 +3326,37 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Date Date 27 - + Label 27 - + Message 27 - + (no label) 68 - + (no message) 77 - + (no amount requested) 85 - + Requested 127 @@ -3366,82 +3365,72 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Send Coins Send Coins 14 ../sendcoinsdialog.cpp673 - + Coin Control Features 90 - - Inputs... - - 110 - - + 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 - - Choose... - - 741 - 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. @@ -3453,103 +3442,113 @@ If you are receiving this error you should request the merchant provide a BIP21 774 - 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 of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis. - - 851 - - per kilobyte 856 - + Hide 803 - + Recommended: 915 - + Custom: 945 - - (Smart fee not initialized yet. This usually takes a few blocks...) - - 994 - - + 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 @@ -3558,344 +3557,344 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + 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 - + Cr&eate Unsigned 203 - + Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. 204 - + from wallet '%1' 294 - + %1 to '%2' 305 - + %1 to %2 310 - + Do you want to draft this transaction? 317 - + Are you sure you want to send? 319 - + + To review recipient list click "Show Details…" + + 371 + + Create Unsigned 390 - + Save Transaction Data 434 - + PSBT saved 442 - + or 367 - + You can increase the fee later (signals Replace-By-Fee, BIP-125). 348 - + 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. 324 - + Please, review your transaction. 326 - + Transaction fee 334 - + Not signalling Replace-By-Fee, BIP-125. 350 - + Total Amount 364 - - To review recipient list click "Show Details..." - - 371 - - + Confirm send coins 389 - + Confirm transaction proposal 389 - + Send 390 - + Partially Signed Transaction (Binary) 435 Name of binary PSBT file format - + Watch-only balance: 618 - + The recipient address is not valid. Please recheck. 642 - + The amount to pay must be larger than 0. 645 - + The amount exceeds your balance. 648 - + The total exceeds your balance when the %1 transaction fee is included. 651 - + Duplicate address found: addresses should only be used once each. 654 - + Transaction creation failed! 657 - + A fee higher than %1 is considered an absurdly high fee. 661 - + Payment request expired. 664 788 - + 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 - 888 - - - Warning: Unknown change address - - 893 - - - Confirm custom change address - - 896 + 889 - 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? + Warning: Unknown change address - 896 + 894 + Confirm custom change address + + 897 + + + 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? + + 897 + + (no label) - 917 + 918 - + A&mount: A&mount: 155 705 1238 - + Pay &To: Pay &To: 39 - + &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. 177 - + S&ubtract fee from amount 180 - + Use available balance 187 - + Message: 196 - + 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 @@ -3905,128 +3904,128 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + 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. 33 - + The Bitcoin 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 161 - + 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 @@ -4035,13 +4034,13 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + The entered address is invalid. 120 219 - + Please check the address and try again. 120 @@ -4049,59 +4048,59 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos 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 @@ -4110,7 +4109,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + kB/s 82 @@ -4121,111 +4120,111 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos 34 - + 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 36 - + conflicted with a transaction with %1 confirmations 42 - + 0/unconfirmed, %1 44 - + in memory pool 44 - + not in memory pool 44 - + abandoned 44 - + %1/unconfirmed 46 - + %1 confirmations 48 - + Status 98 - + Date Date 101 - + Source 108 - + Generated 108 - + From 113 127 199 - + unknown 127 - + To 128 148 218 - + own address 130 - + watch-only 130 199 - + label 132 - + Credit 168 @@ -4236,120 +4235,120 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos 170 - + matures in %n more block(s) matures in %n more block - + matures in %n more block(s) matures in %n more blocks - + not accepted 172 - + Debit 232 258 321 - + Total debit 242 - + Total credit 243 - + Transaction fee 248 - + Net amount 270 - + Message 276 288 - + Comment 278 - + Transaction ID 280 - + Transaction total size 281 - + Transaction virtual size 282 - + Output index 283 - + (Certificate was not verified) 299 - + Merchant 302 - + 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. 310 - + Debug information 318 - + Transaction 326 - + Inputs 329 - + Amount Amount 350 - + true 351 352 - + false 351 @@ -4359,7 +4358,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + This pane shows a detailed description of the transaction This pane shows a detailed description of the transaction 20 @@ -4368,7 +4367,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Details for %1 18 @@ -4377,138 +4376,138 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + Date Date 252 - + Type 252 - + Label 252 314 - + 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 317 - + Unconfirmed 320 - + Abandoned 323 - + Confirming (%1 of %2 recommended confirmations) 326 - + Confirmed (%1 confirmations) 329 - + Conflicted 332 - + Immature (%1 confirmations, will be available after %2) 335 - + Generated but not accepted 338 - + Received with 377 - + Received from 379 - + Sent to 382 - + Payment to yourself 384 - + Mined 386 - + watch-only 414 - + (n/a) 430 - + (no label) 640 - + Transaction status. Hover over this field to show number of confirmations. 679 - + Date and time that the transaction was received. 681 - + Type of transaction. 683 - + Whether or not a watch-only address is involved in this transaction. 685 - + User-defined intent/purpose of the transaction. 687 - + Amount removed from or added to balance. 689 @@ -4517,215 +4516,215 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos - + All 70 86 - + Today 71 - + This week 72 - + This month 73 - + Last month 74 - + This year 75 - - Range... - - 76 - - + 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 - + Abandon transaction - 165 - - - Increase transaction fee - - 166 + 177 - Copy address - - 168 - - - Copy label - - 169 - - - Copy amount - - 170 - - - Copy transaction ID - - 171 - - - Copy raw transaction - - 172 - - - Copy full transaction details - - 173 - - - Edit address label + Increase transaction fee 174 - - Comma separated file + + Copy address - 360 - Name of CSV file format + 166 + + + Copy label + + 167 + + + Copy amount + + 168 + + + Copy transaction ID + + 169 + + + Copy raw transaction + + 170 + + + Copy full transaction details + + 171 + + + Edit address label + + 178 - Show transaction details + Comma separated file - 175 + 339 + Name of CSV file format + Show transaction details + + 172 + + + Range… + + 76 + + Export Transaction History + 338 + + + Confirmed + Confirmed + 348 + + + Watch-only + + 350 + + + Date + Date + 351 + + + Type + + 352 + + + Label + + 353 + + + Address + + 354 + + + ID + + 356 + + + Exporting Failed + 359 - - Confirmed - Confirmed - 369 - - - Watch-only - - 371 - - - Date - Date - 372 - - - Type - - 373 - - - Label - - 374 - - - Address - - 375 - - - ID - - 377 - - - Exporting Failed - - 380 - - + There was an error trying to save the transaction history to %1. - 380 - - - Exporting Successful - - 384 - - - The transaction history was successfully saved to %1. - - 384 + 359 - Range: + Exporting Successful - 556 + 363 + The transaction history was successfully saved to %1. + + 363 + + + Range: + + 535 + + to - 564 + 543 - + No wallet has been loaded. Go to File > Open Wallet to load a wallet. - OR - 39 - + Create a new wallet 44 @@ -4734,12 +4733,12 @@ Go to File > Open Wallet to load a wallet. - + Send Coins Send Coins 218 - + Fee bump error 497 @@ -4747,67 +4746,67 @@ Go to File > Open Wallet to load a wallet. 562 567 - + Increasing transaction fee failed 497 - + Do you want to increase the fee? 505 - + Do you want to draft a transaction with fee increase? 505 - + Current fee: 509 - + Increase: 513 - + New fee: 517 - + 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. 525 - + Confirm fee bump 528 - + Can't draft transaction. 549 - + PSBT copied 556 - + Can't sign transaction. 562 - + Could not commit transaction 567 - + default wallet 587 @@ -4816,80 +4815,80 @@ Go to File > Open Wallet to load a wallet. - + &Export &Export 51 - + Export the data in the current tab to a file Export the data in the current tab to a file 52 - + Error Error 217 226 236 - + Unable to decode PSBT from clipboard (invalid base64) 217 - + Load Transaction Data 222 - + Partially Signed Transaction (*.psbt) 223 - + PSBT file must be smaller than 100 MiB 226 - + Unable to decode PSBT 236 - + Backup Wallet 275 - + Wallet Data 276 Name of wallet data file format - + Backup Failed 282 - + There was an error trying to save the wallet data to %1. 282 - + Backup Successful 286 - + The wallet data was successfully saved to %1. 286 - + Cancel 330 @@ -4898,36 +4897,26 @@ Go to File > Open Wallet to load a wallet. - - Distributed under the MIT software license, see the accompanying file %s or %s - - 31 - - - Prune configured below the minimum of %d MiB. Please use a higher number. - - 72 - - Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - - 74 - - - Pruning blockstore... - - 198 - - - Unable to start HTTP server. See debug log for details. - - 235 - - 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. @@ -4939,749 +4928,759 @@ Go to File > Open Wallet to load a wallet. 24 - Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - - 34 - - - More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - - 55 - - - Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - - 66 - - - Please contribute if you find %s useful. Visit %s for further information about the software. - - 69 - - - SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet schema version: %s - - 77 - - - SQLiteDatabase: Failed to prepare the statement to fetch the application id: %s - - 80 - - - SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - - 83 - - - 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 - - 86 - - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - - 97 - - - This is the transaction fee you may discard if change is smaller than dust at this level - - 103 - - - Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - - 114 - - - Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain - - 117 - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - - 128 - - - -maxmempool must be at least %d MB - - 135 - - - Cannot resolve -%s address: '%s' - - 137 - - - Change index out of range - - 140 - - - Config setting for %s only applied on %s network when in [%s] section. - - 141 - - - Copyright (C) %i-%i - - 142 - - - Corrupted block database detected - Corrupted block database detected - 143 - - - Could not find asmap file %s - - 144 - - - Could not parse asmap file %s - - 145 - - - Do you want to rebuild the block database now? - Do you want to rebuild the block database now? - 147 - - - Dump file %s does not exist. - - 149 - - - Error creating %s - - 150 - - - Error initializing block database - Error initializing block database - 151 - - - Error initializing wallet database environment %s! - Error initializing wallet database environment %s! - 152 - - - Error loading %s - - 153 - - - Error loading %s: Private keys can only be disabled during creation - - 154 - - - Error loading %s: Wallet corrupted - - 155 - - - Error loading %s: Wallet requires newer version of %s - - 156 - - - Error loading block database - Error loading block database - 157 - - - Error opening block database - Error opening block database - 158 - - - Error reading next record from wallet database - - 160 - - - Error: Couldn't create cursor into database - - 162 - - - Error: Dumpfile checksum does not match. Computed %s, expected %s - - 164 - - - Error: Got key that was not hex: %s - - 165 - - - Error: Got value that was not hex: %s - - 166 - - - Error: Missing checksum - - 168 - - - Error: Unable to parse version %u as a uint32_t - - 169 - - - Error: Unable to write record to new wallet - - 170 - - - Failed to listen on any port. Use -listen=0 if you want this. - Failed to listen on any port. Use -listen=0 if you want this. - 171 - - - Failed to rescan the wallet during initialization - - 172 - - - Failed to verify database - - 173 - - - Ignoring duplicate -wallet %s. - - 175 - - - Importing... - - 176 - - - Incorrect or no genesis block found. Wrong datadir for network? - Incorrect or no genesis block found. Wrong datadir for network? - 177 - - - Initialization sanity check failed. %s is shutting down. - - 178 - - - Invalid -i2psam address or hostname: '%s' - - 180 - - - Invalid P2P permission: '%s' - - 183 - - - Invalid amount for -%s=<amount>: '%s' - - 184 - - - Invalid amount for -discardfee=<amount>: '%s' - - 185 - - - Invalid amount for -fallbackfee=<amount>: '%s' - - 186 - - - SQLiteDatabase: Failed to execute statement to verify database: %s - - 203 - - - SQLiteDatabase: Failed to fetch sqlite wallet schema version: %s - - 204 - - - SQLiteDatabase: Failed to fetch the application id: %s - - 205 - - - SQLiteDatabase: Failed to prepare statement to verify database: %s - - 206 - - - SQLiteDatabase: Failed to read database verification error: %s - - 207 - - - SQLiteDatabase: Unexpected application id. Expected %u, got %u - - 208 - - - Specified blocks directory "%s" does not exist. - - 214 - - - The specified config file %s does not exist - - 217 - - - Unable to open %s for writing - - 234 - - - Unknown address type '%s' - - 237 - - - Unknown change type '%s' - - 238 - - - Upgrading txindex database - - 242 - - - Loading P2P addresses... - - 189 - - - Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. - - 19 - - 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 - - File %s already exists. If you are sure this is what you want, move it out of the way first. - - 49 - - - No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - - 58 - - - No dump file provided. To use dump, -dumpfile=<filename> must be provided. - - 61 - - - No wallet file format provided. To use createfromdump, -format=<format> must be provided. - - 63 - - - Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - - 120 - - - Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - - 123 - - - Loading banlist... - - 190 - - - Not enough file descriptors available. - Not enough file descriptors available. - 195 - - - Prune cannot be configured with a negative value. - - 196 - - - Prune mode is incompatible with -txindex. - - 197 - - - Replaying blocks... - - 200 - - - Rewinding blocks... - - 202 - - - The source code is available from %s. - - 216 - - - Transaction fee and change calculation failed - - 225 - - - Unable to bind to %s on this computer. %s is probably already running. - - 230 - - - Unable to generate keys - - 233 - - - Unsupported logging category %s=%s. - - 240 - - - Upgrading UTXO database - - 241 - - - User Agent comment (%s) contains unsafe characters. - - 243 - - - Verifying blocks... - Verifying blocks... - 244 - - - Wallet needed to be rewritten: restart %s to complete - - 246 - - + Error: Listening for incoming connections failed (listen returned error %s) 44 - - %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. - - 13 - - - Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - - 52 - - - The transaction amount is too small to send after the fee has been deducted - - 91 - - - 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 - - 93 - - - This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - - 100 - - - Transaction needs a change address, but we can't generate it. Please call keypoolrefill first. - - 111 - - - You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - - 131 - - - A fatal internal error occurred, see debug.log for details - - 136 - - - Cannot set -peerblockfilters without -blockfilterindex. - - 138 - - - Disk space is too low! - - 146 - - - Error reading from database, shutting down. - - 159 - - - Error upgrading chainstate database - - 161 - - - Error: Disk space is low for %s - - 163 - - - Error: Keypool ran out, please call keypoolrefill first - - 167 - - - Fee rate (%s) is lower than the minimum fee rate setting (%s) - - 174 - - - Invalid -onion address or hostname: '%s' - - 181 - - - Invalid -proxy address or hostname: '%s' - - 182 - - - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - - 187 - - - Invalid netmask specified in -whitelist: '%s' - - 188 - - - Need to specify a port with -whitebind: '%s' - - 193 - - - No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. - - 194 - - - Reducing -maxconnections from %d to %d, because of system limitations. - - 199 - - - Section [%s] is not recognized. - - 209 - - - Signing transaction failed - Signing transaction failed - 210 - - - Specified -walletdir "%s" does not exist - - 211 - - - Specified -walletdir "%s" is a relative path - - 212 - - - Specified -walletdir "%s" is not a directory - - 213 - - - The transaction amount is too small to pay the fee - - 218 - - - This is experimental software. - - 220 - - - Transaction amount too small - Transaction amount too small - 223 - - - Transaction too large - Transaction too large - 228 - - - Unable to bind to %s on this computer (bind returned error %s) - - 229 - - - Unable to create the PID file '%s': %s - - 231 - - - Unable to generate initial keys - - 232 - - - Unknown -blockfilterindex value %s. - - 236 - - - Verifying wallet(s)... - - 245 - - - Warning: unknown new rules activated (versionbit %i) - - 247 - - - -maxtxfee is set very high! Fees this large could be paid on a single transaction. - - 16 - - - This is the transaction fee you may pay when fee estimates are not available. - - 106 - - - Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - - 108 - - - %s is set very high! - - 134 - - - Starting network threads... - - 215 - - - The wallet will avoid paying less than the minimum relay fee. - - 219 - - - This is the minimum transaction fee you pay on every transaction. - - 221 - - - This is the transaction fee you will pay if you send a transaction. - - 222 - - - Transaction amounts must not be negative - - 224 - - - Transaction has too long of a mempool chain - - 226 - - - Transaction must have at least one recipient - - 227 - - - Unknown network specified in -onlynet: '%s' - Unknown network specified in -onlynet: '%s' - 239 - - - Insufficient funds - Insufficient funds - 179 - - + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. 46 - + + File %s already exists. If you are sure this is what you want, move it out of the way first. + + 49 + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + + 52 + + + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. + + 55 + + + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. + + 58 + + + No dump file provided. To use dump, -dumpfile=<filename> must be provided. + + 61 + + + No wallet file format provided. To use createfromdump, -format=<format> must be provided. + + 63 + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + + 66 + + + Please contribute if you find %s useful. Visit %s for further information about the software. + + 69 + + + Prune configured below the minimum of %d MiB. Please use a higher number. + + 72 + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + + 74 + + + SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet schema version: %s + + 77 + + + SQLiteDatabase: Failed to prepare the statement to fetch the application id: %s + + 80 + + + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported + + 83 + + + 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 + + 86 + + + The transaction amount is too small to send after the fee has been deducted + + 91 + + + 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 + + 93 + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + 97 + + + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + + 100 + + + This is the transaction fee you may discard if change is smaller than dust at this level + + 103 + + + This is the transaction fee you may pay when fee estimates are not available. + + 106 + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + + 108 + + + Transaction needs a change address, but we can't generate it. Please call keypoolrefill first. + + 111 + + + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. + + 114 + + + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". + + 117 + + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + + 120 + + Warning: Private keys detected in wallet {%s} with disabled private keys - 126 + 123 - + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + 125 + + + Witness data for blocks after height %d requires validation. Please restart with -reindex. + + 128 + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + + 131 + + + %s is set very high! + + 134 + + + -maxmempool must be at least %d MB + + 135 + + + A fatal internal error occurred, see debug.log for details + + 136 + + + Cannot resolve -%s address: '%s' + + 137 + + + Cannot set -peerblockfilters without -blockfilterindex. + + 138 + + Cannot write to data directory '%s'; check permissions. 139 - - Loading block index... - Loading block index... + + Change index out of range + + 140 + + + Config setting for %s only applied on %s network when in [%s] section. + + 141 + + + Copyright (C) %i-%i + + 142 + + + Corrupted block database detected + + 143 + + + Could not find asmap file %s + + 144 + + + Could not parse asmap file %s + + 145 + + + Disk space is too low! + + 146 + + + Do you want to rebuild the block database now? + + 147 + + + Done loading + + 148 + + + Dump file %s does not exist. + + 149 + + + Error creating %s + + 150 + + + Error initializing block database + + 151 + + + Error initializing wallet database environment %s! + + 152 + + + Error loading %s + + 153 + + + Error loading %s: Private keys can only be disabled during creation + + 154 + + + Error loading %s: Wallet corrupted + + 155 + + + Error loading %s: Wallet requires newer version of %s + + 156 + + + Error loading block database + + 157 + + + Error opening block database + + 158 + + + Error reading from database, shutting down. + + 159 + + + Error reading next record from wallet database + + 160 + + + Error upgrading chainstate database + + 161 + + + Error: Couldn't create cursor into database + + 162 + + + Error: Disk space is low for %s + + 163 + + + Error: Dumpfile checksum does not match. Computed %s, expected %s + + 164 + + + Error: Got key that was not hex: %s + + 165 + + + Error: Got value that was not hex: %s + + 166 + + + Error: Keypool ran out, please call keypoolrefill first + + 167 + + + Error: Missing checksum + + 168 + + + Error: Unable to parse version %u as a uint32_t + + 169 + + + Error: Unable to write record to new wallet + + 170 + + + Failed to listen on any port. Use -listen=0 if you want this. + + 171 + + + Failed to rescan the wallet during initialization + + 172 + + + Failed to verify database + + 173 + + + Fee rate (%s) is lower than the minimum fee rate setting (%s) + + 174 + + + Ignoring duplicate -wallet %s. + + 175 + + + Importing… + + 176 + + + Incorrect or no genesis block found. Wrong datadir for network? + + 177 + + + Initialization sanity check failed. %s is shutting down. + + 178 + + + Insufficient funds + + 179 + + + Invalid -i2psam address or hostname: '%s' + + 180 + + + Invalid -onion address or hostname: '%s' + + 181 + + + Invalid -proxy address or hostname: '%s' + + 182 + + + Invalid P2P permission: '%s' + + 183 + + + Invalid amount for -%s=<amount>: '%s' + + 184 + + + Invalid amount for -discardfee=<amount>: '%s' + + 185 + + + Invalid amount for -fallbackfee=<amount>: '%s' + + 186 + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + 187 + + + Invalid netmask specified in -whitelist: '%s' + + 188 + + + Loading P2P addresses… + + 189 + + + Loading banlist… + + 190 + + + Loading block index… + 191 - - Loading wallet... - Loading wallet... + + Loading wallet… + 192 - - Rescanning... - Rescanning... + + Need to specify a port with -whitebind: '%s' + + 193 + + + No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. + + 194 + + + Not enough file descriptors available. + + 195 + + + Prune cannot be configured with a negative value. + + 196 + + + Prune mode is incompatible with -coinstatsindex. + + 197 + + + Prune mode is incompatible with -txindex. + + 198 + + + Pruning blockstore… + + 199 + + + Reducing -maxconnections from %d to %d, because of system limitations. + + 200 + + + Replaying blocks… + 201 - - Done loading - Done loading - 148 + + Rescanning… + + 202 + + + SQLiteDatabase: Failed to execute statement to verify database: %s + + 203 + + + SQLiteDatabase: Failed to fetch sqlite wallet schema version: %s + + 204 + + + SQLiteDatabase: Failed to fetch the application id: %s + + 205 + + + SQLiteDatabase: Failed to prepare statement to verify database: %s + + 206 + + + SQLiteDatabase: Failed to read database verification error: %s + + 207 + + + SQLiteDatabase: Unexpected application id. Expected %u, got %u + + 208 + + + Section [%s] is not recognized. + + 209 + + + Signing transaction failed + + 210 + + + Specified -walletdir "%s" does not exist + + 211 + + + Specified -walletdir "%s" is a relative path + + 212 + + + Specified -walletdir "%s" is not a directory + + 213 + + + Specified blocks directory "%s" does not exist. + + 214 + + + Starting network threads… + + 215 + + + The source code is available from %s. + + 216 + + + The specified config file %s does not exist + + 217 + + + The transaction amount is too small to pay the fee + + 218 + + + The wallet will avoid paying less than the minimum relay fee. + + 219 + + + This is experimental software. + + 220 + + + This is the minimum transaction fee you pay on every transaction. + + 221 + + + This is the transaction fee you will pay if you send a transaction. + + 222 + + + Transaction amount too small + + 223 + + + Transaction amounts must not be negative + + 224 + + + Transaction fee and change calculation failed + + 225 + + + Transaction has too long of a mempool chain + + 226 + + + Transaction must have at least one recipient + + 227 + + + Transaction too large + + 228 + + + Unable to bind to %s on this computer (bind returned error %s) + + 229 + + + Unable to bind to %s on this computer. %s is probably already running. + + 230 + + + Unable to create the PID file '%s': %s + + 231 + + + Unable to generate initial keys + + 232 + + + Unable to generate keys + + 233 + + + Unable to open %s for writing + + 234 + + + Unable to start HTTP server. See debug log for details. + + 235 + + + Unknown -blockfilterindex value %s. + + 236 + + + Unknown address type '%s' + + 237 + + + Unknown change type '%s' + + 238 + + + Unknown network specified in -onlynet: '%s' + + 239 + + + Unsupported logging category %s=%s. + + 240 + + + Upgrading UTXO database + + 241 + + + Upgrading txindex database + + 242 + + + User Agent comment (%s) contains unsafe characters. + + 243 + + + Verifying blocks… + + 244 + + + Verifying wallet(s)… + + 245 + + + Wallet needed to be rewritten: restart %s to complete + + 246 + + + Warning: unknown new rules activated (versionbit %i) + + 247