From ff52b24e5c9b3dca269e66e0d78051a2aa5f1462 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:18:55 +0100 Subject: [PATCH] qt: Update translation source file --- src/qt/bitcoinstrings.cpp | 42 +- src/qt/locale/bitcoin_en.ts | 541 +++-- src/qt/locale/bitcoin_en.xlf | 3986 ++++++++++++++++++---------------- 3 files changed, 2445 insertions(+), 2124 deletions(-) diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index ba804d6955..13694c638d 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -14,9 +14,28 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring " "a backup."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"%s request to listen on port %u. This port is considered \"bad\" and thus it " +"is unlikely that any Bitcoin Core peers connect to it. See doc/p2p-bad-ports." +"md for details and a full list."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "-maxtxfee is set very high! Fees this large could be paid on a single " "transaction."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"-reindex-chainstate option is not compatible with -blockfilterindex. Please " +"temporarily disable blockfilterindex while using -reindex-chainstate, or " +"replace -reindex-chainstate with -reindex to fully rebuild all indexes."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"-reindex-chainstate option is not compatible with -coinstatsindex. Please " +"temporarily disable coinstatsindex while using -reindex-chainstate, or " +"replace -reindex-chainstate with -reindex to fully rebuild all indexes."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"-reindex-chainstate option is not compatible with -txindex. Please " +"temporarily disable txindex while using -reindex-chainstate, or replace -" +"reindex-chainstate with -reindex to fully rebuild all indexes."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Assumed-valid: last wallet synchronisation goes beyond available block data. " +"You need to wait for the background validation chain to download more blocks."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot downgrade wallet from version %i to version %i. Wallet version " "unchanged."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -51,7 +70,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and " "\"bech32\" address types"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Error: Listening for incoming connections failed (listen returned error %s)"), +"Failed to rename invalid peers.dat file. Please move or delete it and try " +"again."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -" "fallbackfee."), @@ -77,6 +97,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "No wallet file format provided. To use createfromdump, -format= must " "be provided."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for " +"reaching the Tor network is not provided (no -proxy= and no -onion= given) " +"or it is explicitly forbidden (-onion=0)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Please check that your computer's date and time are correct! If your clock " "is wrong, %s will not work properly."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -85,6 +109,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "Prune configured below the minimum of %d MiB. Please use a higher number."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Prune mode is incompatible with -reindex-chainstate. Use full -reindex " +"instead."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Prune: last wallet synchronisation goes beyond pruned data. You need to -" "reindex (download the whole blockchain again in case of pruned node)"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -129,6 +156,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or " "\"sqlite\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Unsupported chainstate database format found. Please restart with -reindex-" +"chainstate. This will rebuild the chainstate database."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Wallet created successfully. The legacy wallet type is being deprecated and " +"support for creating and opening legacy wallets will be removed in the " +"future."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: Dumpfile wallet format \"%s\" does not match command line specified " "format \"%s\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -169,7 +203,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."), QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"), -QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"), @@ -199,6 +232,7 @@ 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", "Listening for incoming connections failed (listen returned error %s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"), QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"), QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"), @@ -207,10 +241,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing amount"), QT_TRANSLATE_NOOP("bitcoin-core", "Missing solving data for estimating transaction size"), QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "No addresses available"), -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", "Reducing -maxconnections from %d to %d, because of system limitations."), @@ -241,6 +273,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain") QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction needs a change address, but we can't generate it."), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"), +QT_TRANSLATE_NOOP("bitcoin-core", "Unable to allocate memory for -maxsigcachesize: '%s' MiB"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"), @@ -255,7 +288,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"), QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."), -QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO 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)…"), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 35d8201877..57fd88483e 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -55,7 +55,7 @@ - + &Delete &Delete @@ -313,7 +313,12 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinApplication - + + Settings file %1 might be corrupt or invalid. + + + + Runaway exception @@ -336,7 +341,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinGUI - + &Overview &Overview @@ -396,7 +401,7 @@ Signing is only possible with addresses of the type 'legacy'. - + &Minimize @@ -406,18 +411,18 @@ Signing is only possible with addresses of the type 'legacy'. - + Network activity disabled. A substring of the tooltip. - + Proxy is <b>enabled</b>: %1 - + Send coins to a Bitcoin address Send coins to a Bitcoin address @@ -507,17 +512,17 @@ Signing is only possible with addresses of the type 'legacy'. - + Close All Wallets… - + &File &File - + &Settings &Settings @@ -532,12 +537,12 @@ Signing is only possible with addresses of the type 'legacy'. Tabs toolbar - + Syncing Headers (%1%)… - + Synchronizing with network… @@ -562,7 +567,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Request payments (generates QR codes and bitcoin: URIs) @@ -577,12 +582,12 @@ Signing is only possible with addresses of the type 'legacy'. - + &Command-line options - + Processed %n block(s) of transaction history. Processed %n block of transaction history. @@ -630,7 +635,12 @@ Signing is only possible with addresses of the type 'legacy'. Up to date - + + Ctrl+Q + + + + Load Partially Signed Bitcoin Transaction @@ -686,6 +696,18 @@ Signing is only possible with addresses of the type 'legacy'. + Restore Wallet… + Name of the menu item that restores wallet from a backup file. + + + + + Restore a wallet from a backup file + Status tip for Restore Wallet menu item + + + + Close all wallets @@ -715,12 +737,41 @@ Signing is only possible with addresses of the type 'legacy'. - + + Wallet Data + Name of the wallet data file format. + + + + + Load Wallet Backup + The title for Restore Wallet File Windows + + + + + Restore Wallet + Title of pop-up window shown when the user is attempting to + restore a wallet. + + + + + Wallet Name + Label of the input field where the name of the wallet is entered. + + + + &Window &Window - + + Ctrl+M + + + + Zoom @@ -730,7 +781,7 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 client @@ -778,7 +829,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Error: %1 @@ -849,7 +900,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Wallet is <b>encrypted</b> and currently <b>unlocked</b> @@ -1022,7 +1073,7 @@ Signing is only possible with addresses of the type 'legacy'. - + yes @@ -1061,7 +1112,7 @@ Signing is only possible with addresses of the type 'legacy'. CreateWalletActivity - + Create Wallet Title of window indicating the progress of creation of a new wallet. @@ -1276,7 +1327,7 @@ Signing is only possible with addresses of the type 'legacy'. HelpMessageDialog - + version version @@ -1286,7 +1337,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Command-line options @@ -1353,20 +1404,29 @@ Signing is only possible with addresses of the type 'legacy'. Bitcoin Bitcoin - + - %1 GB of space available - + %n GB of space available + + + + - + - (of %1 GB needed) - + (of %n GB needed) + + + + - + - (%1 GB needed for full chain) - + (%n GB needed for full chain) + + + + @@ -1604,7 +1664,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + Options set in this dialog are overridden by the command line: + + + + Open the %1 configuration file from the working directory. @@ -1916,12 +1981,7 @@ Signing is only possible with addresses of the type 'legacy'. - - Options set in this dialog are overridden by the command line or in the configuration file: - - - - + &OK &OK @@ -1931,7 +1991,7 @@ Signing is only possible with addresses of the type 'legacy'. &Cancel - + Compiled without external signing support (required for external signing) "External signing" means using devices such as hardware wallets. @@ -1942,28 +2002,37 @@ Signing is only possible with addresses of the type 'legacy'. default - + none - + Confirm options reset + Window title text of pop-up window shown when the user has chosen to reset options. Confirm options reset - - + + Client restart required to activate changes. + Text explaining that the settings changed will not come into effect until the client is restarted. - + + Current settings will be backed up at "%1". + Text explaining to the user that the client's current settings will be backed up at a specific location. %1 is a stand-in argument for the backup location's path. + + + + Client will be shut down. Do you want to proceed? + Text asking the user to confirm if they would like to proceed with a client shutdown. - + Configuration options Window title text of pop-up box that allows opening up of configuration file. @@ -2005,6 +2074,14 @@ Signing is only possible with addresses of the type 'legacy'. The supplied proxy address is invalid. + + OptionsModel + + + Could not read setting "%1", %2. + + + OverviewPage @@ -2099,7 +2176,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. @@ -2271,7 +2348,7 @@ Signing is only possible with addresses of the type 'legacy'. PaymentServer - + Payment request error @@ -2281,7 +2358,7 @@ Signing is only possible with addresses of the type 'legacy'. - + @@ -2315,7 +2392,7 @@ If you are receiving this error you should request the merchant provide a BIP21 PeerTableModel - + User Agent Title of Peers Table column which contains the peer's User Agent string. @@ -2327,11 +2404,17 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Peer Title of Peers Table column which contains a unique number used to identify a connection. + + + Age + Title of Peers Table column which indicates the duration (length of time) since the peer connection started. + + Direction @@ -2369,7 +2452,7 @@ If you are receiving this error you should request the merchant provide a BIP21 Network - + Inbound An Inbound Connection from a Peer. @@ -2384,17 +2467,22 @@ If you are receiving this error you should request the merchant provide a BIP21 QObject - + Amount Amount - + Enter a Bitcoin address (e.g. %1) - + + Ctrl+W + + + + Unroutable @@ -2446,23 +2534,27 @@ If you are receiving this error you should request the merchant provide a BIP21 - + + %1 d - + + %1 h - + + %1 m - - + + + %1 s @@ -2556,7 +2648,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Do you want to reset settings to default values, or to abort without making changes? Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting. @@ -2568,7 +2660,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Error: Specified data directory "%1" does not exist. @@ -2583,7 +2675,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + %1 didn't yet exit safely… @@ -2672,7 +2764,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A N/A @@ -2791,7 +2883,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Select a peer to view detailed information. @@ -2833,34 +2925,37 @@ If you are receiving this error you should request the merchant provide a BIP21 Whether we relay addresses to this peer. - Tooltip text for the Address Relay field in the peer details area. + Tooltip text for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No). Address Relay + Text title for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No). - Total number of addresses processed, excluding those dropped due to rate-limiting. - Tooltip text for the Addresses Processed field in the peer details area. + The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). + Tooltip text for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). - + + The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. + Tooltip text for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. + + + + Addresses Processed + Text title for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). - - Total number of addresses dropped due to rate-limiting. - Tooltip text for the Addresses Rate-Limited field in the peer details area. - - - - + Addresses Rate-Limited + Text title for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. @@ -3021,7 +3116,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + In: @@ -3066,12 +3161,12 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Never - + Inbound: initiated by peer Explanatory text for an inbound peer connection. @@ -3177,7 +3272,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + &Copy IP/Netmask Context menu action to copy the IP/Netmask of a banned peer. IP/Netmask is the combination of a peer's IP address and its Netmask. For IP address, see: https://en.wikipedia.org/wiki/IP_address. @@ -3193,17 +3288,37 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Executing command without any wallet - + + Ctrl+I + + + + + Ctrl+T + + + + + Ctrl+N + + + + + Ctrl+P + + + + Executing command using "%1" wallet - + Welcome to the %1 RPC console. Use up and down arrows to navigate history, and %2 to clear screen. Use %3 and %4 to increase or decrease the font size. @@ -3215,7 +3330,7 @@ For more information on using this console, type %6. - + Executing… A console message indicating an entered command is currently being executed. @@ -3231,7 +3346,7 @@ For more information on using this console, type %6. - + Unknown @@ -3446,7 +3561,7 @@ For more information on using this console, type %6. - + (no label) @@ -3466,11 +3581,44 @@ For more information on using this console, type %6. + + RestoreWalletActivity + + + Restore Wallet + Title of progress window which is displayed when wallets are being restored. + + + + + Restoring Wallet <b>%1</b>… + Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored. + + + + + Restore wallet failed + Title of message box which is displayed when the wallet could not be restored. + + + + + Restore wallet warning + Title of message box which is displayed when the wallet is restored with some warning. + + + + + Restore wallet message + Title of message box which is displayed when the wallet is successfully restored. + + + SendCoinsDialog - + Send Coins Send Coins @@ -3657,7 +3805,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 S&end - + Copy quantity @@ -3739,29 +3887,29 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + To review recipient list click "Show Details…" - + Sign failed - + External signer not found "External signer" means using devices such as hardware wallets. - + External signer failure "External signer" means using devices such as hardware wallets. - + Save Transaction Data @@ -3777,17 +3925,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + External balance: - + or - + You can increase the fee later (signals Replace-By-Fee, BIP-125). @@ -3826,17 +3974,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Total Amount - + Confirm send coins - + Watch-only balance: @@ -3875,13 +4023,8 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 A fee higher than %1 is considered an absurdly high fee. - - - Payment request expired. - - - + Estimated to begin confirmation within %n block(s). Estimated to begin confirmation within %n block. @@ -3917,14 +4060,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 SendCoinsEntry - - - + A&mount: A&mount: - + Pay &To: Pay &To: @@ -3960,13 +4101,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - Remove this entry - + The amount to send in the selected unit @@ -3991,17 +4130,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - This is an unauthenticated payment request. - - - - - This is an authenticated payment request. - - - - + Enter a label for this address to add it to the list of used addresses @@ -4011,23 +4140,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - - - - Pay To: - - - - - - Memo: - - SendConfirmationDialog - + Send @@ -4274,42 +4391,43 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 TransactionDesc - + conflicted with a transaction with %1 confirmations + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that conflicts with a confirmed transaction. - - 0/unconfirmed, %1 + + 0/unconfirmed, in memory pool + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that is in the memory pool. - - in memory pool + + 0/unconfirmed, not in memory pool + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that is not in the memory pool. - - not in memory pool - - - - + abandoned + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an abandoned transaction. - + %1/unconfirmed + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in at least one block, but less than 6 blocks. - + %1 confirmations + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in 6 or more blocks. - + Status @@ -4507,7 +4625,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 TransactionTableModel - + Date Date @@ -4844,7 +4962,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 WalletController - + Close wallet @@ -4884,19 +5002,19 @@ Go to File > Open Wallet to load a wallet. - - + + Error Error - + Unable to decode PSBT from clipboard (invalid base64) - + Load Transaction Data @@ -4911,7 +5029,7 @@ Go to File > Open Wallet to load a wallet. - + Unable to decode PSBT @@ -4924,7 +5042,7 @@ Go to File > Open Wallet to load a wallet. Send Coins - + @@ -5001,7 +5119,7 @@ Go to File > Open Wallet to load a wallet. WalletView - + &Export &Export @@ -5011,7 +5129,7 @@ Go to File > Open Wallet to load a wallet. Export the data in the current tab to a file - + Backup Wallet @@ -5060,12 +5178,12 @@ Go to File > Open Wallet to load a wallet. - + -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. @@ -5115,12 +5233,7 @@ Go to File > Open Wallet to load a wallet. - - Error: Listening for incoming connections failed (listen returned error %s) - - - - + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. @@ -5161,6 +5274,11 @@ Go to File > Open Wallet to load a wallet. + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided (no -proxy= and no -onion= given) or it is explicitly forbidden (-onion=0) + + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. @@ -5176,6 +5294,11 @@ Go to File > Open Wallet to load a wallet. + Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. + + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) @@ -5241,6 +5364,16 @@ Go to File > Open Wallet to load a wallet. + Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. + + + + + Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. + + + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". @@ -5300,12 +5433,37 @@ Go to File > Open Wallet to load a wallet. - + The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. - + + %s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any Bitcoin Core peers connect to it. See doc/p2p-bad-ports.md for details and a full list. + + + + + -reindex-chainstate option is not compatible with -blockfilterindex. Please temporarily disable blockfilterindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. + + + + + -reindex-chainstate option is not compatible with -coinstatsindex. Please temporarily disable coinstatsindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. + + + + + -reindex-chainstate option is not compatible with -txindex. Please temporarily disable txindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. + + + + + Assumed-valid: last wallet synchronisation goes beyond available block data. You need to wait for the background validation chain to download more blocks. + + + + Cannot provide specific connections and have addrman find outgoing connections at the same time. @@ -5315,7 +5473,12 @@ Go to File > Open Wallet to load a wallet. - + + Failed to rename invalid peers.dat file. Please move or delete it and try again. + + + + Config setting for %s only applied on %s network when in [%s] section. @@ -5414,11 +5577,6 @@ Go to File > Open Wallet to load a wallet. Error reading next record from wallet database - - - Error upgrading chainstate database - - Error: Couldn't create cursor into database @@ -5564,6 +5722,11 @@ Go to File > Open Wallet to load a wallet. Invalid netmask specified in -whitelist: '%s' + + + Listening for incoming connections failed (listen returned error %s) + + Loading P2P addresses… @@ -5604,11 +5767,6 @@ Go to File > Open Wallet to load a wallet. No addresses available - - - No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. - - Not enough file descriptors available. @@ -5619,11 +5777,6 @@ Go to File > Open Wallet to load a wallet. Prune cannot be configured with a negative value. - - - Prune mode is incompatible with -coinstatsindex. - - Prune mode is incompatible with -txindex. @@ -5774,6 +5927,11 @@ Go to File > Open Wallet to load a wallet. Transaction too large + + + Unable to allocate memory for -maxsigcachesize: '%s' MiB + + Unable to bind to %s on this computer (bind returned error %s) @@ -5844,11 +6002,6 @@ Go to File > Open Wallet to load a wallet. Unsupported logging category %s=%s. - - - Upgrading UTXO database - - User Agent comment (%s) contains unsafe characters. @@ -5870,7 +6023,7 @@ Go to File > Open Wallet to load a wallet. - + Settings file could not be read diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index 30ee5e4de6..8e5cb5f21f 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -45,7 +45,7 @@ &Delete 101 - ../addressbookpage.cpp122 + ../addressbookpage.cpp128 @@ -53,62 +53,62 @@ Choose the address to send coins to - 84 + 90 Choose the address to receive coins with - 85 + 91 C&hoose - 90 + 96 Sending addresses - 96 + 102 Receiving addresses - 97 + 103 These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - 104 + 110 These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses. Signing is only possible with addresses of the type 'legacy'. - 109 + 115 &Copy Address - 117 + 123 Copy &Label - 118 + 124 &Edit - 119 + 125 Export Address List - 283 + 289 Comma separated file - 286 + 292 Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values. There was an error trying to save the address list to %1. Please try again. - 302 + 308 An error message. %1 is a stand-in argument for the name of the file we attempted to save to. Exporting Failed - 299 + 305 @@ -267,568 +267,610 @@ Signing is only possible with addresses of the type 'legacy'. - Runaway exception - 433 + Settings file %1 might be corrupt or invalid. + 286 - A fatal error occurred. %1 can no longer continue safely and will quit. - 434 + Runaway exception + 464 - Internal error - 443 + A fatal error occurred. %1 can no longer continue safely and will quit. + 465 + Internal error + 474 + + An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. - 444 + 475 - + Do you want to reset settings to default values, or to abort without making changes? - 168 + 181 Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting. - + A fatal error occurred. Check that settings file is writable, or try running with -nosettings. - 192 + 205 Explanatory text shown on startup when the settings file could not be written. Prompts user to check that we have the ability to write to the file. Explains that the user has the option of running without a settings file. - - Error: Specified data directory "%1" does not exist. - 565 - - Error: Cannot parse configuration file: %1. - 571 + Error: Specified data directory "%1" does not exist. + 598 - Error: %1 - 586 + Error: Cannot parse configuration file: %1. + 604 + Error: %1 + 619 + + %1 didn't yet exit safely… - 657 + 693 - - Settings file could not be read - 161 - + Settings file could not be read + 174 + + Settings file could not be written - 184 + 197 - - &Overview - 250 - - Show general overview of wallet - 251 + &Overview + 253 - &Transactions - 271 + Show general overview of wallet + 254 - Browse transaction history - 272 + &Transactions + 274 - E&xit - 291 + Browse transaction history + 275 - Quit application - 292 + E&xit + 294 - &About %1 + Quit application 295 - Show information about %1 - 296 + &About %1 + 298 - About &Qt + Show information about %1 299 - Show information about Qt - 300 + About &Qt + 302 - Modify configuration options for %1 + Show information about Qt 303 - Create a new wallet - 347 + Modify configuration options for %1 + 306 - &Minimize - 474 + Create a new wallet + 350 - Wallet: - 553 + &Minimize + 510 - Network activity disabled. - 945 - A substring of the tooltip. + Wallet: + 589 - Proxy is <b>enabled</b>: %1 - 1367 + Network activity disabled. + 982 + A substring of the tooltip. - Send coins to a Bitcoin address - 258 + Proxy is <b>enabled</b>: %1 + 1411 - Backup wallet to another location - 311 + Send coins to a Bitcoin address + 261 - Change the passphrase used for wallet encryption - 313 - - - &Send - 257 - - - &Receive - 264 - - - &Options… - 302 - - - &Encrypt Wallet… - 307 - - - Encrypt the private keys that belong to your wallet - 308 - - - &Backup Wallet… - 310 - - - &Change Passphrase… - 312 - - - Sign &message… + Backup wallet to another location 314 - - Sign messages with your Bitcoin addresses to prove you own them - 315 - - - &Verify message… + + Change the passphrase used for wallet encryption 316 - - Verify messages to ensure they were signed with specified Bitcoin addresses + + &Send + 260 + + + &Receive + 267 + + + &Options… + 305 + + + &Encrypt Wallet… + 310 + + + Encrypt the private keys that belong to your wallet + 311 + + + &Backup Wallet… + 313 + + + &Change Passphrase… + 315 + + + Sign &message… 317 - - &Load PSBT from file… + + Sign messages with your Bitcoin addresses to prove you own them 318 + + &Verify message… + 319 + + + Verify messages to ensure they were signed with specified Bitcoin addresses + 320 + - Open &URI… - 334 + &Load PSBT from file… + 321 - Close Wallet… - 342 + Open &URI… + 337 - Create Wallet… + Close Wallet… 345 - Close All Wallets… - 349 + Create Wallet… + 348 - &File - 443 + Close All Wallets… + 358 - &Settings - 461 + &File + 477 - &Help - 522 + &Settings + 497 - Tabs toolbar - 533 + &Help + 558 - Syncing Headers (%1%)… - 989 + Tabs toolbar + 569 - Synchronizing with network… - 1036 + Syncing Headers (%1%)… + 1026 - Indexing blocks on disk… - 1041 + Synchronizing with network… + 1074 - Processing blocks on disk… - 1043 + Indexing blocks on disk… + 1079 - Reindexing blocks on disk… - 1047 + Processing blocks on disk… + 1081 - Connecting to peers… - 1053 + Reindexing blocks on disk… + 1085 - Request payments (generates QR codes and bitcoin: URIs) - 265 + Connecting to peers… + 1091 - Show the list of used sending addresses and labels - 330 + Request payments (generates QR codes and bitcoin: URIs) + 268 - Show the list of used receiving addresses and labels - 332 + Show the list of used sending addresses and labels + 333 + Show the list of used receiving addresses and labels + 335 + + &Command-line options - 352 + 361 - 1062 - + 1100 + Processed %n block(s) of transaction history. - + Processed %n block(s) of transaction history. - - %1 behind - 1085 - - Catching up… - 1090 + %1 behind + 1123 - Last received block was generated %1 ago. - 1109 + Catching up… + 1128 - Transactions after this will not yet be visible. - 1111 + Last received block was generated %1 ago. + 1147 - Error - 1136 + Transactions after this will not yet be visible. + 1149 - Warning - 1140 + Error + 1174 - Information - 1144 + Warning + 1178 - Up to date - 1066 + Information + 1182 - Load Partially Signed Bitcoin Transaction - 319 + Up to date + 1104 - Load PSBT from &clipboard… - 320 + Ctrl+Q + 296 - Load Partially Signed Bitcoin Transaction from clipboard - 321 + Load Partially Signed Bitcoin Transaction + 322 - Node window + Load PSBT from &clipboard… 323 - Open node debugging and diagnostic console + Load Partially Signed Bitcoin Transaction from clipboard 324 - &Sending addresses - 329 + Node window + 326 - &Receiving addresses - 331 + Open node debugging and diagnostic console + 327 - Open a bitcoin: URI - 335 + &Sending addresses + 332 - Open Wallet - 337 + &Receiving addresses + 334 - Open a wallet - 339 + Open a bitcoin: URI + 338 - Close wallet - 343 + Open Wallet + 340 - Close all wallets - 350 + Open a wallet + 342 - Show the %1 help message to get a list with possible Bitcoin command-line options - 354 + Close wallet + 346 - &Mask values - 356 + Restore Wallet… + 353 + Name of the menu item that restores wallet from a backup file. - Mask the values in the Overview tab - 358 + Restore a wallet from a backup file + 356 + Status tip for Restore Wallet menu item - default wallet - 389 + Close all wallets + 359 - No wallets available - 409 + Show the %1 help message to get a list with possible Bitcoin command-line options + 363 - &Window - 472 + &Mask values + 365 - Zoom - 484 + Mask the values in the Overview tab + 367 - Main Window - 502 + default wallet + 398 - %1 client - 759 + No wallets available + 418 - &Hide - 824 + Wallet Data + 424 + Name of the wallet data file format. + Load Wallet Backup + 427 + The title for Restore Wallet File Windows + + + Restore Wallet + 435 + Title of pop-up window shown when the user is attempting to + restore a wallet. + + + Wallet Name + 437 + Label of the input field where the name of the wallet is entered. + + + &Window + 508 + + + Ctrl+M + 511 + + + Zoom + 520 + + + Main Window + 538 + + + %1 client + 796 + + + &Hide + 861 + + S&how - 825 + 862 - 942 + 979 A substring of the tooltip. - + %n active connection(s) to Bitcoin network. - + %n active connection(s) to Bitcoin network. - + Click for more actions. - 952 + 989 A substring of the tooltip. "More actions" are available via the context menu. - + Show Peers tab - 969 + 1006 A context menu item. The "Peers tab" is an element of the "Node window". - + Disable network activity - 977 + 1014 A context menu item. - + Enable network activity - 979 + 1016 A context menu item. The network activity was disabled previously. - - Error: %1 - 1137 - - - Warning: %1 - 1141 - - - Date: %1 - - 1249 - - - Amount: %1 - - 1250 - - - Wallet: %1 - - 1252 - - - Type: %1 - - 1254 - - - Label: %1 - - 1256 - - - Address: %1 - - 1258 - - - Sent transaction - 1259 - - Incoming transaction - 1259 + Error: %1 + 1175 - HD key generation is <b>enabled</b> - 1311 + Warning: %1 + 1179 - HD key generation is <b>disabled</b> - 1311 + Date: %1 + + 1287 - Private key <b>disabled</b> - 1311 + Amount: %1 + + 1288 - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 1328 + Wallet: %1 + + 1290 - Wallet is <b>encrypted</b> and currently <b>locked</b> - 1336 + Type: %1 + + 1292 + Label: %1 + + 1294 + + + Address: %1 + + 1296 + + + Sent transaction + 1297 + + + Incoming transaction + 1297 + + + HD key generation is <b>enabled</b> + 1349 + + + HD key generation is <b>disabled</b> + 1349 + + + Private key <b>disabled</b> + 1349 + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + 1372 + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + 1380 + + Original message: - 1455 + 1499 - + Unit to show amounts in. Click to select another unit. - 1496 + 1540 - + 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 420 - + Received with label 425 - + Received with address 430 - + Date 435 - + Confirmations 440 - + Confirmed 443 @@ -836,232 +878,259 @@ Signing is only possible with addresses of the type 'legacy'. - + Copy amount 69 - + &Copy address 58 - + Copy &label 59 - + Copy &amount 60 - + Copy transaction &ID and output index 61 - + L&ock unspent 63 - + &Unlock unspent 64 - + Copy quantity 68 - + Copy fee 70 - + Copy after fee 71 - + Copy bytes 72 - + Copy dust 73 - + Copy change 74 - + (%1 locked) 380 - + yes - 535 + 534 - + no - 535 + 534 - + This label turns red if any recipient receives an amount smaller than the current dust threshold. - 549 + 548 - + Can vary +/- %1 satoshi(s) per input. - 554 + 553 - + (no label) - 601 - 655 + 600 + 654 - + change from %1 (%2) - 648 + 647 - + (change) - 649 + 648 - + Create Wallet - 243 + 244 Title of window indicating the progress of creation of a new wallet. - + Creating Wallet <b>%1</b>… - 246 + 247 Descriptive text of the create wallet progress window which indicates to the user which wallet is currently being created. - + Create wallet failed - 275 + 276 - + Create wallet warning - 277 + 278 - + Can't list signers - 293 + 294 - + Load Wallets - 362 + 363 Title of progress window which is displayed when wallets are being loaded. - + Loading wallets… - 365 + 366 Descriptive text of the load wallets progress window which indicates to the user that wallets are currently being loaded. - + Open wallet failed - 323 + 324 - + Open wallet warning - 325 + 326 - + default wallet - 335 + 336 - + Open Wallet - 339 + 340 Title of window indicating the progress of opening of a wallet. - + Opening Wallet <b>%1</b>… - 342 + 343 Descriptive text of the open wallet progress window which indicates to the user which wallet is currently being opened. - - - Close wallet - 83 + + + Restore Wallet + 388 + Title of progress window which is displayed when wallets are being restored. - - Are you sure you wish to close the wallet <i>%1</i>? + + Restoring Wallet <b>%1</b>… + 391 + Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored. + + + Restore wallet failed + 407 + Title of message box which is displayed when the wallet could not be restored. + + + Restore wallet warning + 410 + Title of message box which is displayed when the wallet is restored with some warning. + + + Restore wallet message + 413 + Title of message box which is displayed when the wallet is successfully restored. + + + + + Close wallet 84 - - Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. + + Are you sure you wish to close the wallet <i>%1</i>? 85 - - Close all wallets - 98 + + Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. + 86 - - Are you sure you wish to close all wallets? + + Close all wallets 99 + + Are you sure you wish to close all wallets? + 100 + - + Create Wallet 14 - + Wallet Name 25 - + Wallet 38 - + Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice. 47 - + Encrypt Wallet 50 - + Advanced Options 76 - + Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets. 85 - + Disable Private Keys 88 - + Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time. 95 - + Make Blank Wallet 98 - + Use descriptors for scriptPubKey management 105 - + Descriptor Wallet 108 - + Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first. 118 - + External signer 121 @@ -1069,15 +1138,15 @@ Signing is only possible with addresses of the type 'legacy'. - + Create 22 - + Compiled without sqlite support (required for descriptor wallets) 90 - + Compiled without external signing support (required for external signing) 104 "External signing" means using devices such as hardware wallets. @@ -1086,23 +1155,23 @@ Signing is only possible with addresses of the type 'legacy'. - + Edit Address 14 - + &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 42 @@ -1110,35 +1179,35 @@ 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 @@ -1146,75 +1215,90 @@ Signing is only possible with addresses of the type 'legacy'. - + A new data directory will be created. 73 - + name 95 - + Directory already exists. Add %1 if you intend to create a new directory here. 97 - + Path already exists, and is not a directory. 100 - + Cannot create data directory here. 107 - + Bitcoin 139 - - %1 GB of space available + 301 - - - (of %1 GB needed) + + %n GB of space available + + + %n GB of space available + + + 303 - - - (%1 GB needed for full chain) + + (of %n GB needed) + + + (of %n GB needed) + + + 306 - - + + (%n GB needed for full chain) + + + (%n GB needed for full chain) + + + At least %1 GB of data will be stored in this directory, and it will grow over time. 378 - + Approximately %1 GB of data will be stored in this directory. 381 390 Explanatory text on the capability of the current prune target. - + (sufficient to restore backups %n day(s) old) - + (sufficient to restore backups %n day(s) old) - + %1 will download and store a copy of the Bitcoin block chain. 392 - + The wallet will also be stored in this directory. 394 - + Error: Specified data directory "%1" cannot be created. 250 - + Error 280 @@ -1222,25 +1306,25 @@ Signing is only possible with addresses of the type 'legacy'. - + version - 37 + 38 - + About %1 - 41 + 42 - + Command-line options 60 - + %1 is shutting down… 145 - + Do not shut down the computer until this window disappears. 146 @@ -1248,47 +1332,47 @@ Signing is only possible with addresses of the type 'legacy'. - + Welcome 14 - + Welcome to %1. 23 - + As this is the first time the program is launched, you can choose where %1 will store its data. 49 - + When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched. 206 - + Limit block chain storage to 238 - + Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features. 241 - + GB 248 - + This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off. 216 - + If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low. 226 - + Use the default data directory 66 - + Use a custom data directory: 73 @@ -1296,54 +1380,54 @@ Signing is only possible with addresses of the type 'legacy'. - + 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… 222 248 ../modaloverlay.cpp152 - + calculating… 292 312 - + Last block time 235 - + Progress 261 - + Progress increase per hour 285 - + Estimated time left until synced 305 - + Hide 342 - + Esc 345 @@ -1351,17 +1435,17 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain. 34 - + Unknown. Syncing Headers (%1, %2%)… 158 - + unknown 123 @@ -1369,15 +1453,15 @@ Signing is only possible with addresses of the type 'legacy'. - + Open bitcoin URI 14 - + URI: 22 - + Paste address from clipboard 36 Tooltip text for button that allows you to paste an address that is in your clipboard. @@ -1386,310 +1470,310 @@ Signing is only possible with addresses of the type 'legacy'. - + Options 14 - + &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 111 - + Number of script &verification threads 157 - + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) 388 575 - + Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. 457 480 503 - + 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. 672 - + + Options set in this dialog are overridden by the command line: + 899 + + Open the %1 configuration file from the working directory. 944 - + Open Configuration File 947 - + Reset all client options to default. 957 - + &Reset Options 960 - + &Network 315 - + Prune &block storage to 61 - + GB 71 - + Reverting this setting requires re-downloading the entire blockchain. 96 - + Maximum database cache size. A larger cache can contribute to faster sync, after which the benefit is less pronounced for most use cases. Lowering the cache size will reduce memory usage. Unused mempool memory is shared for this cache. 108 Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value. - + MiB 127 - + Set the number of script verification threads. Negative values correspond to the number of cores you want to leave free to the system. 154 Tooltip text for Options window setting that sets the number of script verification threads. Explains that negative values mean to leave these many cores free to the system. - + (0 = auto, <0 = leave that many cores free) 170 - + This allows you or a third party tool to communicate with the node through command-line and JSON-RPC commands. 192 Tooltip text for Options window setting that enables the RPC server. - + Enable R&PC server 195 An Options window setting to enable the RPC server. - + W&allet 216 - + Whether to set subtract fee from amount as default or not. 222 Tooltip text for Options window setting that sets subtracting the fee from a sending amount as default. - + Subtract &fee from amount by default 225 An Options window setting to set subtracting the fee from a sending amount as default. - + Expert 232 - + Enable coin &control features 241 - + 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. 248 - + &Spend unconfirmed change 251 - + Enable &PSBT controls 258 An options window setting to enable PSBT controls. - + Whether to show PSBT controls. 261 Tooltip text for options window setting that enables PSBT controls. - + External Signer (e.g. hardware wallet) 271 - + &External signer script path 279 - + Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! 289 - + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. 321 - + Map port using &UPnP 324 - + 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. 331 - + Map port using NA&T-PMP 334 - + Accept connections from outside. 341 - + Allow incomin&g connections 344 - + Connect to the Bitcoin network through a SOCKS5 proxy. 351 - + &Connect through SOCKS5 proxy (default proxy): 354 - + Proxy &IP: 363 550 - + &Port: 395 582 - + Port of the proxy (e.g. 9050) 420 607 - + Used for reaching peers via: 444 - + IPv4 467 - + IPv6 490 - + Tor 513 - + &Window 643 - + Show the icon in the system tray. 649 - + &Show tray icon 652 - + Show only a tray icon after minimizing the window. 662 - + &Minimize to the tray instead of the taskbar 665 - + M&inimize on close 675 - + &Display 696 - + User Interface &language: 704 - + The user interface language can be set here. This setting will take effect after restarting %1. 717 - + &Unit to show amounts in: 728 - + Choose the default subdivision unit to show in the interface and when sending coins. 741 - + 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 |. 752 765 - + &Third-party transaction URLs 755 - + Whether to show coin control features or not. 238 - + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. 538 - + Use separate SOCKS&5 proxy to reach peers via Tor onion services: 541 - + Monospaced font in the Overview tab: 777 - + embedded "%1" 785 - + closest matching "%1" 834 - - Options set in this dialog are overridden by the command line or in the configuration file: - 899 - - + &OK 1040 - + &Cancel 1053 @@ -1697,140 +1781,156 @@ Signing is only possible with addresses of the type 'legacy'. - + Compiled without external signing support (required for external signing) - 99 + 96 "External signing" means using devices such as hardware wallets. - + default - 111 + 108 - + none - 192 + 194 - + Confirm options reset - 289 + 301 + Window title text of pop-up window shown when the user has chosen to reset options. - + Client restart required to activate changes. - 290 - 360 + 292 + 371 + Text explaining that the settings changed will not come into effect until the client is restarted. - + + Current settings will be backed up at "%1". + 296 + Text explaining to the user that the client's current settings will be backed up at a specific location. %1 is a stand-in argument for the backup location's path. + + Client will be shut down. Do you want to proceed? - 290 + 299 + Text asking the user to confirm if they would like to proceed with a client shutdown. - + Configuration options - 308 + 319 Window title text of pop-up box that allows opening up of configuration file. - + The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file. - 311 + 322 Explanatory text about the priority order of instructions considered by client. The order from high to low being: command-line, configuration file, GUI settings. - + Continue - 314 + 325 - + Cancel - 315 + 326 - + Error - 324 + 335 - + The configuration file could not be opened. - 324 + 335 - + This change would require a client restart. - 364 + 375 - + The supplied proxy address is invalid. - 392 + 403 + + + + + + + Could not read setting "%1", %2. + 204 - + 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. 76 411 - + Watch-only: 284 - + Available: 294 - + 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 139 - + Immature: 239 - + Mined balance that has not yet matured 210 - + Balances 60 - + Total: 200 - + 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 @@ -1838,35 +1938,35 @@ 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. - 187 + 186 - + Dialog 14 - + Sign Tx 86 - + Broadcast Tx 102 - + Copy to Clipboard 122 - + Save… 129 - + Close 136 @@ -1874,108 +1974,108 @@ Signing is only possible with addresses of the type 'legacy'. - + Failed to load transaction: %1 61 - + Failed to sign transaction: %1 86 - + Cannot sign inputs while wallet is locked. 94 - + Could not sign any more inputs. 96 - + Signed %1 inputs, but more signatures are still required. 98 - + Signed transaction successfully. Transaction is ready to broadcast. 101 - + Unknown error processing transaction. 113 - + Transaction broadcast successfully! Transaction ID: %1 123 - + Transaction broadcast failed: %1 126 - + PSBT copied to clipboard. 135 - + Save Transaction Data 158 - + Partially Signed Transaction (Binary) 160 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved to disk. 167 - + * Sends %1 to %2 183 - + Unable to calculate transaction fee or total transaction amount. 193 - + Pays transaction fee: 195 - + Total Amount 207 - + or 210 - + Transaction has %1 unsigned inputs. 216 - + Transaction is missing some information about inputs. 262 - + Transaction still needs signature(s). 266 - + (But no wallet is loaded.) 269 - + (But this wallet cannot sign transactions.) 272 - + (But this wallet does not have the right keys.) 275 - + Transaction is fully signed and ready for broadcast. 283 - + Transaction status is unknown. 287 @@ -1983,295 +2083,308 @@ Signing is only possible with addresses of the type 'legacy'. - + Payment request error - 173 + 152 - + Cannot start bitcoin: click-to-pay handler - 174 + 153 - + URI handling - 224 - 240 - 246 - 253 + 201 + 217 + 223 + 230 - + 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead. - 224 + 201 - + 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. + 218 241 - 264 - + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - 254 + 231 - + Payment request file handling - 263 + 240 - + User Agent - 108 + 112 Title of Peers Table column which contains the peer's User Agent string. - + Ping - 99 + 103 Title of Peers Table column which indicates the current latency of the connection with the peer. - + Peer - 84 + 85 Title of Peers Table column which contains a unique number used to identify a connection. - + + Age + 88 + Title of Peers Table column which indicates the duration (length of time) since the peer connection started. + + Direction - 90 + 94 Title of Peers Table column which indicates the direction the peer connection was initiated from. - + Sent - 102 + 106 Title of Peers Table column which indicates the total amount of network information we have sent to the peer. - + Received - 105 + 109 Title of Peers Table column which indicates the total amount of network information we have received from the peer. - + Address - 87 + 91 Title of Peers Table column which contains the IP/Onion/I2P address of the connected peer. - + Type - 93 + 97 Title of Peers Table column which describes the type of peer connection. The "type" describes why the connection exists. - + Network - 96 + 100 Title of Peers Table column which states the network the peer connected through. - + Inbound - 79 + 78 An Inbound Connection from a Peer. - + Outbound - 81 + 80 An Outbound Connection to a Peer. - + Amount - 215 + 197 - + Enter a Bitcoin address (e.g. %1) - 127 + 129 - + + Ctrl+W + 417 + + Unroutable 673 - + Internal 679 - + Inbound 692 An inbound connection from a peer. An inbound connection is a connection initiated by a peer. - + Outbound 695 An outbound connection to a peer. An outbound connection is a connection initiated by us. - + Full Relay 700 Peer connection type that relays all network information. - + Block Relay 703 Peer connection type that relays network information about blocks and not transactions or addresses. - + Manual 705 Peer connection type established manually through one of several methods. - + Feeler 707 Short-lived peer connection type that tests the aliveness of known addresses. - + Address Fetch 709 Short-lived peer connection type that solicits known addresses from a peer. - + %1 d - 724 + 722 + 734 - + %1 h - 726 + 723 + 735 - + %1 m - 728 + 724 + 736 - + %1 s - 730 + 726 + 737 + 763 + + + None + 751 + + + N/A + 757 + + + %1 ms 758 - - None - 746 - - - N/A - 752 - - - %1 ms - 753 - - 771 - + 776 + %n second(s) - + %n second(s) - 775 - + 780 + %n minute(s) - + %n minute(s) - 779 - + 784 + %n hour(s) - + %n hour(s) - 783 - + 788 + %n day(s) - + %n day(s) - 787 - 793 - + 792 + 798 + %n week(s) - + %n week(s) - + %1 and %2 - 793 + 798 - 793 - + 798 + %n year(s) - + %n year(s) - + %1 B - 801 + 806 - + %1 kB - 803 + 808 - + %1 MB - 805 + 810 - + %1 GB - 807 + 812 - + &Save Image… 30 - + &Copy Image 31 - + Resulting URI too long, try to reduce the text for label / message. 42 - + Error encoding URI into QR Code. 49 - + QR code support not available. 90 - + Save QR Code 120 - + PNG Image 123 Expanded name of the PNG file format. See: https://en.wikipedia.org/wiki/Portable_Network_Graphics. @@ -2280,7 +2393,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A 75 101 @@ -2319,290 +2432,293 @@ If you are receiving this error you should request the merchant provide a BIP21 1610 1636 1662 - ../rpcconsole.h139 + ../rpcconsole.h143 - + Client version 65 - + &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 172 - + Network 201 1093 - + Name 208 - + Number of connections 231 - + Block chain 260 - + Memory Pool 319 - + Current number of transactions 326 - + Memory usage 349 - + Wallet: 443 - + (none) 454 - + &Reset 665 - + Received 745 1453 - + Sent 825 1430 - + &Peers 866 - + Banned peers 942 - + Select a peer to view detailed information. 1010 - ../rpcconsole.cpp1160 + ../rpcconsole.cpp1155 - + Version 1116 - + Starting Block 1240 - + Synced Headers 1263 - + Synced Blocks 1286 - + Last Transaction 1361 - + The mapped Autonomous System used for diversifying peer selection. 1571 - + Mapped AS 1574 - + Whether we relay addresses to this peer. 1597 - Tooltip text for the Address Relay field in the peer details area. + Tooltip text for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No). - + Address Relay 1600 + Text title for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No). - - Total number of addresses processed, excluding those dropped due to rate-limiting. + + The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). 1623 - Tooltip text for the Addresses Processed field in the peer details area. + Tooltip text for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). - + + The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. + 1649 + Tooltip text for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. + + Addresses Processed 1626 + Text title for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). - - Total number of addresses dropped due to rate-limiting. - 1649 - Tooltip text for the Addresses Rate-Limited field in the peer details area. - - + Addresses Rate-Limited 1652 + Text title for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. - + User Agent 88 1139 - + Node window 14 - + Current block height 267 - + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. 397 - + Decrease font size 475 - + Increase font size 495 - + Permissions 1041 - + The direction and type of peer connection: %1 1064 - + Direction/Type 1067 - + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. 1090 - + Services 1162 - + Whether the peer requested us to relay transactions. 1188 - + Wants Tx Relay 1191 - + High bandwidth BIP152 compact block relay: %1 1214 - + High Bandwidth 1217 - + Connection Time 1309 - + Elapsed time since a novel block passing initial validity checks was received from this peer. 1332 - + Last Block 1335 - + Elapsed time since a novel transaction accepted into our mempool was received from this peer. 1358 Tooltip text for the Last Transaction field in the peer details area. - + Last Send 1384 - + Last Receive 1407 - + Ping Time 1476 - + The duration of a currently outstanding ping. 1499 - + Ping Wait 1502 - + Min Ping 1525 - + Time Offset 1548 - + Last block time 290 - + &Open 400 - + &Console 426 - + &Network Traffic 613 - + Totals 681 - + Debug log file 390 - + Clear console 515 @@ -2610,123 +2726,139 @@ If you are receiving this error you should request the merchant provide a BIP21 - - In: - 959 - - - Out: - 960 - - - Inbound: initiated by peer - 503 - Explanatory text for an inbound peer connection. - - - Outbound Full Relay: default - 507 - Explanatory text for an outbound peer connection that relays all network information. This is the default behavior for outbound connections. - - - Outbound Block Relay: does not relay transactions or addresses - 510 - Explanatory text for an outbound peer connection that relays network information about blocks and not transactions or addresses. - - - Outbound Manual: added using RPC %1 or %2/%3 configuration options - 515 - Explanatory text for an outbound peer connection that was established manually through one of several methods. The numbered arguments are stand-ins for the methods available to establish manual connections. - - - Outbound Feeler: short-lived, for testing addresses - 521 - Explanatory text for a short-lived outbound peer connection that is used to test the aliveness of known addresses. - - - Outbound Address Fetch: short-lived, for soliciting addresses - 524 - Explanatory text for a short-lived outbound peer connection that is used to request addresses from a peer. - - - we selected the peer for high bandwidth relay - 528 - - - the peer selected us for high bandwidth relay - 529 - - - no high bandwidth relay selected - 530 - - - Ctrl++ - 543 - Main shortcut to increase the RPC console font size. - - - Ctrl+= - 545 - Secondary shortcut to increase the RPC console font size. - - - Ctrl+- - 549 - Main shortcut to decrease the RPC console font size. - - - Ctrl+_ - 551 - Secondary shortcut to decrease the RPC console font size. - - - &Copy address - 702 - Context menu action to copy the address of a peer. - - - &Disconnect - 706 - - - 1 &hour - 707 - - 1 d&ay - 708 + In: + 953 - 1 &week - 709 + Out: + 954 - 1 &year - 710 + Inbound: initiated by peer + 496 + Explanatory text for an inbound peer connection. - &Copy IP/Netmask - 735 - Context menu action to copy the IP/Netmask of a banned peer. IP/Netmask is the combination of a peer's IP address and its Netmask. For IP address, see: https://en.wikipedia.org/wiki/IP_address. + Outbound Full Relay: default + 500 + Explanatory text for an outbound peer connection that relays all network information. This is the default behavior for outbound connections. - &Unban - 739 + Outbound Block Relay: does not relay transactions or addresses + 503 + Explanatory text for an outbound peer connection that relays network information about blocks and not transactions or addresses. - Network activity disabled - 963 + Outbound Manual: added using RPC %1 or %2/%3 configuration options + 508 + Explanatory text for an outbound peer connection that was established manually through one of several methods. The numbered arguments are stand-ins for the methods available to establish manual connections. - Executing command without any wallet - 1040 + Outbound Feeler: short-lived, for testing addresses + 514 + Explanatory text for a short-lived outbound peer connection that is used to test the aliveness of known addresses. - Executing command using "%1" wallet - 1038 + Outbound Address Fetch: short-lived, for soliciting addresses + 517 + Explanatory text for a short-lived outbound peer connection that is used to request addresses from a peer. + we selected the peer for high bandwidth relay + 521 + + + the peer selected us for high bandwidth relay + 522 + + + no high bandwidth relay selected + 523 + + + Ctrl++ + 536 + Main shortcut to increase the RPC console font size. + + + Ctrl+= + 538 + Secondary shortcut to increase the RPC console font size. + + + Ctrl+- + 542 + Main shortcut to decrease the RPC console font size. + + + Ctrl+_ + 544 + Secondary shortcut to decrease the RPC console font size. + + + &Copy address + 695 + Context menu action to copy the address of a peer. + + + &Disconnect + 699 + + + 1 &hour + 700 + + + 1 d&ay + 701 + + + 1 &week + 702 + + + 1 &year + 703 + + + &Copy IP/Netmask + 729 + Context menu action to copy the IP/Netmask of a banned peer. IP/Netmask is the combination of a peer's IP address and its Netmask. For IP address, see: https://en.wikipedia.org/wiki/IP_address. + + + &Unban + 733 + + + Network activity disabled + 957 + + + Executing command without any wallet + 1035 + + + Ctrl+I + 1351 + + + Ctrl+T + 1352 + + + Ctrl+N + 1353 + + + Ctrl+P + 1354 + + + Executing command using "%1" wallet + 1033 + + Welcome to the %1 RPC console. Use up and down arrows to navigate history, and %2 to clear screen. Use %3 and %4 to increase or decrease the font size. @@ -2734,124 +2866,124 @@ Type %5 for an overview of available commands. For more information on using this console, type %6. %7WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.%8 - 893 + 887 RPC console welcome message. Placeholders %7 and %8 are style tags for the warning content, and they are not space separated from the rest of the text intentionally. - + Executing… - 1048 + 1043 A console message indicating an entered command is currently being executed. - + (peer: %1) - 1166 + 1161 - + via %1 - 1168 + 1163 - + Yes - 138 + 142 - + No - 138 + 142 - + To - 138 + 142 - + From - 138 + 142 - + Ban for - 139 + 143 - + Never - 180 + 185 - + Unknown - 139 + 143 - + &Amount: 37 - + &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 - + Requested payments history 273 - + Show the selected request (does the same as double clicking an entry) 298 - + Show 301 - + Remove the selected entries from the list 318 - + Remove 321 @@ -2859,31 +2991,31 @@ For more information on using this console, type %6. - + Copy &URI 47 - + &Copy address 48 - + Copy &label 49 - + Copy &message 50 - + Copy &amount 51 - + Could not unlock wallet. 176 - + Could not generate new %1 address 181 @@ -2891,51 +3023,51 @@ For more information on using this console, type %6. - + Request payment to … 14 - + Address: 90 - + Amount: 119 - + Label: 148 - + Message: 180 - + Wallet: 212 - + Copy &URI 240 - + Copy &Address 250 - + &Verify 260 - + Verify this address on e.g. a hardware wallet screen 263 - + &Save Image… 273 - + Payment information 39 @@ -2943,7 +3075,7 @@ For more information on using this console, type %6. - + Request payment to %1 49 @@ -2951,186 +3083,186 @@ For more information on using this console, type %6. - + Date 32 - + Label 32 - + Message 32 - + (no label) - 73 + 70 - + (no message) - 82 + 79 - + (no amount requested) - 90 + 87 - + Requested - 133 + 130 - + Send Coins 14 - ../sendcoinsdialog.cpp752 + ../sendcoinsdialog.cpp759 - + Coin Control Features 90 - + automatically selected 120 - + Insufficient funds! 139 - + Quantity: 228 - + Bytes: 263 - + Amount: 311 - + Fee: 391 - + After Fee: 442 - + Change: 474 - + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. 518 - + Custom change address 521 - + Transaction Fee: 727 - + Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain. 765 - + Warning: Fee estimation is currently not possible. 774 - + per kilobyte 856 - + Hide 803 - + Recommended: 915 - + Custom: 945 - + Send to multiple recipients at once 1160 - + 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 1146 - + Balance: 1201 - + Confirm the send action 1117 - + S&end 1120 @@ -3138,422 +3270,396 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Copy quantity 99 - + Copy amount 100 - + Copy fee 101 - + Copy after fee 102 - + Copy bytes 103 - + Copy dust 104 - + Copy change 105 - + %1 (%2 blocks) 181 - + Sign on device 211 "device" usually means a hardware wallet. - + Connect your hardware wallet first. 214 - + Set external signer script path in Options -> Wallet 218 "External signer" means using devices such as hardware wallets. - + Cr&eate Unsigned 221 - + Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. 222 - + from wallet '%1' 312 - + %1 to '%2' 323 - + %1 to %2 328 - + To review recipient list click "Show Details…" - 395 + 394 - + Sign failed - 439 + 454 - + External signer not found - 445 + 459 "External signer" means using devices such as hardware wallets. - + External signer failure - 451 + 464 "External signer" means using devices such as hardware wallets. - + Save Transaction Data - 509 + 430 - + Partially Signed Transaction (Binary) - 511 + 432 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved - 518 + 439 - + External balance: - 694 + 705 - + or - 391 + 390 - + You can increase the fee later (signals Replace-By-Fee, BIP-125). 372 - + 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. 342 Text to inform a user attempting to create a transaction of their current options. At this stage, a user can only create a PSBT. This string is displayed when private keys are disabled and an external signer is not available. - + Do you want to create this transaction? 336 Message displayed when attempting to create a transaction. Cautionary text to prompt the user to verify that the displayed transaction details represent the transaction the user intends to create. - + Please, review your transaction. You can create and send this transaction or create 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. 347 Text to inform a user attempting to create a transaction of their current options. At this stage, a user can send their transaction or create a PSBT. This string is displayed when both private keys and PSBT controls are enabled. - + Please, review your transaction. 350 Text to prompt a user to review the details of the transaction they are attempting to send. - + Transaction fee 358 - + Not signalling Replace-By-Fee, BIP-125. 374 - + Total Amount - 388 + 387 - + Confirm send coins - 413 + 486 - + Watch-only balance: - 697 + 708 - + The recipient address is not valid. Please recheck. - 721 + 732 - + The amount to pay must be larger than 0. - 724 + 735 - + The amount exceeds your balance. - 727 + 738 - + The total exceeds your balance when the %1 transaction fee is included. - 730 + 741 - + Duplicate address found: addresses should only be used once each. - 733 + 744 - + Transaction creation failed! - 736 + 747 - + A fee higher than %1 is considered an absurdly high fee. - 740 - - - Payment request expired. - 743 + 751 - 867 - + 874 + Estimated to begin confirmation within %n block(s). - + Estimated to begin confirmation within %n block(s). - + Warning: Invalid Bitcoin address - 968 + 975 - + Warning: Unknown change address - 973 + 980 - + Confirm custom change address - 976 + 983 - + 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? - 976 + 983 - + (no label) - 997 + 1004 - + A&mount: - 155 - 705 - 1238 + 151 - + Pay &To: - 39 + 35 - + &Label: - 132 + 128 - + Choose previously used address - 64 + 60 - + The Bitcoin address to send the payment to - 57 + 53 - + Alt+A - 80 + 76 - + Paste address from clipboard - 87 + 83 - + Alt+P - 103 + 99 - + Remove this entry - 110 - 672 - 1205 + 106 - + The amount to send in the selected unit - 170 + 166 - + 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 + 173 - + S&ubtract fee from amount - 180 + 176 - + Use available balance - 187 + 183 - + Message: - 196 + 192 - - 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 + 141 + 144 - + 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 - 1221 + 202 - + Send - 131 + 144 - + Create Unsigned - 133 + 146 - + Signatures - Sign / Verify a Message 14 - + &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 68 284 - + Paste address from clipboard 78 - + Alt+P 88 - + Enter the message you want to sign here 100 103 - + Signature 110 - + Copy the current signature to the system clipboard 140 - + Sign the message to prove you own this Bitcoin address 161 - + Sign &Message 164 - + Reset all sign message fields 178 - + Clear &All 181 338 - + &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 318 - + Verify &Message 321 - + Reset all verify message fields 335 - + Click "Sign Message" to generate signature 125 @@ -3561,61 +3667,61 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + The entered address is invalid. 120 219 - + Please check the address and try again. 120 127 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 @@ -3623,11 +3729,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + (press q to shutdown and continue later) 187 - + press q to shutdown 188 @@ -3635,7 +3741,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + kB/s 79 @@ -3643,190 +3749,192 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - conflicted with a transaction with %1 confirmations - 40 - - - 0/unconfirmed, %1 - 43 - - - in memory pool - 43 - - - not in memory pool - 43 - - - abandoned - 42 - - - %1/unconfirmed - 45 - - - %1 confirmations - 47 - - - Status - 98 - - - 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 - + conflicted with a transaction with %1 confirmations + 43 + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that conflicts with a confirmed transaction. + + + 0/unconfirmed, in memory pool + 50 + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that is in the memory pool. + + + 0/unconfirmed, not in memory pool + 55 + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that is not in the memory pool. + + + abandoned + 61 + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an abandoned transaction. + + + %1/unconfirmed + 69 + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in at least one block, but less than 6 blocks. + + + %1 confirmations + 74 + Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in 6 or more blocks. + + + Status + 124 + + + Date + 127 + + + Source + 134 + + + Generated + 134 + + + From + 139 + 153 + 225 + + + unknown + 153 + + + To + 154 + 174 + 244 + + + own address + 156 + + + watch-only + 156 + 225 + + + label + 158 + + Credit - 168 - 180 - 234 - 264 - 324 + 194 + 206 + 260 + 290 + 350 - 170 - + 196 + matures in %n more block(s) - + matures in %n more block(s) - - 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 + not accepted + 198 - Inputs - 329 + Debit + 258 + 284 + 347 - Amount - 350 + Total debit + 268 - true - 351 - 352 + Total credit + 269 - false - 351 + Transaction fee + 274 + + + Net amount + 296 + + + Message + 302 + 314 + + + Comment + 304 + + + Transaction ID + 306 + + + Transaction total size + 307 + + + Transaction virtual size + 308 + + + Output index + 309 + + + (Certificate was not verified) + 325 + + + Merchant + 328 + + + 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. + 336 + + + Debug information + 344 + + + Transaction 352 + + Inputs + 355 + + + Amount + 376 + + + true + 377 + 378 + + + false + 377 + 378 + - + This pane shows a detailed description of the transaction 20 @@ -3834,7 +3942,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Details for %1 18 @@ -3842,266 +3950,266 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - - Date - 260 - - - Type - 260 - - - Label - 260 - - - 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 + Date + 261 - (no label) - 637 + Type + 261 - Transaction status. Hover over this field to show number of confirmations. - 676 + Label + 261 - Date and time that the transaction was received. - 678 + Unconfirmed + 321 - Type of transaction. - 680 + Abandoned + 324 - Whether or not a watch-only address is involved in this transaction. - 682 + Confirming (%1 of %2 recommended confirmations) + 327 - User-defined intent/purpose of the transaction. - 684 + Confirmed (%1 confirmations) + 330 + Conflicted + 333 + + + Immature (%1 confirmations, will be available after %2) + 336 + + + Generated but not accepted + 339 + + + Received with + 378 + + + Received from + 380 + + + Sent to + 383 + + + Payment to yourself + 385 + + + Mined + 387 + + + watch-only + 415 + + + (n/a) + 431 + + + (no label) + 638 + + + Transaction status. Hover over this field to show number of confirmations. + 677 + + + Date and time that the transaction was received. + 679 + + + Type of transaction. + 681 + + + Whether or not a watch-only address is involved in this transaction. + 683 + + + User-defined intent/purpose of the transaction. + 685 + + Amount removed from or added to balance. - 686 + 687 - + All 73 89 - + Today 74 - + This week 75 - + This month 76 - + Last month 77 - + This year 78 - + Received with 90 - + Sent to 92 - + To yourself 94 - + Mined 95 - + Other 96 - + Enter address, transaction id, or label to search 101 - + Min amount 105 - + Range… 79 - + &Copy address 169 - + Copy &label 170 - + Copy &amount 171 - + Copy transaction &ID 172 - + Copy &raw transaction 173 - + Copy full transaction &details 174 - + &Show transaction details 175 - + Increase transaction &fee 177 - + A&bandon transaction 180 - + &Edit address label 181 - + Show in %1 240 Transactions table context menu action to show the selected transaction in a third-party block explorer. %1 is a stand-in argument for the URL of the explorer. - + Export Transaction History 359 - + Comma separated file 362 Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values. - + Confirmed 371 - + Watch-only 373 - + Date 374 - + Type 375 - + Label 376 - + Address 377 - + ID 379 - + Exporting Failed 382 - + There was an error trying to save the transaction history to %1. 382 - + Exporting Successful 386 - + The transaction history was successfully saved to %1. 386 - + Range: 558 - + to 566 @@ -4109,811 +4217,839 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + No wallet has been loaded. Go to File > Open Wallet to load a wallet. - OR - 45 - + Create a new wallet 50 - + Error - 204 - 213 - 223 + 201 + 211 + 229 - + Unable to decode PSBT from clipboard (invalid base64) - 204 + 201 - + Load Transaction Data - 209 + 207 - + Partially Signed Transaction (*.psbt) - 210 + 208 - + PSBT file must be smaller than 100 MiB - 213 + 211 - + Unable to decode PSBT - 223 + 229 - + Send Coins 221 - + Fee bump error - 481 - 533 - 548 - 553 + 484 + 536 + 551 + 556 - + Increasing transaction fee failed - 481 + 484 - + Do you want to increase the fee? - 488 + 491 Asks a user if they would like to manually increase the fee of a transaction that has already been created. - + Current fee: - 492 + 495 - + Increase: - 496 + 499 - + New fee: - 500 + 503 - + 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. - 508 - - - Confirm fee bump 511 - + + Confirm fee bump + 514 + + Can't draft transaction. - 533 + 536 - + PSBT copied - 540 + 543 - + Can't sign transaction. - 548 + 551 - + Could not commit transaction - 553 + 556 - + Can't display address - 567 + 570 - + default wallet - 585 + 588 - + &Export + 51 + + + Export the data in the current tab to a file 52 - - Export the data in the current tab to a file - 53 - - + Backup Wallet - 217 + 214 - + Wallet Data - 219 + 216 Name of the wallet data file format. - + Backup Failed - 225 + 222 - + There was an error trying to save the wallet data to %1. - 225 + 222 - + Backup Successful - 229 + 226 - + The wallet data was successfully saved to %1. - 229 + 226 - + Cancel - 266 + 263 - + The %s developers 12 - + %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. 13 - - -maxtxfee is set very high! Fees this large could be paid on a single transaction. - 16 - - - Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. - 19 - - - Cannot obtain a lock on data directory %s. %s is probably already running. - 22 - - - Cannot 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. - 37 - - - Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. - 40 - - - Error: Dumpfile format record is incorrect. Got "%s", expected "format". - 43 - - - Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". - 45 - - - Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s - 47 - - - Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types - 50 - - - Error: Listening for incoming connections failed (listen returned error %s) - 53 - - - Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. - 55 - - - File %s already exists. If you are sure this is what you want, move it out of the way first. - 58 - - - Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - 61 - - - Invalid or corrupt peers.dat (%s). If you believe this is a bug, please report it to %s. As a workaround, you can move the file (%s) out of the way (rename, move, or delete) to have a new one created on the next start. - 64 - - More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - 68 + -maxtxfee is set very high! Fees this large could be paid on a single transaction. + 20 - No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - 71 + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. + 38 - No dump file provided. To use dump, -dumpfile=<filename> must be provided. - 74 + Cannot obtain a lock on data directory %s. %s is probably already running. + 41 - No wallet file format provided. To use createfromdump, -format=<format> must be provided. - 76 + 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. + 46 - Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - 79 + Distributed under the MIT software license, see the accompanying file %s or %s + 50 - Please contribute if you find %s useful. Visit %s for further information about the software. - 82 + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + 56 - Prune configured below the minimum of %d MiB. Please use a higher number. - 85 + Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. + 59 - Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - 87 + Error: Dumpfile format record is incorrect. Got "%s", expected "format". + 62 - SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - 90 + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". + 64 - 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 - 96 + Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + 66 - The block index db contains a legacy 'txindex'. To clear the occupied disk space, run a full -reindex, otherwise ignore this error. This error message will not be displayed again. - 101 + Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types + 69 - The transaction amount is too small to send after the fee has been deducted - 105 + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. + 75 - 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 - 107 + File %s already exists. If you are sure this is what you want, move it out of the way first. + 78 - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 111 + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + 81 - This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - 114 + Invalid or corrupt peers.dat (%s). If you believe this is a bug, please report it to %s. As a workaround, you can move the file (%s) out of the way (rename, move, or delete) to have a new one created on the next start. + 84 - This is the transaction fee you may discard if change is smaller than dust at this level - 117 + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. + 88 - This is the transaction fee you may pay when fee estimates are not available. - 120 + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. + 91 - Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 122 + No dump file provided. To use dump, -dumpfile=<filename> must be provided. + 94 - Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - 125 + No wallet file format provided. To use createfromdump, -format=<format> must be provided. + 96 - Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - 128 + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided (no -proxy= and no -onion= given) or it is explicitly forbidden (-onion=0) + 99 - Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - 131 + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + 103 - Warning: Private keys detected in wallet {%s} with disabled private keys - 134 + Please contribute if you find %s useful. Visit %s for further information about the software. + 106 - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - 136 + Prune configured below the minimum of %d MiB. Please use a higher number. + 109 - Witness data for blocks after height %d requires validation. Please restart with -reindex. - 139 + Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. + 111 - You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 142 + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + 114 - %s is set very high! - 145 + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported + 117 - -maxmempool must be at least %d MB - 146 + 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 + 123 - A fatal internal error occurred, see debug.log for details - 147 + The block index db contains a legacy 'txindex'. To clear the occupied disk space, run a full -reindex, otherwise ignore this error. This error message will not be displayed again. + 128 - Cannot resolve -%s address: '%s' - 148 + The transaction amount is too small to send after the fee has been deducted + 132 - Cannot set -forcednsseed to true when setting -dnsseed to false. - 149 + 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 + 134 - Cannot set -peerblockfilters without -blockfilterindex. - 150 + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + 138 - Cannot write to data directory '%s'; check permissions. - 151 + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + 141 - The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. - 93 + This is the transaction fee you may discard if change is smaller than dust at this level + 144 - Cannot provide specific connections and have addrman find outgoing connections at the same time. - 24 + This is the transaction fee you may pay when fee estimates are not available. + 147 - Error loading %s: External signer wallet being loaded without external signer support compiled - 34 + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + 149 - Config setting for %s only applied on %s network when in [%s] section. + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. 152 - Copyright (C) %i-%i - 153 - - - Corrupted block database detected - 154 - - - Could not find asmap file %s + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". 155 - - Could not parse asmap file %s - 156 - - - Disk space is too low! - 157 - - - Do you want to rebuild the block database now? + + Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. 158 - - Done loading - 159 - - - Dump file %s does not exist. - 160 - - - Error creating %s + + Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. 161 - - Error initializing block database - 162 - - - Error initializing wallet database environment %s! - 163 - - - Error loading %s - 164 - - - Error loading %s: Private keys can only be disabled during creation + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". 165 - - Error loading %s: Wallet corrupted - 166 - - - Error loading %s: Wallet requires newer version of %s - 167 - - - Error loading block database + + Warning: Private keys detected in wallet {%s} with disabled private keys 168 - - Error opening block database - 169 - - - Error reading from database, shutting down. + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. 170 - - Error reading next record from wallet database - 171 - - - Error upgrading chainstate database - 172 - - - Error: Couldn't create cursor into database + + Witness data for blocks after height %d requires validation. Please restart with -reindex. 173 - - Error: Disk space is low for %s - 174 - - - Error: Dumpfile checksum does not match. Computed %s, expected %s - 175 - - - Error: Got key that was not hex: %s + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 176 - - Error: Got value that was not hex: %s - 177 - - - Error: Keypool ran out, please call keypoolrefill first - 178 - - - Error: Missing checksum + + %s is set very high! 179 - - Error: No %s addresses available. + + -maxmempool must be at least %d MB 180 - - Error: Unable to parse version %u as a uint32_t + + A fatal internal error occurred, see debug.log for details 181 - - Error: Unable to write record to new wallet + + Cannot resolve -%s address: '%s' 182 - - Failed to listen on any port. Use -listen=0 if you want this. + + Cannot set -forcednsseed to true when setting -dnsseed to false. 183 - - Failed to rescan the wallet during initialization + + Cannot set -peerblockfilters without -blockfilterindex. 184 - - Failed to verify database + + Cannot write to data directory '%s'; check permissions. 185 - - Fee rate (%s) is lower than the minimum fee rate setting (%s) + + The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. + 120 + + + %s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any Bitcoin Core peers connect to it. See doc/p2p-bad-ports.md for details and a full list. + 16 + + + -reindex-chainstate option is not compatible with -blockfilterindex. Please temporarily disable blockfilterindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. + 23 + + + -reindex-chainstate option is not compatible with -coinstatsindex. Please temporarily disable coinstatsindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. + 27 + + + -reindex-chainstate option is not compatible with -txindex. Please temporarily disable txindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. + 31 + + + Assumed-valid: last wallet synchronisation goes beyond available block data. You need to wait for the background validation chain to download more blocks. + 35 + + + Cannot provide specific connections and have addrman find outgoing connections at the same time. + 43 + + + Error loading %s: External signer wallet being loaded without external signer support compiled + 53 + + + Failed to rename invalid peers.dat file. Please move or delete it and try again. + 72 + + + Config setting for %s only applied on %s network when in [%s] section. 186 - - Ignoring duplicate -wallet %s. + + Copyright (C) %i-%i 187 - - Importing… + + Corrupted block database detected 188 - - Incorrect or no genesis block found. Wrong datadir for network? + + Could not find asmap file %s 189 - - Initialization sanity check failed. %s is shutting down. + + Could not parse asmap file %s 190 - - Input not found or already spent + + Disk space is too low! 191 - - Insufficient funds + + Do you want to rebuild the block database now? 192 - - Invalid -i2psam address or hostname: '%s' + + Done loading 193 - - Invalid -onion address or hostname: '%s' + + Dump file %s does not exist. 194 - - Invalid -proxy address or hostname: '%s' + + Error creating %s 195 - - Invalid P2P permission: '%s' + + Error initializing block database 196 - - Invalid amount for -%s=<amount>: '%s' + + Error initializing wallet database environment %s! 197 - - Invalid amount for -discardfee=<amount>: '%s' + + Error loading %s 198 - - Invalid amount for -fallbackfee=<amount>: '%s' + + Error loading %s: Private keys can only be disabled during creation 199 - - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + Error loading %s: Wallet corrupted 200 - - Invalid netmask specified in -whitelist: '%s' + + Error loading %s: Wallet requires newer version of %s 201 - - Loading P2P addresses… + + Error loading block database 202 - - Loading banlist… + + Error opening block database 203 - - Loading block index… + + Error reading from database, shutting down. 204 - - Loading wallet… + + Error reading next record from wallet database 205 - - Missing amount + + Error: Couldn't create cursor into database 206 - - Missing solving data for estimating transaction size + + Error: Disk space is low for %s 207 - - Need to specify a port with -whitebind: '%s' + + Error: Dumpfile checksum does not match. Computed %s, expected %s 208 - - No addresses available + + Error: Got key that was not hex: %s 209 - - No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>. + + Error: Got value that was not hex: %s 210 - - Not enough file descriptors available. + + Error: Keypool ran out, please call keypoolrefill first 211 - - Prune cannot be configured with a negative value. + + Error: Missing checksum 212 - - Prune mode is incompatible with -coinstatsindex. + + Error: No %s addresses available. 213 - - Prune mode is incompatible with -txindex. + + Error: Unable to parse version %u as a uint32_t 214 - - Pruning blockstore… + + Error: Unable to write record to new wallet 215 - - Reducing -maxconnections from %d to %d, because of system limitations. + + Failed to listen on any port. Use -listen=0 if you want this. 216 - - Replaying blocks… + + Failed to rescan the wallet during initialization 217 - - Rescanning… + + Failed to verify database 218 - - SQLiteDatabase: Failed to execute statement to verify database: %s + + Fee rate (%s) is lower than the minimum fee rate setting (%s) 219 - - SQLiteDatabase: Failed to prepare statement to verify database: %s + + Ignoring duplicate -wallet %s. 220 - - SQLiteDatabase: Failed to read database verification error: %s + + Importing… 221 - - SQLiteDatabase: Unexpected application id. Expected %u, got %u + + Incorrect or no genesis block found. Wrong datadir for network? 222 - - Section [%s] is not recognized. + + Initialization sanity check failed. %s is shutting down. 223 - - Signing transaction failed + + Input not found or already spent 224 - - Specified -walletdir "%s" does not exist + + Insufficient funds 225 - - Specified -walletdir "%s" is a relative path + + Invalid -i2psam address or hostname: '%s' 226 - - Specified -walletdir "%s" is not a directory + + Invalid -onion address or hostname: '%s' 227 - - Specified blocks directory "%s" does not exist. + + Invalid -proxy address or hostname: '%s' 228 - - Starting network threads… + + Invalid P2P permission: '%s' 229 - - The source code is available from %s. + + Invalid amount for -%s=<amount>: '%s' 230 - - The specified config file %s does not exist + + Invalid amount for -discardfee=<amount>: '%s' 231 - - The transaction amount is too small to pay the fee + + Invalid amount for -fallbackfee=<amount>: '%s' 232 - - The wallet will avoid paying less than the minimum relay fee. + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 233 - - This is experimental software. + + Invalid netmask specified in -whitelist: '%s' 234 - - This is the minimum transaction fee you pay on every transaction. + + Listening for incoming connections failed (listen returned error %s) 235 - - This is the transaction fee you will pay if you send a transaction. + + Loading P2P addresses… 236 - - Transaction amount too small + + Loading banlist… 237 - - Transaction amounts must not be negative + + Loading block index… 238 - - Transaction change output index out of range + + Loading wallet… 239 - - Transaction has too long of a mempool chain + + Missing amount 240 - - Transaction must have at least one recipient + + Missing solving data for estimating transaction size 241 - - Transaction needs a change address, but we can't generate it. + + Need to specify a port with -whitebind: '%s' 242 - - Transaction too large + + No addresses available 243 - - Unable to bind to %s on this computer (bind returned error %s) + + Not enough file descriptors available. 244 - - Unable to bind to %s on this computer. %s is probably already running. + + Prune cannot be configured with a negative value. 245 - - Unable to create the PID file '%s': %s + + Prune mode is incompatible with -txindex. 246 - - Unable to generate initial keys + + Pruning blockstore… 247 - - Unable to generate keys + + Reducing -maxconnections from %d to %d, because of system limitations. 248 - - Unable to open %s for writing + + Replaying blocks… 249 - - Unable to parse -maxuploadtarget: '%s' + + Rescanning… 250 - - Unable to start HTTP server. See debug log for details. + + SQLiteDatabase: Failed to execute statement to verify database: %s 251 - - Unknown -blockfilterindex value %s. + + SQLiteDatabase: Failed to prepare statement to verify database: %s 252 - - Unknown address type '%s' + + SQLiteDatabase: Failed to read database verification error: %s 253 - - Unknown change type '%s' + + SQLiteDatabase: Unexpected application id. Expected %u, got %u 254 - - Unknown network specified in -onlynet: '%s' + + Section [%s] is not recognized. 255 - - Unknown new rules activated (versionbit %i) + + Signing transaction failed 256 - - Unsupported logging category %s=%s. + + Specified -walletdir "%s" does not exist 257 - - Upgrading UTXO database + + Specified -walletdir "%s" is a relative path 258 - - User Agent comment (%s) contains unsafe characters. + + Specified -walletdir "%s" is not a directory 259 - - Verifying blocks… + + Specified blocks directory "%s" does not exist. 260 - - Verifying wallet(s)… + + Starting network threads… 261 - - Wallet needed to be rewritten: restart %s to complete + + The source code is available from %s. 262 + + The specified config file %s does not exist + 263 + + + The transaction amount is too small to pay the fee + 264 + + + The wallet will avoid paying less than the minimum relay fee. + 265 + + + This is experimental software. + 266 + + + This is the minimum transaction fee you pay on every transaction. + 267 + + + This is the transaction fee you will pay if you send a transaction. + 268 + + + Transaction amount too small + 269 + + + Transaction amounts must not be negative + 270 + + + Transaction change output index out of range + 271 + + + Transaction has too long of a mempool chain + 272 + + + Transaction must have at least one recipient + 273 + + + Transaction needs a change address, but we can't generate it. + 274 + + + Transaction too large + 275 + + + Unable to allocate memory for -maxsigcachesize: '%s' MiB + 276 + + + Unable to bind to %s on this computer (bind returned error %s) + 277 + + + Unable to bind to %s on this computer. %s is probably already running. + 278 + + + Unable to create the PID file '%s': %s + 279 + + + Unable to generate initial keys + 280 + + + Unable to generate keys + 281 + + + Unable to open %s for writing + 282 + + + Unable to parse -maxuploadtarget: '%s' + 283 + + + Unable to start HTTP server. See debug log for details. + 284 + + + Unknown -blockfilterindex value %s. + 285 + + + Unknown address type '%s' + 286 + + + Unknown change type '%s' + 287 + + + Unknown network specified in -onlynet: '%s' + 288 + + + Unknown new rules activated (versionbit %i) + 289 + + + Unsupported logging category %s=%s. + 290 + + + User Agent comment (%s) contains unsafe characters. + 291 + + + Verifying blocks… + 292 + + + Verifying wallet(s)… + 293 + + + Wallet needed to be rewritten: restart %s to complete + 294 +