diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index f7844318409..1b54ca08e83 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -169,6 +169,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is " "supported"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Specified -blockreservedweight (%d) exceeds consensus maximum block weight " +"(%d)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Specified -blockreservedweight (%d) is lower than minimum safety value of " +"(%d)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "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 " diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index ef005ebdb8e..95cefc771fa 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -5553,7 +5553,7 @@ Go to File > Open Wallet to load a wallet. - + 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 @@ -5678,7 +5678,7 @@ Go to File > Open Wallet to load a wallet. - + %s is set very high! Fees this large could be paid on a single transaction. @@ -5789,7 +5789,22 @@ Go to File > Open Wallet to load a wallet. - + + Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d) + + + + + Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d) + + + + + Specified -blockreservedweight (%d) is lower than minimum safety value of (%d) + + + + 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 diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index f8ffd896043..9e38f8f2b1c 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -4674,103 +4674,103 @@ Go to File > Open Wallet to load a wallet. 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 - 171 + 179 The transaction amount is too small to send after the fee has been deducted - 187 + 195 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 - 189 + 197 This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 193 + 201 This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - 196 + 204 This is the transaction fee you may discard if change is smaller than dust at this level - 199 + 207 This is the transaction fee you may pay when fee estimates are not available. - 202 + 210 Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 204 + 212 Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - 213 + 221 Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - 223 + 231 Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s. - 231 + 239 Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. - 234 + 242 Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. - 237 + 245 Wallet loaded successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. Legacy wallets can be migrated to a descriptor wallet with migratewallet. - 241 + 249 Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - 246 + 254 Warning: Private keys detected in wallet {%s} with disabled private keys - 249 + 257 Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - 251 + 259 Witness data for blocks after height %d requires validation. Please restart with -reindex. - 254 + 262 You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 257 + 265 %s is set very high! - 276 + 284 -maxmempool must be at least %d MB - 277 + 285 Cannot obtain a lock on directory %s. %s is probably already running. - 281 + 289 Cannot resolve -%s address: '%s' - 282 + 290 Cannot set -forcednsseed to true when setting -dnsseed to false. - 283 + 291 Cannot set -peerblockfilters without -blockfilterindex. - 284 + 292 %s is set very high! Fees this large could be paid on a single transaction. @@ -4862,725 +4862,737 @@ Go to File > Open Wallet to load a wallet. 161 - 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 - 176 + Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d) + 171 - The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs - 180 + Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d) + 173 - The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually - 183 + Specified -blockreservedweight (%d) is lower than minimum safety value of (%d) + 176 - Transaction requires one destination of non-0 value, a non-0 feerate, or a pre-selected input - 207 + 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 + 184 - UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot. - 210 + The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs + 188 - Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool - 216 + The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually + 191 + Transaction requires one destination of non-0 value, a non-0 feerate, or a pre-selected input + 215 + + + UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot. + 218 + + + Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool + 224 + + Unexpected legacy entry in descriptor wallet found. Loading wallet %s The wallet might have been tampered with or created with malicious intent. - 219 + 227 - + Unrecognized descriptor found. Loading wallet %s The wallet might had been created on a newer version. Please try running the latest software version. - 226 + 234 - + 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. - 260 + 268 - + Unable to cleanup failed migration - 268 + 276 - + Unable to restore backup of wallet. - 271 + 279 - + whitebind may only be used for incoming connections ("out" was passed) - 274 + 282 - + A fatal internal error occurred, see debug.log for details: - 278 + 286 - + Assumeutxo data not found for the given blockhash '%s'. - 279 + 287 - + Block verification was interrupted - 280 + 288 - + Cannot write to directory '%s'; check permissions. - 285 + 293 - + Config setting for %s only applied on %s network when in [%s] section. - 286 + 294 - + Copyright (C) %i-%i - 287 + 295 - + Corrupt block found indicating potential hardware failure. - 288 + 296 - + Corrupted block database detected - 289 + 297 - + Could not find asmap file %s - 290 + 298 - + Could not parse asmap file %s - 291 + 299 - + Disk space is too low! - 292 + 300 - + Done loading - 294 + 302 - + Dump file %s does not exist. - 295 + 303 - + Elliptic curve cryptography sanity check failure. %s is shutting down. - 296 + 304 - + Error creating %s - 297 + 305 - + Error initializing block database - 298 + 306 - + Error initializing wallet database environment %s! - 299 + 307 - + Error loading %s - 300 + 308 - + Error loading %s: Private keys can only be disabled during creation - 301 + 309 - + Error loading %s: Wallet corrupted - 302 + 310 - + Error loading %s: Wallet requires newer version of %s - 303 + 311 - + Error loading block database - 304 + 312 - + Error loading databases - 305 + 313 - + Error opening block database - 306 + 314 - + Error opening coins database - 307 + 315 - + Error reading configuration file: %s - 308 + 316 - + Error reading from database, shutting down. - 309 + 317 - + Error reading next record from wallet database - 310 + 318 - + Error: Cannot extract destination from the generated scriptpubkey - 311 + 319 - + Error: Couldn't create cursor into database - 314 + 322 - + Error: Disk space is low for %s - 315 + 323 - + Error: Dumpfile checksum does not match. Computed %s, expected %s - 316 + 324 - + Error: Failed to create new watchonly wallet - 317 + 325 - + Error: Got key that was not hex: %s - 318 + 326 - + Error: Got value that was not hex: %s - 319 + 327 - + Error: Keypool ran out, please call keypoolrefill first - 320 + 328 - + Error: Missing checksum - 321 + 329 - + Error: No %s addresses available. - 322 + 330 - + Error: This wallet already uses SQLite - 323 + 331 - + Error: This wallet is already a descriptor wallet - 324 + 332 - + Error: Unable to begin reading all records in the database - 325 + 333 - + Error: Unable to make a backup of your wallet - 326 + 334 - + Error: Unable to parse version %u as a uint32_t - 327 + 335 - + Error: Unable to read all records in the database - 328 + 336 - + Error: Unable to read wallet's best block locator record - 329 + 337 - + Error: Unable to remove watchonly address book data - 330 + 338 - + Error: Unable to write data to disk for wallet %s - 331 + 339 - + Error: Unable to write record to new wallet - 332 + 340 - + Error: Unable to write solvable wallet best block locator record - 333 + 341 - + Error: Unable to write watchonly wallet best block locator record - 334 + 342 - + Error: database transaction cannot be executed for wallet %s - 337 + 345 - + Failed to connect best block (%s). - 338 + 346 - + Failed to disconnect block. - 339 + 347 - + Failed to listen on any port. Use -listen=0 if you want this. - 340 + 348 - + Failed to read block. - 341 + 349 - + Failed to rescan the wallet during initialization - 342 + 350 - + Failed to start indexes, shutting down.. - 343 + 351 - + Failed to verify database - 344 + 352 - + Failed to write block. - 345 + 353 - + Failed to write to block index database. - 346 + 354 - + Failed to write to coin database. - 347 + 355 - + Failed to write undo data. - 348 + 356 - + Failure removing transaction: %s - 349 + 357 - + Fee rate (%s) is lower than the minimum fee rate setting (%s) - 350 + 358 - + Ignoring duplicate -wallet %s. - 351 + 359 - + Importing… - 352 + 360 - + Incorrect or no genesis block found. Wrong datadir for network? - 353 + 361 - + Initialization sanity check failed. %s is shutting down. - 354 + 362 - + Input not found or already spent - 355 + 363 - + Insufficient dbcache for block verification - 356 + 364 - + Insufficient funds - 357 + 365 - + Invalid -i2psam address or hostname: '%s' - 358 + 366 - + Invalid -onion address or hostname: '%s' - 359 + 367 - + Invalid -proxy address or hostname: '%s' - 360 + 368 - + Invalid P2P permission: '%s' - 361 + 369 - + Invalid amount for %s=<amount>: '%s' (must be at least %s) - 362 + 370 - + Invalid amount for %s=<amount>: '%s' - 363 + 371 - + Invalid amount for -%s=<amount>: '%s' - 364 + 372 - + Invalid netmask specified in -whitelist: '%s' - 365 + 373 - + Invalid port specified in %s: '%s' - 366 + 374 - + Invalid pre-selected input %s - 367 + 375 - + Listening for incoming connections failed (listen returned error %s) - 368 + 376 - + Loading P2P addresses… - 369 + 377 - + Loading banlist… - 370 + 378 - + Loading block index… - 371 + 379 - + Loading wallet… - 372 + 380 - + Maximum transaction weight must be between %d and %d - 373 + 381 - + Missing amount - 374 + 382 - + Missing solving data for estimating transaction size - 375 + 383 - + Need to specify a port with -whitebind: '%s' - 376 + 384 - + No addresses available - 377 + 385 - + Not found pre-selected input %s - 379 + 387 - + Not solvable pre-selected input %s - 380 + 388 - + Only direction was set, no permissions: '%s' - 381 + 389 - + Prune cannot be configured with a negative value. - 382 + 390 - + Prune mode is incompatible with -txindex. - 383 + 391 - + Pruning blockstore… - 384 + 392 - + Reducing -maxconnections from %d to %d, because of system limitations. - 385 + 393 - + Replaying blocks… - 386 + 394 - + Rescanning… - 387 + 395 - + SQLiteDatabase: Failed to execute statement to verify database: %s - 388 + 396 - + SQLiteDatabase: Failed to prepare statement to verify database: %s - 389 + 397 - + SQLiteDatabase: Failed to read database verification error: %s - 390 + 398 - + SQLiteDatabase: Unexpected application id. Expected %u, got %u - 391 + 399 - + Section [%s] is not recognized. - 392 + 400 - + Signer did not echo address - 395 + 403 - + Signer echoed unexpected address %s - 396 + 404 - + Signer returned error: %s - 397 + 405 - + Signing transaction failed - 398 + 406 - + Specified -walletdir "%s" does not exist - 399 + 407 - + Specified -walletdir "%s" is a relative path - 400 + 408 - + Specified -walletdir "%s" is not a directory - 401 + 409 - + Specified blocks directory "%s" does not exist. - 402 + 410 - + Specified data directory "%s" does not exist. - 403 + 411 - + Starting network threads… - 404 + 412 - + System error while flushing: %s - 405 + 413 - + System error while loading external block file: %s - 406 + 414 - + System error while saving block to disk: %s - 407 + 415 - + The source code is available from %s. - 408 + 416 - + The specified config file %s does not exist - 409 + 417 - + The transaction amount is too small to pay the fee - 410 + 418 - + The transactions removal process can only be executed within a db txn - 411 + 419 - + The wallet will avoid paying less than the minimum relay fee. - 412 + 420 - + There is no ScriptPubKeyManager for this address - 413 + 421 - + This is experimental software. - 414 + 422 - + This is the minimum transaction fee you pay on every transaction. - 415 + 423 - + This is the transaction fee you will pay if you send a transaction. - 416 + 424 - + Transaction %s does not belong to this wallet - 417 + 425 - + Transaction amount too small - 418 + 426 - + Transaction amounts must not be negative - 419 + 427 - + Transaction change output index out of range - 420 + 428 - + Transaction must have at least one recipient - 421 + 429 - + Transaction needs a change address, but we can't generate it. - 422 + 430 - + Transaction too large - 423 + 431 - + Unable to bind to %s on this computer (bind returned error %s) - 424 + 432 - + Unable to bind to %s on this computer. %s is probably already running. - 425 + 433 - + Unable to create the PID file '%s': %s - 426 + 434 - + Unable to find UTXO for external input - 427 + 435 - + Unable to generate initial keys - 428 + 436 - + Unable to generate keys - 429 + 437 - + Unable to open %s for writing - 430 + 438 - + Unable to parse -maxuploadtarget: '%s' - 431 + 439 - + Unable to start HTTP server. See debug log for details. - 432 + 440 - + Unable to unload the wallet before migrating - 433 + 441 - + Unknown -blockfilterindex value %s. - 434 + 442 - + Unknown address type '%s' - 435 + 443 - + Unknown change type '%s' - 436 + 444 - + Unknown network specified in -onlynet: '%s' - 437 + 445 - + Unknown new rules activated (versionbit %i) - 438 + 446 - + Unrecognised option "%s" provided in -test=<option>. - 439 + 447 - + Unsupported global logging level %s=%s. Valid values: %s. - 440 + 448 - + Wallet file creation failed: %s - 445 + 453 - + acceptstalefeeestimates is not supported on %s chain. - 447 + 455 - + Unsupported logging category %s=%s. - 441 + 449 - + Do you want to rebuild the databases now? - 293 + 301 - + Error: Could not add watchonly tx %s to watchonly wallet - 312 + 320 - + Error: Could not delete watchonly transactions. - 313 + 321 - + Error: Wallet does not exist - 335 + 343 - + Error: cannot remove legacy wallet records - 336 + 344 - + Not enough file descriptors available. %d available, %d required. - 378 + 386 - + User Agent comment (%s) contains unsafe characters. - 442 + 450 - + Verifying blocks… - 443 + 451 - + Verifying wallet(s)… - 444 + 452 - + Wallet needed to be rewritten: restart %s to complete - 446 + 454 - + Settings file could not be read - 393 + 401 - + Settings file could not be written - 394 + 402