qt: Update translation source file

The diff is generated by executing `make -C src translate`.
This commit is contained in:
Hennadii Stepanov 2024-07-30 16:26:39 +01:00
parent e49d858aab
commit be419674da
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
3 changed files with 2845 additions and 2518 deletions

View file

@ -30,6 +30,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
"details and a full list."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"A forked headers-chain with more work than the chain with the snapshot base "
"block header exists. Please proceed to sync without AssumeUtxo."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Cannot downgrade wallet from version %i to version %i. Wallet version "
"unchanged."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@ -87,6 +90,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous "
"cluster of unconfirmed transactions."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Failed to remove snapshot chainstate dir (%s). Manually remove it before "
"restarting.\n"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Failed to rename invalid peers.dat file. Please move or delete it and try "
"again."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@ -96,6 +102,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"File %s already exists. If you are sure this is what you want, move it out "
"of the way first."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Flushing block file to disk failed. This is likely the result of an I/O "
"error."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Flushing undo file to disk failed. This is likely the result of an I/O error."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
"forbids connections to IPv4/IPv6"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@ -106,6 +117,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"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."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Maximum transaction weight is less than transaction weight without inputs"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Maximum transaction weight is too low, can not accommodate change output"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"More than one onion bind address is provided. Using %s for the automatically "
"created Tor onion service."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@ -130,9 +145,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not "
"provided"),
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", ""
"Please contribute if you find %s useful. Visit %s for further information "
"about the software."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@ -144,6 +156,9 @@ 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", ""
"Rename of '%s' -> '%s' failed. Cannot clean up the background chainstate "
"leveldb directory."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
"deleting the invalid snapshot directory %s, otherwise you will encounter the "
"same error again on the next startup."),
@ -156,6 +171,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"rebuild the block database if you are sure that your computer's date and "
"time are correct"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"The combination of the pre-selected inputs and the wallet automatic inputs "
"selection exceeds the transaction maximum weight. Please try sending a "
"smaller amount or manually consolidating your wallet's UTXOs"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"The inputs size exceeds the maximum weight. Please try sending a smaller "
"amount or manually consolidating your wallet's UTXOs"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@ -236,14 +255,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"You need to rebuild the database using -reindex to go back to unpruned "
"mode. This will redownload the entire blockchain"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Your computer's date and time appear to be more than %d minutes out of sync "
"with the network, this may lead to consensus failure. After you've confirmed "
"your computer's clock, this message should no longer appear when you restart "
"your node. Without a restart, it should stop showing automatically after "
"you've connected to a sufficient number of new outbound peers, which may "
"take some time. You can inspect the `timeoffset` field of the `getpeerinfo` "
"and `getnetworkinfo` RPC methods to get more info."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"\n"
"Unable to cleanup failed migration"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"\n"
"Unable to restore backup of wallet."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"whitebind may only be used for incoming connections (\"out\" was passed)"),
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"),
QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details: "),
QT_TRANSLATE_NOOP("bitcoin-core", "Assumeutxo data not found for the given blockhash '%s'."),
QT_TRANSLATE_NOOP("bitcoin-core", "Block verification was interrupted"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -forcednsseed to true when setting -dnsseed to false."),
@ -251,6 +281,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfi
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."),
QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."),
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupt block found indicating potential hardware failure."),
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
@ -258,6 +289,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
QT_TRANSLATE_NOOP("bitcoin-core", "Dump file %s does not exist."),
QT_TRANSLATE_NOOP("bitcoin-core", "Elliptic curve cryptography sanity check failure. %s is shutting down."),
QT_TRANSLATE_NOOP("bitcoin-core", "Error committing db txn for wallet transactions removal"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
@ -297,10 +329,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write solvable wallet best b
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write watchonly wallet best block locator record"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error: address book copy failed for wallet %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error: database transaction cannot be executed for wallet %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to connect best block (%s)."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to disconnect block."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to read block."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to start indexes, shutting down.."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write block."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to block index database."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failure removing transaction: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
@ -325,6 +364,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum transaction weight must be between %d and %d"),
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'"),
@ -332,6 +372,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "No addresses available"),
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
QT_TRANSLATE_NOOP("bitcoin-core", "Not found pre-selected input %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Not solvable pre-selected input %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Only direction was set, no permissions: '%s'"),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore…"),
@ -345,6 +386,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unexpected application id. Ex
QT_TRANSLATE_NOOP("bitcoin-core", "Section [%s] is not recognized."),
QT_TRANSLATE_NOOP("bitcoin-core", "Settings file could not be read"),
QT_TRANSLATE_NOOP("bitcoin-core", "Settings file could not be written"),
QT_TRANSLATE_NOOP("bitcoin-core", "Signer did not echo address"),
QT_TRANSLATE_NOOP("bitcoin-core", "Signer echoed unexpected address %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Signer returned error: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"),
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is a relative path"),
@ -352,10 +396,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a director
QT_TRANSLATE_NOOP("bitcoin-core", "Specified blocks directory \"%s\" does not exist."),
QT_TRANSLATE_NOOP("bitcoin-core", "Specified data directory \"%s\" does not exist."),
QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads…"),
QT_TRANSLATE_NOOP("bitcoin-core", "System error while flushing: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "System error while loading external block file: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "System error while saving block to disk: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"),
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
QT_TRANSLATE_NOOP("bitcoin-core", "There is no ScriptPubKeyManager for this address"),
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
@ -366,7 +414,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction change output index out of range"
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"),
@ -382,6 +429,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
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", "Unrecognised option \"%s\" provided in -test=<option>."),
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level %s=%s. Valid values: %s."),
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),

