diff --git a/.tx/config b/.tx/config index 02d80379d1c..b5a9abaae38 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[o:bitcoin:p:bitcoin:r:qt-translation-028x] +[o:bitcoin:p:bitcoin:r:qt-translation-029x] file_filter = src/qt/locale/bitcoin_.xlf source_file = src/qt/locale/bitcoin_en.xlf source_lang = en diff --git a/src/qt/CMakeLists.txt b/src/qt/CMakeLists.txt index 9f660264f98..a1f39037f22 100644 --- a/src/qt/CMakeLists.txt +++ b/src/qt/CMakeLists.txt @@ -324,6 +324,7 @@ else() COMMAND Qt5::lconvert -drop-translations -o ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.xlf -i ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.ts COMMAND ${SED_EXECUTABLE} -i.old -e "s|source-language=\"en\" target-language=\"en\"|source-language=\"en\"|" -e "/<\\/target>/d" ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.xlf COMMAND ${CMAKE_COMMAND} -E rm ${CMAKE_CURRENT_SOURCE_DIR}/locale/bitcoin_en.xlf.old + DEPENDS ${translatable_sources} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/src VERBATIM ) diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 13773831a09..f7844318409 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -33,8 +33,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot downgrade wallet from version %i to version %i. Wallet version " "unchanged."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Cannot obtain a lock on data directory %s. %s is probably already running."), -QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot provide specific connections and have addrman find outgoing " "connections at the same time."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -62,6 +60,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error reading %s! Transaction data may be missing or incorrect. Rescanning " "wallet."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error starting/committing db txn for wallet transactions removal process"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Address book data in wallet cannot be identified to belong to " "migrated wallets"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -114,6 +114,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "report it to %s. As a workaround, you can move the file (%s) out of the way " "(rename, move, or delete) to have a new one created on the next start."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a " +"string value, while '-nowallet' accepts only '1' to disable all wallets"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Maximum transaction weight is less than transaction weight without inputs"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Maximum transaction weight is too low, can not accommodate change output"), @@ -129,6 +132,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "No wallet file format provided. To use createfromdump, -format= must " "be provided."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Option '-upnp' is set but UPnP support was dropped in version 29.0. Consider " +"using '-natpmp' instead."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Outbound connections restricted to CJDNS (-onlynet=cjdns) but -" "cjdnsreachable is not provided"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -272,10 +278,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"), QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details: "), QT_TRANSLATE_NOOP("bitcoin-core", "Assumeutxo data not found for the given blockhash '%s'."), QT_TRANSLATE_NOOP("bitcoin-core", "Block verification was interrupted"), +QT_TRANSLATE_NOOP("bitcoin-core", "Cannot obtain a lock on directory %s. %s is probably already running."), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -forcednsseed to true when setting -dnsseed to false."), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."), -QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."), +QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to directory '%s'; check permissions."), QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."), QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"), QT_TRANSLATE_NOOP("bitcoin-core", "Corrupt block found indicating potential hardware failure."), @@ -283,11 +290,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"), QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"), -QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"), +QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the databases now?"), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), QT_TRANSLATE_NOOP("bitcoin-core", "Dump file %s does not exist."), QT_TRANSLATE_NOOP("bitcoin-core", "Elliptic curve cryptography sanity check failure. %s is shutting down."), -QT_TRANSLATE_NOOP("bitcoin-core", "Error committing db txn for wallet transactions removal"), QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"), @@ -296,11 +302,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Private keys can only be di QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error loading databases"), QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error opening coins database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error reading configuration file: %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."), QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"), -QT_TRANSLATE_NOOP("bitcoin-core", "Error starting db txn for wallet transactions removal"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Cannot extract destination from the generated scriptpubkey"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not add watchonly tx %s to watchonly wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not delete watchonly transactions. "), @@ -321,10 +328,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32 QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read all records in the database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read wallet's best block locator record"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address book data"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write data to disk for wallet %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write solvable wallet best block locator record"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write watchonly wallet best block locator record"), -QT_TRANSLATE_NOOP("bitcoin-core", "Error: address book copy failed for wallet %s"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet does not exist"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: cannot remove legacy wallet records"), QT_TRANSLATE_NOOP("bitcoin-core", "Error: database transaction cannot be executed for wallet %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to connect best block (%s)."), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to disconnect block."), @@ -366,7 +375,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing amount"), QT_TRANSLATE_NOOP("bitcoin-core", "Missing solving data for estimating transaction size"), QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "No addresses available"), -QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), +QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available. %d available, %d required."), QT_TRANSLATE_NOOP("bitcoin-core", "Not found pre-selected input %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Not solvable pre-selected input %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Only direction was set, no permissions: '%s'"), @@ -399,6 +408,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "System error while saving block to disk: %s") QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."), QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"), QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"), +QT_TRANSLATE_NOOP("bitcoin-core", "The transactions removal process can only be executed within a db txn"), QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."), QT_TRANSLATE_NOOP("bitcoin-core", "There is no ScriptPubKeyManager for this address"), QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index c8aacee4f31..ef005ebdb8e 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -340,7 +340,7 @@ Signing is only possible with addresses of the type 'legacy'. BitcoinApplication - + Settings file %1 might be corrupt or invalid. @@ -1130,7 +1130,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. @@ -1716,7 +1716,13 @@ The migration process will create a backup of the wallet before migrating. This - + + Maximum database cache size. Make sure you have enough RAM. 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. + Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value. + + + + Size of &database cache @@ -1731,7 +1737,17 @@ The migration process will create a backup of the wallet before migrating. This - + + Automatically open the Bitcoin client port on the router. This only works when your router supports PCP or NAT-PMP and it is enabled. The external port could be random. + + + + + Map port using PCP or NA&T-PMP + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) @@ -1779,7 +1795,7 @@ The migration process will create a backup of the wallet before migrating. This &Reset Options - + &Network &Network @@ -1799,13 +1815,7 @@ The migration process will create a backup of the wallet before migrating. This - - 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. - Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value. - - - - + MiB @@ -1892,27 +1902,7 @@ The migration process will create a backup of the wallet before migrating. This - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - Map port using &UPnP - Map port using &UPnP - - - - 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. - - - - - Map port using NA&T-PMP - - - - + Accept connections from outside. @@ -2036,12 +2026,12 @@ The migration process will create a backup of the wallet before migrating. This - + Whether to show coin control features or not. - + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. @@ -2061,7 +2051,7 @@ The migration process will create a backup of the wallet before migrating. This &Cancel - + Compiled without external signing support (required for external signing) "External signing" means using devices such as hardware wallets. @@ -2072,12 +2062,12 @@ The migration process will create a backup of the wallet before migrating. This default - + none - + Confirm options reset Window title text of pop-up window shown when the user has chosen to reset options. Confirm options reset @@ -2147,7 +2137,7 @@ The migration process will create a backup of the wallet before migrating. This OptionsModel - + Could not read setting "%1", %2. @@ -2739,7 +2729,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + %1 kB @@ -2788,7 +2778,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Embedded "%1" @@ -4406,7 +4396,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 ShutdownWindow - + %1 is shutting down… @@ -5201,7 +5191,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 WalletController - + Close wallet @@ -5216,7 +5206,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Close all wallets @@ -5438,12 +5428,7 @@ Go to File > Open Wallet to load a wallet. - - Cannot obtain a lock on data directory %s. %s is probably already running. - - - - + 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. @@ -5468,7 +5453,12 @@ Go to File > Open Wallet to load a wallet. - + + Error starting/committing db txn for wallet transactions removal process + + + + Error: Dumpfile format record is incorrect. Got "%s", expected "format". @@ -5503,7 +5493,12 @@ Go to File > Open Wallet to load a wallet. - + + Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a string value, while '-nowallet' accepts only '1' to disable all wallets + + + + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. @@ -5522,6 +5517,11 @@ Go to File > Open Wallet to load a wallet. No wallet file format provided. To use createfromdump, -format=<format> must be provided. + + + Option '-upnp' is set but UPnP support was dropped in version 29.0. Consider using '-natpmp' instead. + + Please contribute if you find %s useful. Visit %s for further information about the software. @@ -5659,31 +5659,31 @@ Go to File > Open Wallet to load a wallet. - Cannot resolve -%s address: '%s' + Cannot obtain a lock on directory %s. %s is probably already running. - Cannot set -forcednsseed to true when setting -dnsseed to false. + Cannot resolve -%s address: '%s' - Cannot set -peerblockfilters without -blockfilterindex. + Cannot set -forcednsseed to true when setting -dnsseed to false. - Cannot write to data directory '%s'; check permissions. + Cannot set -peerblockfilters without -blockfilterindex. - + %s is set very high! Fees this large could be paid on a single transaction. - + Cannot provide specific connections and have addrman find outgoing connections at the same time. @@ -5698,7 +5698,7 @@ Go to File > Open Wallet to load a wallet. - + Error: Address book data in wallet cannot be identified to belong to migrated wallets @@ -5754,7 +5754,7 @@ Go to File > Open Wallet to load a wallet. - + Maximum transaction weight is less than transaction weight without inputs @@ -5764,7 +5764,7 @@ Go to File > Open Wallet to load a wallet. - + Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided @@ -5874,6 +5874,11 @@ Unable to restore backup of wallet. + Cannot write to directory '%s'; check permissions. + + + + Config setting for %s only applied on %s network when in [%s] section. @@ -5908,12 +5913,7 @@ Unable to restore backup of wallet. - - Do you want to rebuild the block database now? - - - - + Done loading @@ -5927,11 +5927,6 @@ Unable to restore backup of wallet. Elliptic curve cryptography sanity check failure. %s is shutting down. - - - Error committing db txn for wallet transactions removal - - Error creating %s @@ -5972,6 +5967,11 @@ Unable to restore backup of wallet. Error loading block database + + + Error loading databases + + Error opening block database @@ -5979,22 +5979,22 @@ Unable to restore backup of wallet. - Error reading configuration file: %s + Error opening coins database - Error reading from database, shutting down. + Error reading configuration file: %s - Error reading next record from wallet database + Error reading from database, shutting down. - Error starting db txn for wallet transactions removal + Error reading next record from wallet database @@ -6089,26 +6089,26 @@ Unable to restore backup of wallet. - Error: Unable to write record to new wallet + Error: Unable to write data to disk for wallet %s - Error: Unable to write solvable wallet best block locator record + Error: Unable to write record to new wallet - Error: Unable to write watchonly wallet best block locator record + Error: Unable to write solvable wallet best block locator record - Error: address book copy failed for wallet %s + Error: Unable to write watchonly wallet best block locator record - + Error: database transaction cannot be executed for wallet %s @@ -6313,12 +6313,7 @@ Unable to restore backup of wallet. - - Not enough file descriptors available. - - - - + Not found pre-selected input %s @@ -6467,6 +6462,11 @@ Unable to restore backup of wallet. The transaction amount is too small to pay the fee + + + The transactions removal process can only be executed within a db txn + + The wallet will avoid paying less than the minimum relay fee. @@ -6628,7 +6628,12 @@ Unable to restore backup of wallet. - + + Do you want to rebuild the databases now? + + + + Error: Could not add watchonly tx %s to watchonly wallet @@ -6638,7 +6643,22 @@ Unable to restore backup of wallet. - + + Error: Wallet does not exist + + + + + Error: cannot remove legacy wallet records + + + + + Not enough file descriptors available. %d available, %d required. + + + + User Agent comment (%s) contains unsafe characters. @@ -6658,7 +6678,7 @@ Unable to restore backup of wallet. - + Settings file could not be read diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf index eef3fd3cfed..f8ffd896043 100644 --- a/src/qt/locale/bitcoin_en.xlf +++ b/src/qt/locale/bitcoin_en.xlf @@ -290,43 +290,43 @@ Signing is only possible with addresses of the type 'legacy'. Settings file %1 might be corrupt or invalid. - 275 + 260 Runaway exception - 459 + 444 A fatal error occurred. %1 can no longer continue safely and will quit. - 460 + 445 Internal error - 469 + 454 An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below. - 470 + 455 Do you want to reset settings to default values, or to abort without making changes? - 183 + 168 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. - 203 + 188 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 - 631 + 616 %1 didn't yet exit safely… - 704 + 689 @@ -966,51 +966,51 @@ Signing is only possible with addresses of the type 'legacy'. Create Wallet - 248 + 250 Title of window indicating the progress of creation of a new wallet. Creating Wallet <b>%1</b>… - 251 + 253 Descriptive text of the create wallet progress window which indicates to the user which wallet is currently being created. Create wallet failed - 283 + 285 Create wallet warning - 285 + 287 Can't list signers - 301 + 303 Too many external signers found - 304 + 306 Load Wallets - 378 + 380 Title of progress window which is displayed when wallets are being loaded. Loading wallets… - 381 + 383 Descriptive text of the load wallets progress window which indicates to the user that wallets are currently being loaded. Migrate wallet - 444 + 446 Are you sure you wish to migrate the wallet <i>%1</i>? - 445 + 447 Migrating the wallet will convert this wallet to one or more descriptor wallets. A new wallet backup will need to be made. @@ -1018,104 +1018,104 @@ If this wallet contains any watchonly scripts, a new wallet will be created whic If this wallet contains any solvable but not watched scripts, a different and new wallet will be created which contains those scripts. The migration process will create a backup of the wallet before migrating. This backup file will be named <wallet name>-<timestamp>.legacy.bak and can be found in the directory for this wallet. In the event of an incorrect migration, the backup can be restored with the "Restore Wallet" functionality. - 446 + 448 Migrate Wallet - 463 + 465 Migrating Wallet <b>%1</b>… - 463 + 465 The wallet '%1' was migrated successfully. - 469 + 471 Watchonly scripts have been migrated to a new wallet named '%1'. - 471 + 473 Solvable but not watched scripts have been migrated to a new wallet named '%1'. - 474 + 476 Migration failed - 488 + 490 Migration Successful - 490 + 492 Open wallet failed - 335 + 337 Open wallet warning - 337 + 339 Open Wallet - 351 + 353 Title of window indicating the progress of opening of a wallet. Opening Wallet <b>%1</b>… - 354 + 356 Descriptive text of the open wallet progress window which indicates to the user which wallet is currently being opened. Restore Wallet - 404 + 406 Title of progress window which is displayed when wallets are being restored. Restoring Wallet <b>%1</b>… - 407 + 409 Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored. Restore wallet failed - 426 + 428 Title of message box which is displayed when the wallet could not be restored. Restore wallet warning - 429 + 431 Title of message box which is displayed when the wallet is restored with some warning. Restore wallet message - 432 + 434 Title of message box which is displayed when the wallet is successfully restored. Close wallet - 85 + 93 Are you sure you wish to close the wallet <i>%1</i>? - 86 + 94 Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled. - 87 + 95 Close all wallets - 100 + 105 Are you sure you wish to close all wallets? - 101 + 106 @@ -1365,11 +1365,11 @@ The migration process will create a backup of the wallet before migrating. This %1 is shutting down… - 144 + 147 Do not shut down the computer until this window disappears. - 145 + 148 @@ -1538,367 +1538,359 @@ The migration process will create a backup of the wallet before migrating. This 58 + Maximum database cache size. Make sure you have enough RAM. 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. + + 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 - + + Automatically open the Bitcoin client port on the router. This only works when your router supports PCP or NAT-PMP and it is enabled. The external port could be random. + 321 + + + Map port using PCP or NA&T-PMP + 324 + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) - 388 - 575 + 378 + 565 - + Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type. - 457 - 480 - 503 + 447 + 470 + 493 - + 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 + 662 - + Font in the Overview tab: - 779 + 769 - + Options set in this dialog are overridden by the command line: - 824 + 814 - + Open the %1 configuration file from the working directory. - 869 + 859 - + Open Configuration File - 872 + 862 - + Reset all client options to default. - 882 + 872 - + &Reset Options - 885 + 875 - + &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. + Accept connections from outside. 331 - Map port using NA&T-PMP + Allow incomin&g connections 334 - Accept connections from outside. + Connect to the Bitcoin network through a SOCKS5 proxy. 341 - Allow incomin&g connections + &Connect through SOCKS5 proxy (default proxy): 344 - Connect to the Bitcoin network through a SOCKS5 proxy. - 351 - - - &Connect through SOCKS5 proxy (default proxy): - 354 - - Proxy &IP: - 363 - 550 + 353 + 540 - + &Port: - 395 - 582 + 385 + 572 - + Port of the proxy (e.g. 9050) - 420 - 607 + 410 + 597 - + Used for reaching peers via: - 444 + 434 - + IPv4 - 467 + 457 - + IPv6 - 490 + 480 - + Tor - 513 + 503 - + &Window - 643 + 633 - + Show the icon in the system tray. - 649 + 639 - + &Show tray icon - 652 + 642 - + Show only a tray icon after minimizing the window. - 662 + 652 - + &Minimize to the tray instead of the taskbar - 665 + 655 - + M&inimize on close - 675 + 665 - + &Display - 696 + 686 - + User Interface &language: - 704 + 694 - + The user interface language can be set here. This setting will take effect after restarting %1. - 717 + 707 - + &Unit to show amounts in: - 728 + 718 - + Choose the default subdivision unit to show in the interface and when sending coins. - 741 + 731 - + 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 + 742 + 755 - + &Third-party transaction URLs - 755 + 745 - + Whether to show coin control features or not. 238 - + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services. - 538 + 528 - + Use separate SOCKS&5 proxy to reach peers via Tor onion services: - 541 + 531 - + &OK - 965 + 955 - + &Cancel - 978 + 968 - + Compiled without external signing support (required for external signing) - 153 + 145 "External signing" means using devices such as hardware wallets. - + default - 165 + 157 - + none - 239 + 238 - + Confirm options reset - 348 + 346 Window title text of pop-up window shown when the user has chosen to reset options. - + Client restart required to activate changes. - 339 - 420 + 337 + 418 Text explaining that the settings changed will not come into effect until the client is restarted. - + Current settings will be backed up at "%1". - 343 + 341 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? - 346 + 344 Text asking the user to confirm if they would like to proceed with a client shutdown. - + Configuration options - 366 + 364 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. - 369 + 367 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 - 372 + 370 - + Cancel - 373 + 371 - + Error - 382 + 380 - + The configuration file could not be opened. - 382 + 380 - + This change would require a client restart. - 424 + 422 - + The supplied proxy address is invalid. - 452 + 450 - + Embedded "%1" 61 - + Default system font "%1" 62 - + Custom… 63 @@ -1906,84 +1898,84 @@ The migration process will create a backup of the wallet before migrating. This - + Could not read setting "%1", %2. - 228 + 227 - + 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 @@ -1991,7 +1983,7 @@ The migration process will create a backup of the wallet before migrating. This - + Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values. 184 @@ -1999,27 +1991,27 @@ The migration process will create a backup of the wallet before migrating. This - + PSBT Operations 14 - + Sign Tx 86 - + Broadcast Tx 102 - + Copy to Clipboard 122 - + Save… 129 - + Close 136 @@ -2027,112 +2019,112 @@ The migration process will create a backup of the wallet before migrating. This - + Failed to load transaction: %1 64 - + Failed to sign transaction: %1 89 - + Cannot sign inputs while wallet is locked. 97 - + Could not sign any more inputs. 99 - + Signed %1 inputs, but more signatures are still required. 101 - + Signed transaction successfully. Transaction is ready to broadcast. 104 - + Unknown error processing transaction. 116 - + Transaction broadcast successfully! Transaction ID: %1 126 - + Transaction broadcast failed: %1 129 - + PSBT copied to clipboard. 138 - + Save Transaction Data 161 - + Partially Signed Transaction (Binary) 163 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved to disk. 170 - + Sends %1 to %2 187 - + own address 191 - + Unable to calculate transaction fee or total transaction amount. 199 - + Pays transaction fee: 201 - + Total Amount 213 - + or 216 - + Transaction has %1 unsigned inputs. 222 - + Transaction is missing some information about inputs. 268 - + Transaction still needs signature(s). 272 - + (But no wallet is loaded.) 275 - + (But this wallet cannot sign transactions.) 278 - + (But this wallet does not have the right keys.) 281 - + Transaction is fully signed and ready for broadcast. 289 - + Transaction status is unknown. 293 @@ -2140,37 +2132,37 @@ The migration process will create a backup of the wallet before migrating. This - + Payment request error 145 - + Cannot start bitcoin: click-to-pay handler 146 - + URI handling 194 210 216 223 - + 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead. 194 - + 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. 211 234 - + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. 224 - + Payment request file handling 233 @@ -2178,52 +2170,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. @@ -2232,12 +2224,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. @@ -2246,7 +2238,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Amount 197 @@ -2254,195 +2246,195 @@ If you are receiving this error you should request the merchant provide a BIP21 - + Enter a Bitcoin address (e.g. %1) 138 - + Ctrl+W 433 - + Unroutable 690 - + IPv4 692 network name Name of IPv4 network in peer info - + IPv6 694 network name Name of IPv6 network in peer info - + Onion 696 network name Name of Tor network in peer info - + I2P 698 network name Name of I2P network in peer info - + CJDNS 700 network name Name of CJDNS network in peer info - + Inbound 714 An inbound connection from a peer. An inbound connection is a connection initiated by a peer. - + Outbound 717 An outbound connection to a peer. An outbound connection is a connection initiated by us. - + Full Relay 722 Peer connection type that relays all network information. - + Block Relay 725 Peer connection type that relays network information about blocks and not transactions or addresses. - + Manual 727 Peer connection type established manually through one of several methods. - + Feeler 729 Short-lived peer connection type that tests the aliveness of known addresses. - + Address Fetch 731 Short-lived peer connection type that solicits known addresses from a peer. - + %1 d 743 755 - + %1 h 744 756 - + %1 m 745 757 - + %1 s 747 758 784 - + None 772 - + N/A 778 - + %1 ms 779 797 - + %n second(s) - + %n second(s) 801 - + %n minute(s) - + %n minute(s) 805 - + %n hour(s) - + %n hour(s) 809 - + %n day(s) - + %n day(s) 813 819 - + %n week(s) - + %n week(s) - + %1 and %2 819 819 - + %n year(s) - + %n year(s) - + %1 B 827 - + %1 kB 829 - ../rpcconsole.cpp1021 + ../rpcconsole.cpp1023 - + %1 MB 831 - ../rpcconsole.cpp1022 - ../rpcconsole.cpp1023 + ../rpcconsole.cpp1024 + ../rpcconsole.cpp1025 - + %1 GB 833 - + default wallet 1013 @@ -2450,31 +2442,31 @@ If you are receiving this error you should request the merchant provide a BIP21 - + &Save Image… 28 - + &Copy Image 29 - + Resulting URI too long, try to reduce the text for label / message. 40 - + Error encoding URI into QR Code. 47 - + QR code support not available. 88 - + Save QR Code 118 - + PNG Image 121 Expanded name of the PNG file format. See: https://en.wikipedia.org/wiki/Portable_Network_Graphics. @@ -2483,7 +2475,7 @@ If you are receiving this error you should request the merchant provide a BIP21 - + N/A 75 101 @@ -2526,323 +2518,323 @@ If you are receiving this error you should request the merchant provide a BIP21 1824 ../rpcconsole.h145 - + 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 1255 - + Name 208 - + Number of connections 231 - + Local Addresses 254 - + Network addresses that your Bitcoin node is currently using to communicate with other nodes. 282 - + Block chain 295 - + Memory Pool 354 - + Current number of transactions 361 - + Memory usage 384 - + Wallet: 478 - + (none) 489 - + &Reset 700 - + Received 780 1615 - + Sent 860 1592 - + &Peers 901 - + Banned peers 977 - + Select a peer to view detailed information. 1053 - ../rpcconsole.cpp1189 + ../rpcconsole.cpp1191 - + Hide Peers Detail 1105 - + Ctrl+X 1126 - + The transport layer version: %1 1200 - + Transport 1203 - + Session ID 1229 - + Version 1278 - + Whether we relay transactions to this peer. 1350 - + Transaction Relay 1353 - + Starting Block 1402 - + Synced Headers 1425 - + Synced Blocks 1448 - + Last Transaction 1523 - + The mapped Autonomous System used for diversifying peer selection. 1733 - + Mapped AS 1736 - + Whether we relay addresses to this peer. 1759 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 1762 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). 1785 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. 1811 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 1788 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 1814 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 1301 - + Node window 14 - + Current block height 302 - + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. 432 - + Decrease font size 510 - + Increase font size 530 - + Permissions 1151 - + The direction and type of peer connection: %1 1174 - + Direction/Type 1177 - + The BIP324 session ID string in hex. 1226 - + The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS. 1252 - + Services 1324 - + High bandwidth BIP152 compact block relay: %1 1376 - + High Bandwidth 1379 - + Connection Time 1471 - + Elapsed time since a novel block passing initial validity checks was received from this peer. 1494 - + Last Block 1497 - + Elapsed time since a novel transaction accepted into our mempool was received from this peer. 1520 Tooltip text for the Last Transaction field in the peer details area. - + Last Send 1546 - + Last Receive 1569 - + Ping Time 1638 - + The duration of a currently outstanding ping. 1661 - + Ping Wait 1664 - + Min Ping 1687 - + Time Offset 1710 - + Last block time 325 - + &Open 435 - + &Console 461 - + &Network Traffic 648 - + Totals 716 - + Debug log file 425 - + Clear console 550 @@ -2850,162 +2842,162 @@ If you are receiving this error you should request the merchant provide a BIP21 - + In: - 973 + 975 - + Out: - 974 + 976 - + Inbound: initiated by peer - 497 + 499 Explanatory text for an inbound peer connection. - + Outbound Full Relay: default - 501 + 503 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 - 504 + 506 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 - 509 + 511 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 - 515 + 517 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 - 518 + 520 Explanatory text for a short-lived outbound peer connection that is used to request addresses from a peer. - + detecting: peer could be v1 or v2 - 523 + 525 Explanatory text for "detecting" transport type. - + v1: unencrypted, plaintext transport protocol - 525 + 527 Explanatory text for v1 transport type. - + v2: BIP324 encrypted transport protocol - 527 + 529 Explanatory text for v2 transport type. - + we selected the peer for high bandwidth relay - 531 + 533 - + the peer selected us for high bandwidth relay - 532 + 534 - + no high bandwidth relay selected - 533 + 535 - + Ctrl++ - 546 + 548 Main shortcut to increase the RPC console font size. - + Ctrl+= - 548 + 550 Secondary shortcut to increase the RPC console font size. - + Ctrl+- - 552 + 554 Main shortcut to decrease the RPC console font size. - + Ctrl+_ - 554 + 556 Secondary shortcut to decrease the RPC console font size. - + &Copy address - 708 + 710 Context menu action to copy the address of a peer. - + &Disconnect - 712 + 714 - + 1 &hour - 713 + 715 - + 1 d&ay - 714 + 716 - + 1 &week - 715 + 717 - + 1 &year - 716 + 718 - + &Copy IP/Netmask - 742 + 744 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 - 746 + 748 - + Network activity disabled - 977 + 979 - + None - 990 + 992 - + Executing command without any wallet - 1069 + 1071 - + Ctrl+I - 1395 + 1397 - + Ctrl+T - 1396 + 1398 - + Ctrl+N - 1397 + 1399 - + Ctrl+P - 1398 + 1400 - + Node window - [%1] - 1416 + 1418 - + Executing command using "%1" wallet - 1067 + 1069 - + 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. @@ -3013,51 +3005,51 @@ 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 - 906 + 908 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… - 1077 + 1079 A console message indicating an entered command is currently being executed. - + (peer: %1) - 1195 + 1197 - + via %1 - 1197 + 1199 - + Yes 144 - + No 144 - + To 144 - + From 144 - + Ban for 145 - + Never 187 - + Unknown 145 @@ -3065,72 +3057,72 @@ For more information on using this console, type %6. - + &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 @@ -3138,63 +3130,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 @@ -3202,51 +3194,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 @@ -3254,7 +3246,7 @@ For more information on using this console, type %6. - + Request payment to %1 46 @@ -3262,31 +3254,31 @@ For more information on using this console, type %6. - + Date 34 - + Label 34 - + Message 34 - + (no label) 72 - + (no message) 81 - + (no amount requested) 89 - + Requested 132 @@ -3294,150 +3286,150 @@ For more information on using this console, type %6. - + Send Coins 14 ../sendcoinsdialog.cpp763 - + Coin Control Features 90 - + automatically selected 120 - + Insufficient funds! 139 - + Quantity: 231 - + Bytes: 266 - + Amount: 314 - + Fee: 365 - + After Fee: 419 - + Change: 451 - + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. 495 - + Custom change address 498 - + Transaction Fee: 704 - + 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 - + Warning: Fee estimation is currently not possible. 751 - + per kilobyte 833 - + Hide 780 - + Recommended: 892 - + Custom: 922 - + Send to multiple recipients at once 1137 - + Add &Recipient 1140 - + Clear all fields of the form. 1120 - + Inputs… 110 - + Choose… 718 - + Hide transaction fee settings 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. 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 - + 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 - + Clear &All 1123 - + Balance: 1178 - + Confirm the send action 1094 - + S&end 1097 @@ -3445,231 +3437,231 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Copy quantity 95 - + Copy amount 96 - + Copy fee 97 - + Copy after fee 98 - + Copy bytes 99 - + Copy change 100 - + %1 (%2 blocks) 172 - + Sign on device 202 "device" usually means a hardware wallet. - + Connect your hardware wallet first. 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 - + %1 to '%2' 316 - + %1 to %2 321 - + To review recipient list click "Show Details…" 388 - + Sign failed 451 - + External signer not found 456 "External signer" means using devices such as hardware wallets. - + External signer failure 462 "External signer" means using devices such as hardware wallets. - + Save Transaction Data 426 - + Partially Signed Transaction (Binary) 428 Expanded name of the binary PSBT file format. See: BIP 174. - + PSBT saved 436 Popup message when a PSBT has been saved to a file - + External balance: 709 - + or 384 - + You can increase the fee later (signals Replace-By-Fee, BIP-125). 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. 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. - + %1 from wallet '%2' 305 - + Do you want to create this transaction? 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. 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. 343 Text to prompt a user to review the details of the transaction they are attempting to send. - + Transaction fee 351 - + %1 kvB 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. 368 - + Total Amount 381 - + Unsigned Transaction 405 PSBT copied Caption of "PSBT has been copied" messagebox - + The PSBT has been copied to the clipboard. You can also save it. 406 - + PSBT saved to disk 436 - + Confirm send coins 485 - + Watch-only balance: 712 - + The recipient address is not valid. Please recheck. 736 - + The amount to pay must be larger than 0. 739 - + The amount exceeds your balance. 742 - + The total exceeds your balance when the %1 transaction fee is included. 745 - + Duplicate address found: addresses should only be used once each. 748 - + Transaction creation failed! 751 - + A fee higher than %1 is considered an absurdly high fee. 755 - + %1/kvB 834 869 883 - + Estimated to begin confirmation within %n block(s). - + Estimated to begin confirmation within %n block(s). - + Warning: Invalid Bitcoin address 978 - + Warning: Unknown change address 983 - + Confirm custom change address 986 - + 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? 986 - + (no label) 1007 @@ -3677,68 +3669,68 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + 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 @@ -3746,11 +3738,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Send 146 - + Create Unsigned 148 @@ -3758,105 +3750,105 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Signatures - Sign / Verify a Message 14 - + &Sign Message 27 - + You can sign messages/agreements with your legacy (P2PKH) addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. 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 @@ -3864,59 +3856,59 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + The entered address is invalid. 120 219 - + Please check the address and try again. 120 220 - + The entered address does not refer to a legacy (P2PKH) key. Message signing for SegWit and other non-P2PKH address types is not supported in this version of %1. Please check the address and try again. 127 225 - + Wallet unlock was cancelled. 135 - + No error 146 - + Private key for the entered address is not available. 149 - + Message signing failed. 152 - + Message signed. 164 - + The signature could not be decoded. 230 - + Please check the signature and try again. 231 238 - + The signature did not match the message digest. 237 - + Message verification failed. 243 - + Message verified. 214 @@ -3924,11 +3916,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + (press q to shutdown and continue later) 175 - + press q to shutdown 176 @@ -3936,7 +3928,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + kB/s 74 @@ -3944,84 +3936,84 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + conflicted with a transaction with %1 confirmations 40 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 47 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 52 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 58 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 66 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 71 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 121 - + Date 124 - + Source 131 - + Generated 131 - + From 136 150 222 - + unknown 150 - + To 151 171 241 - + own address 153 248 - + watch-only 153 222 250 - + label 155 - + Credit 191 203 @@ -4031,98 +4023,98 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 193 - + matures in %n more block(s) - + matures in %n more block(s) - + not accepted 195 - + Debit 255 281 344 - + Total debit 265 - + Total credit 266 - + Transaction fee 271 - + Net amount 293 - + Message 299 311 - + Comment 301 - + Transaction ID 303 - + Transaction total size 304 - + Transaction virtual size 305 - + Output index 306 - + %1 (Certificate was not verified) 322 - + Merchant 325 - + 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. 333 - + Debug information 341 - + Transaction 349 - + Inputs 352 - + Amount 371 - + true 372 373 - + false 372 373 @@ -4131,7 +4123,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + This pane shows a detailed description of the transaction 20 @@ -4139,7 +4131,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Details for %1 18 @@ -4147,95 +4139,95 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100 - + Date 258 - + Type 258 - + Label 258 - + Unconfirmed 318 - + Abandoned 321 - + Confirming (%1 of %2 recommended confirmations) 324 - + Confirmed (%1 confirmations) 327 - + Conflicted 330 - + Immature (%1 confirmations, will be available after %2) 333 - + Generated but not accepted 336 - + Received with 375 - + Received from 377 - + Sent to 380 - + Mined 382 - + watch-only 410 - + (n/a) 424 - + (no label) 629 - + Transaction status. Hover over this field to show number of confirmations. 668 - + Date and time that the transaction was received. 670 - + Type of transaction. 672 - + Whether or not a watch-only address is involved in this transaction. 674 - + User-defined intent/purpose of the transaction. 676 - + Amount removed from or added to balance. 678 @@ -4243,162 +4235,162 @@ 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 - + Mined 94 - + Other 95 - + Enter address, transaction id, or label to search 100 - + Min amount 104 - + Range… 79 - + &Copy address 168 - + Copy &label 169 - + Copy &amount 170 - + Copy transaction &ID 171 - + Copy &raw transaction 172 - + Copy full transaction &details 173 - + &Show transaction details 174 - + Increase transaction &fee 176 - + A&bandon transaction 179 - + &Edit address label 180 - + Show in %1 239 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 358 - + Comma separated file 361 Expanded name of the CSV file format. See: https://en.wikipedia.org/wiki/Comma-separated_values. - + Confirmed 370 - + Watch-only 372 - + Date 373 - + Type 374 - + Label 375 - + Address 376 - + ID 378 - + Exporting Failed 381 - + There was an error trying to save the transaction history to %1. 381 - + Exporting Successful 385 - + The transaction history was successfully saved to %1. 385 - + Range: 558 - + to 566 @@ -4406,39 +4398,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 @@ -4446,72 +4438,72 @@ Go to File > Open Wallet to load a wallet. - + Send Coins 224 237 - + Fee bump error 491 540 560 565 - + Increasing transaction fee failed 491 - + Do you want to increase the fee? 498 Asks a user if they would like to manually increase the fee of a transaction that has already been created. - + Current fee: 502 - + Increase: 506 - + New fee: 510 - + 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. 518 - + Confirm fee bump 523 - + Can't draft transaction. 540 - + PSBT copied 547 - + Fee-bump PSBT copied to clipboard 547 - + Can't sign transaction. 560 - + Could not commit transaction 565 - + Signer error 578 - + Can't display address 581 @@ -4519,40 +4511,40 @@ Go to File > Open Wallet to load a wallet. - + &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 @@ -4560,217 +4552,225 @@ 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 + 38 - + Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory. - 44 + 42 - + Distributed under the MIT software license, see the accompanying file %s or %s - 47 + 45 - + 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 + 51 - + Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet. - 61 + 59 - + + Error starting/committing db txn for wallet transactions removal process + 62 + + Error: Dumpfile format record is incorrect. Got "%s", expected "format". 67 - + Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s". 69 - + Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s 71 - + Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types 77 - + 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. 98 - + 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. 112 - + + Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a string value, while '-nowallet' accepts only '1' to disable all wallets + 116 + + More than one onion bind address is provided. Using %s for the automatically created Tor onion service. - 120 + 123 - + No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided. - 123 + 126 - + No dump file provided. To use dump, -dumpfile=<filename> must be provided. - 126 + 129 - + No wallet file format provided. To use createfromdump, -format=<format> must be provided. - 128 + 131 + + + Option '-upnp' is set but UPnP support was dropped in version 29.0. Consider using '-natpmp' instead. + 134 Please contribute if you find %s useful. Visit %s for further information about the software. - 144 + 150 Prune configured below the minimum of %d MiB. Please use a higher number. - 147 + 153 Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead. - 149 + 155 Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - 152 + 158 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. - 158 + 164 SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported - 162 + 168 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 - 165 + 171 The transaction amount is too small to send after the fee has been deducted - 181 + 187 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 - 183 + 189 This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 187 + 193 This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection. - 190 + 196 This is the transaction fee you may discard if change is smaller than dust at this level - 193 + 199 This is the transaction fee you may pay when fee estimates are not available. - 196 + 202 Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - 198 + 204 Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - 207 + 213 Unknown wallet file format "%s" provided. Please provide one of "bdb" or "sqlite". - 217 + 223 Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s. - 225 + 231 Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database. - 228 + 234 Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. - 231 + 237 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. - 235 + 241 Warning: Dumpfile wallet format "%s" does not match command line specified format "%s". - 240 + 246 Warning: Private keys detected in wallet {%s} with disabled private keys - 243 + 249 Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - 245 + 251 Witness data for blocks after height %d requires validation. Please restart with -reindex. - 248 + 254 You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - 251 + 257 %s is set very high! - 270 + 276 -maxmempool must be at least %d MB - 271 + 277 - Cannot resolve -%s address: '%s' - 275 + Cannot obtain a lock on directory %s. %s is probably already running. + 281 - Cannot set -forcednsseed to true when setting -dnsseed to false. - 276 + Cannot resolve -%s address: '%s' + 282 - Cannot set -peerblockfilters without -blockfilterindex. - 277 + Cannot set -forcednsseed to true when setting -dnsseed to false. + 283 - Cannot write to data directory '%s'; check permissions. - 278 + Cannot set -peerblockfilters without -blockfilterindex. + 284 %s is set very high! Fees this large could be paid on a single transaction. @@ -4778,15 +4778,15 @@ Go to File > Open Wallet to load a wallet. Cannot provide specific connections and have addrman find outgoing connections at the same time. - 37 + 35 Error loading %s: External signer wallet being loaded without external signer support compiled - 50 + 48 Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect. - 58 + 56 Error: Address book data in wallet cannot be identified to belong to migrated wallets @@ -4835,62 +4835,62 @@ Go to File > Open Wallet to load a wallet. Maximum transaction weight is less than transaction weight without inputs - 116 + 119 Maximum transaction weight is too low, can not accommodate change output - 118 + 121 Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided - 131 + 137 Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0 - 134 + 140 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 - 137 + 143 Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not provided - 141 + 147 Rename of '%s' -> '%s' failed. Cannot clean up the background chainstate leveldb directory. - 155 + 161 The combination of the pre-selected inputs and the wallet automatic inputs selection exceeds the transaction maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs - 170 + 176 The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs - 174 + 180 The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually - 177 + 183 Transaction requires one destination of non-0 value, a non-0 feerate, or a pre-selected input - 201 + 207 UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot. - 204 + 210 Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool - 210 + 216 Unexpected legacy entry in descriptor wallet found. Loading wallet %s The wallet might have been tampered with or created with malicious intent. - 213 + 219 Unrecognized descriptor found. Loading wallet %s @@ -4898,673 +4898,689 @@ The wallet might have been tampered with or created with malicious intent. The wallet might had been created on a newer version. Please try running the latest software version. - 220 + 226 Your computer's date and time appear to be more than %d minutes out of sync with the network, this may lead to consensus failure. After you've confirmed your computer's clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you've connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info. - 254 + 260 Unable to cleanup failed migration - 262 + 268 Unable to restore backup of wallet. - 265 + 271 whitebind may only be used for incoming connections ("out" was passed) - 268 + 274 A fatal internal error occurred, see debug.log for details: - 272 + 278 Assumeutxo data not found for the given blockhash '%s'. - 273 + 279 Block verification was interrupted - 274 + 280 - Config setting for %s only applied on %s network when in [%s] section. - 279 + Cannot write to directory '%s'; check permissions. + 285 - Copyright (C) %i-%i - 280 + Config setting for %s only applied on %s network when in [%s] section. + 286 - Corrupt block found indicating potential hardware failure. - 281 + Copyright (C) %i-%i + 287 - Corrupted block database detected - 282 + Corrupt block found indicating potential hardware failure. + 288 - Could not find asmap file %s - 283 + Corrupted block database detected + 289 - Could not parse asmap file %s - 284 + Could not find asmap file %s + 290 - Disk space is too low! - 285 + Could not parse asmap file %s + 291 - Do you want to rebuild the block database now? - 286 + Disk space is too low! + 292 Done loading - 287 + 294 Dump file %s does not exist. - 288 + 295 Elliptic curve cryptography sanity check failure. %s is shutting down. - 289 + 296 - Error committing db txn for wallet transactions removal - 290 + Error creating %s + 297 - Error creating %s - 291 + Error initializing block database + 298 - Error initializing block database - 292 + Error initializing wallet database environment %s! + 299 - Error initializing wallet database environment %s! - 293 + Error loading %s + 300 - Error loading %s - 294 + Error loading %s: Private keys can only be disabled during creation + 301 - Error loading %s: Private keys can only be disabled during creation - 295 + Error loading %s: Wallet corrupted + 302 - Error loading %s: Wallet corrupted - 296 + Error loading %s: Wallet requires newer version of %s + 303 - Error loading %s: Wallet requires newer version of %s - 297 + Error loading block database + 304 - Error loading block database - 298 + Error loading databases + 305 Error opening block database - 299 + 306 - Error reading configuration file: %s - 300 + Error opening coins database + 307 - Error reading from database, shutting down. - 301 + Error reading configuration file: %s + 308 - Error reading next record from wallet database - 302 + Error reading from database, shutting down. + 309 - Error starting db txn for wallet transactions removal - 303 + Error reading next record from wallet database + 310 Error: Cannot extract destination from the generated scriptpubkey - 304 + 311 Error: Couldn't create cursor into database - 307 + 314 Error: Disk space is low for %s - 308 + 315 Error: Dumpfile checksum does not match. Computed %s, expected %s - 309 + 316 Error: Failed to create new watchonly wallet - 310 + 317 Error: Got key that was not hex: %s - 311 + 318 Error: Got value that was not hex: %s - 312 + 319 Error: Keypool ran out, please call keypoolrefill first - 313 + 320 Error: Missing checksum - 314 + 321 Error: No %s addresses available. - 315 + 322 Error: This wallet already uses SQLite - 316 + 323 Error: This wallet is already a descriptor wallet - 317 + 324 Error: Unable to begin reading all records in the database - 318 + 325 Error: Unable to make a backup of your wallet - 319 + 326 Error: Unable to parse version %u as a uint32_t - 320 + 327 Error: Unable to read all records in the database - 321 + 328 Error: Unable to read wallet's best block locator record - 322 + 329 Error: Unable to remove watchonly address book data - 323 + 330 - Error: Unable to write record to new wallet - 324 + Error: Unable to write data to disk for wallet %s + 331 - Error: Unable to write solvable wallet best block locator record - 325 + Error: Unable to write record to new wallet + 332 - Error: Unable to write watchonly wallet best block locator record - 326 + Error: Unable to write solvable wallet best block locator record + 333 - Error: address book copy failed for wallet %s - 327 + Error: Unable to write watchonly wallet best block locator record + 334 Error: database transaction cannot be executed for wallet %s - 328 + 337 Failed to connect best block (%s). - 329 + 338 Failed to disconnect block. - 330 + 339 Failed to listen on any port. Use -listen=0 if you want this. - 331 + 340 Failed to read block. - 332 + 341 Failed to rescan the wallet during initialization - 333 + 342 Failed to start indexes, shutting down.. - 334 + 343 Failed to verify database - 335 + 344 Failed to write block. - 336 + 345 Failed to write to block index database. - 337 + 346 Failed to write to coin database. - 338 + 347 Failed to write undo data. - 339 + 348 Failure removing transaction: %s - 340 + 349 Fee rate (%s) is lower than the minimum fee rate setting (%s) - 341 + 350 Ignoring duplicate -wallet %s. - 342 + 351 Importing… - 343 + 352 Incorrect or no genesis block found. Wrong datadir for network? - 344 + 353 Initialization sanity check failed. %s is shutting down. - 345 + 354 Input not found or already spent - 346 + 355 Insufficient dbcache for block verification - 347 + 356 Insufficient funds - 348 + 357 Invalid -i2psam address or hostname: '%s' - 349 + 358 Invalid -onion address or hostname: '%s' - 350 + 359 Invalid -proxy address or hostname: '%s' - 351 + 360 Invalid P2P permission: '%s' - 352 + 361 Invalid amount for %s=<amount>: '%s' (must be at least %s) - 353 + 362 Invalid amount for %s=<amount>: '%s' - 354 + 363 Invalid amount for -%s=<amount>: '%s' - 355 + 364 Invalid netmask specified in -whitelist: '%s' - 356 + 365 Invalid port specified in %s: '%s' - 357 + 366 Invalid pre-selected input %s - 358 + 367 Listening for incoming connections failed (listen returned error %s) - 359 + 368 Loading P2P addresses… - 360 + 369 Loading banlist… - 361 + 370 Loading block index… - 362 + 371 Loading wallet… - 363 + 372 Maximum transaction weight must be between %d and %d - 364 + 373 Missing amount - 365 + 374 Missing solving data for estimating transaction size - 366 + 375 Need to specify a port with -whitebind: '%s' - 367 + 376 No addresses available - 368 + 377 - Not enough file descriptors available. - 369 + Not found pre-selected input %s + 379 - Not found pre-selected input %s - 370 + Not solvable pre-selected input %s + 380 - Not solvable pre-selected input %s - 371 + Only direction was set, no permissions: '%s' + 381 - Only direction was set, no permissions: '%s' - 372 + Prune cannot be configured with a negative value. + 382 - Prune cannot be configured with a negative value. - 373 + Prune mode is incompatible with -txindex. + 383 - Prune mode is incompatible with -txindex. - 374 + Pruning blockstore… + 384 - Pruning blockstore… - 375 + Reducing -maxconnections from %d to %d, because of system limitations. + 385 - Reducing -maxconnections from %d to %d, because of system limitations. - 376 + Replaying blocks… + 386 - Replaying blocks… - 377 + Rescanning… + 387 - Rescanning… - 378 + SQLiteDatabase: Failed to execute statement to verify database: %s + 388 - SQLiteDatabase: Failed to execute statement to verify database: %s - 379 + SQLiteDatabase: Failed to prepare statement to verify database: %s + 389 - SQLiteDatabase: Failed to prepare statement to verify database: %s - 380 + SQLiteDatabase: Failed to read database verification error: %s + 390 - SQLiteDatabase: Failed to read database verification error: %s - 381 + SQLiteDatabase: Unexpected application id. Expected %u, got %u + 391 - SQLiteDatabase: Unexpected application id. Expected %u, got %u - 382 + Section [%s] is not recognized. + 392 - Section [%s] is not recognized. - 383 + Signer did not echo address + 395 - Signer did not echo address - 386 + Signer echoed unexpected address %s + 396 - Signer echoed unexpected address %s - 387 + Signer returned error: %s + 397 - Signer returned error: %s - 388 + Signing transaction failed + 398 - Signing transaction failed - 389 + Specified -walletdir "%s" does not exist + 399 - Specified -walletdir "%s" does not exist - 390 + Specified -walletdir "%s" is a relative path + 400 - Specified -walletdir "%s" is a relative path - 391 + Specified -walletdir "%s" is not a directory + 401 - Specified -walletdir "%s" is not a directory - 392 + Specified blocks directory "%s" does not exist. + 402 - Specified blocks directory "%s" does not exist. - 393 + Specified data directory "%s" does not exist. + 403 - Specified data directory "%s" does not exist. - 394 + Starting network threads… + 404 - Starting network threads… - 395 + System error while flushing: %s + 405 - System error while flushing: %s - 396 + System error while loading external block file: %s + 406 - System error while loading external block file: %s - 397 + System error while saving block to disk: %s + 407 - System error while saving block to disk: %s - 398 + The source code is available from %s. + 408 - The source code is available from %s. - 399 + The specified config file %s does not exist + 409 - The specified config file %s does not exist - 400 + The transaction amount is too small to pay the fee + 410 - The transaction amount is too small to pay the fee - 401 + The transactions removal process can only be executed within a db txn + 411 The wallet will avoid paying less than the minimum relay fee. - 402 + 412 There is no ScriptPubKeyManager for this address - 403 + 413 This is experimental software. - 404 + 414 This is the minimum transaction fee you pay on every transaction. - 405 + 415 This is the transaction fee you will pay if you send a transaction. - 406 + 416 Transaction %s does not belong to this wallet - 407 + 417 Transaction amount too small - 408 + 418 Transaction amounts must not be negative - 409 + 419 Transaction change output index out of range - 410 + 420 Transaction must have at least one recipient - 411 + 421 Transaction needs a change address, but we can't generate it. - 412 + 422 Transaction too large - 413 + 423 Unable to bind to %s on this computer (bind returned error %s) - 414 + 424 Unable to bind to %s on this computer. %s is probably already running. - 415 + 425 Unable to create the PID file '%s': %s - 416 + 426 Unable to find UTXO for external input - 417 + 427 Unable to generate initial keys - 418 + 428 Unable to generate keys - 419 + 429 Unable to open %s for writing - 420 + 430 Unable to parse -maxuploadtarget: '%s' - 421 + 431 Unable to start HTTP server. See debug log for details. - 422 + 432 Unable to unload the wallet before migrating - 423 + 433 Unknown -blockfilterindex value %s. - 424 + 434 Unknown address type '%s' - 425 + 435 Unknown change type '%s' - 426 + 436 Unknown network specified in -onlynet: '%s' - 427 + 437 Unknown new rules activated (versionbit %i) - 428 + 438 Unrecognised option "%s" provided in -test=<option>. - 429 + 439 Unsupported global logging level %s=%s. Valid values: %s. - 430 + 440 Wallet file creation failed: %s - 435 + 445 acceptstalefeeestimates is not supported on %s chain. - 437 + 447 Unsupported logging category %s=%s. - 431 + 441 - Error: Could not add watchonly tx %s to watchonly wallet - 305 + Do you want to rebuild the databases now? + 293 - Error: Could not delete watchonly transactions. - 306 + Error: Could not add watchonly tx %s to watchonly wallet + 312 - User Agent comment (%s) contains unsafe characters. - 432 + Error: Could not delete watchonly transactions. + 313 - Verifying blocks… - 433 + Error: Wallet does not exist + 335 - Verifying wallet(s)… - 434 + Error: cannot remove legacy wallet records + 336 - Wallet needed to be rewritten: restart %s to complete - 436 + Not enough file descriptors available. %d available, %d required. + 378 - Settings file could not be read - 384 + User Agent comment (%s) contains unsafe characters. + 442 + Verifying blocks… + 443 + + + Verifying wallet(s)… + 444 + + + Wallet needed to be rewritten: restart %s to complete + 446 + + + Settings file could not be read + 393 + + Settings file could not be written - 385 + 394