diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 71c05768db2..92fb3912d1a 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -21,8 +21,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "resetting the chain height from %d to %d. On the next restart, the node will " "resume syncing from %d without using any snapshot data. Please report this " "incident to %s, including how you obtained the snapshot. The invalid " -"snapshot chainstate has been left on disk in case it is helpful in " -"diagnosing the issue that caused this error."), +"snapshot chainstate will be left on disk in case it is helpful in diagnosing " +"the issue that caused this error."), QT_TRANSLATE_NOOP("bitcoin-core", "" "%s is set very high! Fees this large could be paid on a single transaction."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -30,18 +30,6 @@ 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", "" -"-reindex-chainstate option is not compatible with -blockfilterindex. Please " -"temporarily disable blockfilterindex while using -reindex-chainstate, or " -"replace -reindex-chainstate with -reindex to fully rebuild all indexes."), -QT_TRANSLATE_NOOP("bitcoin-core", "" -"-reindex-chainstate option is not compatible with -coinstatsindex. Please " -"temporarily disable coinstatsindex while using -reindex-chainstate, or " -"replace -reindex-chainstate with -reindex to fully rebuild all indexes."), -QT_TRANSLATE_NOOP("bitcoin-core", "" -"-reindex-chainstate option is not compatible with -txindex. Please " -"temporarily disable txindex while using -reindex-chainstate, or replace -" -"reindex-chainstate with -reindex to fully rebuild all indexes."), -QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot downgrade wallet from version %i to version %i. Wallet version " "unchanged."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -69,7 +57,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "successfully after node sync reaches height %s"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Error reading %s! All keys read correctly, but transaction data or address " -"book entries might be missing or incorrect."), +"metadata may be missing or incorrect."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Error reading %s! Transaction data may be missing or incorrect. Rescanning " "wallet."), @@ -153,6 +141,10 @@ 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. 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."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is " "supported"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -219,8 +211,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "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."), +"Unsupported category-specific logging level %1$s=%2$s. Expected " +"%1$s=:. Valid categories: %3$s. Valid loglevels: %4$s."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Unsupported chainstate database format found. Please restart with -reindex-" "chainstate. This will rebuild the chainstate database."), @@ -229,6 +221,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "support for creating and opening legacy wallets will be removed in the " "future."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"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."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: Dumpfile wallet format \"%s\" does not match command line specified " "format \"%s\"."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -300,6 +297,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address boo 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"), +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", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."), @@ -381,10 +379,11 @@ 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 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."), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"), QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"), +QT_TRANSLATE_NOOP("bitcoin-core", "acceptstalefeeestimates is not supported on %s chain."), }; diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 644ef5afc2d..8cb5ffbc65f 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -136,7 +136,7 @@ Signing is only possible with addresses of the type 'legacy'. AddressTableModel - + Label @@ -329,12 +329,12 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinApplication - + Settings file %1 might be corrupt or invalid. - + Runaway exception @@ -357,7 +357,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinGUI - + &Overview &Overview @@ -417,7 +417,7 @@ Signing is only possible with addresses of the type 'legacy'. - + &Minimize @@ -438,7 +438,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Send coins to a Bitcoin address Send coins to a Bitcoin address @@ -533,7 +533,7 @@ Signing is only possible with addresses of the type 'legacy'. - + &File &File @@ -578,7 +578,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Request payments (generates QR codes and bitcoin: URIs) @@ -598,7 +598,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Processed %n block(s) of transaction history. Processed %n block of transaction history. @@ -646,7 +646,7 @@ Signing is only possible with addresses of the type 'legacy'. Up to date - + Ctrl+Q @@ -743,7 +743,7 @@ Signing is only possible with addresses of the type 'legacy'. - + No wallets available @@ -772,7 +772,7 @@ Signing is only possible with addresses of the type 'legacy'. - + &Window &Window @@ -939,7 +939,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Quantity: @@ -954,17 +954,12 @@ Signing is only possible with addresses of the type 'legacy'. - + Fee: - - Dust: - - - - + After Fee: @@ -1073,43 +1068,23 @@ Signing is only possible with addresses of the type 'legacy'. Copy bytes - - - Copy dust - - Copy change - + (%1 locked) - - yes - - - - - no - - - - - This label turns red if any recipient receives an amount smaller than the current dust threshold. - - - - + Can vary +/- %1 satoshi(s) per input. - + (no label) @@ -1128,7 +1103,7 @@ Signing is only possible with addresses of the type 'legacy'. CreateWalletActivity - + Create Wallet Title of window indicating the progress of creation of a new wallet. @@ -1277,7 +1252,7 @@ Signing is only possible with addresses of the type 'legacy'. &Address - + New sending address @@ -1320,7 +1295,7 @@ Signing is only possible with addresses of the type 'legacy'. FreespaceChecker - + A new data directory will be created. A new data directory will be created. @@ -2316,7 +2291,12 @@ Signing is only possible with addresses of the type 'legacy'. - + + own address + + + + Unable to calculate transaction fee or total transaction amount. @@ -2503,7 +2483,7 @@ If you are receiving this error you should request the merchant provide a BIP21 Amount - + Enter a Bitcoin address (e.g. %1) @@ -2695,7 +2675,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + %1 kB @@ -2711,7 +2691,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Do you want to reset settings to default values, or to abort without making changes? Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting. @@ -2723,12 +2703,12 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Error: %1 - + %1 didn't yet exit safely… @@ -2817,7 +2797,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A N/A @@ -3219,7 +3199,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Inbound: initiated by peer Explanatory text for an inbound peer connection. @@ -3336,7 +3316,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Network activity disabled @@ -3677,7 +3657,7 @@ For more information on using this console, type %6. RestoreWalletActivity - + Restore Wallet Title of progress window which is displayed when wallets are being restored. @@ -3711,7 +3691,7 @@ For more information on using this console, type %6. SendCoinsDialog - + Send Coins Send Coins @@ -3731,7 +3711,7 @@ For more information on using this console, type %6. - + Quantity: @@ -3746,12 +3726,12 @@ For more information on using this console, type %6. - + Fee: - + After Fee: @@ -3821,17 +3801,12 @@ For more information on using this console, type %6. - + Inputs… - - Dust: - - - - + Choose… @@ -3898,7 +3873,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 S&end - + Copy quantity @@ -3922,18 +3897,13 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 Copy bytes - - - Copy dust - - Copy change - + %1 (%2 blocks) @@ -4142,7 +4112,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + %1/kvB @@ -4156,7 +4126,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Warning: Invalid Bitcoin address @@ -4268,7 +4238,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 SendConfirmationDialog - + Send @@ -4515,7 +4485,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 TransactionDesc - + conflicted with a transaction with %1 confirmations Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that conflicts with a confirmed transaction. @@ -5088,7 +5058,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 WalletController - + Close wallet @@ -5169,7 +5139,7 @@ Go to File > Open Wallet to load a wallet. Send Coins - + @@ -5311,12 +5281,17 @@ Go to File > Open Wallet to load a wallet. - + + %s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate will be left on disk in case it is helpful in diagnosing the issue that caused this error. + + + + %s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for details and a full list. - + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. @@ -5346,12 +5321,7 @@ Go to File > Open Wallet to load a wallet. - - Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - - - - + Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. @@ -5437,6 +5407,11 @@ Go to File > Open Wallet to load a wallet. + 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. + + + + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported @@ -5496,7 +5471,12 @@ Go to File > Open Wallet to load a wallet. - + + Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s. + + + + Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. @@ -5507,6 +5487,11 @@ Go to File > Open Wallet to load a wallet. + 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. + + + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". @@ -5566,37 +5551,17 @@ 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 failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate has been left on disk in case it is helpful in diagnosing the issue that caused this error. - - - - + %s is set very high! Fees this large could be paid on a single transaction. - - -reindex-chainstate option is not compatible with -blockfilterindex. Please temporarily disable blockfilterindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. - - - - - -reindex-chainstate option is not compatible with -coinstatsindex. Please temporarily disable coinstatsindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. - - - - - -reindex-chainstate option is not compatible with -txindex. Please temporarily disable txindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes. - - - - + Cannot provide specific connections and have addrman find outgoing connections at the same time. @@ -5606,7 +5571,12 @@ Go to File > Open Wallet to load a wallet. - + + Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect. + + + + Error: Address book data in wallet cannot be identified to belong to migrated wallets @@ -5661,7 +5631,7 @@ Go to File > Open Wallet to load a wallet. - + The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs @@ -5703,12 +5673,7 @@ 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 @@ -5944,6 +5909,11 @@ Unable to restore backup of wallet. Failed to rescan the wallet during initialization + + + Failed to start indexes, shutting down.. + + Failed to verify database @@ -6341,11 +6311,16 @@ Unable to restore backup of wallet. - Unsupported global logging level -loglevel=%s. Valid values: %s. + Unsupported global logging level %s=%s. Valid values: %s. - + + acceptstalefeeestimates is not supported on %s chain. + + + + Unsupported logging category %s=%s. diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index d816cea7c41..9d4a989cf03 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -116,15 +116,15 @@ Signing is only possible with addresses of the type 'legacy'. Label - 168 + 167 Address - 168 + 167 (no label) - 206 + 205 @@ -281,43 +281,43 @@ Signing is only possible with addresses of the type 'legacy'. Settings file %1 might be corrupt or invalid. - 267 + 275 Runaway exception - 445 + 454 A fatal error occurred. %1 can no longer continue safely and will quit. - 446 + 455 Internal error - 455 + 464 An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. - 456 + 465 Do you want to reset settings to default values, or to abort without making changes? - 175 + 183 Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting. A fatal error occurred. Check that settings file is writable, or try running with -nosettings. - 195 + 203 Explanatory text shown on startup when the settings file could not be written. Prompts user to check that we have the ability to write to the file. Explains that the user has the option of running without a settings file. Error: %1 - 589 + 598 %1 didn't yet exit safely… - 660 + 668 @@ -325,199 +325,199 @@ Signing is only possible with addresses of the type 'legacy'. &Overview - 253 + 254 Show general overview of wallet - 254 + 255 &Transactions - 274 + 275 Browse transaction history - 275 + 276 E&xit - 294 + 295 Quit application - 295 + 296 &About %1 - 298 + 299 Show information about %1 - 299 + 300 About &Qt - 302 + 303 Show information about Qt - 303 + 304 Modify configuration options for %1 - 306 + 307 Create a new wallet - 350 + 351 &Minimize - 511 + 515 Wallet: - 590 + 594 Network activity disabled. - 997 + 1001 A substring of the tooltip. Proxy is <b>enabled</b>: %1 - 1433 + 1437 Send coins to a Bitcoin address - 261 + 262 Backup wallet to another location - 314 + 315 Change the passphrase used for wallet encryption - 316 + 317 &Send - 260 + 261 &Receive - 267 + 268 &Options… - 305 + 306 &Encrypt Wallet… - 310 + 311 Encrypt the private keys that belong to your wallet - 311 + 312 &Backup Wallet… - 313 + 314 &Change Passphrase… - 315 + 316 Sign &message… - 317 + 318 Sign messages with your Bitcoin addresses to prove you own them - 318 + 319 &Verify message… - 319 + 320 Verify messages to ensure they were signed with specified Bitcoin addresses - 320 + 321 &Load PSBT from file… - 321 + 322 Open &URI… - 337 + 338 Close Wallet… - 345 + 346 Create Wallet… - 348 + 349 Close All Wallets… - 358 + 359 &File - 478 + 482 &Settings - 498 + 502 &Help - 559 + 563 Tabs toolbar - 570 + 574 Syncing Headers (%1%)… - 1041 + 1045 Synchronizing with network… - 1099 + 1103 Indexing blocks on disk… - 1104 + 1108 Processing blocks on disk… - 1106 + 1110 Connecting to peers… - 1113 + 1117 Request payments (generates QR codes and bitcoin: URIs) - 268 + 269 Show the list of used sending addresses and labels - 333 + 334 Show the list of used receiving addresses and labels - 335 + 336 &Command-line options - 361 + 362 - 1122 + 1126 Processed %n block(s) of transaction history. @@ -527,168 +527,168 @@ Signing is only possible with addresses of the type 'legacy'. %1 behind - 1145 + 1149 Catching up… - 1150 + 1154 Last received block was generated %1 ago. - 1169 + 1173 Transactions after this will not yet be visible. - 1171 + 1175 Error - 1196 + 1200 Warning - 1200 + 1204 Information - 1204 + 1208 Up to date - 1126 + 1130 Ctrl+Q - 296 + 297 Load Partially Signed Bitcoin Transaction - 322 + 323 Load PSBT from &clipboard… - 323 + 324 Load Partially Signed Bitcoin Transaction from clipboard - 324 + 325 Node window - 326 + 327 Open node debugging and diagnostic console - 327 + 328 &Sending addresses - 332 + 333 &Receiving addresses - 334 + 335 Open a bitcoin: URI - 338 + 339 Open Wallet - 340 + 341 Open a wallet - 342 + 343 Close wallet - 346 + 347 Restore Wallet… - 353 + 354 Name of the menu item that restores wallet from a backup file. Restore a wallet from a backup file - 356 + 357 Status tip for Restore Wallet menu item Close all wallets - 359 + 360 Show the %1 help message to get a list with possible Bitcoin command-line options - 363 + 364 &Mask values - 365 + 366 Mask the values in the Overview tab - 367 + 368 default wallet - 398 + 399 No wallets available - 418 + 420 Wallet Data - 424 + 426 Name of the wallet data file format. Load Wallet Backup - 427 + 429 The title for Restore Wallet File Windows Restore Wallet - 435 + 437 Title of pop-up window shown when the user is attempting to restore a wallet. Wallet Name - 437 + 439 Label of the input field where the name of the wallet is entered. &Window - 509 + 513 Ctrl+M - 512 + 516 Zoom - 521 + 525 Main Window - 539 + 543 %1 client - 811 + 815 &Hide - 876 + 880 S&how - 877 + 881 - 994 + 998 A substring of the tooltip. %n active connection(s) to Bitcoin network. @@ -699,103 +699,103 @@ Signing is only possible with addresses of the type 'legacy'. Click for more actions. - 1004 + 1008 A substring of the tooltip. "More actions" are available via the context menu. Show Peers tab - 1021 + 1025 A context menu item. The "Peers tab" is an element of the "Node window". Disable network activity - 1029 + 1033 A context menu item. Enable network activity - 1031 + 1035 A context menu item. The network activity was disabled previously. Pre-syncing Headers (%1%)… - 1048 + 1052 Error: %1 - 1197 + 1201 Warning: %1 - 1201 + 1205 Date: %1 - 1309 + 1313 Amount: %1 - 1310 + 1314 Wallet: %1 - 1312 + 1316 Type: %1 - 1314 + 1318 Label: %1 - 1316 + 1320 Address: %1 - 1318 + 1322 Sent transaction - 1319 + 1323 Incoming transaction - 1319 + 1323 HD key generation is <b>enabled</b> - 1371 + 1375 HD key generation is <b>disabled</b> - 1371 + 1375 Private key <b>disabled</b> - 1371 + 1375 Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 1394 + 1398 Wallet is <b>encrypted</b> and currently <b>locked</b> - 1402 + 1406 Original message: - 1521 + 1525 Unit to show amounts in. Click to select another unit. - 1560 + 1564 @@ -807,269 +807,249 @@ Signing is only possible with addresses of the type 'legacy'. Quantity: - 48 + 51 Bytes: - 77 + 80 Amount: - 122 + 125 Fee: - 202 + 170 - Dust: - 154 + After Fee: + 218 - After Fee: - 247 + Change: + 250 - Change: - 279 + (un)select all + 306 - (un)select all - 335 + Tree mode + 322 - Tree mode - 351 + List mode + 335 - List mode - 364 + Amount + 391 - Amount - 420 + Received with label + 396 - Received with label - 425 + Received with address + 401 - Received with address - 430 + Date + 406 - Date - 435 + Confirmations + 411 - Confirmations - 440 - - Confirmed - 443 + 414 - + Copy amount 69 - + &Copy address 58 - + Copy &label 59 - + Copy &amount 60 - + Copy transaction &ID and output index 61 - + L&ock unspent 63 - + &Unlock unspent 64 - + Copy quantity 68 - + Copy fee 70 - + Copy after fee 71 - + Copy bytes 72 - - Copy dust + + Copy change 73 + + (%1 locked) + 371 + - Copy change - 74 + Can vary +/- %1 satoshi(s) per input. + 524 - (%1 locked) - 380 + (no label) + 569 + 623 - yes - 534 + change from %1 (%2) + 616 - no - 534 - - - This label turns red if any recipient receives an amount smaller than the current dust threshold. - 548 - - - Can vary +/- %1 satoshi(s) per input. - 553 - - - (no label) - 600 - 654 - - - change from %1 (%2) - 647 - - (change) - 648 + 617 - + Create Wallet - 244 + 246 Title of window indicating the progress of creation of a new wallet. - + Creating Wallet <b>%1</b>… - 247 + 249 Descriptive text of the create wallet progress window which indicates to the user which wallet is currently being created. - + Create wallet failed - 280 - - - Create wallet warning 282 - - Can't list signers - 298 + + Create wallet warning + 284 - + + Can't list signers + 300 + + Too many external signers found - 301 + 303 - + Load Wallets - 375 + 377 Title of progress window which is displayed when wallets are being loaded. - + Loading wallets… - 378 + 380 Descriptive text of the load wallets progress window which indicates to the user that wallets are currently being loaded. - + Open wallet failed - 332 - - - Open wallet warning 334 - - default wallet - 344 + + Open wallet warning + 336 - + + default wallet + 346 + + Open Wallet - 348 + 350 Title of window indicating the progress of opening of a wallet. - + Opening Wallet <b>%1</b>… - 351 + 353 Descriptive text of the open wallet progress window which indicates to the user which wallet is currently being opened. - + Restore Wallet - 400 + 403 Title of progress window which is displayed when wallets are being restored. - + Restoring Wallet <b>%1</b>… - 403 + 406 Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored. - + Restore wallet failed - 422 + 425 Title of message box which is displayed when the wallet could not be restored. - + Restore wallet warning - 425 + 428 Title of message box which is displayed when the wallet is restored with some warning. - + Restore wallet message - 428 + 431 Title of message box which is displayed when the wallet is successfully restored. - + Close wallet 84 - + Are you sure you wish to close the wallet <i>%1</i>? 85 - + Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. 86 - + Close all wallets 99 - + Are you sure you wish to close all wallets? 100 @@ -1077,59 +1057,59 @@ Signing is only possible with addresses of the type 'legacy'. - + Create Wallet 14 - + Wallet Name 25 - + Wallet 38 - + Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice. 47 - + Encrypt Wallet 50 - + Advanced Options 76 - + Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets. 85 - + Disable Private Keys 88 - + Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time. 95 - + Make Blank Wallet 98 - + Use descriptors for scriptPubKey management 105 - + Descriptor Wallet 108 - + Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first. 118 - + External signer 121 @@ -1137,15 +1117,15 @@ Signing is only possible with addresses of the type 'legacy'. - + Create 22 - + Compiled without sqlite support (required for descriptor wallets) 90 - + Compiled without external signing support (required for external signing) 104 "External signing" means using devices such as hardware wallets. @@ -1154,23 +1134,23 @@ Signing is only possible with addresses of the type 'legacy'. - + Edit Address 14 - + &Label 25 - + The label associated with this address list entry 35 - + The address associated with this address list entry. This can only be modified for sending addresses. 52 - + &Address 42 @@ -1178,156 +1158,156 @@ Signing is only possible with addresses of the type 'legacy'. - + New sending address - 27 + 29 + + + Edit receiving address + 32 + + + Edit sending address + 36 + + + The entered address "%1" is not a valid Bitcoin address. + 113 + + + Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address. + 146 + + + The entered address "%1" is already in the address book with label "%2". + 151 - Edit receiving address - 30 + Could not unlock wallet. + 123 - Edit sending address - 34 - - - The entered address "%1" is not a valid Bitcoin address. - 111 - - - Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address. - 144 - - - The entered address "%1" is already in the address book with label "%2". - 149 - - - Could not unlock wallet. - 121 - - New key generation failed. - 126 + 128 - + A new data directory will be created. - 73 + 75 - + name - 95 - - - Directory already exists. Add %1 if you intend to create a new directory here. 97 - - Path already exists, and is not a directory. - 100 + + Directory already exists. Add %1 if you intend to create a new directory here. + 99 - + + Path already exists, and is not a directory. + 102 + + Cannot create data directory here. - 107 + 109 - + Bitcoin - 137 + 139 - - 299 - - %n GB of space available - - - %n GB of space available - - 301 - + + %n GB of space available + + + %n GB of space available + + + + 303 + (of %n GB needed) + + (of %n GB needed) + + + + 306 + + (%n GB needed for full chain) + + + (%n GB needed for full chain) + + + + Choose data directory + 323 + + + At least %1 GB of data will be stored in this directory, and it will grow over time. + 378 + + + Approximately %1 GB of data will be stored in this directory. + 381 + + + 390 + Explanatory text on the capability of the current prune target. + + (sufficient to restore backups %n day(s) old) + - (of %n GB needed) - - - - 304 - - (%n GB needed for full chain) - - - (%n GB needed for full chain) - - - - Choose data directory - 321 - - - At least %1 GB of data will be stored in this directory, and it will grow over time. - 376 - - - Approximately %1 GB of data will be stored in this directory. - 379 - - - 388 - Explanatory text on the capability of the current prune target. - - (sufficient to restore backups %n day(s) old) - - (sufficient to restore backups %n day(s) old) - + %1 will download and store a copy of the Bitcoin block chain. - 390 - - - The wallet will also be stored in this directory. 392 - - Error: Specified data directory "%1" cannot be created. - 248 + + The wallet will also be stored in this directory. + 394 - + + Error: Specified data directory "%1" cannot be created. + 250 + + Error - 278 + 280 - + version 38 - + About %1 42 - + Command-line options 60 - + %1 is shutting down… 145 - + Do not shut down the computer until this window disappears. 146 @@ -1335,47 +1315,47 @@ Signing is only possible with addresses of the type 'legacy'. - + Welcome 14 - + Welcome to %1. 23 - + As this is the first time the program is launched, you can choose where %1 will store its data. 49 - + 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 - + Use the default data directory 66 - + Use a custom data directory: 73 @@ -1383,54 +1363,54 @@ Signing is only possible with addresses of the type 'legacy'. - + Form 14 - + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. 133 - + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. 152 - + Number of blocks left 215 - + Unknown… 222 248 ../modaloverlay.cpp152 - + calculating… 292 312 - + Last block time 235 - + Progress 261 - + Progress increase per hour 285 - + Estimated time left until synced 305 - + Hide 342 - + Esc 345 @@ -1438,21 +1418,21 @@ Signing is only possible with addresses of the type 'legacy'. - + %1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain. 31 - + Unknown. Syncing Headers (%1, %2%)… 158 - + Unknown. Pre-syncing Headers (%1, %2%)… 163 - + unknown 123 @@ -1460,15 +1440,15 @@ Signing is only possible with addresses of the type 'legacy'. - + Open bitcoin URI 14 - + URI: 22 - + Paste address from clipboard 36 Tooltip text for button that allows you to paste an address that is in your clipboard. @@ -1477,310 +1457,310 @@ Signing is only possible with addresses of the type 'legacy'. - + Options 14 - + &Main 27 - + Automatically start %1 after logging in to the system. 33 - + &Start %1 on system login 36 - + Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain. 58 - + Size of &database cache 111 - + Number of script &verification threads 157 - + Full path to a %1 compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins! 289 - + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) 388 575 - + Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. 457 480 503 - + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. 672 - + Options set in this dialog are overridden by the command line: 899 - + Open the %1 configuration file from the working directory. 944 - + Open Configuration File 947 - + Reset all client options to default. 957 - + &Reset Options 960 - + &Network 315 - + Prune &block storage to 61 - + GB 71 - + Reverting this setting requires re-downloading the entire blockchain. 96 - + Maximum database cache size. A larger cache can contribute to faster sync, after which the benefit is less pronounced for most use cases. Lowering the cache size will reduce memory usage. Unused mempool memory is shared for this cache. 108 Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value. - + MiB 127 - + Set the number of script verification threads. Negative values correspond to the number of cores you want to leave free to the system. 154 Tooltip text for Options window setting that sets the number of script verification threads. Explains that negative values mean to leave these many cores free to the system. - + (0 = auto, <0 = leave that many cores free) 170 - + This allows you or a third party tool to communicate with the node through command-line and JSON-RPC commands. 192 Tooltip text for Options window setting that enables the RPC server. - + Enable R&PC server 195 An Options window setting to enable the RPC server. - + W&allet 216 - + Whether to set subtract fee from amount as default or not. 222 Tooltip text for Options window setting that sets subtracting the fee from a sending amount as default. - + Subtract &fee from amount by default 225 An Options window setting to set subtracting the fee from a sending amount as default. - + Expert 232 - + Enable coin &control features 241 - + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. 248 - + &Spend unconfirmed change 251 - + Enable &PSBT controls 258 An options window setting to enable PSBT controls. - + Whether to show PSBT controls. 261 Tooltip text for options window setting that enables PSBT controls. - + External Signer (e.g. hardware wallet) 271 - + &External signer script path 279 - + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. 321 - + Map port using &UPnP 324 - + Automatically open the Bitcoin client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random. 331 - + Map port using NA&T-PMP 334 - + Accept connections from outside. 341 - + Allow incomin&g connections 344 - + Connect to the Bitcoin network through a SOCKS5 proxy. 351 - + &Connect through SOCKS5 proxy (default proxy): 354 - + Proxy &IP: 363 550 - + &Port: 395 582 - + Port of the proxy (e.g. 9050) 420 607 - + Used for reaching peers via: 444 - + IPv4 467 - + IPv6 490 - + Tor 513 - + &Window 643 - + Show the icon in the system tray. 649 - + &Show tray icon 652 - + Show only a tray icon after minimizing the window. 662 - + &Minimize to the tray instead of the taskbar 665 - + M&inimize on close 675 - + &Display 696 - + User Interface &language: 704 - + The user interface language can be set here. This setting will take effect after restarting %1. 717 - + &Unit to show amounts in: 728 - + Choose the default subdivision unit to show in the interface and when sending coins. 741 - + Third-party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. 752 765 - + &Third-party transaction URLs 755 - + Whether to show coin control features or not. 238 - + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. 538 - + Use separate SOCKS&5 proxy to reach peers via Tor onion services: 541 - + Monospaced font in the Overview tab: 777 - + embedded "%1" 785 - + closest matching "%1" 834 - + &OK 1040 - + &Cancel 1053 @@ -1788,71 +1768,71 @@ Signing is only possible with addresses of the type 'legacy'. - + Compiled without external signing support (required for external signing) 96 "External signing" means using devices such as hardware wallets. - + default 108 - + none 194 - + Confirm options reset 301 Window title text of pop-up window shown when the user has chosen to reset options. - + Client restart required to activate changes. 292 371 Text explaining that the settings changed will not come into effect until the client is restarted. - + Current settings will be backed up at "%1". 296 Text explaining to the user that the client's current settings will be backed up at a specific location. %1 is a stand-in argument for the backup location's path. - + Client will be shut down. Do you want to proceed? 299 Text asking the user to confirm if they would like to proceed with a client shutdown. - + Configuration options 319 Window title text of pop-up box that allows opening up of configuration file. - + The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file. 322 Explanatory text about the priority order of instructions considered by client. The order from high to low being: command-line, configuration file, GUI settings. - + Continue 325 - + Cancel 326 - + Error 335 - + The configuration file could not be opened. 335 - + This change would require a client restart. 375 - + The supplied proxy address is invalid. 403 @@ -1860,7 +1840,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Could not read setting "%1", %2. 198 @@ -1868,76 +1848,76 @@ Signing is only possible with addresses of the type 'legacy'. - + Form 14 - + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. 76 411 - + Watch-only: 284 - + Available: 294 - + Your current spendable balance 304 - + Pending: 339 - + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance 139 - + Immature: 239 - + Mined balance that has not yet matured 210 - + Balances 60 - + Total: 200 - + Your current total balance 249 - + Your current balance in watch-only addresses 323 - + Spendable: 346 - + Recent transactions 395 - + Unconfirmed transactions to watch-only addresses 120 - + Mined balance in watch-only addresses that has not yet matured 158 - + Current total balance in watch-only addresses 268 @@ -1945,7 +1925,7 @@ Signing is only possible with addresses of the type 'legacy'. - + Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values. 184 @@ -1953,27 +1933,27 @@ Signing is only possible with addresses of the type 'legacy'. - + PSBT Operations 14 - + Sign Tx 86 - + Broadcast Tx 102 - + Copy to Clipboard 122 - + Save… 129 - + Close 136 @@ -1981,146 +1961,150 @@ Signing is only possible with addresses of the type 'legacy'. - + Failed to load transaction: %1 60 - + Failed to sign transaction: %1 85 - + Cannot sign inputs while wallet is locked. 93 - + Could not sign any more inputs. 95 - + Signed %1 inputs, but more signatures are still required. 97 - + Signed transaction successfully. Transaction is ready to broadcast. 100 - + Unknown error processing transaction. 112 - + Transaction broadcast successfully! Transaction ID: %1 122 - + Transaction broadcast failed: %1 125 - + PSBT copied to clipboard. 134 - + Save Transaction Data 157 - + Partially Signed Transaction (Binary) 159 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved to disk. 166 - + * Sends %1 to %2 182 - - Unable to calculate transaction fee or total transaction amount. - 192 + + own address + 186 - - Pays transaction fee: + + Unable to calculate transaction fee or total transaction amount. 194 - + + Pays transaction fee: + 196 + + Total Amount - 206 + 208 + + + or + 211 + + + Transaction has %1 unsigned inputs. + 217 + + + Transaction is missing some information about inputs. + 263 + + + Transaction still needs signature(s). + 267 - or - 209 + (But no wallet is loaded.) + 270 - Transaction has %1 unsigned inputs. - 215 + (But this wallet cannot sign transactions.) + 273 - Transaction is missing some information about inputs. - 261 + (But this wallet does not have the right keys.) + 276 - Transaction still needs signature(s). - 265 + Transaction is fully signed and ready for broadcast. + 284 - (But no wallet is loaded.) - 268 - - - (But this wallet cannot sign transactions.) - 271 - - - (But this wallet does not have the right keys.) - 274 - - - Transaction is fully signed and ready for broadcast. - 282 - - Transaction status is unknown. - 286 + 288 - + Payment request error 149 - + Cannot start bitcoin: click-to-pay handler 150 - + URI handling 198 214 220 227 - + 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead. 198 - + Cannot process payment request because BIP70 is not supported. Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored. If you are receiving this error you should request the merchant provide a BIP21 compatible URI. 215 238 - + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. 228 - + Payment request file handling 237 @@ -2128,52 +2112,52 @@ If you are receiving this error you should request the merchant provide a BIP21 - + User Agent 112 Title of Peers Table column which contains the peer's User Agent string. - + Ping 103 Title of Peers Table column which indicates the current latency of the connection with the peer. - + Peer 85 Title of Peers Table column which contains a unique number used to identify a connection. - + Age 88 Title of Peers Table column which indicates the duration (length of time) since the peer connection started. - + Direction 94 Title of Peers Table column which indicates the direction the peer connection was initiated from. - + Sent 106 Title of Peers Table column which indicates the total amount of network information we have sent to the peer. - + Received 109 Title of Peers Table column which indicates the total amount of network information we have received from the peer. - + Address 91 Title of Peers Table column which contains the IP/Onion/I2P address of the connected peer. - + Type 97 Title of Peers Table column which describes the type of peer connection. The "type" describes why the connection exists. - + Network 100 Title of Peers Table column which states the network the peer connected through. @@ -2182,12 +2166,12 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Inbound 77 An Inbound Connection from a Peer. - + Outbound 79 An Outbound Connection to a Peer. @@ -2196,7 +2180,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Amount 197 @@ -2204,222 +2188,222 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Enter a Bitcoin address (e.g. %1) - 130 + 133 - + Ctrl+W - 418 + 421 - + Unroutable - 675 + 678 - + IPv4 - 677 + 680 network name Name of IPv4 network in peer info - + IPv6 - 679 + 682 network name Name of IPv6 network in peer info - + Onion - 681 + 684 network name Name of Tor network in peer info - + I2P - 683 + 686 network name Name of I2P network in peer info - + CJDNS - 685 + 688 network name Name of CJDNS network in peer info - + Inbound - 699 + 702 An inbound connection from a peer. An inbound connection is a connection initiated by a peer. - + Outbound - 702 + 705 An outbound connection to a peer. An outbound connection is a connection initiated by us. - + Full Relay - 707 + 710 Peer connection type that relays all network information. - + Block Relay - 710 + 713 Peer connection type that relays network information about blocks and not transactions or addresses. - + Manual - 712 + 715 Peer connection type established manually through one of several methods. - + Feeler - 714 + 717 Short-lived peer connection type that tests the aliveness of known addresses. - + Address Fetch - 716 + 719 Short-lived peer connection type that solicits known addresses from a peer. - + %1 d - 729 - 741 + 732 + 744 + + + %1 h + 733 + 745 + + + %1 m + 734 + 746 + + + %1 s + 736 + 747 + 773 + + + None + 761 - %1 h - 730 - 742 + N/A + 767 - %1 m - 731 - 743 - - - %1 s - 733 - 744 - 770 - - - None - 758 - - - N/A - 764 - - %1 ms - 765 + 768 - 783 - + 786 + %n second(s) + + %n second(s) + + + + 790 + + %n minute(s) + + + %n minute(s) + + + + 794 + + %n hour(s) + + + %n hour(s) + + + + 798 + + %n day(s) + + + %n day(s) + + + + 802 + 808 + + %n week(s) + - %n second(s) + %n week(s) + + %1 and %2 + 808 + - 787 - - %n minute(s) - - - %n minute(s) - - - - 791 + 808 - %n hour(s) + %n year(s) - %n hour(s) - - - - 795 - - %n day(s) - - - %n day(s) - - - - 799 - 805 - - %n week(s) - - - %n week(s) - - - - %1 and %2 - 805 - - - 805 - - %n year(s) - - %n year(s) - + %1 B - 813 + 816 - + %1 kB - 815 - ../rpcconsole.cpp988 + 818 + ../rpcconsole.cpp994 - + %1 MB - 817 - ../rpcconsole.cpp990 + 820 + ../rpcconsole.cpp996 - + %1 GB - 819 + 822 - + &Save Image… 30 - + &Copy Image 31 - + Resulting URI too long, try to reduce the text for label / message. 42 - + Error encoding URI into QR Code. 49 - + QR code support not available. 90 - + Save QR Code 120 - + PNG Image 123 Expanded name of the PNG file format. See: https://en.wikipedia.org/wiki/Portable_Network_Graphics. @@ -2428,7 +2412,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A 75 101 @@ -2467,293 +2451,293 @@ If you are receiving this error you should request the merchant provide a BIP21 1610 1636 1662 - ../rpcconsole.h143 + ../rpcconsole.h147 - + Client version 65 - + &Information 43 - + General 58 - + Datadir 114 - + To specify a non-default location of the data directory use the '%1' option. 124 - + Blocksdir 143 - + To specify a non-default location of the blocks directory use the '%1' option. 153 - + Startup time 172 - + Network 201 1093 - + Name 208 - + Number of connections 231 - + Block chain 260 - + Memory Pool 319 - + Current number of transactions 326 - + Memory usage 349 - + Wallet: 443 - + (none) 454 - + &Reset 665 - + Received 745 1453 - + Sent 825 1430 - + &Peers 866 - + Banned peers 942 - + Select a peer to view detailed information. 1010 - ../rpcconsole.cpp1155 + ../rpcconsole.cpp1161 - + Version 1116 - + Whether we relay transactions to this peer. 1188 - + Transaction Relay 1191 - + Starting Block 1240 - + Synced Headers 1263 - + Synced Blocks 1286 - + Last Transaction 1361 - + The mapped Autonomous System used for diversifying peer selection. 1571 - + Mapped AS 1574 - + Whether we relay addresses to this peer. 1597 Tooltip text for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No). - + Address Relay 1600 Text title for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No). - + The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). 1623 Tooltip text for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). - + The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. 1649 Tooltip text for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. - + Addresses Processed 1626 Text title for the Addresses Processed field in the peer details area, which displays the total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting). - + Addresses Rate-Limited 1652 Text title for the Addresses Rate-Limited field in the peer details area, which displays the total number of addresses received from this peer that were dropped (not processed) due to rate-limiting. - + User Agent 88 1139 - + Node window 14 - + Current block height 267 - + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. 397 - + Decrease font size 475 - + Increase font size 495 - + Permissions 1041 - + The direction and type of peer connection: %1 1064 - + Direction/Type 1067 - + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. 1090 - + Services 1162 - + High bandwidth BIP152 compact block relay: %1 1214 - + High Bandwidth 1217 - + Connection Time 1309 - + Elapsed time since a novel block passing initial validity checks was received from this peer. 1332 - + Last Block 1335 - + Elapsed time since a novel transaction accepted into our mempool was received from this peer. 1358 Tooltip text for the Last Transaction field in the peer details area. - + Last Send 1384 - + Last Receive 1407 - + Ping Time 1476 - + The duration of a currently outstanding ping. 1499 - + Ping Wait 1502 - + Min Ping 1525 - + Time Offset 1548 - + Last block time 290 - + &Open 400 - + &Console 426 - + &Network Traffic 613 - + Totals 681 - + Debug log file 390 - + Clear console 515 @@ -2761,139 +2745,139 @@ If you are receiving this error you should request the merchant provide a BIP21 - + In: - 952 + 958 - + Out: - 953 + 959 - + Inbound: initiated by peer 495 Explanatory text for an inbound peer connection. - + Outbound Full Relay: default 499 Explanatory text for an outbound peer connection that relays all network information. This is the default behavior for outbound connections. - + Outbound Block Relay: does not relay transactions or addresses 502 Explanatory text for an outbound peer connection that relays network information about blocks and not transactions or addresses. - + Outbound Manual: added using RPC %1 or %2/%3 configuration options 507 Explanatory text for an outbound peer connection that was established manually through one of several methods. The numbered arguments are stand-ins for the methods available to establish manual connections. - + Outbound Feeler: short-lived, for testing addresses 513 Explanatory text for a short-lived outbound peer connection that is used to test the aliveness of known addresses. - + Outbound Address Fetch: short-lived, for soliciting addresses 516 Explanatory text for a short-lived outbound peer connection that is used to request addresses from a peer. - + we selected the peer for high bandwidth relay 520 - + the peer selected us for high bandwidth relay 521 - + no high bandwidth relay selected 522 - + Ctrl++ 535 Main shortcut to increase the RPC console font size. - + Ctrl+= 537 Secondary shortcut to increase the RPC console font size. - + Ctrl+- 541 Main shortcut to decrease the RPC console font size. - + Ctrl+_ 543 Secondary shortcut to decrease the RPC console font size. - + &Copy address 694 Context menu action to copy the address of a peer. - + &Disconnect 698 - + 1 &hour 699 - + 1 d&ay 700 - + 1 &week 701 - + 1 &year 702 - + &Copy IP/Netmask 728 Context menu action to copy the IP/Netmask of a banned peer. IP/Netmask is the combination of a peer's IP address and its Netmask. For IP address, see: https://en.wikipedia.org/wiki/IP_address. - + &Unban 732 - + Network activity disabled - 956 + 962 + + + Executing command without any wallet + 1041 + + + Ctrl+I + 1357 + + + Ctrl+T + 1358 + + + Ctrl+N + 1359 - Executing command without any wallet - 1035 + Ctrl+P + 1360 - Ctrl+I - 1351 + Executing command using "%1" wallet + 1039 - Ctrl+T - 1352 - - - Ctrl+N - 1353 - - - Ctrl+P - 1354 - - - Executing command using "%1" wallet - 1033 - - Welcome to the %1 RPC console. Use up and down arrows to navigate history, and %2 to clear screen. Use %3 and %4 to increase or decrease the font size. @@ -2901,124 +2885,124 @@ Type %5 for an overview of available commands. For more information on using this console, type %6. %7WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.%8 - 886 + 892 RPC console welcome message. Placeholders %7 and %8 are style tags for the warning content, and they are not space separated from the rest of the text intentionally. - + Executing… - 1043 + 1049 A console message indicating an entered command is currently being executed. - + (peer: %1) - 1161 + 1167 - + via %1 - 1163 + 1169 - + Yes - 142 + 146 + + + No + 146 + + + To + 146 + + + From + 146 + + + Ban for + 147 - No - 142 + Never + 189 - To - 142 - - - From - 142 - - - Ban for - 143 - - - Never - 185 - - Unknown - 143 + 147 - + &Amount: 37 - + &Label: 83 - + &Message: 53 - + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. 50 - + An optional label to associate with the new receiving address. 80 - + Use this form to request payments. All fields are <b>optional</b>. 73 - + An optional amount to request. Leave this empty or zero to not request a specific amount. 34 193 - + An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request. 66 - + An optional message that is attached to the payment request and may be displayed to the sender. 96 - + &Create new receiving address 111 - + Clear all fields of the form. 134 - + Clear 137 - + Requested payments history 273 - + Show the selected request (does the same as double clicking an entry) 298 - + Show 301 - + Remove the selected entries from the list 318 - + Remove 321 @@ -3026,63 +3010,63 @@ For more information on using this console, type %6. - + Copy &URI 46 - + &Copy address 47 - + Copy &label 48 - + Copy &message 49 - + Copy &amount 50 - + Base58 (Legacy) 96 - + Not recommended due to higher fees and less protection against typos. 96 - + Base58 (P2SH-SegWit) 97 - + Generates an address compatible with older wallets. 97 - + Bech32 (SegWit) 98 - + Generates a native segwit address (BIP-173). Some old wallets don't support it. 98 - + Bech32m (Taproot) 100 - + Bech32m (BIP-350) is an upgrade to Bech32, wallet support is still limited. 100 - + Could not unlock wallet. 175 - + Could not generate new %1 address 180 @@ -3090,51 +3074,51 @@ For more information on using this console, type %6. - + Request payment to … 14 - + Address: 90 - + Amount: 119 - + Label: 148 - + Message: 180 - + Wallet: 212 - + Copy &URI 240 - + Copy &Address 250 - + &Verify 260 - + Verify this address on e.g. a hardware wallet screen 263 - + &Save Image… 273 - + Payment information 39 @@ -3142,7 +3126,7 @@ For more information on using this console, type %6. - + Request payment to %1 48 @@ -3150,31 +3134,31 @@ For more information on using this console, type %6. - + Date 32 - + Label 32 - + Message 32 - + (no label) 70 - + (no message) 79 - + (no amount requested) 87 - + Requested 130 @@ -3182,459 +3166,451 @@ For more information on using this console, type %6. - + Send Coins 14 - ../sendcoinsdialog.cpp765 + ../sendcoinsdialog.cpp762 - + Coin Control Features 90 - + automatically selected 120 - + Insufficient funds! 139 - + Quantity: - 228 + 231 + + + Bytes: + 266 + + + Amount: + 314 + + + Fee: + 365 + + + After Fee: + 419 - Bytes: - 263 + Change: + 451 - Amount: - 311 + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + 495 - Fee: - 391 + Custom change address + 498 - After Fee: - 442 + Transaction Fee: + 704 - Change: - 474 + Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain. + 742 - If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. - 518 + Warning: Fee estimation is currently not possible. + 751 - Custom change address - 521 + per kilobyte + 833 - Transaction Fee: - 727 + Hide + 780 - Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain. - 765 + Recommended: + 892 - Warning: Fee estimation is currently not possible. - 774 + Custom: + 922 - per kilobyte - 856 + Send to multiple recipients at once + 1137 - Hide - 803 + Add &Recipient + 1140 - Recommended: - 915 + Clear all fields of the form. + 1120 - Custom: - 945 - - - Send to multiple recipients at once - 1160 - - - Add &Recipient - 1163 - - - Clear all fields of the form. - 1143 - - Inputs… 110 - - Dust: - 343 - - + Choose… - 741 + 718 - + Hide transaction fee settings - 800 + 777 - + Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size. Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 satoshis per kvB" for a transaction size of 500 virtual bytes (half of 1 kvB) would ultimately yield a fee of only 50 satoshis. - 851 + 828 + + + When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. + 863 + + + A too low fee might result in a never confirming transaction (read the tooltip) + 866 + + + (Smart fee not initialized yet. This usually takes a few blocks…) + 971 + + + Confirmation time target: + 997 + + + Enable Replace-By-Fee + 1055 - When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - 886 + With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk. + 1058 - A too low fee might result in a never confirming transaction (read the tooltip) - 889 + Clear &All + 1123 - (Smart fee not initialized yet. This usually takes a few blocks…) - 994 + Balance: + 1178 - Confirmation time target: - 1020 + Confirm the send action + 1094 - Enable Replace-By-Fee - 1078 - - - With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk. - 1081 - - - Clear &All - 1146 - - - Balance: - 1201 - - - Confirm the send action - 1117 - - S&end - 1120 + 1097 - + Copy quantity 95 - + Copy amount 96 - + Copy fee 97 - + Copy after fee 98 - + Copy bytes 99 - - Copy dust + + Copy change 100 - - Copy change - 101 - - + %1 (%2 blocks) - 175 + 172 - + Sign on device - 205 + 202 "device" usually means a hardware wallet. - + Connect your hardware wallet first. - 208 + 205 + + + Set external signer script path in Options -> Wallet + 209 + "External signer" means using devices such as hardware wallets. + + + Cr&eate Unsigned + 212 + + + Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. + 213 + + + from wallet '%1' + 305 + + + %1 to '%2' + 316 + + + %1 to %2 + 321 - Set external signer script path in Options -> Wallet - 212 - "External signer" means using devices such as hardware wallets. + To review recipient list click "Show Details…" + 388 - Cr&eate Unsigned - 215 + Sign failed + 450 - Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - 216 + External signer not found + 455 + "External signer" means using devices such as hardware wallets. - from wallet '%1' - 308 + External signer failure + 461 + "External signer" means using devices such as hardware wallets. - %1 to '%2' - 319 + Save Transaction Data + 425 - %1 to %2 - 324 - - - To review recipient list click "Show Details…" - 391 - - - Sign failed - 453 - - - External signer not found - 458 - "External signer" means using devices such as hardware wallets. - - - External signer failure - 464 - "External signer" means using devices such as hardware wallets. - - - Save Transaction Data - 428 - - Partially Signed Transaction (Binary) - 430 + 427 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved - 438 + 435 Popup message when a PSBT has been saved to a file - + External balance: - 711 + 708 - + or - 387 + 384 - + You can increase the fee later (signals Replace-By-Fee, BIP-125). - 369 + 366 - + Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can save or copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet. - 338 + 335 Text to inform a user attempting to create a transaction of their current options. At this stage, a user can only create a PSBT. This string is displayed when private keys are disabled and an external signer is not available. - + Do you want to create this transaction? - 332 + 329 Message displayed when attempting to create a transaction. Cautionary text to prompt the user to verify that the displayed transaction details represent the transaction the user intends to create. - + Please, review your transaction. You can create and send this transaction or create a Partially Signed Bitcoin Transaction (PSBT), which you can save or copy and then sign with, e.g., an offline %1 wallet, or a PSBT-compatible hardware wallet. - 343 + 340 Text to inform a user attempting to create a transaction of their current options. At this stage, a user can send their transaction or create a PSBT. This string is displayed when both private keys and PSBT controls are enabled. - + Please, review your transaction. - 346 + 343 Text to prompt a user to review the details of the transaction they are attempting to send. - + Transaction fee - 354 + 351 - + %1 kvB - 359 + 356 PSBT transaction creation When reviewing a newly created PSBT (via Send flow), the transaction fee is shown, with "virtual size" of the transaction displayed for context - + Not signalling Replace-By-Fee, BIP-125. - 371 + 368 - + Total Amount - 384 + 381 - + Unsigned Transaction - 408 + 405 PSBT copied Caption of "PSBT has been copied" messagebox - + The PSBT has been copied to the clipboard. You can also save it. - 409 + 406 - + PSBT saved to disk - 438 + 435 - + Confirm send coins - 487 + 484 - + Watch-only balance: - 714 + 711 - + The recipient address is not valid. Please recheck. + 735 + + + The amount to pay must be larger than 0. 738 - - The amount to pay must be larger than 0. + + The amount exceeds your balance. 741 - - The amount exceeds your balance. + + The total exceeds your balance when the %1 transaction fee is included. 744 - - The total exceeds your balance when the %1 transaction fee is included. + + Duplicate address found: addresses should only be used once each. 747 - - Duplicate address found: addresses should only be used once each. + + Transaction creation failed! 750 - - Transaction creation failed! - 753 - - + A fee higher than %1 is considered an absurdly high fee. - 757 + 754 - + %1/kvB - 831 - 866 + 833 + 868 - 880 - + 882 + Estimated to begin confirmation within %n block(s). - + Estimated to begin confirmation within %n block(s). - + Warning: Invalid Bitcoin address - 981 + 977 - + Warning: Unknown change address - 986 + 982 - + Confirm custom change address - 989 + 985 - + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? - 989 + 985 - + (no label) - 1010 + 1006 - + A&mount: 151 - + Pay &To: 35 - + &Label: 128 - + Choose previously used address 60 - + The Bitcoin address to send the payment to 53 - + Alt+A 76 - + Paste address from clipboard 83 - + Alt+P 99 - + Remove this entry 106 - + The amount to send in the selected unit 166 - + The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. 173 - + S&ubtract fee from amount 176 - + Use available balance 183 - + Message: 192 - + Enter a label for this address to add it to the list of used addresses 141 144 - + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. 202 @@ -3642,117 +3618,117 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Send - 144 - - - Create Unsigned 146 + + Create Unsigned + 148 + - + Signatures - Sign / Verify a Message 14 - + &Sign Message 27 - + You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. 33 - + The Bitcoin address to sign the message with 51 - + Choose previously used address 58 274 - + Alt+A 68 284 - + Paste address from clipboard 78 - + Alt+P 88 - + Enter the message you want to sign here 100 103 - + Signature 110 - + Copy the current signature to the system clipboard 140 - + Sign the message to prove you own this Bitcoin address 161 - + Sign &Message 164 - + Reset all sign message fields 178 - + Clear &All 181 338 - + &Verify Message 240 - + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! 246 - + The Bitcoin address the message was signed with 267 - + The signed message to verify 296 299 - + The signature given when the message was signed 306 309 - + Verify the message to ensure it was signed with the specified Bitcoin address 318 - + Verify &Message 321 - + Reset all verify message fields 335 - + Click "Sign Message" to generate signature 125 @@ -3760,61 +3736,61 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + The entered address is invalid. 119 218 - + Please check the address and try again. 119 126 219 226 - + The entered address does not refer to a key. 126 225 - + Wallet unlock was cancelled. 134 - + No error 145 - + Private key for the entered address is not available. 148 - + Message signing failed. 151 - + Message signed. 163 - + The signature could not be decoded. 232 - + Please check the signature and try again. 233 240 - + The signature did not match the message digest. 239 - + Message verification failed. 245 - + Message verified. 213 @@ -3822,11 +3798,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + (press q to shutdown and continue later) 177 - + press q to shutdown 178 @@ -3834,7 +3810,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + kB/s 74 @@ -3842,194 +3818,194 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + conflicted with a transaction with %1 confirmations - 43 + 44 Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that conflicts with a confirmed transaction. - + 0/unconfirmed, in memory pool - 50 + 51 Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that is in the memory pool. - + 0/unconfirmed, not in memory pool - 55 + 56 Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that is not in the memory pool. - + abandoned - 61 + 62 Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an abandoned transaction. - + %1/unconfirmed - 69 + 70 Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in at least one block, but less than 6 blocks. - + %1 confirmations - 74 + 75 Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents a transaction confirmed in 6 or more blocks. - + Status - 124 + 125 + + + Date + 128 + + + Source + 135 + + + Generated + 135 + + + From + 140 + 154 + 226 + + + unknown + 154 + + + To + 155 + 175 + 245 - Date - 127 + own address + 157 + 252 - Source - 134 + watch-only + 157 + 226 + 254 - Generated - 134 + label + 159 - From - 139 - 153 - 225 - - - unknown - 153 - - - To - 154 - 174 - 244 - - - own address - 156 - 251 - - - watch-only - 156 - 225 - 253 - - - label - 158 - - Credit - 194 - 206 - 260 - 290 - 350 + 195 + 207 + 261 + 291 + 351 - 196 - + 197 + matures in %n more block(s) - + matures in %n more block(s) - + not accepted - 198 + 199 - + Debit - 258 - 284 - 347 + 259 + 285 + 348 - + Total debit - 268 - - - Total credit 269 - + + Total credit + 270 + + Transaction fee - 274 + 275 - + Net amount - 296 + 297 - + Message - 302 - 314 + 303 + 315 - + Comment - 304 + 305 - + Transaction ID - 306 - - - Transaction total size 307 - - Transaction virtual size + + Transaction total size 308 - - Output index + + Transaction virtual size 309 - + + Output index + 310 + + (Certificate was not verified) - 325 + 326 + + + Merchant + 329 + + + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + 337 + + + Debug information + 345 + + + Transaction + 353 + + + Inputs + 356 + + + Amount + 377 - Merchant - 328 + true + 378 + 379 - Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - 336 - - - Debug information - 344 - - - Transaction - 352 - - - Inputs - 355 - - - Amount - 376 - - - true - 377 - 378 - - false - 377 378 + 379 - + This pane shows a detailed description of the transaction 20 @@ -4037,7 +4013,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Details for %1 18 @@ -4045,99 +4021,99 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Date 257 - + Type 257 - + Label 257 - + Unconfirmed 317 - + Abandoned 320 - + Confirming (%1 of %2 recommended confirmations) 323 - + Confirmed (%1 confirmations) 326 - + Conflicted 329 - + Immature (%1 confirmations, will be available after %2) 332 - + Generated but not accepted 335 - + Received with 374 - + Received from 376 - + Sent to 379 - + Payment to yourself 381 - + Mined 383 - + watch-only 411 - + (n/a) 427 - + (no label) 634 - + Transaction status. Hover over this field to show number of confirmations. 673 - + Date and time that the transaction was received. 675 - + Type of transaction. 677 - + Whether or not a watch-only address is involved in this transaction. 679 - + User-defined intent/purpose of the transaction. 681 - + Amount removed from or added to balance. 683 @@ -4145,166 +4121,166 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + All 73 89 - + Today 74 - + This week 75 - + This month 76 - + Last month 77 - + This year 78 - + Received with 90 - + Sent to 92 - + To yourself 94 - + Mined 95 - + Other 96 - + Enter address, transaction id, or label to search 101 - + Min amount 105 - + Range… 79 - + &Copy address 169 - + Copy &label 170 - + Copy &amount 171 - + Copy transaction &ID 172 - + Copy &raw transaction 173 - + Copy full transaction &details 174 - + &Show transaction details 175 - + Increase transaction &fee 177 - + A&bandon transaction 180 - + &Edit address label 181 - + Show in %1 240 Transactions table context menu action to show the selected transaction in a third-party block explorer. %1 is a stand-in argument for the URL of the explorer. - + Export Transaction History 359 - + Comma separated file 362 Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values. - + Confirmed 371 - + Watch-only 373 - + Date 374 - + Type 375 - + Label 376 - + Address 377 - + ID 379 - + Exporting Failed 382 - + There was an error trying to save the transaction history to %1. 382 - + Exporting Successful 386 - + The transaction history was successfully saved to %1. 386 - + Range: 556 - + to 564 @@ -4312,39 +4288,39 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + No wallet has been loaded. Go to File > Open Wallet to load a wallet. - OR - 45 - + Create a new wallet 50 - + Error 201 211 229 - + Unable to decode PSBT from clipboard (invalid base64) 201 - + Load Transaction Data 207 - + Partially Signed Transaction (*.psbt) 208 - + PSBT file must be smaller than 100 MiB 211 - + Unable to decode PSBT 229 @@ -4352,114 +4328,114 @@ Go to File > Open Wallet to load a wallet. - + Send Coins 228 241 - + Fee bump error - 489 - 544 - 559 - 564 + 488 + 543 + 558 + 563 - + Increasing transaction fee failed - 489 + 488 - + Do you want to increase the fee? - 496 + 495 Asks a user if they would like to manually increase the fee of a transaction that has already been created. - + Current fee: - 500 + 499 + + + Increase: + 503 + + + New fee: + 507 + + + Warning: This may pay the additional fee by reducing change outputs or adding inputs, when necessary. It may add a new change output if one does not already exist. These changes may potentially leak privacy. + 515 + + + Confirm fee bump + 520 + + + Can't draft transaction. + 543 + + + PSBT copied + 550 - Increase: - 504 - - - New fee: - 508 - - - Warning: This may pay the additional fee by reducing change outputs or adding inputs, when necessary. It may add a new change output if one does not already exist. These changes may potentially leak privacy. - 516 - - - Confirm fee bump - 521 - - - Can't draft transaction. - 544 - - - PSBT copied - 551 - - Copied to clipboard - 551 + 550 Fee-bump PSBT saved - + Can't sign transaction. - 559 + 558 - + Could not commit transaction - 564 + 563 - + Can't display address - 578 + 577 - + default wallet - 596 + 595 - + &Export 50 - + Export the data in the current tab to a file 51 - + Backup Wallet 214 - + Wallet Data 216 Name of the wallet data file format. - + Backup Failed 222 - + There was an error trying to save the wallet data to %1. 222 - + Backup Successful 226 - + The wallet data was successfully saved to %1. 226 - + Cancel 263 @@ -4467,871 +4443,875 @@ Go to File > Open Wallet to load a wallet. - + The %s developers 12 - + %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring a backup. 13 - + + %s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate will be left on disk in case it is helpful in diagnosing the issue that caused this error. + 16 + + %s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for details and a full list. 28 - + Cannot downgrade wallet from version %i to version %i. Wallet version unchanged. + 32 + + + Cannot obtain a lock on data directory %s. %s is probably already running. + 35 + + + Cannot upgrade a non HD split wallet from version %i to version %i without upgrading to support pre-split keypool. Please use version %i or no version specified. + 40 + + + Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory. 44 - - Cannot obtain a lock on data directory %s. %s is probably already running. + + Distributed under the MIT software license, see the accompanying file %s or %s 47 + + Error loading wallet. Wallet requires blocks to be downloaded, and software does not currently support loading wallets while blocks are being downloaded out of order when using assumeutxo snapshots. Wallet should be able to load successfully after node sync reaches height %s + 53 + + + Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. + 61 + - Cannot upgrade a non HD split wallet from version %i to version %i without upgrading to support pre-split keypool. Please use version %i or no version specified. - 52 + Error: Dumpfile format record is incorrect. Got "%s", expected "format". + 67 - Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory. - 56 + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". + 69 - Distributed under the MIT software license, see the accompanying file %s or %s - 59 + Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + 71 - Error loading wallet. Wallet requires blocks to be downloaded, and software does not currently support loading wallets while blocks are being downloaded out of order when using assumeutxo snapshots. Wallet should be able to load successfully after node sync reaches height %s - 65 + Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types + 77 - Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - 70 - - - Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. - 73 - - - Error: Dumpfile format record is incorrect. Got "%s", expected "format". - 79 - - - Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". - 81 - - - Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s + Error: Unable to produce descriptors for this legacy wallet. Make sure to provide the wallet's passphrase if it is encrypted. 83 + + File %s already exists. If you are sure this is what you want, move it out of the way first. + 92 + + + 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. + 101 + + + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. + 105 + + + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. + 108 + - Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types - 89 + No dump file provided. To use dump, -dumpfile=<filename> must be provided. + 111 - Error: Unable to produce descriptors for this legacy wallet. Make sure to provide the wallet's passphrase if it is encrypted. - 95 - - - File %s already exists. If you are sure this is what you want, move it out of the way first. - 104 - - - 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. + No wallet file format provided. To use createfromdump, -format=<format> must be provided. 113 + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + 129 + + + Please contribute if you find %s useful. Visit %s for further information about the software. + 132 + - More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - 117 + Prune configured below the minimum of %d MiB. Please use a higher number. + 135 - No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - 120 + Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. + 137 - No dump file provided. To use dump, -dumpfile=<filename> must be provided. - 123 + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + 140 - No wallet file format provided. To use createfromdump, -format=<format> must be provided. - 125 + 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. + 143 - Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - 141 - - - Please contribute if you find %s useful. Visit %s for further information about the software. - 144 - - - Prune configured below the minimum of %d MiB. Please use a higher number. + SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported 147 + + 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 + 153 + + + 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. + 158 + - Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. - 149 + The transaction amount is too small to send after the fee has been deducted + 169 - Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - 152 + 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 + 171 - SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - 155 + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + 175 - 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 - 161 + This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + 178 - 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. - 166 + This is the transaction fee you may discard if change is smaller than dust at this level + 181 - The transaction amount is too small to send after the fee has been deducted - 177 + This is the transaction fee you may pay when fee estimates are not available. + 184 - 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 - 179 - - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 183 - - - This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. 186 - - This is the transaction fee you may discard if change is smaller than dust at this level - 189 - - - This is the transaction fee you may pay when fee estimates are not available. - 192 - - - Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 194 - - + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - 203 + 195 - + Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". + 205 + + + Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s. 213 - + Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. - 224 + 216 - + Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. - 227 + 219 - + + 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. + 223 + + Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". + 228 + + + Warning: Private keys detected in wallet {%s} with disabled private keys 231 - - Warning: Private keys detected in wallet {%s} with disabled private keys - 234 - - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + 233 + + + Witness data for blocks after height %d requires validation. Please restart with -reindex. 236 - - Witness data for blocks after height %d requires validation. Please restart with -reindex. + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain 239 + + %s is set very high! + 248 + + + -maxmempool must be at least %d MB + 249 + - You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 242 + A fatal internal error occurred, see debug.log for details + 250 - %s is set very high! - 251 - - - -maxmempool must be at least %d MB + Cannot resolve -%s address: '%s' 252 - - A fatal internal error occurred, see debug.log for details + + Cannot set -forcednsseed to true when setting -dnsseed to false. 253 + + Cannot set -peerblockfilters without -blockfilterindex. + 254 + - Cannot resolve -%s address: '%s' + Cannot write to data directory '%s'; check permissions. 255 - Cannot set -forcednsseed to true when setting -dnsseed to false. - 256 + The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. + 150 - Cannot set -peerblockfilters without -blockfilterindex. - 257 - - - Cannot write to data directory '%s'; check permissions. - 258 - - - The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex. - 158 - - - %s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate has been left on disk in case it is helpful in diagnosing the issue that caused this error. - 16 - - %s is set very high! Fees this large could be paid on a single transaction. 26 + + Cannot provide specific connections and have addrman find outgoing connections at the same time. + 37 + + + Error loading %s: External signer wallet being loaded without external signer support compiled + 50 + + + Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect. + 58 + + + Error: Address book data in wallet cannot be identified to belong to migrated wallets + 64 + - -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. - 32 + Error: Duplicate descriptors created during migration. Your wallet may be corrupted. + 74 - -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. - 36 + Error: Transaction %s in wallet cannot be identified to belong to migrated wallets + 80 - -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. - 40 - - - Cannot provide specific connections and have addrman find outgoing connections at the same time. - 49 - - - Error loading %s: External signer wallet being loaded without external signer support compiled - 62 - - - Error: Address book data in wallet cannot be identified to belong to migrated wallets - 76 - - - Error: Duplicate descriptors created during migration. Your wallet may be corrupted. + Failed to rename invalid peers.dat file. Please move or delete it and try again. 86 - - Error: Transaction %s in wallet cannot be identified to belong to migrated wallets - 92 + + Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable %s. + 89 - - 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 + 95 + + + Invalid amount for %s=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) 98 + + Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided + 116 + + + Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0 + 119 + + + 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 + 122 + - Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable %s. - 101 + Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not provided + 126 - Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet forbids connections to IPv4/IPv6 - 107 + The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs + 162 - Invalid amount for %s=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - 110 + The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually + 165 - Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided - 128 + Transaction requires one destination of non-0 value, a non-0 feerate, or a pre-selected input + 189 - Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0 - 131 + UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot. + 192 - 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 - 134 + Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool + 198 - Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not provided - 138 - - - The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs - 170 - - - The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually - 173 - - - Transaction requires one destination of non-0 value, a non-0 feerate, or a pre-selected input - 197 - - - UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot. - 200 - - - Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool - 206 - - Unexpected legacy entry in descriptor wallet found. Loading wallet %s The wallet might have been tampered with or created with malicious intent. - 209 + 201 - + Unrecognized descriptor found. Loading wallet %s The wallet might had been created on a newer version. Please try running the latest software version. - 216 + 208 - - Unsupported category-specific logging level -loglevel=%s. Expected -loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s. - 221 - - + Unable to cleanup failed migration - 245 + 242 - + Unable to restore backup of wallet. - 248 + 245 - + Block verification was interrupted - 254 + 251 - + Config setting for %s only applied on %s network when in [%s] section. + 256 + + + Copyright (C) %i-%i + 257 + + + Corrupted block database detected + 258 + + + Could not find asmap file %s 259 - - Copyright (C) %i-%i + + Could not parse asmap file %s 260 - - Corrupted block database detected + + Disk space is too low! 261 - - Could not find asmap file %s + + Do you want to rebuild the block database now? 262 - - Could not parse asmap file %s + + Done loading 263 - - Disk space is too low! + + Dump file %s does not exist. 264 - - Do you want to rebuild the block database now? + + Error creating %s 265 - - Done loading + + Error initializing block database 266 - - Dump file %s does not exist. + + Error initializing wallet database environment %s! 267 - - Error creating %s + + Error loading %s 268 - - Error initializing block database + + Error loading %s: Private keys can only be disabled during creation 269 - - Error initializing wallet database environment %s! + + Error loading %s: Wallet corrupted 270 - - Error loading %s + + Error loading %s: Wallet requires newer version of %s 271 - - Error loading %s: Private keys can only be disabled during creation + + Error loading block database 272 - - Error loading %s: Wallet corrupted + + Error opening block database 273 - - Error loading %s: Wallet requires newer version of %s + + Error reading configuration file: %s 274 - - Error loading block database + + Error reading from database, shutting down. 275 - - Error opening block database + + Error reading next record from wallet database 276 - - Error reading configuration file: %s + + Error: Cannot extract destination from the generated scriptpubkey 277 - - Error reading from database, shutting down. + + Error: Could not add watchonly tx to watchonly wallet 278 - - Error reading next record from wallet database + + Error: Could not delete watchonly transactions 279 - - Error: Cannot extract destination from the generated scriptpubkey + + Error: Couldn't create cursor into database 280 - - Error: Could not add watchonly tx to watchonly wallet + + Error: Disk space is low for %s 281 - - Error: Could not delete watchonly transactions + + Error: Dumpfile checksum does not match. Computed %s, expected %s 282 - - Error: Couldn't create cursor into database + + Error: Failed to create new watchonly wallet 283 - - Error: Disk space is low for %s + + Error: Got key that was not hex: %s 284 - - Error: Dumpfile checksum does not match. Computed %s, expected %s + + Error: Got value that was not hex: %s 285 - - Error: Failed to create new watchonly wallet + + Error: Keypool ran out, please call keypoolrefill first 286 - - Error: Got key that was not hex: %s + + Error: Missing checksum 287 - - Error: Got value that was not hex: %s + + Error: No %s addresses available. 288 - - Error: Keypool ran out, please call keypoolrefill first + + Error: Not all watchonly txs could be deleted 289 - - Error: Missing checksum + + Error: This wallet already uses SQLite 290 - - Error: No %s addresses available. + + Error: This wallet is already a descriptor wallet 291 - - Error: Not all watchonly txs could be deleted + + Error: Unable to begin reading all records in the database 292 - - Error: This wallet already uses SQLite + + Error: Unable to make a backup of your wallet 293 - - Error: This wallet is already a descriptor wallet + + Error: Unable to parse version %u as a uint32_t 294 - - Error: Unable to begin reading all records in the database + + Error: Unable to read all records in the database 295 - - Error: Unable to make a backup of your wallet + + Error: Unable to remove watchonly address book data 296 - - Error: Unable to parse version %u as a uint32_t + + Error: Unable to write record to new wallet 297 - - Error: Unable to read all records in the database + + Failed to listen on any port. Use -listen=0 if you want this. 298 - - Error: Unable to remove watchonly address book data + + Failed to rescan the wallet during initialization 299 - - Error: Unable to write record to new wallet + + Failed to start indexes, shutting down.. 300 - - Failed to listen on any port. Use -listen=0 if you want this. + + Failed to verify database 301 - - Failed to rescan the wallet during initialization + + Fee rate (%s) is lower than the minimum fee rate setting (%s) 302 - - Failed to verify database + + Ignoring duplicate -wallet %s. 303 - - Fee rate (%s) is lower than the minimum fee rate setting (%s) + + Importing… 304 - - Ignoring duplicate -wallet %s. + + Incorrect or no genesis block found. Wrong datadir for network? 305 - - Importing… + + Initialization sanity check failed. %s is shutting down. 306 - - Incorrect or no genesis block found. Wrong datadir for network? + + Input not found or already spent 307 - - Initialization sanity check failed. %s is shutting down. + + Insufficient dbcache for block verification 308 - - Input not found or already spent + + Insufficient funds 309 - - Insufficient dbcache for block verification + + Invalid -i2psam address or hostname: '%s' 310 - - Insufficient funds + + Invalid -onion address or hostname: '%s' 311 - - Invalid -i2psam address or hostname: '%s' + + Invalid -proxy address or hostname: '%s' 312 - - Invalid -onion address or hostname: '%s' + + Invalid P2P permission: '%s' 313 - - Invalid -proxy address or hostname: '%s' + + Invalid amount for %s=<amount>: '%s' (must be at least %s) 314 - - Invalid P2P permission: '%s' + + Invalid amount for %s=<amount>: '%s' 315 - - Invalid amount for %s=<amount>: '%s' (must be at least %s) + + Invalid amount for -%s=<amount>: '%s' 316 - - Invalid amount for %s=<amount>: '%s' + + Invalid netmask specified in -whitelist: '%s' 317 - - Invalid amount for -%s=<amount>: '%s' + + Invalid port specified in %s: '%s' 318 - - Invalid netmask specified in -whitelist: '%s' + + Invalid pre-selected input %s 319 - - Invalid port specified in %s: '%s' + + Listening for incoming connections failed (listen returned error %s) 320 - - Invalid pre-selected input %s + + Loading P2P addresses… 321 - - Listening for incoming connections failed (listen returned error %s) + + Loading banlist… 322 - - Loading P2P addresses… + + Loading block index… 323 - - Loading banlist… + + Loading wallet… 324 - - Loading block index… + + Missing amount 325 - - Loading wallet… + + Missing solving data for estimating transaction size 326 - - Missing amount + + Need to specify a port with -whitebind: '%s' 327 - - Missing solving data for estimating transaction size + + No addresses available 328 - - Need to specify a port with -whitebind: '%s' + + Not enough file descriptors available. 329 - - No addresses available + + Not found pre-selected input %s 330 - - Not enough file descriptors available. + + Not solvable pre-selected input %s 331 - - Not found pre-selected input %s + + Prune cannot be configured with a negative value. 332 - - Not solvable pre-selected input %s + + Prune mode is incompatible with -txindex. 333 - - Prune cannot be configured with a negative value. + + Pruning blockstore… 334 - - Prune mode is incompatible with -txindex. + + Reducing -maxconnections from %d to %d, because of system limitations. 335 - - Pruning blockstore… + + Replaying blocks… 336 - - Reducing -maxconnections from %d to %d, because of system limitations. + + Rescanning… 337 - - Replaying blocks… + + SQLiteDatabase: Failed to execute statement to verify database: %s 338 - - Rescanning… + + SQLiteDatabase: Failed to prepare statement to verify database: %s 339 - - SQLiteDatabase: Failed to execute statement to verify database: %s + + SQLiteDatabase: Failed to read database verification error: %s 340 - - SQLiteDatabase: Failed to prepare statement to verify database: %s + + SQLiteDatabase: Unexpected application id. Expected %u, got %u 341 - - SQLiteDatabase: Failed to read database verification error: %s + + Section [%s] is not recognized. 342 - - SQLiteDatabase: Unexpected application id. Expected %u, got %u - 343 - - - Section [%s] is not recognized. - 344 - - + Signing transaction failed - 347 - - - Specified -walletdir "%s" does not exist - 348 - - - Specified -walletdir "%s" is a relative path - 349 - - - Specified -walletdir "%s" is not a directory - 350 - - - Specified blocks directory "%s" does not exist. - 351 - - - Specified data directory "%s" does not exist. - 352 - - - Starting network threads… - 353 - - - The source code is available from %s. - 354 - - - The specified config file %s does not exist - 355 - - - The transaction amount is too small to pay the fee - 356 - - - The wallet will avoid paying less than the minimum relay fee. - 357 - - - This is experimental software. - 358 - - - This is the minimum transaction fee you pay on every transaction. - 359 - - - This is the transaction fee you will pay if you send a transaction. - 360 - - - Transaction amount too small - 361 - - - Transaction amounts must not be negative - 362 - - - Transaction change output index out of range - 363 - - - Transaction has too long of a mempool chain - 364 - - - Transaction must have at least one recipient - 365 - - - Transaction needs a change address, but we can't generate it. - 366 - - - Transaction too large - 367 - - - Unable to allocate memory for -maxsigcachesize: '%s' MiB - 368 - - - Unable to bind to %s on this computer (bind returned error %s) - 369 - - - Unable to bind to %s on this computer. %s is probably already running. - 370 - - - Unable to create the PID file '%s': %s - 371 - - - Unable to find UTXO for external input - 372 - - - Unable to generate initial keys - 373 - - - Unable to generate keys - 374 - - - Unable to open %s for writing - 375 - - - Unable to parse -maxuploadtarget: '%s' - 376 - - - Unable to start HTTP server. See debug log for details. - 377 - - - Unable to unload the wallet before migrating - 378 - - - Unknown -blockfilterindex value %s. - 379 - - - Unknown address type '%s' - 380 - - - Unknown change type '%s' - 381 - - - Unknown network specified in -onlynet: '%s' - 382 - - - Unknown new rules activated (versionbit %i) - 383 - - - Unsupported global logging level -loglevel=%s. Valid values: %s. - 384 - - - Unsupported logging category %s=%s. - 385 - - - User Agent comment (%s) contains unsafe characters. - 386 - - - Verifying blocks… - 387 - - - Verifying wallet(s)… - 388 - - - Wallet needed to be rewritten: restart %s to complete - 389 - - - Settings file could not be read 345 - - Settings file could not be written + + Specified -walletdir "%s" does not exist 346 + + Specified -walletdir "%s" is a relative path + 347 + + + Specified -walletdir "%s" is not a directory + 348 + + + Specified blocks directory "%s" does not exist. + 349 + + + Specified data directory "%s" does not exist. + 350 + + + Starting network threads… + 351 + + + The source code is available from %s. + 352 + + + The specified config file %s does not exist + 353 + + + The transaction amount is too small to pay the fee + 354 + + + The wallet will avoid paying less than the minimum relay fee. + 355 + + + This is experimental software. + 356 + + + This is the minimum transaction fee you pay on every transaction. + 357 + + + This is the transaction fee you will pay if you send a transaction. + 358 + + + Transaction amount too small + 359 + + + Transaction amounts must not be negative + 360 + + + Transaction change output index out of range + 361 + + + Transaction has too long of a mempool chain + 362 + + + Transaction must have at least one recipient + 363 + + + Transaction needs a change address, but we can't generate it. + 364 + + + Transaction too large + 365 + + + Unable to allocate memory for -maxsigcachesize: '%s' MiB + 366 + + + Unable to bind to %s on this computer (bind returned error %s) + 367 + + + Unable to bind to %s on this computer. %s is probably already running. + 368 + + + Unable to create the PID file '%s': %s + 369 + + + Unable to find UTXO for external input + 370 + + + Unable to generate initial keys + 371 + + + Unable to generate keys + 372 + + + Unable to open %s for writing + 373 + + + Unable to parse -maxuploadtarget: '%s' + 374 + + + Unable to start HTTP server. See debug log for details. + 375 + + + Unable to unload the wallet before migrating + 376 + + + Unknown -blockfilterindex value %s. + 377 + + + Unknown address type '%s' + 378 + + + Unknown change type '%s' + 379 + + + Unknown network specified in -onlynet: '%s' + 380 + + + Unknown new rules activated (versionbit %i) + 381 + + + Unsupported global logging level %s=%s. Valid values: %s. + 382 + + + acceptstalefeeestimates is not supported on %s chain. + 388 + + + Unsupported logging category %s=%s. + 383 + + + User Agent comment (%s) contains unsafe characters. + 384 + + + Verifying blocks… + 385 + + + Verifying wallet(s)… + 386 + + + Wallet needed to be rewritten: restart %s to complete + 387 + + + Settings file could not be read + 343 + + + Settings file could not be written + 344 +