From 6725030e41340ffa15d980d1d8af48b689403865 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:03:07 +0100 Subject: qt: Update translation source file for string freeze (round 2) --- src/qt/bitcoinstrings.cpp | 48 ++- src/qt/locale/bitcoin_en.ts | 164 ++++++++-- src/qt/locale/bitcoin_en.xlf | 724 ++++++++++++++++++++++++------------------- 3 files changed, 595 insertions(+), 341 deletions(-) (limited to 'src/qt') diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 4489c00932..3df4d4d921 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 883d3fe24a..586240445e 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 7b2cfd30cf..a25ccfca72 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,655 +4416,749 @@ 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 + 111 - 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 + 121 - + Please contribute if you find %s useful. Visit %s for further information about the software. - 106 + 124 - + Prune configured below the minimum of %d MiB. Please use a higher number. - 109 + 127 - + Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. - 111 + 129 - + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - 114 + 132 - + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - 117 + 135 - + 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 + 141 - + 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 + 146 - + The transaction amount is too small to send after the fee has been deducted - 132 + 150 - + 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 + 152 - + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 138 + 156 - + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - 141 + 159 - + This is the transaction fee you may discard if change is smaller than dust at this level - 144 + 162 - + This is the transaction fee you may pay when fee estimates are not available. - 147 + 165 - + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 149 + 167 - + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - 152 + 170 - + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - 155 + 173 - + Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. - 158 + 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. - 161 + 187 - + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - 165 + 191 - + Warning: Private keys detected in wallet {%s} with disabled private keys - 168 + 194 - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - 170 + 196 - + Witness data for blocks after height %d requires validation. Please restart with -reindex. - 173 + 199 - + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 176 + 202 - + %s is set very high! - 179 + 211 - + -maxmempool must be at least %d MB - 180 + 212 - + A fatal internal error occurred, see debug.log for details - 181 + 213 - + Cannot resolve -%s address: '%s' - 182 + 214 - + Cannot set -forcednsseed to true when setting -dnsseed to false. - 183 + 215 - + Cannot set -peerblockfilters without -blockfilterindex. - 184 + 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. - 120 + 138 - + %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 + +Unable to cleanup failed migration + 205 - Error creating %s - 195 + +Unable to restore backup of wallet. + 208 - Error initializing block database - 196 + Config setting for %s only applied on %s network when in [%s] section. + 218 - Error initializing wallet database environment %s! - 197 + Copyright (C) %i-%i + 219 - Error loading %s - 198 + Corrupted block database detected + 220 - Error loading %s: Private keys can only be disabled during creation - 199 + Could not find asmap file %s + 221 - Error loading %s: Wallet corrupted - 200 + Could not parse asmap file %s + 222 - Error loading %s: Wallet requires newer version of %s - 201 + Disk space is too low! + 223 - Error loading block database - 202 + Do you want to rebuild the block database now? + 224 - Error opening block database - 203 + Done loading + 225 - Error reading from database, shutting down. - 204 + Dump file %s does not exist. + 226 - Error reading next record from wallet database - 205 + Error creating %s + 227 - Error: Couldn't create cursor into database - 206 + Error initializing block database + 228 - Error: Disk space is low for %s - 207 - + Error initializing wallet database environment %s! + 229 + - Error: Dumpfile checksum does not match. Computed %s, expected %s - 208 + Error loading %s + 230 - Error: Got key that was not hex: %s - 209 + Error loading %s: Private keys can only be disabled during creation + 231 - Error: Got value that was not hex: %s - 210 + Error loading %s: Wallet corrupted + 232 - Error: Keypool ran out, please call keypoolrefill first - 211 + Error loading %s: Wallet requires newer version of %s + 233 - Error: Missing checksum - 212 + Error loading block database + 234 - Error: No %s addresses available. - 213 + Error opening block database + 235 - Error: Unable to parse version %u as a uint32_t - 214 + Error reading from database, shutting down. + 236 - Error: Unable to write record to new wallet - 215 + Error reading next record from wallet database + 237 - Failed to listen on any port. Use -listen=0 if you want this. - 216 + Error: Could not add watchonly tx to watchonly wallet + 238 - Failed to rescan the wallet during initialization - 217 + Error: Could not delete watchonly transactions + 239 - Failed to verify database - 218 + Error: Couldn't create cursor into database + 240 - Fee rate (%s) is lower than the minimum fee rate setting (%s) - 219 + Error: Disk space is low for %s + 241 - Ignoring duplicate -wallet %s. - 220 + Error: Dumpfile checksum does not match. Computed %s, expected %s + 242 - Importing… - 221 + Error: Failed to create new watchonly wallet + 243 - Incorrect or no genesis block found. Wrong datadir for network? - 222 + Error: Got key that was not hex: %s + 244 - Initialization sanity check failed. %s is shutting down. - 223 + Error: Got value that was not hex: %s + 245 - Input not found or already spent - 224 + Error: Keypool ran out, please call keypoolrefill first + 246 - Insufficient funds - 225 + Error: Missing checksum + 247 - Invalid -i2psam address or hostname: '%s' - 226 + Error: No %s addresses available. + 248 - Invalid -onion address or hostname: '%s' - 227 + Error: Not all watchonly txs could be deleted + 249 - Invalid -proxy address or hostname: '%s' - 228 + Error: This wallet already uses SQLite + 250 - Invalid P2P permission: '%s' - 229 + Error: This wallet is already a descriptor wallet + 251 - Invalid amount for -%s=<amount>: '%s' - 230 + Error: Unable to begin reading all records in the database + 252 - Invalid amount for -discardfee=<amount>: '%s' - 231 + Error: Unable to make a backup of your wallet + 253 - Invalid amount for -fallbackfee=<amount>: '%s' - 232 + Error: Unable to parse version %u as a uint32_t + 254 - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - 233 + Error: Unable to read all records in the database + 255 - Invalid netmask specified in -whitelist: '%s' - 234 + Error: Unable to remove watchonly address book data + 256 - Listening for incoming connections failed (listen returned error %s) - 235 + Error: Unable to write record to new wallet + 257 - Loading P2P addresses… - 236 + Failed to listen on any port. Use -listen=0 if you want this. + 258 - Loading banlist… - 237 + Failed to rescan the wallet during initialization + 259 - Loading block index… - 238 + Failed to verify database + 260 - Loading wallet… - 239 + Fee rate (%s) is lower than the minimum fee rate setting (%s) + 261 - Missing amount - 240 + Ignoring duplicate -wallet %s. + 262 - Missing solving data for estimating transaction size - 241 + Importing… + 263 - Need to specify a port with -whitebind: '%s' - 242 + Incorrect or no genesis block found. Wrong datadir for network? + 264 - No addresses available - 243 + Initialization sanity check failed. %s is shutting down. + 265 - Not enough file descriptors available. - 244 + Input not found or already spent + 266 - Prune cannot be configured with a negative value. - 245 + Insufficient funds + 267 - Prune mode is incompatible with -txindex. - 246 + Invalid -i2psam address or hostname: '%s' + 268 - Pruning blockstore… - 247 + Invalid -onion address or hostname: '%s' + 269 - Reducing -maxconnections from %d to %d, because of system limitations. - 248 + Invalid -proxy address or hostname: '%s' + 270 - Replaying blocks… - 249 + Invalid P2P permission: '%s' + 271 - Rescanning… - 250 + Invalid amount for -%s=<amount>: '%s' + 272 - SQLiteDatabase: Failed to execute statement to verify database: %s - 251 + Invalid amount for -discardfee=<amount>: '%s' + 273 - SQLiteDatabase: Failed to prepare statement to verify database: %s - 252 + Invalid amount for -fallbackfee=<amount>: '%s' + 274 - SQLiteDatabase: Failed to read database verification error: %s - 253 + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + 275 - SQLiteDatabase: Unexpected application id. Expected %u, got %u - 254 + Invalid netmask specified in -whitelist: '%s' + 276 - Section [%s] is not recognized. - 255 + Listening for incoming connections failed (listen returned error %s) + 277 - Signing transaction failed - 256 + Loading P2P addresses… + 278 - Specified -walletdir "%s" does not exist - 257 + Loading banlist… + 279 - Specified -walletdir "%s" is a relative path - 258 + Loading block index… + 280 - Specified -walletdir "%s" is not a directory - 259 + Loading wallet… + 281 - Specified blocks directory "%s" does not exist. - 260 + Missing amount + 282 - Starting network threads… - 261 + Missing solving data for estimating transaction size + 283 - The source code is available from %s. - 262 + Need to specify a port with -whitebind: '%s' + 284 - The specified config file %s does not exist - 263 + No addresses available + 285 - The transaction amount is too small to pay the fee - 264 + Not enough file descriptors available. + 286 - The wallet will avoid paying less than the minimum relay fee. - 265 + Prune cannot be configured with a negative value. + 287 - This is experimental software. - 266 + Prune mode is incompatible with -txindex. + 288 - This is the minimum transaction fee you pay on every transaction. - 267 + Pruning blockstore… + 289 - This is the transaction fee you will pay if you send a transaction. - 268 + Reducing -maxconnections from %d to %d, because of system limitations. + 290 - Transaction amount too small - 269 + Replaying blocks… + 291 - Transaction amounts must not be negative - 270 + Rescanning… + 292 - Transaction change output index out of range - 271 + SQLiteDatabase: Failed to execute statement to verify database: %s + 293 - Transaction has too long of a mempool chain - 272 + SQLiteDatabase: Failed to prepare statement to verify database: %s + 294 - Transaction must have at least one recipient - 273 + SQLiteDatabase: Failed to read database verification error: %s + 295 - Transaction needs a change address, but we can't generate it. - 274 + SQLiteDatabase: Unexpected application id. Expected %u, got %u + 296 - Transaction too large - 275 + Section [%s] is not recognized. + 297 - Unable to allocate memory for -maxsigcachesize: '%s' MiB - 276 + Signing transaction failed + 298 - Unable to bind to %s on this computer (bind returned error %s) - 277 + Specified -walletdir "%s" does not exist + 299 - Unable to bind to %s on this computer. %s is probably already running. - 278 + Specified -walletdir "%s" is a relative path + 300 - Unable to create the PID file '%s': %s - 279 + Specified -walletdir "%s" is not a directory + 301 - Unable to find UTXO for external input - 280 + Specified blocks directory "%s" does not exist. + 302 - Unable to generate initial keys - 281 + Starting network threads… + 303 - Unable to generate keys - 282 + The source code is available from %s. + 304 - Unable to open %s for writing - 283 + The specified config file %s does not exist + 305 - Unable to parse -maxuploadtarget: '%s' - 284 + The transaction amount is too small to pay the fee + 306 - Unable to start HTTP server. See debug log for details. - 285 + The wallet will avoid paying less than the minimum relay fee. + 307 - Unknown -blockfilterindex value %s. - 286 + This is experimental software. + 308 - Unknown address type '%s' - 287 + This is the minimum transaction fee you pay on every transaction. + 309 - Unknown change type '%s' - 288 + This is the transaction fee you will pay if you send a transaction. + 310 - Unknown network specified in -onlynet: '%s' - 289 + Transaction amount too small + 311 - Unknown new rules activated (versionbit %i) - 290 + Transaction amounts must not be negative + 312 - Unsupported logging category %s=%s. - 291 + Transaction change output index out of range + 313 - User Agent comment (%s) contains unsafe characters. - 292 + Transaction has too long of a mempool chain + 314 - Verifying blocks… - 293 + Transaction must have at least one recipient + 315 - Verifying wallet(s)… - 294 + 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 - 295 + 339 -- cgit v1.2.3