View file

@ -55,7 +55,7 @@
</message>
<message>
<location line="-30"/>
<location filename="../addressbookpage.cpp" line="+117"/>
<location filename="../addressbookpage.cpp" line="+113"/>
<source>&amp;Delete</source>
<translation>&amp;Delete</translation>
</message>
@ -179,7 +179,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../askpassphrasedialog.cpp" line="+49"/>
<location filename="../askpassphrasedialog.cpp" line="+45"/>
<source>Encrypt wallet</source>
<translation type="unfinished"></translation>
</message>
@ -199,7 +199,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+47"/>
<location line="+48"/>
<source>Confirm wallet encryption</source>
<translation type="unfinished"></translation>
</message>
@ -210,17 +210,18 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
</message>
<message>
<location line="+0"/>
<location line="+18"/>
<source>Are you sure you wish to encrypt your wallet?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+18"/>
<location line="+58"/>
<location line="+12"/>
<location line="+54"/>
<source>Wallet encrypted</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-138"/>
<location line="-147"/>
<source>Enter the new passphrase for the wallet.&lt;br/&gt;Please use a passphrase of &lt;b&gt;ten or more random characters&lt;/b&gt;, or &lt;b&gt;eight or more words&lt;/b&gt;.</source>
<translation type="unfinished"></translation>
</message>
@ -230,12 +231,22 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+54"/>
<location line="+50"/>
<source>Continue</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<source>Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<location line="+5"/>
<source>Wallet to be encrypted</source>
<translation type="unfinished"></translation>
</message>
@ -245,7 +256,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<location line="+15"/>
<source>Your wallet is now encrypted. </source>
<translation type="unfinished"></translation>
</message>
@ -257,18 +268,18 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<message>
<location line="+6"/>
<location line="+8"/>
<location line="+62"/>
<location line="+58"/>
<source>Wallet encryption failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-69"/>
<location line="-65"/>
<source>Wallet encryption failed due to an internal error. Your wallet was not encrypted.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<location line="+62"/>
<location line="+58"/>
<source>The supplied passphrases do not match.</source>
<translation type="unfinished"></translation>
</message>
@ -334,7 +345,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+179"/>
<location line="+184"/>
<source>Runaway exception</source>
<translation type="unfinished"></translation>
</message>
@ -357,7 +368,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<context>
<name>BitcoinGUI</name>
<message>
<location filename="../bitcoingui.cpp" line="+250"/>
<location filename="../bitcoingui.cpp" line="+252"/>
<source>&amp;Overview</source>
<translation>&amp;Overview</translation>
</message>
@ -417,7 +428,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+163"/>
<location line="+162"/>
<source>&amp;Minimize</source>
<translation type="unfinished"></translation>
</message>
@ -427,7 +438,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+417"/>
<location line="+418"/>
<source>Network activity disabled.</source>
<extracomment>A substring of the tooltip.</extracomment>
<translation type="unfinished"></translation>
@ -533,7 +544,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+121"/>
<location line="+120"/>
<source>&amp;File</source>
<translation>&amp;File</translation>
</message>
@ -553,7 +564,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation>Tabs toolbar</translation>
</message>
<message>
<location line="+481"/>
<location line="+482"/>
<source>Syncing Headers (%1%)</source>
<translation type="unfinished"></translation>
</message>
@ -753,7 +764,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+21"/>
<location line="+20"/>
<source>No wallets available</source>
<translation type="unfinished"></translation>
</message>
@ -817,7 +828,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<location line="+117"/>
<location line="+118"/>
<source>%n active connection(s) to Bitcoin network.</source>
<extracomment>A substring of the tooltip.</extracomment>
<translation type="unfinished">
@ -1034,7 +1045,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished">Confirmed</translation>
</message>
<message>
<location filename="../coincontroldialog.cpp" line="+69"/>
<location filename="../coincontroldialog.cpp" line="+65"/>
<source>Copy amount</source>
<translation type="unfinished"></translation>
</message>
@ -1123,7 +1134,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<context>
<name>CreateWalletActivity</name>
<message>
<location filename="../walletcontroller.cpp" line="+246"/>
<location filename="../walletcontroller.cpp" line="+247"/>
<source>Create Wallet</source>
<extracomment>Title of window indicating the progress of creation of a new wallet.</extracomment>
<translation type="unfinished"></translation>
@ -1228,7 +1239,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createwalletdialog.cpp" line="+22"/>
<location filename="../createwalletdialog.cpp" line="+20"/>
<source>Create</source>
<translation type="unfinished"></translation>
</message>
@ -1310,7 +1321,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<context>
<name>FreespaceChecker</name>
<message>
<location filename="../intro.cpp" line="+75"/>
<location filename="../intro.cpp" line="+73"/>
<source>A new data directory will be created.</source>
<translation>A new data directory will be created.</translation>
</message>
@ -1338,7 +1349,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<context>
<name>HelpMessageDialog</name>
<message>
<location filename="../utilitydialog.cpp" line="+38"/>
<location filename="../utilitydialog.cpp" line="+36"/>
<source>version</source>
<translation type="unfinished">version</translation>
</message>
@ -1581,7 +1592,7 @@ The migration process will create a backup of the wallet before migrating. This
<message>
<location line="+7"/>
<location line="+26"/>
<location filename="../modaloverlay.cpp" line="+152"/>
<location filename="../modaloverlay.cpp" line="+160"/>
<source>Unknown</source>
<translation type="unfinished"></translation>
</message>
@ -1622,12 +1633,12 @@ The migration process will create a backup of the wallet before migrating. This
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../modaloverlay.cpp" line="-121"/>
<location filename="../modaloverlay.cpp" line="-126"/>
<source>%1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+127"/>
<location line="+132"/>
<source>Unknown. Syncing Headers (%1, %2%)</source>
<translation type="unfinished"></translation>
</message>
@ -2059,7 +2070,7 @@ The migration process will create a backup of the wallet before migrating. This
<translation>&amp;Cancel</translation>
</message>
<message>
<location filename="../optionsdialog.cpp" line="+152"/>
<location filename="../optionsdialog.cpp" line="+153"/>
<source>Compiled without external signing support (required for external signing)</source>
<extracomment>&quot;External signing&quot; means using devices such as hardware wallets.</extracomment>
<translation type="unfinished"></translation>
@ -2145,7 +2156,7 @@ The migration process will create a backup of the wallet before migrating. This
<context>
<name>OptionsModel</name>
<message>
<location filename="../optionsmodel.cpp" line="+230"/>
<location filename="../optionsmodel.cpp" line="+228"/>
<source>Could not read setting &quot;%1&quot;, %2.</source>
<translation type="unfinished"></translation>
</message>
@ -2282,7 +2293,7 @@ The migration process will create a backup of the wallet before migrating. This
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../psbtoperationsdialog.cpp" line="+60"/>
<location filename="../psbtoperationsdialog.cpp" line="+64"/>
<source>Failed to load transaction: %1</source>
<translation type="unfinished"></translation>
</message>
@ -2421,7 +2432,7 @@ The migration process will create a backup of the wallet before migrating. This
<context>
<name>PaymentServer</name>
<message>
<location filename="../paymentserver.cpp" line="+149"/>
<location filename="../paymentserver.cpp" line="+145"/>
<source>Payment request error</source>
<translation type="unfinished"></translation>
</message>
@ -2545,7 +2556,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished">Amount</translation>
</message>
<message>
<location filename="../guiutil.cpp" line="+133"/>
<location filename="../guiutil.cpp" line="+139"/>
<source>Enter a Bitcoin address (e.g. %1)</source>
<translation type="unfinished"></translation>
</message>
@ -2737,13 +2748,14 @@ If you are receiving this error you should request the merchant provide a BIP21
</message>
<message>
<location line="+2"/>
<location filename="../rpcconsole.cpp" line="+1006"/>
<location filename="../rpcconsole.cpp" line="+1008"/>
<source>%1 kB</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<location filename="../rpcconsole.cpp" line="+2"/>
<location filename="../rpcconsole.cpp" line="+1"/>
<location line="+1"/>
<source>%1 MB</source>
<translation type="unfinished"></translation>
</message>
@ -2753,7 +2765,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../bitcoin.cpp" line="-282"/>
<location filename="../bitcoin.cpp" line="-287"/>
<source>Do you want to reset settings to default values, or to abort without making changes?</source>
<extracomment>Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting.</extracomment>
<translation type="unfinished"></translation>
@ -2765,7 +2777,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location line="+423"/>
<location line="+428"/>
<source>Error: %1</source>
<translation type="unfinished"></translation>
</message>
@ -2780,7 +2792,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../optionsdialog.cpp" line="-389"/>
<location filename="../optionsdialog.cpp" line="-391"/>
<source>Embedded &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
@ -2798,7 +2810,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<context>
<name>QRImageWidget</name>
<message>
<location filename="../qrimagewidget.cpp" line="+30"/>
<location filename="../qrimagewidget.cpp" line="+28"/>
<source>&amp;Save Image</source>
<translation type="unfinished"></translation>
</message>
@ -2876,7 +2888,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<location line="+26"/>
<location line="+26"/>
<location line="+26"/>
<location filename="../rpcconsole.h" line="+147"/>
<location filename="../rpcconsole.h" line="+145"/>
<source>N/A</source>
<translation>N/A</translation>
</message>
@ -2995,7 +3007,7 @@ If you are receiving this error you should request the merchant provide a BIP21
</message>
<message>
<location line="+68"/>
<location filename="../rpcconsole.cpp" line="+165"/>
<location filename="../rpcconsole.cpp" line="+166"/>
<source>Select a peer to view detailed information.</source>
<translation type="unfinished"></translation>
</message>
@ -3010,12 +3022,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location line="+23"/>
<source>The BIP324 session ID string in hex, if any.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<location line="+26"/>
<source>Session ID</source>
<translation type="unfinished"></translation>
</message>
@ -3147,7 +3154,12 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location line="+75"/>
<location line="+49"/>
<source>The BIP324 session ID string in hex.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+26"/>
<source>The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.</source>
<translation type="unfinished"></translation>
</message>
@ -3248,7 +3260,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../rpcconsole.cpp" line="-203"/>
<location filename="../rpcconsole.cpp" line="-204"/>
<source>In:</source>
<translation type="unfinished"></translation>
</message>
@ -3298,7 +3310,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../rpcconsole.cpp" line="-475"/>
<location filename="../rpcconsole.cpp" line="-476"/>
<source>Inbound: initiated by peer</source>
<extracomment>Explanatory text for an inbound peer connection.</extracomment>
<translation type="unfinished"></translation>
@ -3433,12 +3445,12 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location line="+230"/>
<location line="+231"/>
<source>Network activity disabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+79"/>
<location line="+80"/>
<source>Executing command without any wallet</source>
<translation type="unfinished"></translation>
</message>
@ -3473,7 +3485,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
<location line="-147"/>
<location line="-149"/>
<source>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.
@ -3485,7 +3497,7 @@ For more information on using this console, type %6.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+157"/>
<location line="+159"/>
<source>Executing</source>
<extracomment>A console message indicating an entered command is currently being executed.</extracomment>
<translation type="unfinished"></translation>
@ -3728,7 +3740,7 @@ For more information on using this console, type %6.
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../receiverequestdialog.cpp" line="+48"/>
<location filename="../receiverequestdialog.cpp" line="+46"/>
<source>Request payment to %1</source>
<translation type="unfinished"></translation>
</message>
@ -3741,7 +3753,7 @@ For more information on using this console, type %6.
<context>
<name>RecentRequestsTableModel</name>
<message>
<location filename="../recentrequeststablemodel.cpp" line="+32"/>
<location filename="../recentrequeststablemodel.cpp" line="+34"/>
<source>Date</source>
<translation type="unfinished">Date</translation>
</message>
@ -3813,7 +3825,7 @@ For more information on using this console, type %6.
<name>SendCoinsDialog</name>
<message>
<location filename="../forms/sendcoinsdialog.ui" line="+14"/>
<location filename="../sendcoinsdialog.cpp" line="+762"/>
<location filename="../sendcoinsdialog.cpp" line="+763"/>
<source>Send Coins</source>
<translation>Send Coins</translation>
</message>
@ -3995,7 +4007,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation>S&amp;end</translation>
</message>
<message>
<location filename="../sendcoinsdialog.cpp" line="-667"/>
<location filename="../sendcoinsdialog.cpp" line="-668"/>
<source>Copy quantity</source>
<translation type="unfinished"></translation>
</message>
@ -4072,7 +4084,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation type="unfinished"></translation>
</message>
<message>
<location line="+62"/>
<location line="+63"/>
<source>Sign failed</source>
<translation type="unfinished"></translation>
</message>
@ -4111,7 +4123,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation type="unfinished"></translation>
</message>
<message>
<location line="-324"/>
<location line="-325"/>
<source>or</source>
<translation type="unfinished"></translation>
</message>
@ -4184,7 +4196,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation type="unfinished"></translation>
</message>
<message>
<location line="+29"/>
<location line="+30"/>
<source>PSBT saved to disk</source>
<translation type="unfinished"></translation>
</message>
@ -4397,7 +4409,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
</message>
<message>
<location line="+6"/>
<source>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.</source>
<source>You can sign messages/agreements with your legacy (P2PKH) 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.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -4512,27 +4524,25 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../signverifymessagedialog.cpp" line="+119"/>
<location filename="../signverifymessagedialog.cpp" line="+120"/>
<location line="+99"/>
<source>The entered address is invalid.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-99"/>
<location line="+7"/>
<location line="+93"/>
<location line="+7"/>
<location line="+100"/>
<source>Please check the address and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-100"/>
<location line="+99"/>
<source>The entered address does not refer to a key.</source>
<location line="-93"/>
<location line="+98"/>
<source>The entered address does not refer to a legacy (P2PKH) key. Message signing for SegWit and other non-P2PKH address types is not supported in this version of %1. Please check the address and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-91"/>
<location line="-90"/>
<source>Wallet unlock was cancelled.</source>
<translation type="unfinished"></translation>
</message>
@ -4557,7 +4567,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation type="unfinished"></translation>
</message>
<message>
<location line="+69"/>
<location line="+66"/>
<source>The signature could not be decoded.</source>
<translation type="unfinished"></translation>
</message>
@ -4578,7 +4588,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<translation type="unfinished"></translation>
</message>
<message>
<location line="-32"/>
<location line="-29"/>
<source>Message verified.</source>
<translation type="unfinished"></translation>
</message>
@ -4586,7 +4596,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<context>
<name>SplashScreen</name>
<message>
<location filename="../splashscreen.cpp" line="+177"/>
<location filename="../splashscreen.cpp" line="+175"/>
<source>(press q to shutdown and continue later)</source>
<translation type="unfinished"></translation>
</message>
@ -4607,7 +4617,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<context>
<name>TransactionDesc</name>
<message>
<location filename="../transactiondesc.cpp" line="+44"/>
<location filename="../transactiondesc.cpp" line="+40"/>
<source>conflicted with a transaction with %1 confirmations</source>
<extracomment>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.</extracomment>
<translation type="unfinished"></translation>
@ -5245,21 +5255,21 @@ Go to File &gt; Open Wallet to load a wallet.
<context>
<name>WalletModel</name>
<message>
<location filename="../walletmodel.cpp" line="+227"/>
<location filename="../walletmodel.cpp" line="+224"/>
<location line="+13"/>
<source>Send Coins</source>
<translation type="unfinished">Send Coins</translation>
</message>
<message>
<location line="+254"/>
<location line="+55"/>
<location line="+15"/>
<location line="+49"/>
<location line="+20"/>
<location line="+5"/>
<source>Fee bump error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-75"/>
<location line="-74"/>
<source>Increasing transaction fee failed</source>
<translation type="unfinished"></translation>
</message>
@ -5295,7 +5305,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+23"/>
<location line="+17"/>
<source>Can&apos;t draft transaction.</source>
<translation type="unfinished"></translation>
</message>
@ -5306,12 +5316,11 @@ Go to File &gt; Open Wallet to load a wallet.
</message>
<message>
<location line="+0"/>
<source>Copied to clipboard</source>
<comment>Fee-bump PSBT saved</comment>
<source>Fee-bump PSBT copied to clipboard</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<location line="+13"/>
<source>Can&apos;t sign transaction.</source>
<translation type="unfinished"></translation>
</message>
@ -5321,12 +5330,17 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+14"/>
<location line="+13"/>
<source>Signer error</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Can&apos;t display address</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+18"/>
<location line="+17"/>
<source>default wallet</source>
<translation type="unfinished"></translation>
</message>
@ -5403,7 +5417,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<location line="+7"/>
<source>Cannot downgrade wallet from version %i to version %i. Wallet version unchanged.</source>
<translation type="unfinished"></translation>
</message>
@ -5463,17 +5477,17 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+12"/>
<location line="+15"/>
<source>File %s already exists. If you are sure this is what you want, move it out of the way first.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+9"/>
<location line="+14"/>
<source>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.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<location line="+8"/>
<source>More than one onion bind address is provided. Using %s for the automatically created Tor onion service.</source>
<translation type="unfinished"></translation>
</message>
@ -5494,11 +5508,6 @@ Go to File &gt; Open Wallet to load a wallet.
</message>
<message>
<location line="+16"/>
<source>Please check that your computer&apos;s date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Please contribute if you find %s useful. Visit %s for further information about the software.</source>
<translation type="unfinished"></translation>
</message>
@ -5518,7 +5527,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<location line="+6"/>
<source>Rename of &apos;%s&apos; -&gt; &apos;%s&apos; failed. You should resolve this by manually moving or deleting the invalid snapshot directory %s, otherwise you will encounter the same error again on the next startup.</source>
<translation type="unfinished"></translation>
</message>
@ -5533,7 +5542,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+12"/>
<location line="+16"/>
<source>The transaction amount is too small to send after the fee has been deducted</source>
<translation type="unfinished"></translation>
</message>
@ -5623,7 +5632,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+9"/>
<location line="+19"/>
<source>%s is set very high!</source>
<translation type="unfinished"></translation>
</message>
@ -5633,12 +5642,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>A fatal internal error occurred, see debug.log for details</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<location line="+4"/>
<source>Cannot resolve -%s address: &apos;%s&apos;</source>
<translation type="unfinished"></translation>
</message>
@ -5658,12 +5662,17 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="-225"/>
<location line="-255"/>
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+11"/>
<location line="+6"/>
<source>A forked headers-chain with more work than the chain with the snapshot base block header exists. Please proceed to sync without AssumeUtxo.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<source>Cannot provide specific connections and have addrman find outgoing connections at the same time.</source>
<translation type="unfinished"></translation>
</message>
@ -5697,6 +5706,12 @@ Go to File &gt; Open Wallet to load a wallet.
<source>Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous cluster of unconfirmed transactions.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Failed to remove snapshot chainstate dir (%s). Manually remove it before restarting.
</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Failed to rename invalid peers.dat file. Please move or delete it and try again.</source>
@ -5709,6 +5724,16 @@ Go to File &gt; Open Wallet to load a wallet.
</message>
<message>
<location line="+6"/>
<source>Flushing block file to disk failed. This is likely the result of an I/O error.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Flushing undo file to disk failed. This is likely the result of an I/O error.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet forbids connections to IPv4/IPv6</source>
<translation type="unfinished"></translation>
</message>
@ -5718,7 +5743,17 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+18"/>
<location line="+7"/>
<source>Maximum transaction weight is less than transaction weight without inputs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Maximum transaction weight is too low, can not accommodate change output</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+13"/>
<source>Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided</source>
<translation type="unfinished"></translation>
</message>
@ -5738,7 +5773,17 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+29"/>
<location line="+14"/>
<source>Rename of &apos;%s&apos; -&gt; &apos;%s&apos; failed. Cannot clean up the background chainstate leveldb directory.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+15"/>
<source>The combination of the pre-selected inputs and the wallet automatic inputs selection exceeds the transaction maximum weight. Please try sending a smaller amount or manually consolidating your wallet&apos;s UTXOs</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<source>The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet&apos;s UTXOs</source>
<translation type="unfinished"></translation>
</message>
@ -5781,6 +5826,11 @@ Please try running the latest software version.
</message>
<message>
<location line="+34"/>
<source>Your computer&apos;s date and time appear to be more than %d minutes out of sync with the network, this may lead to consensus failure. After you&apos;ve confirmed your computer&apos;s clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you&apos;ve connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<source>
Unable to cleanup failed migration</source>
<translation type="unfinished"></translation>
@ -5792,7 +5842,22 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+6"/>
<location line="+3"/>
<source>whitebind may only be used for incoming connections (&quot;out&quot; was passed)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+4"/>
<source>A fatal internal error occurred, see debug.log for details: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Assumeutxo data not found for the given blockhash &apos;%s&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Block verification was interrupted</source>
<translation type="unfinished"></translation>
</message>
@ -5806,6 +5871,11 @@ Unable to restore backup of wallet.</source>
<source>Copyright (C) %i-%i</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Corrupt block found indicating potential hardware failure.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Corrupted block database detected</source>
@ -5841,6 +5911,11 @@ Unable to restore backup of wallet.</source>
<source>Dump file %s does not exist.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Elliptic curve cryptography sanity check failure. %s is shutting down.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Error committing db txn for wallet transactions removal</source>
@ -6026,11 +6101,26 @@ Unable to restore backup of wallet.</source>
<source>Error: database transaction cannot be executed for wallet %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to connect best block (%s).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to disconnect block.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to listen on any port. Use -listen=0 if you want this.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to read block.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to rescan the wallet during initialization</source>
@ -6046,6 +6136,26 @@ Unable to restore backup of wallet.</source>
<source>Failed to verify database</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to write block.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to write to block index database.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to write to coin database.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failed to write undo data.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Failure removing transaction: %s</source>
@ -6166,6 +6276,11 @@ Unable to restore backup of wallet.</source>
<source>Loading wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Maximum transaction weight must be between %d and %d</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Missing amount</source>
@ -6201,6 +6316,11 @@ Unable to restore backup of wallet.</source>
<source>Not solvable pre-selected input %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Only direction was set, no permissions: &apos;%s&apos;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Prune cannot be configured with a negative value.</source>
@ -6258,6 +6378,21 @@ Unable to restore backup of wallet.</source>
</message>
<message>
<location line="+3"/>
<source>Signer did not echo address</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Signer echoed unexpected address %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Signer returned error: %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Signing transaction failed</source>
<translation type="unfinished"></translation>
</message>
@ -6291,6 +6426,21 @@ Unable to restore backup of wallet.</source>
<source>Starting network threads</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>System error while flushing: %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>System error while loading external block file: %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>System error while saving block to disk: %s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>The source code is available from %s.</source>
@ -6311,6 +6461,11 @@ Unable to restore backup of wallet.</source>
<source>The wallet will avoid paying less than the minimum relay fee.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>There is no ScriptPubKeyManager for this address</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>This is experimental software.</source>
@ -6361,11 +6516,6 @@ Unable to restore backup of wallet.</source>
<source>Transaction too large</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Unable to allocate memory for -maxsigcachesize: &apos;%s&apos; MiB</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Unable to bind to %s on this computer (bind returned error %s)</source>
@ -6441,6 +6591,11 @@ Unable to restore backup of wallet.</source>
<source>Unknown new rules activated (versionbit %i)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Unrecognised option &quot;%s&quot; provided in -test=&lt;option&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Unsupported global logging level %s=%s. Valid values: %s.</source>
@ -6462,7 +6617,7 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-110"/>
<location line="-126"/>
<source>Error: Could not add watchonly tx %s to watchonly wallet</source>
<translation type="unfinished"></translation>
</message>
@ -6472,7 +6627,7 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+110"/>
<location line="+126"/>
<source>User Agent comment (%s) contains unsafe characters.</source>
<translation type="unfinished"></translation>
</message>
@ -6492,7 +6647,7 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-45"/>
<location line="-52"/>
<source>Settings file could not be read</source>
<translation type="unfinished"></translation>
</message>

File diff suppressed because it is too large Load diff