diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 4489c009327..3df4d4d921a 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -60,6 +60,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error reading %s! Transaction data may be missing or incorrect. Rescanning " "wallet."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Address book data in wallet cannot be identified to belong to " +"migrated wallets"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."), @@ -67,9 +70,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Dumpfile version is not supported. This version of bitcoin-wallet " "only supports version 1 dumpfiles. Got dumpfile with version %s"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Duplicate descriptors created during migration. Your wallet may be " +"corrupted."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and " "\"bech32\" address types"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Transaction %s in wallet cannot be identified to belong to migrated " +"wallets"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Unable to produce descriptors for this legacy wallet. Make sure the " +"wallet is unlocked first"), +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", "" @@ -79,6 +91,9 @@ 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", "" +"Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet " +"forbids connections to IPv4/IPv6"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " "fee of %s to prevent stuck transactions)"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -98,8 +113,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "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)"), +"reaching the Tor network is explicitly forbidden: -onion=0"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for " +"reaching the Tor network is not provided: none of -proxy, -onion or -" +"listenonion is given"), 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."), @@ -156,6 +174,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or " "\"sqlite\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Unrecognized descriptor found. Loading wallet %s\n" +"\n" +"The wallet might had been created on a newer version.\n" +"Please try running the latest software version.\n"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Unsupported category-specific logging level -loglevel=%s. Expected -" +"loglevel=:. Valid categories: %s. Valid loglevels: %s."), +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", "" @@ -176,6 +202,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" 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", "" +"\n" +"Unable to cleanup failed migration"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"\n" +"Unable to restore backup of wallet."), 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"), @@ -203,15 +235,25 @@ 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: Could not add watchonly tx to watchonly wallet"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not delete watchonly transactions"), 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"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Failed to create new watchonly wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: No %s addresses available."), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Not all watchonly txs could be deleted"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet already uses SQLite"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet is already a descriptor wallet"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to begin reading all records in the database"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to make a backup of your wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read all records in the database"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address book data"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"), @@ -283,11 +325,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to parse -maxuploadtarget: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."), +QT_TRANSLATE_NOOP("bitcoin-core", "Unable to unload the wallet before migrating"), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."), 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", "Unsupported global logging level -loglevel=%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."), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 883d3fe24ac..586240445e7 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -751,7 +751,7 @@ Signing is only possible with addresses of the type 'legacy'. Restore Wallet - Title of pop-up window shown when the user is attempting to + restore a wallet. + Title of pop-up window shown when the user is attempting to restore a wallet. @@ -1370,12 +1370,7 @@ Signing is only possible with addresses of the type 'legacy'. - - 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. - - - - + Limit block chain storage to @@ -1395,7 +1390,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + When you click OK, %1 will begin to download and process the full %4 block chain (%2 GB) starting with the earliest transactions in %3 when %4 initially launched. + + + + 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. @@ -5228,7 +5228,7 @@ Go to File > Open Wallet to load a wallet. - + Error: Dumpfile format record is incorrect. Got "%s", expected "format". @@ -5243,12 +5243,12 @@ Go to File > Open Wallet to load a wallet. - + Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types - + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. @@ -5258,7 +5258,7 @@ Go to File > Open Wallet to load a wallet. - + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) @@ -5288,12 +5288,7 @@ 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. @@ -5378,7 +5373,7 @@ 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. @@ -5413,7 +5408,7 @@ Go to File > Open Wallet to load a wallet. - + %s is set very high! @@ -5448,12 +5443,12 @@ 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. @@ -5488,12 +5483,73 @@ Go to File > Open Wallet to load a wallet. - + + Error: Address book data in wallet cannot be identified to belong to migrated wallets + + + + + Error: Duplicate descriptors created during migration. Your wallet may be corrupted. + + + + + Error: Transaction %s in wallet cannot be identified to belong to migrated wallets + + + + + Error: Unable to produce descriptors for this legacy wallet. Make sure the wallet is unlocked first + + + + Failed to rename invalid peers.dat file. Please move or delete it and try again. - + + Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet forbids connections to IPv4/IPv6 + + + + + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0 + + + + + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided: none of -proxy, -onion or -listenonion is given + + + + + Unrecognized descriptor found. Loading wallet %s + +The wallet might had been created on a newer version. +Please try running the latest software version. + + + + + + Unsupported category-specific logging level -loglevel=%s. Expected -loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s. + + + + + +Unable to cleanup failed migration + + + + + +Unable to restore backup of wallet. + + + + Config setting for %s only applied on %s network when in [%s] section. @@ -5592,6 +5648,16 @@ Go to File > Open Wallet to load a wallet. Error reading next record from wallet database + + + Error: Could not add watchonly tx to watchonly wallet + + + + + Error: Could not delete watchonly transactions + + Error: Couldn't create cursor into database @@ -5607,6 +5673,11 @@ Go to File > Open Wallet to load a wallet. Error: Dumpfile checksum does not match. Computed %s, expected %s + + + Error: Failed to create new watchonly wallet + + Error: Got key that was not hex: %s @@ -5632,11 +5703,46 @@ Go to File > Open Wallet to load a wallet. Error: No %s addresses available. + + + Error: Not all watchonly txs could be deleted + + + + + Error: This wallet already uses SQLite + + + + + Error: This wallet is already a descriptor wallet + + + + + Error: Unable to begin reading all records in the database + + + + + Error: Unable to make a backup of your wallet + + Error: Unable to parse version %u as a uint32_t + + + Error: Unable to read all records in the database + + + + + Error: Unable to remove watchonly address book data + + Error: Unable to write record to new wallet @@ -5992,6 +6098,11 @@ Go to File > Open Wallet to load a wallet. Unable to start HTTP server. See debug log for details. + + + Unable to unload the wallet before migrating + + Unknown -blockfilterindex value %s. @@ -6017,6 +6128,11 @@ Go to File > Open Wallet to load a wallet. Unknown new rules activated (versionbit %i) + + + Unsupported global logging level -loglevel=%s. Valid values: %s. + + Unsupported logging category %s=%s. diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index 7b2cfd30cfc..a25ccfca72b 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -661,7 +661,7 @@ Signing is only possible with addresses of the type 'legacy'. Restore Wallet 435 - Title of pop-up window shown when the user is attempting to + restore a wallet. + Title of pop-up window shown when the user is attempting to restore a wallet. Wallet Name @@ -1353,25 +1353,25 @@ Signing is only possible with addresses of the type 'legacy'. 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 + + When you click OK, %1 will begin to download and process the full %4 block chain (%2 GB) starting with the earliest transactions in %3 when %4 initially launched. + 206 + 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 @@ -4416,656 +4416,750 @@ Go to File > Open Wallet to load a wallet. Error: Dumpfile format record is incorrect. Got "%s", expected "format". - 62 + 65 Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". - 64 + 67 Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s - 66 + 69 Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types - 69 + 75 Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee. - 75 + 87 File %s already exists. If you are sure this is what you want, move it out of the way first. - 78 + 90 Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - 81 + 96 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 + 99 More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - 88 + 103 No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - 91 + 106 No dump file provided. To use dump, -dumpfile=<filename> must be provided. - 94 + 109 No wallet file format provided. To use createfromdump, -format=<format> must be provided. - 96 - - - 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 - - - Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - 103 - - - Please contribute if you find %s useful. Visit %s for further information about the software. - 106 - - - Prune configured below the minimum of %d MiB. Please use a higher number. - 109 - - - Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. 111 - + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + 121 + + + Please contribute if you find %s useful. Visit %s for further information about the software. + 124 + + + Prune configured below the minimum of %d MiB. Please use a higher number. + 127 + + + Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. + 129 + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - 114 - - - SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - 117 - - - 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 - - - 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 - - - The transaction amount is too small to send after the fee has been deducted 132 - - 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 + + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported + 135 - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 138 - - - This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + + 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 141 - - This is the transaction fee you may discard if change is smaller than dust at this level - 144 + + 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. + 146 - - This is the transaction fee you may pay when fee estimates are not available. - 147 + + The transaction amount is too small to send after the fee has been deducted + 150 - - Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 149 - - - Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. + + 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 152 - - Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - 155 + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + 156 - - Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. - 158 + + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + 159 - - 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 + + This is the transaction fee you may discard if change is smaller than dust at this level + 162 - - Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + + This is the transaction fee you may pay when fee estimates are not available. 165 - - Warning: Private keys detected in wallet {%s} with disabled private keys - 168 + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + 167 - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. 170 - - Witness data for blocks after height %d requires validation. Please restart with -reindex. + + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". 173 - - You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 176 - - - %s is set very high! - 179 - - - -maxmempool must be at least %d MB - 180 - - - A fatal internal error occurred, see debug.log for details - 181 - - - Cannot resolve -%s address: '%s' - 182 - - - Cannot set -forcednsseed to true when setting -dnsseed to false. - 183 - - - Cannot set -peerblockfilters without -blockfilterindex. + + Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. 184 - + + Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. + 187 + + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + 191 + + + Warning: Private keys detected in wallet {%s} with disabled private keys + 194 + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + 196 + + + Witness data for blocks after height %d requires validation. Please restart with -reindex. + 199 + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + 202 + + + %s is set very high! + 211 + + + -maxmempool must be at least %d MB + 212 + + + A fatal internal error occurred, see debug.log for details + 213 + + + Cannot resolve -%s address: '%s' + 214 + + + Cannot set -forcednsseed to true when setting -dnsseed to false. + 215 + + + Cannot set -peerblockfilters without -blockfilterindex. + 216 + + Cannot write to data directory '%s'; check permissions. - 185 + 217 + + + The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. + 138 - 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 + + Error: Address book data in wallet cannot be identified to belong to migrated wallets + 62 + - Failed to rename invalid peers.dat file. Please move or delete it and try again. + Error: Duplicate descriptors created during migration. Your wallet may be corrupted. 72 - Config setting for %s only applied on %s network when in [%s] section. - 186 + Error: Transaction %s in wallet cannot be identified to belong to migrated wallets + 78 - Copyright (C) %i-%i - 187 + Error: Unable to produce descriptors for this legacy wallet. Make sure the wallet is unlocked first + 81 - Corrupted block database detected - 188 + Failed to rename invalid peers.dat file. Please move or delete it and try again. + 84 - Could not find asmap file %s - 189 + Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet forbids connections to IPv4/IPv6 + 93 - Could not parse asmap file %s - 190 + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0 + 114 - Disk space is too low! - 191 + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided: none of -proxy, -onion or -listenonion is given + 117 - Do you want to rebuild the block database now? - 192 + Unrecognized descriptor found. Loading wallet %s + +The wallet might had been created on a newer version. +Please try running the latest software version. + + 176 - Done loading - 193 + Unsupported category-specific logging level -loglevel=%s. Expected -loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s. + 181 - Dump file %s does not exist. - 194 - - - Error creating %s - 195 - - - Error initializing block database - 196 - - - Error initializing wallet database environment %s! - 197 - - - Error loading %s - 198 - - - Error loading %s: Private keys can only be disabled during creation - 199 - - - Error loading %s: Wallet corrupted - 200 - - - Error loading %s: Wallet requires newer version of %s - 201 - - - Error loading block database - 202 - - - Error opening block database - 203 - - - Error reading from database, shutting down. - 204 - - - Error reading next record from wallet database + +Unable to cleanup failed migration 205 - - Error: Couldn't create cursor into database - 206 - - - Error: Disk space is low for %s - 207 - - - Error: Dumpfile checksum does not match. Computed %s, expected %s + + +Unable to restore backup of wallet. 208 - - Error: Got key that was not hex: %s - 209 - - - Error: Got value that was not hex: %s - 210 - - - Error: Keypool ran out, please call keypoolrefill first - 211 - - - Error: Missing checksum - 212 - - - Error: No %s addresses available. - 213 - - - Error: Unable to parse version %u as a uint32_t - 214 - - - Error: Unable to write record to new wallet - 215 - - - Failed to listen on any port. Use -listen=0 if you want this. - 216 - - - Failed to rescan the wallet during initialization - 217 - - - Failed to verify database + + Config setting for %s only applied on %s network when in [%s] section. 218 - - Fee rate (%s) is lower than the minimum fee rate setting (%s) + + Copyright (C) %i-%i 219 - - Ignoring duplicate -wallet %s. + + Corrupted block database detected 220 - - Importing… + + Could not find asmap file %s 221 - - Incorrect or no genesis block found. Wrong datadir for network? + + Could not parse asmap file %s 222 - - Initialization sanity check failed. %s is shutting down. + + Disk space is too low! 223 - - Input not found or already spent + + Do you want to rebuild the block database now? 224 - - Insufficient funds + + Done loading 225 - - Invalid -i2psam address or hostname: '%s' + + Dump file %s does not exist. 226 - - Invalid -onion address or hostname: '%s' + + Error creating %s 227 - - Invalid -proxy address or hostname: '%s' + + Error initializing block database 228 - - Invalid P2P permission: '%s' + + Error initializing wallet database environment %s! 229 - - Invalid amount for -%s=<amount>: '%s' + + Error loading %s 230 - - Invalid amount for -discardfee=<amount>: '%s' + + Error loading %s: Private keys can only be disabled during creation 231 - - Invalid amount for -fallbackfee=<amount>: '%s' + + Error loading %s: Wallet corrupted 232 - - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + Error loading %s: Wallet requires newer version of %s 233 - - Invalid netmask specified in -whitelist: '%s' + + Error loading block database 234 - - Listening for incoming connections failed (listen returned error %s) + + Error opening block database 235 - - Loading P2P addresses… + + Error reading from database, shutting down. 236 - - Loading banlist… + + Error reading next record from wallet database 237 - - Loading block index… + + Error: Could not add watchonly tx to watchonly wallet 238 - - Loading wallet… + + Error: Could not delete watchonly transactions 239 - - Missing amount + + Error: Couldn't create cursor into database 240 - - Missing solving data for estimating transaction size + + Error: Disk space is low for %s 241 - - Need to specify a port with -whitebind: '%s' + + Error: Dumpfile checksum does not match. Computed %s, expected %s 242 - - No addresses available + + Error: Failed to create new watchonly wallet 243 - - Not enough file descriptors available. + + Error: Got key that was not hex: %s 244 - - Prune cannot be configured with a negative value. + + Error: Got value that was not hex: %s 245 - - Prune mode is incompatible with -txindex. + + Error: Keypool ran out, please call keypoolrefill first 246 - - Pruning blockstore… + + Error: Missing checksum 247 - - Reducing -maxconnections from %d to %d, because of system limitations. + + Error: No %s addresses available. 248 - - Replaying blocks… + + Error: Not all watchonly txs could be deleted 249 - - Rescanning… + + Error: This wallet already uses SQLite 250 - - SQLiteDatabase: Failed to execute statement to verify database: %s + + Error: This wallet is already a descriptor wallet 251 - - SQLiteDatabase: Failed to prepare statement to verify database: %s + + Error: Unable to begin reading all records in the database 252 - - SQLiteDatabase: Failed to read database verification error: %s + + Error: Unable to make a backup of your wallet 253 - - SQLiteDatabase: Unexpected application id. Expected %u, got %u + + Error: Unable to parse version %u as a uint32_t 254 - - Section [%s] is not recognized. + + Error: Unable to read all records in the database 255 - - Signing transaction failed + + Error: Unable to remove watchonly address book data 256 - - Specified -walletdir "%s" does not exist + + Error: Unable to write record to new wallet 257 - - Specified -walletdir "%s" is a relative path + + Failed to listen on any port. Use -listen=0 if you want this. 258 - - Specified -walletdir "%s" is not a directory + + Failed to rescan the wallet during initialization 259 - - Specified blocks directory "%s" does not exist. + + Failed to verify database 260 - - Starting network threads… + + Fee rate (%s) is lower than the minimum fee rate setting (%s) 261 - - The source code is available from %s. + + Ignoring duplicate -wallet %s. 262 - - The specified config file %s does not exist + + Importing… 263 - - The transaction amount is too small to pay the fee + + Incorrect or no genesis block found. Wrong datadir for network? 264 - - The wallet will avoid paying less than the minimum relay fee. + + Initialization sanity check failed. %s is shutting down. 265 - - This is experimental software. + + Input not found or already spent 266 - - This is the minimum transaction fee you pay on every transaction. + + Insufficient funds 267 - - This is the transaction fee you will pay if you send a transaction. + + Invalid -i2psam address or hostname: '%s' 268 - - Transaction amount too small + + Invalid -onion address or hostname: '%s' 269 - - Transaction amounts must not be negative + + Invalid -proxy address or hostname: '%s' 270 - - Transaction change output index out of range + + Invalid P2P permission: '%s' 271 - - Transaction has too long of a mempool chain + + Invalid amount for -%s=<amount>: '%s' 272 - - Transaction must have at least one recipient + + Invalid amount for -discardfee=<amount>: '%s' 273 - - Transaction needs a change address, but we can't generate it. + + Invalid amount for -fallbackfee=<amount>: '%s' 274 - - Transaction too large + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 275 - - Unable to allocate memory for -maxsigcachesize: '%s' MiB + + Invalid netmask specified in -whitelist: '%s' 276 - - Unable to bind to %s on this computer (bind returned error %s) + + Listening for incoming connections failed (listen returned error %s) 277 - - Unable to bind to %s on this computer. %s is probably already running. + + Loading P2P addresses… 278 - - Unable to create the PID file '%s': %s + + Loading banlist… 279 - - Unable to find UTXO for external input + + Loading block index… 280 - - Unable to generate initial keys + + Loading wallet… 281 - - Unable to generate keys + + Missing amount 282 - - Unable to open %s for writing + + Missing solving data for estimating transaction size 283 - - Unable to parse -maxuploadtarget: '%s' + + Need to specify a port with -whitebind: '%s' 284 - - Unable to start HTTP server. See debug log for details. + + No addresses available 285 - - Unknown -blockfilterindex value %s. + + Not enough file descriptors available. 286 - - Unknown address type '%s' + + Prune cannot be configured with a negative value. 287 - - Unknown change type '%s' + + Prune mode is incompatible with -txindex. 288 - - Unknown network specified in -onlynet: '%s' + + Pruning blockstore… 289 - - Unknown new rules activated (versionbit %i) + + Reducing -maxconnections from %d to %d, because of system limitations. 290 - - Unsupported logging category %s=%s. + + Replaying blocks… 291 - - User Agent comment (%s) contains unsafe characters. + + Rescanning… 292 - - Verifying blocks… + + SQLiteDatabase: Failed to execute statement to verify database: %s 293 - - Verifying wallet(s)… + + SQLiteDatabase: Failed to prepare statement to verify database: %s 294 - - Wallet needed to be rewritten: restart %s to complete + + SQLiteDatabase: Failed to read database verification error: %s 295 + + SQLiteDatabase: Unexpected application id. Expected %u, got %u + 296 + + + Section [%s] is not recognized. + 297 + + + Signing transaction failed + 298 + + + Specified -walletdir "%s" does not exist + 299 + + + Specified -walletdir "%s" is a relative path + 300 + + + Specified -walletdir "%s" is not a directory + 301 + + + Specified blocks directory "%s" does not exist. + 302 + + + Starting network threads… + 303 + + + The source code is available from %s. + 304 + + + The specified config file %s does not exist + 305 + + + The transaction amount is too small to pay the fee + 306 + + + The wallet will avoid paying less than the minimum relay fee. + 307 + + + This is experimental software. + 308 + + + This is the minimum transaction fee you pay on every transaction. + 309 + + + This is the transaction fee you will pay if you send a transaction. + 310 + + + Transaction amount too small + 311 + + + Transaction amounts must not be negative + 312 + + + Transaction change output index out of range + 313 + + + Transaction has too long of a mempool chain + 314 + + + Transaction must have at least one recipient + 315 + + + Transaction needs a change address, but we can't generate it. + 316 + + + Transaction too large + 317 + + + Unable to allocate memory for -maxsigcachesize: '%s' MiB + 318 + + + Unable to bind to %s on this computer (bind returned error %s) + 319 + + + Unable to bind to %s on this computer. %s is probably already running. + 320 + + + Unable to create the PID file '%s': %s + 321 + + + Unable to find UTXO for external input + 322 + + + Unable to generate initial keys + 323 + + + Unable to generate keys + 324 + + + Unable to open %s for writing + 325 + + + Unable to parse -maxuploadtarget: '%s' + 326 + + + Unable to start HTTP server. See debug log for details. + 327 + + + Unable to unload the wallet before migrating + 328 + + + Unknown -blockfilterindex value %s. + 329 + + + Unknown address type '%s' + 330 + + + Unknown change type '%s' + 331 + + + Unknown network specified in -onlynet: '%s' + 332 + + + Unknown new rules activated (versionbit %i) + 333 + + + Unsupported global logging level -loglevel=%s. Valid values: %s. + 334 + + + Unsupported logging category %s=%s. + 335 + + + User Agent comment (%s) contains unsafe characters. + 336 + + + Verifying blocks… + 337 + + + Verifying wallet(s)… + 338 + + + Wallet needed to be rewritten: restart %s to complete + 339 +