qt: Update the `src/qt/locale/bitcoin_en.xlf` translation source file
What changed, and why it matters
This commit is a routine update of the English translation source files for the Bitcoin Core graphical user interface. It adds, removes, and reorders user-facing text strings so that translators can keep the application's messages up to date. There is no code change that affects how Bitcoin Core behaves, processes transactions, or secures funds.
No security action needed. Treat as a normal localization maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit regenerates src/qt/locale/bitcoin_en.xlf, src/qt/locale/bitcoin_en.ts, and src/qt/bitcoinstrings.cpp by running the Qt translation extraction target (translate). The diff consists entirely of translation metadata: line-number updates, added/removed translatable strings (e.g., new wallet restore/migrate prompts, private-broadcast messages, removed deprecated option warnings), and context-location adjustments. No executable logic, validation rules, cryptographic operations, or network protocol handling is modified.
Changed components
src/qt/locale/bitcoin_en.xlfsrc/qt/locale/bitcoin_en.tssrc/qt/bitcoinstrings.cppInspect captured patch +1946 / −1803
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index 2b10c64c..8878600c 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -13,14 +13,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "%s failed to validate the -assumeutxo snapsho
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
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", "%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."),
+QT_TRANSLATE_NOOP("bitcoin-core", "-asmap requires a file path. Use -asmap=<file>."),
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
QT_TRANSLATE_NOOP("bitcoin-core", "-paytxfee is deprecated and will be fully removed in v31.0."),
+QT_TRANSLATE_NOOP("bitcoin-core", "A %zu MiB dbcache may be too large for a system memory of only %zu MiB."),
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", "Can't spend unconfirmed version %d pre-selected input with a version 3 tx"),
QT_TRANSLATE_NOOP("bitcoin-core", "Can't spend unconfirmed version 3 pre-selected input with a version %d tx"),
-QT_TRANSLATE_NOOP("bitcoin-core", "Cannot add WalletDescriptor to a non-descriptor wallet"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot obtain a lock on 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", "Cannot resolve -%s address: '%s'"),
@@ -35,18 +36,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not generate scriptPubKeys (cache is empty)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not top up scriptPubKeys"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Creating wallet…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory."),
QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Distributed under the MIT software license, see the accompanying file %s or %s"),
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", "Duplicate binding configuration for address %s. Please check your -bind, -bind=...=onion and -whitebind settings."),
QT_TRANSLATE_NOOP("bitcoin-core", "Elliptic curve cryptography sanity check failure. %s is shutting down."),
-QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s: Could not write version metadata."),
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: External signer wallet being loaded without external signer support compiled"),
-QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Private keys can only be disabled during creation"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet is a legacy wallet. Please migrate to a descriptor wallet using the migration tool (migratewallet RPC)."),
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
@@ -102,7 +104,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to acquire rescan reserver during wall
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to calculate bump fees, because unconfirmed UTXOs depend on an enormous cluster of unconfirmed transactions."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to close block undo file."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to close file when writing block."),
-QT_TRANSLATE_NOOP("bitcoin-core", "Failed to connect best block (%s)."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to disconnect block."),
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 read block."),
@@ -112,8 +113,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initializa
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", "Failed to write block."),
-QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to block index database."),
-QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failure removing transaction: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable %s."),
@@ -161,13 +160,16 @@ 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'"),
QT_TRANSLATE_NOOP("bitcoin-core", "Option '-checkpoints' is set but checkpoints were removed. This option has no effect."),
-QT_TRANSLATE_NOOP("bitcoin-core", "Option '-maxorphantx' is set but no longer has any effect (see release notes). Please remove it from your configuration."),
-QT_TRANSLATE_NOOP("bitcoin-core", "Options '-datacarrier' or '-datacarriersize' are set but are marked as deprecated. They will be removed in a future version."),
+QT_TRANSLATE_NOOP("bitcoin-core", "Option '-limitancestorsize' is given but ancestor size limits have been replaced with cluster size limits (see -limitclustersize). This option has no effect."),
+QT_TRANSLATE_NOOP("bitcoin-core", "Option '-limitdescendantsize' is given but descendant size limits have been replaced with cluster size limits (see -limitclustersize). This option has no effect."),
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided"),
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0"),
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided: none of -proxy, -onion or -listenonion is given"),
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not provided"),
QT_TRANSLATE_NOOP("bitcoin-core", "Please contribute if you find %s useful. Visit %s for further information about the software."),
+QT_TRANSLATE_NOOP("bitcoin-core", "Private broadcast of own transactions requested (-privatebroadcast) and -proxyrandomize is disabled. Tor circuits for private broadcast connections may be correlated to other connections over Tor. For maximum privacy set -proxyrandomize=1."),
+QT_TRANSLATE_NOOP("bitcoin-core", "Private broadcast of own transactions requested (-privatebroadcast), but -connect is also configured. They are incompatible because the private broadcast needs to open new connections to randomly chosen Tor or I2P peers. Consider using -maxconnections=0 -addnode=... instead"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Private broadcast of own transactions requested (-privatebroadcast), but none of Tor or I2P networks is reachable"),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune configured below the minimum of %d MiB. Please use a higher number."),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead."),
@@ -260,8 +262,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet file creation failed: %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Found invalid chain more than 6 blocks longer than our best chain. This could be due to database corruption or consensus incompatibility with peers."),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Private keys detected in wallet {%s} with disabled private keys"),
-QT_TRANSLATE_NOOP("bitcoin-core", "Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade."),
QT_TRANSLATE_NOOP("bitcoin-core", "Witness data for blocks after height %d requires validation. Please restart with -reindex."),
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain"),
QT_TRANSLATE_NOOP("bitcoin-core", "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."),
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index 39d84639..61013e08 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -345,7 +345,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+184"/>
+ <location line="+185"/>
<source>Runaway exception</source>
<translation type="unfinished"></translation>
</message>
@@ -368,7 +368,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<context>
<name>BitcoinGUI</name>
<message>
- <location filename="../bitcoingui.cpp" line="+252"/>
+ <location filename="../bitcoingui.cpp" line="+258"/>
<source>&Overview</source>
<translation>&Overview</translation>
</message>
@@ -428,7 +428,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+188"/>
+ <location line="+218"/>
<source>&Minimize</source>
<translation type="unfinished"></translation>
</message>
@@ -449,7 +449,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-1220"/>
+ <location line="-1250"/>
<source>Send coins to a Bitcoin address</source>
<translation>Send coins to a Bitcoin address</translation>
</message>
@@ -544,7 +544,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+146"/>
+ <location line="+176"/>
<source>&File</source>
<translation>&File</translation>
</message>
@@ -589,7 +589,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-883"/>
+ <location line="-913"/>
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
<translation type="unfinished"></translation>
</message>
@@ -609,7 +609,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location line="+794"/>
+ <location line="+824"/>
<source>Processed %n block(s) of transaction history.</source>
<translation>
<numerusform>Processed %n block of transaction history.</numerusform>
@@ -657,7 +657,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation>Up to date</translation>
</message>
<message>
- <location line="-868"/>
+ <location line="-898"/>
<source>Ctrl+Q</source>
<translation type="unfinished"></translation>
</message>
@@ -760,18 +760,19 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</message>
<message>
<location line="+55"/>
- <location line="+59"/>
+ <location line="+63"/>
<source>No wallets available</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-53"/>
+ <location line="-57"/>
+ <location line="+65"/>
<source>Wallet Data</source>
<extracomment>Name of the wallet data file format.</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+3"/>
+ <location line="-62"/>
<source>Load Wallet Backup</source>
<extracomment>The title for Restore Wallet File Windows</extracomment>
<translation type="unfinished"></translation>
@@ -784,12 +785,39 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</message>
<message>
<location line="+2"/>
+ <location line="+63"/>
<source>Wallet Name</source>
<extracomment>Label of the input field where the name of the wallet is entered.</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+90"/>
+ <location line="-59"/>
+ <source>Invalid Wallet Name</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+0"/>
+ <source>Wallet name cannot be empty</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+44"/>
+ <source>Restore and Migrate Wallet File...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+5"/>
+ <source>Restore and Migrate Wallet Backup</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+8"/>
+ <source>Restore and Migrate Wallet</source>
+ <extracomment>Title of pop-up window shown when the user is attempting to restore a wallet.</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+59"/>
<source>&Window</source>
<translation type="unfinished">&Window</translation>
</message>
@@ -1206,7 +1234,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</message>
<message>
<location line="+7"/>
- <source>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.</source>
+ <source>Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported using descriptors at a later time.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1499,7 +1527,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<context>
<name>MigrateWalletActivity</name>
<message>
- <location line="+63"/>
+ <location line="+94"/>
<source>Migrate wallet</source>
<translation type="unfinished"></translation>
</message>
@@ -1518,7 +1546,7 @@ The migration process will create a backup of the wallet before migrating. This
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+17"/>
+ <location line="-28"/>
<source>Migrate Wallet</source>
<translation type="unfinished"></translation>
</message>
@@ -1542,8 +1570,41 @@ The migration process will create a backup of the wallet before migrating. This
<source>Solvable but not watched scripts have been migrated to a new wallet named '%1'.</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <location line="+34"/>
+ <source>Restore and Migrate wallet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+1"/>
+ <source>Are you sure you wish to restore the wallet file <i>%1</i> to <i>%2</i> and migrate it?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+1"/>
+ <source>Restoring the wallet will copy the backup file to the wallets directory and place it in the standard wallet directory layout. The original file will not be modified.
+
+Migrating the wallet will convert the restored wallet to one or more descriptor wallets. A new wallet backup will need to be made.
+If this wallet contains any watchonly scripts, a new wallet will be created which contains those watchonly scripts.
+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.</source>
+ <translation type="unfinished"></translation>
+ </message>
<message>
<location line="+14"/>
+ <source>Restore Wallet</source>
+ <extracomment>Title of progress window which is displayed when wallets are being restored.</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+3"/>
+ <source>Restoring Wallet <b>%1</b>…</source>
+ <extracomment>Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored.</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+19"/>
<source>Migration failed</source>
<translation type="unfinished"></translation>
</message>
@@ -1656,7 +1717,7 @@ The migration process will create a backup of the wallet before migrating. This
<context>
<name>OpenWalletActivity</name>
<message>
- <location filename="../walletcontroller.cpp" line="-155"/>
+ <location filename="../walletcontroller.cpp" line="-199"/>
<source>Open wallet failed</source>
<translation type="unfinished"></translation>
</message>
@@ -2502,7 +2563,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+295"/>
+ <location line="+288"/>
<source>Ctrl+W</source>
<translation type="unfinished"></translation>
</message>
@@ -2588,6 +2649,12 @@ If you are receiving this error you should request the merchant provide a BIP21
<extracomment>Short-lived peer connection type that solicits known addresses from a peer.</extracomment>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <location line="+2"/>
+ <source>Private Broadcast</source>
+ <extracomment>Short-lived peer connection type that is used for broadcasting privacy-sensitive data.</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
<message>
<location line="+12"/>
<location line="+12"/>
@@ -2689,7 +2756,7 @@ If you are receiving this error you should request the merchant provide a BIP21
</message>
<message>
<location line="+2"/>
- <location filename="../rpcconsole.cpp" line="+979"/>
+ <location filename="../rpcconsole.cpp" line="+985"/>
<source>%1 kB</source>
<translation type="unfinished"></translation>
</message>
@@ -2711,7 +2778,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../bitcoin.cpp" line="-287"/>
+ <location filename="../bitcoin.cpp" line="-288"/>
<source>Do you want to reset settings to default values, or to abort without making changes?</source>
<extracomment>Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting.</extracomment>
<translation type="unfinished"></translation>
@@ -2723,7 +2790,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+422"/>
+ <location line="+418"/>
<source>Error: %1</source>
<translation type="unfinished"></translation>
</message>
@@ -2819,7 +2886,6 @@ If you are receiving this error you should request the merchant provide a BIP21
<location line="+23"/>
<location line="+23"/>
<location line="+23"/>
- <location line="+23"/>
<location line="+26"/>
<location line="+26"/>
<location line="+23"/>
@@ -2834,12 +2900,12 @@ If you are receiving this error you should request the merchant provide a BIP21
<location line="+26"/>
<location line="+26"/>
<location line="+26"/>
- <location filename="../rpcconsole.h" line="+144"/>
+ <location filename="../rpcconsole.h" line="+147"/>
<source>N/A</source>
<translation>N/A</translation>
</message>
<message>
- <location line="-1759"/>
+ <location line="-1736"/>
<source>Client version</source>
<translation>Client version</translation>
</message>
@@ -2941,18 +3007,18 @@ If you are receiving this error you should request the merchant provide a BIP21
</message>
<message>
<location line="+80"/>
- <location line="+835"/>
+ <location line="+812"/>
<source>Received</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-755"/>
- <location line="+732"/>
+ <location line="-732"/>
+ <location line="+709"/>
<source>Sent</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-691"/>
+ <location line="-668"/>
<source>&Peers</source>
<translation type="unfinished"></translation>
</message>
@@ -3009,11 +3075,6 @@ If you are receiving this error you should request the merchant provide a BIP21
</message>
<message>
<location line="+49"/>
- <source>Starting Block</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location line="+23"/>
<source>Synced Headers</source>
<translation type="unfinished"></translation>
</message>
@@ -3074,7 +3135,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-1726"/>
+ <location line="-1703"/>
<location line="+1213"/>
<source>User Agent</source>
<translation type="unfinished"></translation>
@@ -3145,7 +3206,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+92"/>
+ <location line="+69"/>
<source>Connection Time</source>
<translation type="unfinished"></translation>
</message>
@@ -3201,7 +3262,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-1385"/>
+ <location line="-1362"/>
<source>Last block time</source>
<translation>Last block time</translation>
</message>
@@ -3276,7 +3337,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../rpcconsole.cpp" line="-469"/>
+ <location filename="../rpcconsole.cpp" line="-472"/>
<source>Inbound: initiated by peer</source>
<extracomment>Explanatory text for an inbound peer connection.</extracomment>
<translation type="unfinished"></translation>
@@ -3311,6 +3372,12 @@ If you are receiving this error you should request the merchant provide a BIP21
<extracomment>Explanatory text for a short-lived outbound peer connection that is used to request addresses from a peer.</extracomment>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <location line="+3"/>
+ <source>Private broadcast: short-lived, for broadcasting privacy-sensitive transactions</source>
+ <extracomment>Explanatory text for a short-lived outbound peer connection that is used to broadcast privacy-sensitive data (like our transactions).</extracomment>
+ <translation type="unfinished"></translation>
+ </message>
<message>
<location line="+5"/>
<source>detecting: peer could be v1 or v2</source>
@@ -3426,7 +3493,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+326"/>
+ <location line="+321"/>
<source>Ctrl+I</source>
<translation type="unfinished"></translation>
</message>
@@ -3451,7 +3518,7 @@ If you are receiving this error you should request the merchant provide a BIP21
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-349"/>
+ <location line="-344"/>
<source>Executing command using "%1" wallet</source>
<translation type="unfinished"></translation>
</message>
@@ -4583,7 +4650,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
<context>
<name>TransactionDesc</name>
<message>
- <location filename="../transactiondesc.cpp" line="+39"/>
+ <location filename="../transactiondesc.cpp" line="+34"/>
<source>conflicted with a transaction with %1 confirmations</source>
<extracomment>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.</extracomment>
<translation type="unfinished"></translation>
@@ -4640,7 +4707,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
</message>
<message>
<location line="+5"/>
- <location line="+14"/>
+ <location line="+13"/>
<source>From</source>
<translation type="unfinished"></translation>
</message>
@@ -4652,32 +4719,32 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
<message>
<location line="+1"/>
<location line="+20"/>
- <location line="+66"/>
+ <location line="+57"/>
<source>To</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-84"/>
- <location line="+91"/>
+ <location line="-75"/>
+ <location line="+82"/>
<source>own address</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-89"/>
+ <location line="-80"/>
<source>label</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+36"/>
<location line="+12"/>
- <location line="+48"/>
+ <location line="+39"/>
<location line="+30"/>
<location line="+60"/>
<source>Credit</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location line="-148"/>
+ <location line="-139"/>
<source>matures in %n more block(s)</source>
<translation>
<numerusform>matures in %n more block</numerusform>
@@ -4690,7 +4757,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+54"/>
+ <location line="+45"/>
<location line="+26"/>
<location line="+63"/>
<source>Debit</source>
@@ -5113,7 +5180,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
<context>
<name>UnitDisplayStatusBarControl</name>
<message>
- <location filename="../bitcoingui.cpp" line="+39"/>
+ <location filename="../bitcoingui.cpp" line="+46"/>
<source>Unit to show amounts in. Click to select another unit.</source>
<translation type="unfinished"></translation>
</message>
@@ -5333,12 +5400,12 @@ Go to File > Open Wallet to load a wallet.
<context>
<name>bitcoin-core</name>
<message>
- <location filename="../bitcoinstrings.cpp" line="+206"/>
+ <location filename="../bitcoinstrings.cpp" line="+208"/>
<source>The %s developers</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-194"/>
+ <location line="-196"/>
<source>%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.</source>
<translation type="unfinished"></translation>
</message>
@@ -5348,7 +5415,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+23"/>
+ <location line="+25"/>
<source>Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory.</source>
<translation type="unfinished"></translation>
</message>
@@ -5393,7 +5460,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+31"/>
+ <location line="+28"/>
<source>File %s already exists. If you are sure this is what you want, move it out of the way first.</source>
<translation type="unfinished"></translation>
</message>
@@ -5428,7 +5495,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+2"/>
+ <location line="+5"/>
<source>Prune configured below the minimum of %d MiB. Please use a higher number.</source>
<translation type="unfinished"></translation>
</message>
@@ -5498,15 +5565,10 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+8"/>
+ <location line="+9"/>
<source>Warning: Private keys detected in wallet {%s} with disabled private keys</source>
<translation type="unfinished"></translation>
</message>
- <message>
- <location line="+1"/>
- <source>Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.</source>
- <translation type="unfinished"></translation>
- </message>
<message>
<location line="+1"/>
<source>Witness data for blocks after height %d requires validation. Please restart with -reindex.</source>
@@ -5518,12 +5580,12 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-253"/>
+ <location line="-255"/>
<source>%s is set very high!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+3"/>
+ <location line="+4"/>
<source>-maxmempool must be at least %d MB</source>
<translation type="unfinished"></translation>
</message>
@@ -5548,22 +5610,22 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-14"/>
+ <location line="-15"/>
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+11"/>
+ <location line="+12"/>
<source>Cannot provide specific connections and have addrman find outgoing connections at the same time.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+23"/>
+ <location line="+25"/>
<source>Error loading %s: External signer wallet being loaded without external signer support compiled</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+10"/>
+ <location line="+9"/>
<source>Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect.</source>
<translation type="unfinished"></translation>
</message>
@@ -5583,7 +5645,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+23"/>
+ <location line="+22"/>
<source>Failed to remove snapshot chainstate dir (%s). Manually remove it before restarting.
</source>
<translation type="unfinished"></translation>
@@ -5594,7 +5656,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+9"/>
+ <location line="+7"/>
<source>Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable %s.</source>
<translation type="unfinished"></translation>
</message>
@@ -5634,17 +5696,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+1"/>
- <source>Option '-maxorphantx' is set but no longer has any effect (see release notes). Please remove it from your configuration.</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location line="+1"/>
- <source>Options '-datacarrier' or '-datacarriersize' are set but are marked as deprecated. They will be removed in a future version.</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location line="+1"/>
+ <location line="+3"/>
<source>Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided</source>
<translation type="unfinished"></translation>
</message>
@@ -5664,7 +5716,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+6"/>
+ <location line="+9"/>
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of a pruned node)</source>
<translation type="unfinished"></translation>
</message>
@@ -5749,12 +5801,12 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="-255"/>
+ <location line="-256"/>
<source>-paytxfee is deprecated and will be fully removed in v31.0.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+1"/>
+ <location line="+2"/>
<source>A fatal internal error occurred, see debug.log for details: </source>
<translation type="unfinished"></translation>
</message>
@@ -5778,11 +5830,6 @@ Unable to restore backup of wallet.</source>
<source>Can't spend unconfirmed version 3 pre-selected input with a version %d tx</source>
<translation type="unfinished"></translation>
</message>
- <message>
- <location line="+1"/>
- <source>Cannot add WalletDescriptor to a non-descriptor wallet</source>
- <translation type="unfinished"></translation>
- </message>
<message>
<location line="+6"/>
<source>Cannot write to directory '%s'; check permissions.</source>
@@ -5829,7 +5876,7 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+2"/>
+ <location line="+3"/>
<source>Disk space is too low!</source>
<translation type="unfinished"></translation>
</message>
@@ -5844,17 +5891,12 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+1"/>
+ <location line="+2"/>
<source>Elliptic curve cryptography sanity check failure. %s is shutting down.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+1"/>
- <source>Error creating %s</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location line="+1"/>
+ <location line="+2"/>
<source>Error initializing block database</source>
<translation type="unfinished"></translation>
</message>
@@ -5865,11 +5907,6 @@ Unable to restore backup of wallet.</source>
</message>
<message>
<location line="+2"/>
- <source>Error loading %s: Private keys can only be disabled during creation</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location line="+1"/>
<source>Error loading %s: Wallet corrupted</source>
<translation type="unfinished"></translation>
</message>
@@ -6053,11 +6090,6 @@ Unable to restore backup of wallet.</source>
<source>Failed to close file when writing block.</source>
<translation type="unfinished"></translation>
</message>
- <message>
- <location line="+1"/>
- <source>Failed to connect best block (%s).</source>
- <translation type="unfinished"></translation>
- </message>
<message>
<location line="+1"/>
<source>Failed to disconnect block.</source>
@@ -6088,16 +6120,6 @@ Unable to restore backup of wallet.</source>
<source>Failed to write block.</source>
<translation type="unfinished"></translation>
</message>
- <message>
- <location line="+1"/>
- <source>Failed to write to block index database.</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location line="+1"/>
- <source>Failed to write to coin database.</source>
- <translation type="unfinished"></translation>
- </message>
<message>
<location line="+1"/>
<source>Failed to write undo data.</source>
@@ -6173,8 +6195,33 @@ Unable to restore backup of wallet.</source>
<source>Invalid amount for %s=<amount>: '%s'</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <location line="-119"/>
+ <source>-asmap requires a file path. Use -asmap=<file>.</source>
+ <translation type="unfinished"></translation>
+ </message>
<message>
<location line="+3"/>
+ <source>A %zu MiB dbcache may be too large for a system memory of only %zu MiB.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+20"/>
+ <source>Creating wallet…</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+7"/>
+ <source>Duplicate binding configuration for address %s. Please check your -bind, -bind=...=onion and -whitebind settings.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+2"/>
+ <source>Error creating %s: Could not write version metadata.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+90"/>
<source>Invalid amount for -%s=<amount>: '%s'</source>
<translation type="unfinished"></translation>
</message>
@@ -6254,7 +6301,32 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+9"/>
+ <location line="+2"/>
+ <source>Option '-limitancestorsize' is given but ancestor size limits have been replaced with cluster size limits (see -limitclustersize). This option has no effect.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+1"/>
+ <source>Option '-limitdescendantsize' is given but descendant size limits have been replaced with cluster size limits (see -limitclustersize). This option has no effect.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+6"/>
+ <source>Private broadcast of own transactions requested (-privatebroadcast) and -proxyrandomize is disabled. Tor circuits for private broadcast connections may be correlated to other connections over Tor. For maximum privacy set -proxyrandomize=1.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+1"/>
+ <source>Private broadcast of own transactions requested (-privatebroadcast), but -connect is also configured. They are incompatible because the private broadcast needs to open new connections to randomly chosen Tor or I2P peers. Consider using -maxconnections=0 -addnode=... instead</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+1"/>
+ <source>Private broadcast of own transactions requested (-privatebroadcast), but none of Tor or I2P networks is reachable</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+1"/>
<source>Prune cannot be configured with a negative value.</source>
<translation type="unfinished"></translation>
</message>
@@ -6534,7 +6606,12 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+9"/>
+ <location line="+2"/>
+ <source>Warning: Found invalid chain more than 6 blocks longer than our best chain. This could be due to database corruption or consensus incompatibility with peers.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location line="+7"/>
<source>acceptstalefeeestimates is not supported on %s chain.</source>
<translation type="unfinished"></translation>
</message>
@@ -6598,12 +6675,12 @@ Please try running the latest software version.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+13"/>
+ <location line="+12"/>
<source>Failed to start indexes, shutting down…</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+21"/>
+ <location line="+19"/>
<source>Invalid -proxy address or hostname, ends with '=': '%s'</source>
<translation type="unfinished"></translation>
</message>
@@ -6613,7 +6690,7 @@ Please try running the latest software version.
<translation type="unfinished"></translation>
</message>
<message>
- <location line="+94"/>
+ <location line="+97"/>
<source>Unrecognized network in -proxy='%s': '%s'</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/qt/locale/bitcoin_en.xlf b/src/qt/locale/bitcoin_en.xlf
index cfa6442e..a9c042a8 100644
--- a/src/qt/locale/bitcoin_en.xlf
+++ b/src/qt/locale/bitcoin_en.xlf
@@ -294,19 +294,19 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</trans-unit>
<trans-unit id="_msg64">
<source xml:space="preserve">Runaway exception</source>
- <context-group purpose="location"><context context-type="linenumber">435</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">436</context></context-group>
</trans-unit>
<trans-unit id="_msg65">
<source xml:space="preserve">A fatal error occurred. %1 can no longer continue safely and will quit.</source>
- <context-group purpose="location"><context context-type="linenumber">436</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">437</context></context-group>
</trans-unit>
<trans-unit id="_msg66">
<source xml:space="preserve">Internal error</source>
- <context-group purpose="location"><context context-type="linenumber">445</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">446</context></context-group>
</trans-unit>
<trans-unit id="_msg67">
<source xml:space="preserve">An internal error occurred. %1 will attempt to continue safely. This is an unexpected bug which can be reported as described below.</source>
- <context-group purpose="location"><context context-type="linenumber">446</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">447</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="QObject">
@@ -322,11 +322,11 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</trans-unit>
<trans-unit id="_msg70">
<source xml:space="preserve">Error: %1</source>
- <context-group purpose="location"><context context-type="linenumber">601</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">597</context></context-group>
</trans-unit>
<trans-unit id="_msg71">
<source xml:space="preserve">%1 didn't yet exit safely…</source>
- <context-group purpose="location"><context context-type="linenumber">674</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">670</context></context-group>
</trans-unit>
</group>
</body></file>
@@ -334,199 +334,199 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<group restype="x-trolltech-linguist-context" resname="BitcoinGUI">
<trans-unit id="_msg72">
<source xml:space="preserve">&Overview</source>
- <context-group purpose="location"><context context-type="linenumber">252</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">258</context></context-group>
</trans-unit>
<trans-unit id="_msg73">
<source xml:space="preserve">Show general overview of wallet</source>
- <context-group purpose="location"><context context-type="linenumber">253</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">259</context></context-group>
</trans-unit>
<trans-unit id="_msg74">
<source xml:space="preserve">&Transactions</source>
- <context-group purpose="location"><context context-type="linenumber">273</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">279</context></context-group>
</trans-unit>
<trans-unit id="_msg75">
<source xml:space="preserve">Browse transaction history</source>
- <context-group purpose="location"><context context-type="linenumber">274</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">280</context></context-group>
</trans-unit>
<trans-unit id="_msg76">
<source xml:space="preserve">E&xit</source>
- <context-group purpose="location"><context context-type="linenumber">293</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">299</context></context-group>
</trans-unit>
<trans-unit id="_msg77">
<source xml:space="preserve">Quit application</source>
- <context-group purpose="location"><context context-type="linenumber">294</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">300</context></context-group>
</trans-unit>
<trans-unit id="_msg78">
<source xml:space="preserve">&About %1</source>
- <context-group purpose="location"><context context-type="linenumber">297</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">303</context></context-group>
</trans-unit>
<trans-unit id="_msg79">
<source xml:space="preserve">Show information about %1</source>
- <context-group purpose="location"><context context-type="linenumber">298</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">304</context></context-group>
</trans-unit>
<trans-unit id="_msg80">
<source xml:space="preserve">About &Qt</source>
- <context-group purpose="location"><context context-type="linenumber">301</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">307</context></context-group>
</trans-unit>
<trans-unit id="_msg81">
<source xml:space="preserve">Show information about Qt</source>
- <context-group purpose="location"><context context-type="linenumber">302</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">308</context></context-group>
</trans-unit>
<trans-unit id="_msg82">
<source xml:space="preserve">Modify configuration options for %1</source>
- <context-group purpose="location"><context context-type="linenumber">305</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">311</context></context-group>
</trans-unit>
<trans-unit id="_msg83">
<source xml:space="preserve">Create a new wallet</source>
- <context-group purpose="location"><context context-type="linenumber">349</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">355</context></context-group>
</trans-unit>
<trans-unit id="_msg84">
<source xml:space="preserve">&Minimize</source>
- <context-group purpose="location"><context context-type="linenumber">537</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">573</context></context-group>
</trans-unit>
<trans-unit id="_msg85">
<source xml:space="preserve">Wallet:</source>
- <context-group purpose="location"><context context-type="linenumber">616</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">652</context></context-group>
</trans-unit>
<trans-unit id="_msg86">
<source xml:space="preserve">Network activity disabled.</source>
- <context-group purpose="location"><context context-type="linenumber">1034</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1070</context></context-group>
<note annotates="source" from="developer">A substring of the tooltip.</note>
</trans-unit>
<trans-unit id="_msg87">
<source xml:space="preserve">Proxy is <b>enabled</b>: %1</source>
- <context-group purpose="location"><context context-type="linenumber">1480</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1516</context></context-group>
</trans-unit>
<trans-unit id="_msg88">
<source xml:space="preserve">Send coins to a Bitcoin address</source>
- <context-group purpose="location"><context context-type="linenumber">260</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">266</context></context-group>
</trans-unit>
<trans-unit id="_msg89">
<source xml:space="preserve">Backup wallet to another location</source>
- <context-group purpose="location"><context context-type="linenumber">313</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">319</context></context-group>
</trans-unit>
<trans-unit id="_msg90">
<source xml:space="preserve">Change the passphrase used for wallet encryption</source>
- <context-group purpose="location"><context context-type="linenumber">315</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">321</context></context-group>
</trans-unit>
<trans-unit id="_msg91">
<source xml:space="preserve">&Send</source>
- <context-group purpose="location"><context context-type="linenumber">259</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">265</context></context-group>
</trans-unit>
<trans-unit id="_msg92">
<source xml:space="preserve">&Receive</source>
- <context-group purpose="location"><context context-type="linenumber">266</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">272</context></context-group>
</trans-unit>
<trans-unit id="_msg93">
<source xml:space="preserve">&Options…</source>
- <context-group purpose="location"><context context-type="linenumber">304</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">310</context></context-group>
</trans-unit>
<trans-unit id="_msg94">
<source xml:space="preserve">&Encrypt Wallet…</source>
- <context-group purpose="location"><context context-type="linenumber">309</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">315</context></context-group>
</trans-unit>
<trans-unit id="_msg95">
<source xml:space="preserve">Encrypt the private keys that belong to your wallet</source>
- <context-group purpose="location"><context context-type="linenumber">310</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">316</context></context-group>
</trans-unit>
<trans-unit id="_msg96">
<source xml:space="preserve">&Backup Wallet…</source>
- <context-group purpose="location"><context context-type="linenumber">312</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">318</context></context-group>
</trans-unit>
<trans-unit id="_msg97">
<source xml:space="preserve">&Change Passphrase…</source>
- <context-group purpose="location"><context context-type="linenumber">314</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">320</context></context-group>
</trans-unit>
<trans-unit id="_msg98">
<source xml:space="preserve">Sign &message…</source>
- <context-group purpose="location"><context context-type="linenumber">316</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">322</context></context-group>
</trans-unit>
<trans-unit id="_msg99">
<source xml:space="preserve">Sign messages with your Bitcoin addresses to prove you own them</source>
- <context-group purpose="location"><context context-type="linenumber">317</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">323</context></context-group>
</trans-unit>
<trans-unit id="_msg100">
<source xml:space="preserve">&Verify message…</source>
- <context-group purpose="location"><context context-type="linenumber">318</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">324</context></context-group>
</trans-unit>
<trans-unit id="_msg101">
<source xml:space="preserve">Verify messages to ensure they were signed with specified Bitcoin addresses</source>
- <context-group purpose="location"><context context-type="linenumber">319</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">325</context></context-group>
</trans-unit>
<trans-unit id="_msg102">
<source xml:space="preserve">&Load PSBT from file…</source>
- <context-group purpose="location"><context context-type="linenumber">320</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">326</context></context-group>
</trans-unit>
<trans-unit id="_msg103">
<source xml:space="preserve">Open &URI…</source>
- <context-group purpose="location"><context context-type="linenumber">336</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">342</context></context-group>
</trans-unit>
<trans-unit id="_msg104">
<source xml:space="preserve">Close Wallet…</source>
- <context-group purpose="location"><context context-type="linenumber">344</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">350</context></context-group>
</trans-unit>
<trans-unit id="_msg105">
<source xml:space="preserve">Create Wallet…</source>
- <context-group purpose="location"><context context-type="linenumber">347</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">353</context></context-group>
</trans-unit>
<trans-unit id="_msg106">
<source xml:space="preserve">Close All Wallets…</source>
- <context-group purpose="location"><context context-type="linenumber">357</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">363</context></context-group>
</trans-unit>
<trans-unit id="_msg107">
<source xml:space="preserve">&File</source>
- <context-group purpose="location"><context context-type="linenumber">503</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">539</context></context-group>
</trans-unit>
<trans-unit id="_msg108">
<source xml:space="preserve">&Settings</source>
- <context-group purpose="location"><context context-type="linenumber">524</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">560</context></context-group>
</trans-unit>
<trans-unit id="_msg109">
<source xml:space="preserve">&Help</source>
- <context-group purpose="location"><context context-type="linenumber">585</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">621</context></context-group>
</trans-unit>
<trans-unit id="_msg110">
<source xml:space="preserve">Tabs toolbar</source>
- <context-group purpose="location"><context context-type="linenumber">596</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">632</context></context-group>
</trans-unit>
<trans-unit id="_msg111">
<source xml:space="preserve">Syncing Headers (%1%)…</source>
- <context-group purpose="location"><context context-type="linenumber">1078</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1114</context></context-group>
</trans-unit>
<trans-unit id="_msg112">
<source xml:space="preserve">Synchronizing with network…</source>
- <context-group purpose="location"><context context-type="linenumber">1136</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1172</context></context-group>
</trans-unit>
<trans-unit id="_msg113">
<source xml:space="preserve">Indexing blocks on disk…</source>
- <context-group purpose="location"><context context-type="linenumber">1141</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1177</context></context-group>
</trans-unit>
<trans-unit id="_msg114">
<source xml:space="preserve">Processing blocks on disk…</source>
- <context-group purpose="location"><context context-type="linenumber">1143</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1179</context></context-group>
</trans-unit>
<trans-unit id="_msg115">
<source xml:space="preserve">Connecting to peers…</source>
- <context-group purpose="location"><context context-type="linenumber">1150</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1186</context></context-group>
</trans-unit>
<trans-unit id="_msg116">
<source xml:space="preserve">Request payments (generates QR codes and bitcoin: URIs)</source>
- <context-group purpose="location"><context context-type="linenumber">267</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">273</context></context-group>
</trans-unit>
<trans-unit id="_msg117">
<source xml:space="preserve">Show the list of used sending addresses and labels</source>
- <context-group purpose="location"><context context-type="linenumber">332</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">338</context></context-group>
</trans-unit>
<trans-unit id="_msg118">
<source xml:space="preserve">Show the list of used receiving addresses and labels</source>
- <context-group purpose="location"><context context-type="linenumber">334</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">340</context></context-group>
</trans-unit>
<trans-unit id="_msg119">
<source xml:space="preserve">&Command-line options</source>
- <context-group purpose="location"><context context-type="linenumber">365</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">371</context></context-group>
</trans-unit>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">1159</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1195</context></context-group>
<trans-unit id="_msg120[0]">
<source xml:space="preserve">Processed %n block(s) of transaction history.</source>
</trans-unit>
@@ -536,346 +536,369 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</group>
<trans-unit id="_msg121">
<source xml:space="preserve">%1 behind</source>
- <context-group purpose="location"><context context-type="linenumber">1182</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1218</context></context-group>
</trans-unit>
<trans-unit id="_msg122">
<source xml:space="preserve">Catching up…</source>
- <context-group purpose="location"><context context-type="linenumber">1187</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1223</context></context-group>
</trans-unit>
<trans-unit id="_msg123">
<source xml:space="preserve">Last received block was generated %1 ago.</source>
- <context-group purpose="location"><context context-type="linenumber">1206</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1242</context></context-group>
</trans-unit>
<trans-unit id="_msg124">
<source xml:space="preserve">Transactions after this will not yet be visible.</source>
- <context-group purpose="location"><context context-type="linenumber">1208</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1244</context></context-group>
</trans-unit>
<trans-unit id="_msg125">
<source xml:space="preserve">Error</source>
- <context-group purpose="location"><context context-type="linenumber">1243</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1279</context></context-group>
</trans-unit>
<trans-unit id="_msg126">
<source xml:space="preserve">Warning</source>
- <context-group purpose="location"><context context-type="linenumber">1247</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1283</context></context-group>
</trans-unit>
<trans-unit id="_msg127">
<source xml:space="preserve">Information</source>
- <context-group purpose="location"><context context-type="linenumber">1251</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1287</context></context-group>
</trans-unit>
<trans-unit id="_msg128">
<source xml:space="preserve">Up to date</source>
- <context-group purpose="location"><context context-type="linenumber">1163</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1199</context></context-group>
</trans-unit>
<trans-unit id="_msg129">
<source xml:space="preserve">Ctrl+Q</source>
- <context-group purpose="location"><context context-type="linenumber">295</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">301</context></context-group>
</trans-unit>
<trans-unit id="_msg130">
<source xml:space="preserve">Load Partially Signed Bitcoin Transaction</source>
- <context-group purpose="location"><context context-type="linenumber">321</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">327</context></context-group>
</trans-unit>
<trans-unit id="_msg131">
<source xml:space="preserve">Load PSBT from &clipboard…</source>
- <context-group purpose="location"><context context-type="linenumber">322</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">328</context></context-group>
</trans-unit>
<trans-unit id="_msg132">
<source xml:space="preserve">Load Partially Signed Bitcoin Transaction from clipboard</source>
- <context-group purpose="location"><context context-type="linenumber">323</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">329</context></context-group>
</trans-unit>
<trans-unit id="_msg133">
<source xml:space="preserve">Node window</source>
- <context-group purpose="location"><context context-type="linenumber">325</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">331</context></context-group>
</trans-unit>
<trans-unit id="_msg134">
<source xml:space="preserve">Open node debugging and diagnostic console</source>
- <context-group purpose="location"><context context-type="linenumber">326</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">332</context></context-group>
</trans-unit>
<trans-unit id="_msg135">
<source xml:space="preserve">&Sending addresses</source>
- <context-group purpose="location"><context context-type="linenumber">331</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">337</context></context-group>
</trans-unit>
<trans-unit id="_msg136">
<source xml:space="preserve">&Receiving addresses</source>
- <context-group purpose="location"><context context-type="linenumber">333</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">339</context></context-group>
</trans-unit>
<trans-unit id="_msg137">
<source xml:space="preserve">Open a bitcoin: URI</source>
- <context-group purpose="location"><context context-type="linenumber">337</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">343</context></context-group>
</trans-unit>
<trans-unit id="_msg138">
<source xml:space="preserve">Open Wallet</source>
- <context-group purpose="location"><context context-type="linenumber">339</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">345</context></context-group>
</trans-unit>
<trans-unit id="_msg139">
<source xml:space="preserve">Open a wallet</source>
- <context-group purpose="location"><context context-type="linenumber">341</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">347</context></context-group>
</trans-unit>
<trans-unit id="_msg140">
<source xml:space="preserve">Close wallet</source>
- <context-group purpose="location"><context context-type="linenumber">345</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">351</context></context-group>
</trans-unit>
<trans-unit id="_msg141">
<source xml:space="preserve">Restore Wallet…</source>
- <context-group purpose="location"><context context-type="linenumber">352</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">358</context></context-group>
<note annotates="source" from="developer">Name of the menu item that restores wallet from a backup file.</note>
</trans-unit>
<trans-unit id="_msg142">
<source xml:space="preserve">Restore a wallet from a backup file</source>
- <context-group purpose="location"><context context-type="linenumber">355</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">361</context></context-group>
<note annotates="source" from="developer">Status tip for Restore Wallet menu item</note>
</trans-unit>
<trans-unit id="_msg143">
<source xml:space="preserve">Close all wallets</source>
- <context-group purpose="location"><context context-type="linenumber">358</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">364</context></context-group>
</trans-unit>
<trans-unit id="_msg144">
<source xml:space="preserve">Migrate Wallet</source>
- <context-group purpose="location"><context context-type="linenumber">360</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">366</context></context-group>
</trans-unit>
<trans-unit id="_msg145">
<source xml:space="preserve">Migrate a wallet</source>
- <context-group purpose="location"><context context-type="linenumber">362</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">368</context></context-group>
</trans-unit>
<trans-unit id="_msg146">
<source xml:space="preserve">Show the %1 help message to get a list with possible Bitcoin command-line options</source>
- <context-group purpose="location"><context context-type="linenumber">367</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">373</context></context-group>
</trans-unit>
<trans-unit id="_msg147">
<source xml:space="preserve">&Mask values</source>
- <context-group purpose="location"><context context-type="linenumber">369</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">375</context></context-group>
</trans-unit>
<trans-unit id="_msg148">
<source xml:space="preserve">Mask the values in the Overview tab</source>
- <context-group purpose="location"><context context-type="linenumber">371</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">377</context></context-group>
</trans-unit>
<trans-unit id="_msg149">
<source xml:space="preserve">No wallets available</source>
- <context-group purpose="location"><context context-type="linenumber">426</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">485</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">432</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">495</context></context-group>
</trans-unit>
<trans-unit id="_msg150">
<source xml:space="preserve">Wallet Data</source>
- <context-group purpose="location"><context context-type="linenumber">432</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">438</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">503</context></context-group>
<note annotates="source" from="developer">Name of the wallet data file format.</note>
</trans-unit>
<trans-unit id="_msg151">
<source xml:space="preserve">Load Wallet Backup</source>
- <context-group purpose="location"><context context-type="linenumber">435</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">441</context></context-group>
<note annotates="source" from="developer">The title for Restore Wallet File Windows</note>
</trans-unit>
<trans-unit id="_msg152">
<source xml:space="preserve">Restore Wallet</source>
- <context-group purpose="location"><context context-type="linenumber">443</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">449</context></context-group>
<note annotates="source" from="developer">Title of pop-up window shown when the user is attempting to restore a wallet.</note>
</trans-unit>
<trans-unit id="_msg153">
<source xml:space="preserve">Wallet Name</source>
- <context-group purpose="location"><context context-type="linenumber">445</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">451</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">514</context></context-group>
<note annotates="source" from="developer">Label of the input field where the name of the wallet is entered.</note>
</trans-unit>
<trans-unit id="_msg154">
- <source xml:space="preserve">&Window</source>
- <context-group purpose="location"><context context-type="linenumber">535</context></context-group>
+ <source xml:space="preserve">Invalid Wallet Name</source>
+ <context-group purpose="location"><context context-type="linenumber">455</context></context-group>
</trans-unit>
<trans-unit id="_msg155">
- <source xml:space="preserve">Ctrl+M</source>
- <context-group purpose="location"><context context-type="linenumber">538</context></context-group>
+ <source xml:space="preserve">Wallet name cannot be empty</source>
+ <context-group purpose="location"><context context-type="linenumber">455</context></context-group>
</trans-unit>
<trans-unit id="_msg156">
- <source xml:space="preserve">Zoom</source>
- <context-group purpose="location"><context context-type="linenumber">547</context></context-group>
+ <source xml:space="preserve">Restore and Migrate Wallet File...</source>
+ <context-group purpose="location"><context context-type="linenumber">499</context></context-group>
</trans-unit>
<trans-unit id="_msg157">
- <source xml:space="preserve">Main Window</source>
- <context-group purpose="location"><context context-type="linenumber">565</context></context-group>
+ <source xml:space="preserve">Restore and Migrate Wallet Backup</source>
+ <context-group purpose="location"><context context-type="linenumber">504</context></context-group>
</trans-unit>
<trans-unit id="_msg158">
- <source xml:space="preserve">%1 client</source>
- <context-group purpose="location"><context context-type="linenumber">844</context></context-group>
+ <source xml:space="preserve">Restore and Migrate Wallet</source>
+ <context-group purpose="location"><context context-type="linenumber">512</context></context-group>
+ <note annotates="source" from="developer">Title of pop-up window shown when the user is attempting to restore a wallet.</note>
</trans-unit>
<trans-unit id="_msg159">
- <source xml:space="preserve">&Hide</source>
- <context-group purpose="location"><context context-type="linenumber">912</context></context-group>
+ <source xml:space="preserve">&Window</source>
+ <context-group purpose="location"><context context-type="linenumber">571</context></context-group>
</trans-unit>
<trans-unit id="_msg160">
+ <source xml:space="preserve">Ctrl+M</source>
+ <context-group purpose="location"><context context-type="linenumber">574</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg161">
+ <source xml:space="preserve">Zoom</source>
+ <context-group purpose="location"><context context-type="linenumber">583</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg162">
+ <source xml:space="preserve">Main Window</source>
+ <context-group purpose="location"><context context-type="linenumber">601</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg163">
+ <source xml:space="preserve">%1 client</source>
+ <context-group purpose="location"><context context-type="linenumber">880</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg164">
+ <source xml:space="preserve">&Hide</source>
+ <context-group purpose="location"><context context-type="linenumber">948</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg165">
<source xml:space="preserve">S&how</source>
- <context-group purpose="location"><context context-type="linenumber">913</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">949</context></context-group>
</trans-unit>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">1031</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1067</context></context-group>
<note annotates="source" from="developer">A substring of the tooltip.</note>
- <trans-unit id="_msg161[0]">
+ <trans-unit id="_msg166[0]">
<source xml:space="preserve">%n active connection(s) to Bitcoin network.</source>
</trans-unit>
- <trans-unit id="_msg161[1]">
+ <trans-unit id="_msg166[1]">
<source xml:space="preserve">%n active connection(s) to Bitcoin network.</source>
</trans-unit>
</group>
- <trans-unit id="_msg162">
+ <trans-unit id="_msg167">
<source xml:space="preserve">Click for more actions.</source>
- <context-group purpose="location"><context context-type="linenumber">1041</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1077</context></context-group>
<note annotates="source" from="developer">A substring of the tooltip. "More actions" are available via the context menu.</note>
</trans-unit>
- <trans-unit id="_msg163">
+ <trans-unit id="_msg168">
<source xml:space="preserve">Show Peers tab</source>
- <context-group purpose="location"><context context-type="linenumber">1058</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1094</context></context-group>
<note annotates="source" from="developer">A context menu item. The "Peers tab" is an element of the "Node window".</note>
</trans-unit>
- <trans-unit id="_msg164">
+ <trans-unit id="_msg169">
<source xml:space="preserve">Disable network activity</source>
- <context-group purpose="location"><context context-type="linenumber">1066</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1102</context></context-group>
<note annotates="source" from="developer">A context menu item.</note>
</trans-unit>
- <trans-unit id="_msg165">
+ <trans-unit id="_msg170">
<source xml:space="preserve">Enable network activity</source>
- <context-group purpose="location"><context context-type="linenumber">1068</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1104</context></context-group>
<note annotates="source" from="developer">A context menu item. The network activity was disabled previously.</note>
</trans-unit>
- <trans-unit id="_msg166">
+ <trans-unit id="_msg171">
<source xml:space="preserve">Pre-syncing Headers (%1%)…</source>
- <context-group purpose="location"><context context-type="linenumber">1085</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1121</context></context-group>
</trans-unit>
- <trans-unit id="_msg167">
+ <trans-unit id="_msg172">
<source xml:space="preserve">Error: %1</source>
- <context-group purpose="location"><context context-type="linenumber">1244</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1280</context></context-group>
</trans-unit>
- <trans-unit id="_msg168">
+ <trans-unit id="_msg173">
<source xml:space="preserve">Warning: %1</source>
- <context-group purpose="location"><context context-type="linenumber">1248</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1284</context></context-group>
</trans-unit>
- <trans-unit id="_msg169">
+ <trans-unit id="_msg174">
<source xml:space="preserve">Date: %1
</source>
- <context-group purpose="location"><context context-type="linenumber">1356</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1392</context></context-group>
</trans-unit>
- <trans-unit id="_msg170">
+ <trans-unit id="_msg175">
<source xml:space="preserve">Amount: %1
</source>
- <context-group purpose="location"><context context-type="linenumber">1357</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1393</context></context-group>
</trans-unit>
- <trans-unit id="_msg171">
+ <trans-unit id="_msg176">
<source xml:space="preserve">Wallet: %1
</source>
- <context-group purpose="location"><context context-type="linenumber">1359</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1395</context></context-group>
</trans-unit>
- <trans-unit id="_msg172">
+ <trans-unit id="_msg177">
<source xml:space="preserve">Type: %1
</source>
- <context-group purpose="location"><context context-type="linenumber">1361</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1397</context></context-group>
</trans-unit>
- <trans-unit id="_msg173">
+ <trans-unit id="_msg178">
<source xml:space="preserve">Label: %1
</source>
- <context-group purpose="location"><context context-type="linenumber">1363</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1399</context></context-group>
</trans-unit>
- <trans-unit id="_msg174">
+ <trans-unit id="_msg179">
<source xml:space="preserve">Address: %1
</source>
- <context-group purpose="location"><context context-type="linenumber">1365</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1401</context></context-group>
</trans-unit>
- <trans-unit id="_msg175">
+ <trans-unit id="_msg180">
<source xml:space="preserve">Sent transaction</source>
- <context-group purpose="location"><context context-type="linenumber">1366</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1402</context></context-group>
</trans-unit>
- <trans-unit id="_msg176">
+ <trans-unit id="_msg181">
<source xml:space="preserve">Incoming transaction</source>
- <context-group purpose="location"><context context-type="linenumber">1366</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1402</context></context-group>
</trans-unit>
- <trans-unit id="_msg177">
+ <trans-unit id="_msg182">
<source xml:space="preserve">HD key generation is <b>enabled</b></source>
- <context-group purpose="location"><context context-type="linenumber">1418</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1454</context></context-group>
</trans-unit>
- <trans-unit id="_msg178">
+ <trans-unit id="_msg183">
<source xml:space="preserve">HD key generation is <b>disabled</b></source>
- <context-group purpose="location"><context context-type="linenumber">1418</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1454</context></context-group>
</trans-unit>
- <trans-unit id="_msg179">
+ <trans-unit id="_msg184">
<source xml:space="preserve">Private key <b>disabled</b></source>
- <context-group purpose="location"><context context-type="linenumber">1418</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1454</context></context-group>
</trans-unit>
- <trans-unit id="_msg180">
+ <trans-unit id="_msg185">
<source xml:space="preserve">Wallet is <b>encrypted</b> and currently <b>unlocked</b></source>
- <context-group purpose="location"><context context-type="linenumber">1441</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1477</context></context-group>
</trans-unit>
- <trans-unit id="_msg181">
+ <trans-unit id="_msg186">
<source xml:space="preserve">Wallet is <b>encrypted</b> and currently <b>locked</b></source>
- <context-group purpose="location"><context context-type="linenumber">1449</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1485</context></context-group>
</trans-unit>
- <trans-unit id="_msg182">
+ <trans-unit id="_msg187">
<source xml:space="preserve">Original message:</source>
- <context-group purpose="location"><context context-type="linenumber">1568</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1604</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="UnitDisplayStatusBarControl">
- <trans-unit id="_msg183">
+ <trans-unit id="_msg188">
<source xml:space="preserve">Unit to show amounts in. Click to select another unit.</source>
- <context-group purpose="location"><context context-type="linenumber">1607</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1650</context></context-group>
</trans-unit>
</group>
</body></file>
<file original="../forms/coincontroldialog.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="CoinControlDialog">
- <trans-unit id="_msg184">
+ <trans-unit id="_msg189">
<source xml:space="preserve">Coin Selection</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg185">
+ <trans-unit id="_msg190">
<source xml:space="preserve">Quantity:</source>
<context-group purpose="location"><context context-type="linenumber">51</context></context-group>
</trans-unit>
- <trans-unit id="_msg186">
+ <trans-unit id="_msg191">
<source xml:space="preserve">Bytes:</source>
<context-group purpose="location"><context context-type="linenumber">80</context></context-group>
</trans-unit>
- <trans-unit id="_msg187">
+ <trans-unit id="_msg192">
<source xml:space="preserve">Amount:</source>
<context-group purpose="location"><context context-type="linenumber">125</context></context-group>
</trans-unit>
- <trans-unit id="_msg188">
+ <trans-unit id="_msg193">
<source xml:space="preserve">Fee:</source>
<context-group purpose="location"><context context-type="linenumber">170</context></context-group>
</trans-unit>
- <trans-unit id="_msg189">
+ <trans-unit id="_msg194">
<source xml:space="preserve">After Fee:</source>
<context-group purpose="location"><context context-type="linenumber">218</context></context-group>
</trans-unit>
- <trans-unit id="_msg190">
+ <trans-unit id="_msg195">
<source xml:space="preserve">Change:</source>
<context-group purpose="location"><context context-type="linenumber">250</context></context-group>
</trans-unit>
- <trans-unit id="_msg191">
+ <trans-unit id="_msg196">
<source xml:space="preserve">(un)select all</source>
<context-group purpose="location"><context context-type="linenumber">306</context></context-group>
</trans-unit>
- <trans-unit id="_msg192">
+ <trans-unit id="_msg197">
<source xml:space="preserve">Tree mode</source>
<context-group purpose="location"><context context-type="linenumber">322</context></context-group>
</trans-unit>
- <trans-unit id="_msg193">
+ <trans-unit id="_msg198">
<source xml:space="preserve">List mode</source>
<context-group purpose="location"><context context-type="linenumber">335</context></context-group>
</trans-unit>
- <trans-unit id="_msg194">
+ <trans-unit id="_msg199">
<source xml:space="preserve">Amount</source>
<context-group purpose="location"><context context-type="linenumber">391</context></context-group>
</trans-unit>
- <trans-unit id="_msg195">
+ <trans-unit id="_msg200">
<source xml:space="preserve">Received with label</source>
<context-group purpose="location"><context context-type="linenumber">396</context></context-group>
</trans-unit>
- <trans-unit id="_msg196">
+ <trans-unit id="_msg201">
<source xml:space="preserve">Received with address</source>
<context-group purpose="location"><context context-type="linenumber">401</context></context-group>
</trans-unit>
- <trans-unit id="_msg197">
+ <trans-unit id="_msg202">
<source xml:space="preserve">Date</source>
<context-group purpose="location"><context context-type="linenumber">406</context></context-group>
</trans-unit>
- <trans-unit id="_msg198">
+ <trans-unit id="_msg203">
<source xml:space="preserve">Confirmations</source>
<context-group purpose="location"><context context-type="linenumber">411</context></context-group>
</trans-unit>
- <trans-unit id="_msg199">
+ <trans-unit id="_msg204">
<source xml:space="preserve">Confirmed</source>
<context-group purpose="location"><context context-type="linenumber">414</context></context-group>
</trans-unit>
@@ -883,72 +906,72 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</body></file>
<file original="../coincontroldialog.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="CoinControlDialog">
- <trans-unit id="_msg200">
+ <trans-unit id="_msg205">
<source xml:space="preserve">Copy amount</source>
<context-group purpose="location"><context context-type="linenumber">65</context></context-group>
</trans-unit>
- <trans-unit id="_msg201">
+ <trans-unit id="_msg206">
<source xml:space="preserve">&Copy address</source>
<context-group purpose="location"><context context-type="linenumber">54</context></context-group>
</trans-unit>
- <trans-unit id="_msg202">
+ <trans-unit id="_msg207">
<source xml:space="preserve">Copy &label</source>
<context-group purpose="location"><context context-type="linenumber">55</context></context-group>
</trans-unit>
- <trans-unit id="_msg203">
+ <trans-unit id="_msg208">
<source xml:space="preserve">Copy &amount</source>
<context-group purpose="location"><context context-type="linenumber">56</context></context-group>
</trans-unit>
- <trans-unit id="_msg204">
+ <trans-unit id="_msg209">
<source xml:space="preserve">Copy transaction &ID and output index</source>
<context-group purpose="location"><context context-type="linenumber">57</context></context-group>
</trans-unit>
- <trans-unit id="_msg205">
+ <trans-unit id="_msg210">
<source xml:space="preserve">L&ock unspent</source>
<context-group purpose="location"><context context-type="linenumber">59</context></context-group>
</trans-unit>
- <trans-unit id="_msg206">
+ <trans-unit id="_msg211">
<source xml:space="preserve">&Unlock unspent</source>
<context-group purpose="location"><context context-type="linenumber">60</context></context-group>
</trans-unit>
- <trans-unit id="_msg207">
+ <trans-unit id="_msg212">
<source xml:space="preserve">Copy quantity</source>
<context-group purpose="location"><context context-type="linenumber">64</context></context-group>
</trans-unit>
- <trans-unit id="_msg208">
+ <trans-unit id="_msg213">
<source xml:space="preserve">Copy fee</source>
<context-group purpose="location"><context context-type="linenumber">66</context></context-group>
</trans-unit>
- <trans-unit id="_msg209">
+ <trans-unit id="_msg214">
<source xml:space="preserve">Copy after fee</source>
<context-group purpose="location"><context context-type="linenumber">67</context></context-group>
</trans-unit>
- <trans-unit id="_msg210">
+ <trans-unit id="_msg215">
<source xml:space="preserve">Copy bytes</source>
<context-group purpose="location"><context context-type="linenumber">68</context></context-group>
</trans-unit>
- <trans-unit id="_msg211">
+ <trans-unit id="_msg216">
<source xml:space="preserve">Copy change</source>
<context-group purpose="location"><context context-type="linenumber">69</context></context-group>
</trans-unit>
- <trans-unit id="_msg212">
+ <trans-unit id="_msg217">
<source xml:space="preserve">(%1 locked)</source>
<context-group purpose="location"><context context-type="linenumber">363</context></context-group>
</trans-unit>
- <trans-unit id="_msg213">
+ <trans-unit id="_msg218">
<source xml:space="preserve">Can vary +/- %1 satoshi(s) per input.</source>
<context-group purpose="location"><context context-type="linenumber">528</context></context-group>
</trans-unit>
- <trans-unit id="_msg214">
+ <trans-unit id="_msg219">
<source xml:space="preserve">(no label)</source>
<context-group purpose="location"><context context-type="linenumber">573</context></context-group>
<context-group purpose="location"><context context-type="linenumber">627</context></context-group>
</trans-unit>
- <trans-unit id="_msg215">
+ <trans-unit id="_msg220">
<source xml:space="preserve">change from %1 (%2)</source>
<context-group purpose="location"><context context-type="linenumber">620</context></context-group>
</trans-unit>
- <trans-unit id="_msg216">
+ <trans-unit id="_msg221">
<source xml:space="preserve">(change)</source>
<context-group purpose="location"><context context-type="linenumber">621</context></context-group>
</trans-unit>
@@ -956,156 +979,184 @@ Signing is only possible with addresses of the type 'legacy'.</source>
</body></file>
<file original="../walletcontroller.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="CreateWalletActivity">
- <trans-unit id="_msg217">
+ <trans-unit id="_msg222">
<source xml:space="preserve">Create Wallet</source>
<context-group purpose="location"><context context-type="linenumber">250</context></context-group>
<note annotates="source" from="developer">Title of window indicating the progress of creation of a new wallet.</note>
</trans-unit>
- <trans-unit id="_msg218">
+ <trans-unit id="_msg223">
<source xml:space="preserve">Creating Wallet <b>%1</b>…</source>
<context-group purpose="location"><context context-type="linenumber">253</context></context-group>
<note annotates="source" from="developer">Descriptive text of the create wallet progress window which indicates to the user which wallet is currently being created.</note>
</trans-unit>
- <trans-unit id="_msg219">
+ <trans-unit id="_msg224">
<source xml:space="preserve">Create wallet failed</source>
<context-group purpose="location"><context context-type="linenumber">285</context></context-group>
</trans-unit>
- <trans-unit id="_msg220">
+ <trans-unit id="_msg225">
<source xml:space="preserve">Create wallet warning</source>
<context-group purpose="location"><context context-type="linenumber">287</context></context-group>
</trans-unit>
- <trans-unit id="_msg221">
+ <trans-unit id="_msg226">
<source xml:space="preserve">Can't list signers</source>
<context-group purpose="location"><context context-type="linenumber">303</context></context-group>
</trans-unit>
- <trans-unit id="_msg222">
+ <trans-unit id="_msg227">
<source xml:space="preserve">Too many external signers found</source>
<context-group purpose="location"><context context-type="linenumber">306</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="LoadWalletsActivity">
- <trans-unit id="_msg223">
+ <trans-unit id="_msg228">
<source xml:space="preserve">Load Wallets</source>
<context-group purpose="location"><context context-type="linenumber">380</context></context-group>
<note annotates="source" from="developer">Title of progress window which is displayed when wallets are being loaded.</note>
</trans-unit>
- <trans-unit id="_msg224">
+ <trans-unit id="_msg229">
<source xml:space="preserve">Loading wallets…</source>
<context-group purpose="location"><context context-type="linenumber">383</context></context-group>
<note annotates="source" from="developer">Descriptive text of the load wallets progress window which indicates to the user that wallets are currently being loaded.</note>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="MigrateWalletActivity">
- <trans-unit id="_msg225">
+ <trans-unit id="_msg230">
<source xml:space="preserve">Migrate wallet</source>
- <context-group purpose="location"><context context-type="linenumber">446</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">477</context></context-group>
</trans-unit>
- <trans-unit id="_msg226">
+ <trans-unit id="_msg231">
<source xml:space="preserve">Are you sure you wish to migrate the wallet <i>%1</i>?</source>
- <context-group purpose="location"><context context-type="linenumber">447</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">478</context></context-group>
</trans-unit>
- <trans-unit id="_msg227">
+ <trans-unit id="_msg232">
<source xml:space="preserve">Migrating the wallet will convert this wallet to one or more descriptor wallets. A new wallet backup will need to be made.
If this wallet contains any watchonly scripts, a new wallet will be created which contains those watchonly scripts.
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.</source>
- <context-group purpose="location"><context context-type="linenumber">448</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">479</context></context-group>
</trans-unit>
- <trans-unit id="_msg228">
+ <trans-unit id="_msg233">
<source xml:space="preserve">Migrate Wallet</source>
- <context-group purpose="location"><context context-type="linenumber">465</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">451</context></context-group>
</trans-unit>
- <trans-unit id="_msg229">
+ <trans-unit id="_msg234">
<source xml:space="preserve">Migrating Wallet <b>%1</b>…</source>
- <context-group purpose="location"><context context-type="linenumber">465</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">451</context></context-group>
</trans-unit>
- <trans-unit id="_msg230">
+ <trans-unit id="_msg235">
<source xml:space="preserve">The wallet '%1' was migrated successfully.</source>
- <context-group purpose="location"><context context-type="linenumber">471</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">457</context></context-group>
</trans-unit>
- <trans-unit id="_msg231">
+ <trans-unit id="_msg236">
<source xml:space="preserve">Watchonly scripts have been migrated to a new wallet named '%1'.</source>
- <context-group purpose="location"><context context-type="linenumber">473</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">459</context></context-group>
</trans-unit>
- <trans-unit id="_msg232">
+ <trans-unit id="_msg237">
<source xml:space="preserve">Solvable but not watched scripts have been migrated to a new wallet named '%1'.</source>
- <context-group purpose="location"><context context-type="linenumber">476</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">462</context></context-group>
</trans-unit>
- <trans-unit id="_msg233">
+ <trans-unit id="_msg238">
+ <source xml:space="preserve">Restore and Migrate wallet</source>
+ <context-group purpose="location"><context context-type="linenumber">496</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg239">
+ <source xml:space="preserve">Are you sure you wish to restore the wallet file <i>%1</i> to <i>%2</i> and migrate it?</source>
+ <context-group purpose="location"><context context-type="linenumber">497</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg240">
+ <source xml:space="preserve">Restoring the wallet will copy the backup file to the wallets directory and place it in the standard wallet directory layout. The original file will not be modified.
+
+Migrating the wallet will convert the restored wallet to one or more descriptor wallets. A new wallet backup will need to be made.
+If this wallet contains any watchonly scripts, a new wallet will be created which contains those watchonly scripts.
+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.</source>
+ <context-group purpose="location"><context context-type="linenumber">498</context></context-group>
+ </trans-unit>
+ <trans-unit id="_msg241">
+ <source xml:space="preserve">Restore Wallet</source>
+ <context-group purpose="location"><context context-type="linenumber">512</context></context-group>
+ <note annotates="source" from="developer">Title of progress window which is displayed when wallets are being restored.</note>
+ </trans-unit>
+ <trans-unit id="_msg242">
+ <source xml:space="preserve">Restoring Wallet <b>%1</b>…</source>
+ <context-group purpose="location"><context context-type="linenumber">515</context></context-group>
+ <note annotates="source" from="developer">Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored.</note>
+ </trans-unit>
+ <trans-unit id="_msg243">
<source xml:space="preserve">Migration failed</source>
- <context-group purpose="location"><context context-type="linenumber">490</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">534</context></context-group>
</trans-unit>
- <trans-unit id="_msg234">
+ <trans-unit id="_msg244">
<source xml:space="preserve">Migration Successful</source>
- <context-group purpose="location"><context context-type="linenumber">492</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">536</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="OpenWalletActivity">
- <trans-unit id="_msg235">
+ <trans-unit id="_msg245">
<source xml:space="preserve">Open wallet failed</source>
<context-group purpose="location"><context context-type="linenumber">337</context></context-group>
</trans-unit>
- <trans-unit id="_msg236">
+ <trans-unit id="_msg246">
<source xml:space="preserve">Open wallet warning</source>
<context-group purpose="location"><context context-type="linenumber">339</context></context-group>
</trans-unit>
- <trans-unit id="_msg237">
+ <trans-unit id="_msg247">
<source xml:space="preserve">Open Wallet</source>
<context-group purpose="location"><context context-type="linenumber">353</context></context-group>
<note annotates="source" from="developer">Title of window indicating the progress of opening of a wallet.</note>
</trans-unit>
- <trans-unit id="_msg238">
+ <trans-unit id="_msg248">
<source xml:space="preserve">Opening Wallet <b>%1</b>…</source>
<context-group purpose="location"><context context-type="linenumber">356</context></context-group>
<note annotates="source" from="developer">Descriptive text of the open wallet progress window which indicates to the user which wallet is currently being opened.</note>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="RestoreWalletActivity">
- <trans-unit id="_msg239">
+ <trans-unit id="_msg249">
<source xml:space="preserve">Restore Wallet</source>
<context-group purpose="location"><context context-type="linenumber">406</context></context-group>
<note annotates="source" from="developer">Title of progress window which is displayed when wallets are being restored.</note>
</trans-unit>
- <trans-unit id="_msg240">
+ <trans-unit id="_msg250">
<source xml:space="preserve">Restoring Wallet <b>%1</b>…</source>
<context-group purpose="location"><context context-type="linenumber">409</context></context-group>
<note annotates="source" from="developer">Descriptive text of the restore wallets progress window which indicates to the user that wallets are currently being restored.</note>
</trans-unit>
- <trans-unit id="_msg241">
+ <trans-unit id="_msg251">
<source xml:space="preserve">Restore wallet failed</source>
<context-group purpose="location"><context context-type="linenumber">428</context></context-group>
<note annotates="source" from="developer">Title of message box which is displayed when the wallet could not be restored.</note>
</trans-unit>
- <trans-unit id="_msg242">
+ <trans-unit id="_msg252">
<source xml:space="preserve">Restore wallet warning</source>
<context-group purpose="location"><context context-type="linenumber">431</context></context-group>
<note annotates="source" from="developer">Title of message box which is displayed when the wallet is restored with some warning.</note>
</trans-unit>
- <trans-unit id="_msg243">
+ <trans-unit id="_msg253">
<source xml:space="preserve">Restore wallet message</source>
<context-group purpose="location"><context context-type="linenumber">434</context></context-group>
<note annotates="source" from="developer">Title of message box which is displayed when the wallet is successfully restored.</note>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="WalletController">
- <trans-unit id="_msg244">
+ <trans-unit id="_msg254">
<source xml:space="preserve">Close wallet</source>
<context-group purpose="location"><context context-type="linenumber">93</context></context-group>
</trans-unit>
- <trans-unit id="_msg245">
+ <trans-unit id="_msg255">
<source xml:space="preserve">Are you sure you wish to close the wallet <i>%1</i>?</source>
<context-group purpose="location"><context context-type="linenumber">94</context></context-group>
</trans-unit>
- <trans-unit id="_msg246">
+ <trans-unit id="_msg256">
<source xml:space="preserve">Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.</source>
<context-group purpose="location"><context context-type="linenumber">95</context></context-group>
</trans-unit>
- <trans-unit id="_msg247">
+ <trans-unit id="_msg257">
<source xml:space="preserve">Close all wallets</source>
<context-group purpose="location"><context context-type="linenumber">105</context></context-group>
</trans-unit>
- <trans-unit id="_msg248">
+ <trans-unit id="_msg258">
<source xml:space="preserve">Are you sure you wish to close all wallets?</source>
<context-group purpose="location"><context context-type="linenumber">106</context></context-group>
</trans-unit>
@@ -1113,59 +1164,59 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/createwalletdialog.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="CreateWalletDialog">
- <trans-unit id="_msg249">
+ <trans-unit id="_msg259">
<source xml:space="preserve">Create Wallet</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg250">
+ <trans-unit id="_msg260">
<source xml:space="preserve">You are one step away from creating your new wallet!</source>
<context-group purpose="location"><context context-type="linenumber">29</context></context-group>
</trans-unit>
- <trans-unit id="_msg251">
+ <trans-unit id="_msg261">
<source xml:space="preserve">Please provide a name and, if desired, enable any advanced options</source>
<context-group purpose="location"><context context-type="linenumber">42</context></context-group>
</trans-unit>
- <trans-unit id="_msg252">
+ <trans-unit id="_msg262">
<source xml:space="preserve">Wallet Name</source>
<context-group purpose="location"><context context-type="linenumber">67</context></context-group>
</trans-unit>
- <trans-unit id="_msg253">
+ <trans-unit id="_msg263">
<source xml:space="preserve">Wallet</source>
<context-group purpose="location"><context context-type="linenumber">80</context></context-group>
</trans-unit>
- <trans-unit id="_msg254">
+ <trans-unit id="_msg264">
<source xml:space="preserve">Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.</source>
<context-group purpose="location"><context context-type="linenumber">89</context></context-group>
</trans-unit>
- <trans-unit id="_msg255">
+ <trans-unit id="_msg265">
<source xml:space="preserve">Encrypt Wallet</source>
<context-group purpose="location"><context context-type="linenumber">92</context></context-group>
</trans-unit>
- <trans-unit id="_msg256">
+ <trans-unit id="_msg266">
<source xml:space="preserve">Advanced Options</source>
<context-group purpose="location"><context context-type="linenumber">118</context></context-group>
</trans-unit>
- <trans-unit id="_msg257">
+ <trans-unit id="_msg267">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">139</context></context-group>
</trans-unit>
- <trans-unit id="_msg258">
+ <trans-unit id="_msg268">
<source xml:space="preserve">Disable Private Keys</source>
<context-group purpose="location"><context context-type="linenumber">142</context></context-group>
</trans-unit>
- <trans-unit id="_msg259">
- <source xml:space="preserve">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.</source>
+ <trans-unit id="_msg269">
+ <source xml:space="preserve">Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported using descriptors at a later time.</source>
<context-group purpose="location"><context context-type="linenumber">149</context></context-group>
</trans-unit>
- <trans-unit id="_msg260">
+ <trans-unit id="_msg270">
<source xml:space="preserve">Make Blank Wallet</source>
<context-group purpose="location"><context context-type="linenumber">152</context></context-group>
</trans-unit>
- <trans-unit id="_msg261">
+ <trans-unit id="_msg271">
<source xml:space="preserve">Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first.</source>
<context-group purpose="location"><context context-type="linenumber">159</context></context-group>
</trans-unit>
- <trans-unit id="_msg262">
+ <trans-unit id="_msg272">
<source xml:space="preserve">External signer</source>
<context-group purpose="location"><context context-type="linenumber">162</context></context-group>
</trans-unit>
@@ -1173,11 +1224,11 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../createwalletdialog.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="CreateWalletDialog">
- <trans-unit id="_msg263">
+ <trans-unit id="_msg273">
<source xml:space="preserve">Create</source>
<context-group purpose="location"><context context-type="linenumber">20</context></context-group>
</trans-unit>
- <trans-unit id="_msg264">
+ <trans-unit id="_msg274">
<source xml:space="preserve">Compiled without external signing support (required for external signing)</source>
<context-group purpose="location"><context context-type="linenumber">88</context></context-group>
<note annotates="source" from="developer">"External signing" means using devices such as hardware wallets.</note>
@@ -1186,23 +1237,23 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/editaddressdialog.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="EditAddressDialog">
- <trans-unit id="_msg265">
+ <trans-unit id="_msg275">
<source xml:space="preserve">Edit Address</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg266">
+ <trans-unit id="_msg276">
<source xml:space="preserve">&Label</source>
<context-group purpose="location"><context context-type="linenumber">25</context></context-group>
</trans-unit>
- <trans-unit id="_msg267">
+ <trans-unit id="_msg277">
<source xml:space="preserve">The label associated with this address list entry</source>
<context-group purpose="location"><context context-type="linenumber">35</context></context-group>
</trans-unit>
- <trans-unit id="_msg268">
+ <trans-unit id="_msg278">
<source xml:space="preserve">The address associated with this address list entry. This can only be modified for sending addresses.</source>
<context-group purpose="location"><context context-type="linenumber">52</context></context-group>
</trans-unit>
- <trans-unit id="_msg269">
+ <trans-unit id="_msg279">
<source xml:space="preserve">&Address</source>
<context-group purpose="location"><context context-type="linenumber">42</context></context-group>
</trans-unit>
@@ -1210,35 +1261,35 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../editaddressdialog.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="EditAddressDialog">
- <trans-unit id="_msg270">
+ <trans-unit id="_msg280">
<source xml:space="preserve">New sending address</source>
<context-group purpose="location"><context context-type="linenumber">29</context></context-group>
</trans-unit>
- <trans-unit id="_msg271">
+ <trans-unit id="_msg281">
<source xml:space="preserve">Edit receiving address</source>
<context-group purpose="location"><context context-type="linenumber">32</context></context-group>
</trans-unit>
- <trans-unit id="_msg272">
+ <trans-unit id="_msg282">
<source xml:space="preserve">Edit sending address</source>
<context-group purpose="location"><context context-type="linenumber">36</context></context-group>
</trans-unit>
- <trans-unit id="_msg273">
+ <trans-unit id="_msg283">
<source xml:space="preserve">The entered address "%1" is not a valid Bitcoin address.</source>
<context-group purpose="location"><context context-type="linenumber">113</context></context-group>
</trans-unit>
- <trans-unit id="_msg274">
+ <trans-unit id="_msg284">
<source xml:space="preserve">Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.</source>
<context-group purpose="location"><context context-type="linenumber">146</context></context-group>
</trans-unit>
- <trans-unit id="_msg275">
+ <trans-unit id="_msg285">
<source xml:space="preserve">The entered address "%1" is already in the address book with label "%2".</source>
<context-group purpose="location"><context context-type="linenumber">151</context></context-group>
</trans-unit>
- <trans-unit id="_msg276">
+ <trans-unit id="_msg286">
<source xml:space="preserve">Could not unlock wallet.</source>
<context-group purpose="location"><context context-type="linenumber">123</context></context-group>
</trans-unit>
- <trans-unit id="_msg277">
+ <trans-unit id="_msg287">
<source xml:space="preserve">New key generation failed.</source>
<context-group purpose="location"><context context-type="linenumber">128</context></context-group>
</trans-unit>
@@ -1246,23 +1297,23 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../freespacechecker.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="FreespaceChecker">
- <trans-unit id="_msg278">
+ <trans-unit id="_msg288">
<source xml:space="preserve">A new data directory will be created.</source>
<context-group purpose="location"><context context-type="linenumber">21</context></context-group>
</trans-unit>
- <trans-unit id="_msg279">
+ <trans-unit id="_msg289">
<source xml:space="preserve">name</source>
<context-group purpose="location"><context context-type="linenumber">43</context></context-group>
</trans-unit>
- <trans-unit id="_msg280">
+ <trans-unit id="_msg290">
<source xml:space="preserve">Directory already exists. Add %1 if you intend to create a new directory here.</source>
<context-group purpose="location"><context context-type="linenumber">45</context></context-group>
</trans-unit>
- <trans-unit id="_msg281">
+ <trans-unit id="_msg291">
<source xml:space="preserve">Path already exists, and is not a directory.</source>
<context-group purpose="location"><context context-type="linenumber">48</context></context-group>
</trans-unit>
- <trans-unit id="_msg282">
+ <trans-unit id="_msg292">
<source xml:space="preserve">Cannot create data directory here.</source>
<context-group purpose="location"><context context-type="linenumber">55</context></context-group>
</trans-unit>
@@ -1270,25 +1321,25 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../utilitydialog.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="HelpMessageDialog">
- <trans-unit id="_msg283">
+ <trans-unit id="_msg293">
<source xml:space="preserve">version</source>
<context-group purpose="location"><context context-type="linenumber">36</context></context-group>
</trans-unit>
- <trans-unit id="_msg284">
+ <trans-unit id="_msg294">
<source xml:space="preserve">About %1</source>
<context-group purpose="location"><context context-type="linenumber">40</context></context-group>
</trans-unit>
- <trans-unit id="_msg285">
+ <trans-unit id="_msg295">
<source xml:space="preserve">Command-line options</source>
<context-group purpose="location"><context context-type="linenumber">58</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="ShutdownWindow">
- <trans-unit id="_msg286">
+ <trans-unit id="_msg296">
<source xml:space="preserve">%1 is shutting down…</source>
<context-group purpose="location"><context context-type="linenumber">147</context></context-group>
</trans-unit>
- <trans-unit id="_msg287">
+ <trans-unit id="_msg297">
<source xml:space="preserve">Do not shut down the computer until this window disappears.</source>
<context-group purpose="location"><context context-type="linenumber">148</context></context-group>
</trans-unit>
@@ -1296,47 +1347,47 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/intro.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="Intro">
- <trans-unit id="_msg288">
+ <trans-unit id="_msg298">
<source xml:space="preserve">Welcome</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg289">
+ <trans-unit id="_msg299">
<source xml:space="preserve">Welcome to %1.</source>
<context-group purpose="location"><context context-type="linenumber">23</context></context-group>
</trans-unit>
- <trans-unit id="_msg290">
+ <trans-unit id="_msg300">
<source xml:space="preserve">As this is the first time the program is launched, you can choose where %1 will store its data.</source>
<context-group purpose="location"><context context-type="linenumber">49</context></context-group>
</trans-unit>
- <trans-unit id="_msg291">
+ <trans-unit id="_msg301">
<source xml:space="preserve">Limit block chain storage to</source>
<context-group purpose="location"><context context-type="linenumber">238</context></context-group>
</trans-unit>
- <trans-unit id="_msg292">
+ <trans-unit id="_msg302">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">241</context></context-group>
</trans-unit>
- <trans-unit id="_msg293">
+ <trans-unit id="_msg303">
<source xml:space="preserve"> GB</source>
<context-group purpose="location"><context context-type="linenumber">248</context></context-group>
</trans-unit>
- <trans-unit id="_msg294">
+ <trans-unit id="_msg304">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">216</context></context-group>
</trans-unit>
- <trans-unit id="_msg295">
+ <trans-unit id="_msg305">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">206</context></context-group>
</trans-unit>
- <trans-unit id="_msg296">
+ <trans-unit id="_msg306">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">226</context></context-group>
</trans-unit>
- <trans-unit id="_msg297">
+ <trans-unit id="_msg307">
<source xml:space="preserve">Use the default data directory</source>
<context-group purpose="location"><context context-type="linenumber">66</context></context-group>
</trans-unit>
- <trans-unit id="_msg298">
+ <trans-unit id="_msg308">
<source xml:space="preserve">Use a custom data directory:</source>
<context-group purpose="location"><context context-type="linenumber">73</context></context-group>
</trans-unit>
@@ -1344,72 +1395,72 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../intro.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="Intro">
- <trans-unit id="_msg299">
+ <trans-unit id="_msg309">
<source xml:space="preserve">Bitcoin</source>
<context-group purpose="location"><context context-type="linenumber">54</context></context-group>
</trans-unit>
<group restype="x-gettext-plurals">
<context-group purpose="location"><context context-type="linenumber">218</context></context-group>
- <trans-unit id="_msg300[0]">
+ <trans-unit id="_msg310[0]">
<source xml:space="preserve">%n GB of space available</source>
</trans-unit>
- <trans-unit id="_msg300[1]">
+ <trans-unit id="_msg310[1]">
<source xml:space="preserve">%n GB of space available</source>
</trans-unit>
</group>
<group restype="x-gettext-plurals">
<context-group purpose="location"><context context-type="linenumber">220</context></context-group>
- <trans-unit id="_msg301[0]">
+ <trans-unit id="_msg311[0]">
<source xml:space="preserve">(of %n GB needed)</source>
</trans-unit>
- <trans-unit id="_msg301[1]">
+ <trans-unit id="_msg311[1]">
<source xml:space="preserve">(of %n GB needed)</source>
</trans-unit>
</group>
<group restype="x-gettext-plurals">
<context-group purpose="location"><context context-type="linenumber">223</context></context-group>
- <trans-unit id="_msg302[0]">
+ <trans-unit id="_msg312[0]">
<source xml:space="preserve">(%n GB needed for full chain)</source>
</trans-unit>
- <trans-unit id="_msg302[1]">
+ <trans-unit id="_msg312[1]">
<source xml:space="preserve">(%n GB needed for full chain)</source>
</trans-unit>
</group>
- <trans-unit id="_msg303">
+ <trans-unit id="_msg313">
<source xml:space="preserve">Choose data directory</source>
<context-group purpose="location"><context context-type="linenumber">240</context></context-group>
</trans-unit>
- <trans-unit id="_msg304">
+ <trans-unit id="_msg314">
<source xml:space="preserve">At least %1 GB of data will be stored in this directory, and it will grow over time.</source>
<context-group purpose="location"><context context-type="linenumber">295</context></context-group>
</trans-unit>
- <trans-unit id="_msg305">
+ <trans-unit id="_msg315">
<source xml:space="preserve">Approximately %1 GB of data will be stored in this directory.</source>
<context-group purpose="location"><context context-type="linenumber">298</context></context-group>
</trans-unit>
<group restype="x-gettext-plurals">
<context-group purpose="location"><context context-type="linenumber">307</context></context-group>
<note annotates="source" from="developer">Explanatory text on the capability of the current prune target.</note>
- <trans-unit id="_msg306[0]">
+ <trans-unit id="_msg316[0]">
<source xml:space="preserve">(sufficient to restore backups %n day(s) old)</source>
</trans-unit>
- <trans-unit id="_msg306[1]">
+ <trans-unit id="_msg316[1]">
<source xml:space="preserve">(sufficient to restore backups %n day(s) old)</source>
</trans-unit>
</group>
- <trans-unit id="_msg307">
+ <trans-unit id="_msg317">
<source xml:space="preserve">%1 will download and store a copy of the Bitcoin block chain.</source>
<context-group purpose="location"><context context-type="linenumber">309</context></context-group>
</trans-unit>
- <trans-unit id="_msg308">
+ <trans-unit id="_msg318">
<source xml:space="preserve">The wallet will also be stored in this directory.</source>
<context-group purpose="location"><context context-type="linenumber">311</context></context-group>
</trans-unit>
- <trans-unit id="_msg309">
+ <trans-unit id="_msg319">
<source xml:space="preserve">Error: Specified data directory "%1" cannot be created.</source>
<context-group purpose="location"><context context-type="linenumber">167</context></context-group>
</trans-unit>
- <trans-unit id="_msg310">
+ <trans-unit id="_msg320">
<source xml:space="preserve">Error</source>
<context-group purpose="location"><context context-type="linenumber">197</context></context-group>
</trans-unit>
@@ -1417,54 +1468,54 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/modaloverlay.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="ModalOverlay">
- <trans-unit id="_msg311">
+ <trans-unit id="_msg321">
<source xml:space="preserve">Form</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg312">
+ <trans-unit id="_msg322">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">133</context></context-group>
</trans-unit>
- <trans-unit id="_msg313">
+ <trans-unit id="_msg323">
<source xml:space="preserve">Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</source>
<context-group purpose="location"><context context-type="linenumber">152</context></context-group>
</trans-unit>
- <trans-unit id="_msg314">
+ <trans-unit id="_msg324">
<source xml:space="preserve">Number of blocks left</source>
<context-group purpose="location"><context context-type="linenumber">215</context></context-group>
</trans-unit>
- <trans-unit id="_msg315">
+ <trans-unit id="_msg325">
<source xml:space="preserve">Unknown…</source>
<context-group purpose="location"><context context-type="linenumber">222</context></context-group>
<context-group purpose="location"><context context-type="linenumber">248</context></context-group>
<context-group purpose="location"><context context-type="sourcefile">../modaloverlay.cpp</context><context context-type="linenumber">160</context></context-group>
</trans-unit>
- <trans-unit id="_msg316">
+ <trans-unit id="_msg326">
<source xml:space="preserve">calculating…</source>
<context-group purpose="location"><context context-type="linenumber">292</context></context-group>
<context-group purpose="location"><context context-type="linenumber">312</context></context-group>
</trans-unit>
- <trans-unit id="_msg317">
+ <trans-unit id="_msg327">
<source xml:space="preserve">Last block time</source>
<context-group purpose="location"><context context-type="linenumber">235</context></context-group>
</trans-unit>
- <trans-unit id="_msg318">
+ <trans-unit id="_msg328">
<source xml:space="preserve">Progress</source>
<context-group purpose="location"><context context-type="linenumber">261</context></context-group>
</trans-unit>
- <trans-unit id="_msg319">
+ <trans-unit id="_msg329">
<source xml:space="preserve">Progress increase per hour</source>
<context-group purpose="location"><context context-type="linenumber">285</context></context-group>
</trans-unit>
- <trans-unit id="_msg320">
+ <trans-unit id="_msg330">
<source xml:space="preserve">Estimated time left until synced</source>
<context-group purpose="location"><context context-type="linenumber">305</context></context-group>
</trans-unit>
- <trans-unit id="_msg321">
+ <trans-unit id="_msg331">
<source xml:space="preserve">Hide</source>
<context-group purpose="location"><context context-type="linenumber">342</context></context-group>
</trans-unit>
- <trans-unit id="_msg322">
+ <trans-unit id="_msg332">
<source xml:space="preserve">Esc</source>
<context-group purpose="location"><context context-type="linenumber">345</context></context-group>
</trans-unit>
@@ -1472,21 +1523,21 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../modaloverlay.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="ModalOverlay">
- <trans-unit id="_msg323">
+ <trans-unit id="_msg333">
<source xml:space="preserve">%1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
<context-group purpose="location"><context context-type="linenumber">34</context></context-group>
</trans-unit>
- <trans-unit id="_msg324">
+ <trans-unit id="_msg334">
<source xml:space="preserve">Unknown. Syncing Headers (%1, %2%)…</source>
<context-group purpose="location"><context context-type="linenumber">166</context></context-group>
</trans-unit>
- <trans-unit id="_msg325">
+ <trans-unit id="_msg335">
<source xml:space="preserve">Unknown. Pre-syncing Headers (%1, %2%)…</source>
<context-group purpose="location"><context context-type="linenumber">171</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="QObject">
- <trans-unit id="_msg326">
+ <trans-unit id="_msg336">
<source xml:space="preserve">unknown</source>
<context-group purpose="location"><context context-type="linenumber">131</context></context-group>
</trans-unit>
@@ -1494,15 +1545,15 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/openuridialog.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="OpenURIDialog">
- <trans-unit id="_msg327">
+ <trans-unit id="_msg337">
<source xml:space="preserve">Open bitcoin URI</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg328">
+ <trans-unit id="_msg338">
<source xml:space="preserve">URI:</source>
<context-group purpose="location"><context context-type="linenumber">22</context></context-group>
</trans-unit>
- <trans-unit id="_msg329">
+ <trans-unit id="_msg339">
<source xml:space="preserve">Paste address from clipboard</source>
<context-group purpose="location"><context context-type="linenumber">36</context></context-group>
<note annotates="source" from="developer">Tooltip text for button that allows you to paste an address that is in your clipboard.</note>
@@ -1511,294 +1562,294 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/optionsdialog.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="OptionsDialog">
- <trans-unit id="_msg330">
+ <trans-unit id="_msg340">
<source xml:space="preserve">Options</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg331">
+ <trans-unit id="_msg341">
<source xml:space="preserve">&Main</source>
<context-group purpose="location"><context context-type="linenumber">27</context></context-group>
</trans-unit>
- <trans-unit id="_msg332">
+ <trans-unit id="_msg342">
<source xml:space="preserve">Automatically start %1 after logging in to the system.</source>
<context-group purpose="location"><context context-type="linenumber">33</context></context-group>
</trans-unit>
- <trans-unit id="_msg333">
+ <trans-unit id="_msg343">
<source xml:space="preserve">&Start %1 on system login</source>
<context-group purpose="location"><context context-type="linenumber">36</context></context-group>
</trans-unit>
- <trans-unit id="_msg334">
+ <trans-unit id="_msg344">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">58</context></context-group>
</trans-unit>
- <trans-unit id="_msg335">
+ <trans-unit id="_msg345">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">108</context></context-group>
<note annotates="source" from="developer">Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value.</note>
</trans-unit>
- <trans-unit id="_msg336">
+ <trans-unit id="_msg346">
<source xml:space="preserve">Size of &database cache</source>
<context-group purpose="location"><context context-type="linenumber">111</context></context-group>
</trans-unit>
- <trans-unit id="_msg337">
+ <trans-unit id="_msg347">
<source xml:space="preserve">Number of script &verification threads</source>
<context-group purpose="location"><context context-type="linenumber">157</context></context-group>
</trans-unit>
- <trans-unit id="_msg338">
+ <trans-unit id="_msg348">
<source xml:space="preserve">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!</source>
<context-group purpose="location"><context context-type="linenumber">289</context></context-group>
</trans-unit>
- <trans-unit id="_msg339">
+ <trans-unit id="_msg349">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">321</context></context-group>
</trans-unit>
- <trans-unit id="_msg340">
+ <trans-unit id="_msg350">
<source xml:space="preserve">Map port using PCP or NA&T-PMP</source>
<context-group purpose="location"><context context-type="linenumber">324</context></context-group>
</trans-unit>
- <trans-unit id="_msg341">
+ <trans-unit id="_msg351">
<source xml:space="preserve">IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</source>
<context-group purpose="location"><context context-type="linenumber">378</context></context-group>
<context-group purpose="location"><context context-type="linenumber">565</context></context-group>
</trans-unit>
- <trans-unit id="_msg342">
+ <trans-unit id="_msg352">
<source xml:space="preserve">Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.</source>
<context-group purpose="location"><context context-type="linenumber">447</context></context-group>
<context-group purpose="location"><context context-type="linenumber">470</context></context-group>
<context-group purpose="location"><context context-type="linenumber">493</context></context-group>
</trans-unit>
- <trans-unit id="_msg343">
+ <trans-unit id="_msg353">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">662</context></context-group>
</trans-unit>
- <trans-unit id="_msg344">
+ <trans-unit id="_msg354">
<source xml:space="preserve">Font in the Overview tab: </source>
<context-group purpose="location"><context context-type="linenumber">769</context></context-group>
</trans-unit>
- <trans-unit id="_msg345">
+ <trans-unit id="_msg355">
<source xml:space="preserve">Options set in this dialog are overridden by the command line:</source>
<context-group purpose="location"><context context-type="linenumber">814</context></context-group>
</trans-unit>
- <trans-unit id="_msg346">
+ <trans-unit id="_msg356">
<source xml:space="preserve">Open the %1 configuration file from the working directory.</source>
<context-group purpose="location"><context context-type="linenumber">859</context></context-group>
</trans-unit>
- <trans-unit id="_msg347">
+ <trans-unit id="_msg357">
<source xml:space="preserve">Open Configuration File</source>
<context-group purpose="location"><context context-type="linenumber">862</context></context-group>
</trans-unit>
- <trans-unit id="_msg348">
+ <trans-unit id="_msg358">
<source xml:space="preserve">Reset all client options to default.</source>
<context-group purpose="location"><context context-type="linenumber">872</context></context-group>
</trans-unit>
- <trans-unit id="_msg349">
+ <trans-unit id="_msg359">
<source xml:space="preserve">&Reset Options</source>
<context-group purpose="location"><context context-type="linenumber">875</context></context-group>
</trans-unit>
- <trans-unit id="_msg350">
+ <trans-unit id="_msg360">
<source xml:space="preserve">&Network</source>
<context-group purpose="location"><context context-type="linenumber">315</context></context-group>
</trans-unit>
- <trans-unit id="_msg351">
+ <trans-unit id="_msg361">
<source xml:space="preserve">Prune &block storage to</source>
<context-group purpose="location"><context context-type="linenumber">61</context></context-group>
</trans-unit>
- <trans-unit id="_msg352">
+ <trans-unit id="_msg362">
<source xml:space="preserve">GB</source>
<context-group purpose="location"><context context-type="linenumber">71</context></context-group>
</trans-unit>
- <trans-unit id="_msg353">
+ <trans-unit id="_msg363">
<source xml:space="preserve">Reverting this setting requires re-downloading the entire blockchain.</source>
<context-group purpose="location"><context context-type="linenumber">96</context></context-group>
</trans-unit>
- <trans-unit id="_msg354">
+ <trans-unit id="_msg364">
<source xml:space="preserve">MiB</source>
<context-group purpose="location"><context context-type="linenumber">127</context></context-group>
</trans-unit>
- <trans-unit id="_msg355">
+ <trans-unit id="_msg365">
<source xml:space="preserve">Set the number of script verification threads. Negative values correspond to the number of cores you want to leave free to the system.</source>
<context-group purpose="location"><context context-type="linenumber">154</context></context-group>
<note annotates="source" from="developer">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.</note>
</trans-unit>
- <trans-unit id="_msg356">
+ <trans-unit id="_msg366">
<source xml:space="preserve">(0 = auto, <0 = leave that many cores free)</source>
<context-group purpose="location"><context context-type="linenumber">170</context></context-group>
</trans-unit>
- <trans-unit id="_msg357">
+ <trans-unit id="_msg367">
<source xml:space="preserve">This allows you or a third party tool to communicate with the node through command-line and JSON-RPC commands.</source>
<context-group purpose="location"><context context-type="linenumber">192</context></context-group>
<note annotates="source" from="developer">Tooltip text for Options window setting that enables the RPC server.</note>
</trans-unit>
- <trans-unit id="_msg358">
+ <trans-unit id="_msg368">
<source xml:space="preserve">Enable R&PC server</source>
<context-group purpose="location"><context context-type="linenumber">195</context></context-group>
<note annotates="source" from="developer">An Options window setting to enable the RPC server.</note>
</trans-unit>
- <trans-unit id="_msg359">
+ <trans-unit id="_msg369">
<source xml:space="preserve">W&allet</source>
<context-group purpose="location"><context context-type="linenumber">216</context></context-group>
</trans-unit>
- <trans-unit id="_msg360">
+ <trans-unit id="_msg370">
<source xml:space="preserve">Whether to set subtract fee from amount as default or not.</source>
<context-group purpose="location"><context context-type="linenumber">222</context></context-group>
<note annotates="source" from="developer">Tooltip text for Options window setting that sets subtracting the fee from a sending amount as default.</note>
</trans-unit>
- <trans-unit id="_msg361">
+ <trans-unit id="_msg371">
<source xml:space="preserve">Subtract &fee from amount by default</source>
<context-group purpose="location"><context context-type="linenumber">225</context></context-group>
<note annotates="source" from="developer">An Options window setting to set subtracting the fee from a sending amount as default.</note>
</trans-unit>
- <trans-unit id="_msg362">
+ <trans-unit id="_msg372">
<source xml:space="preserve">Expert</source>
<context-group purpose="location"><context context-type="linenumber">232</context></context-group>
</trans-unit>
- <trans-unit id="_msg363">
+ <trans-unit id="_msg373">
<source xml:space="preserve">Enable coin &control features</source>
<context-group purpose="location"><context context-type="linenumber">241</context></context-group>
</trans-unit>
- <trans-unit id="_msg364">
+ <trans-unit id="_msg374">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">248</context></context-group>
</trans-unit>
- <trans-unit id="_msg365">
+ <trans-unit id="_msg375">
<source xml:space="preserve">&Spend unconfirmed change</source>
<context-group purpose="location"><context context-type="linenumber">251</context></context-group>
</trans-unit>
- <trans-unit id="_msg366">
+ <trans-unit id="_msg376">
<source xml:space="preserve">Enable &PSBT controls</source>
<context-group purpose="location"><context context-type="linenumber">258</context></context-group>
<note annotates="source" from="developer">An options window setting to enable PSBT controls.</note>
</trans-unit>
- <trans-unit id="_msg367">
+ <trans-unit id="_msg377">
<source xml:space="preserve">Whether to show PSBT controls.</source>
<context-group purpose="location"><context context-type="linenumber">261</context></context-group>
<note annotates="source" from="developer">Tooltip text for options window setting that enables PSBT controls.</note>
</trans-unit>
- <trans-unit id="_msg368">
+ <trans-unit id="_msg378">
<source xml:space="preserve">External Signer (e.g. hardware wallet)</source>
<context-group purpose="location"><context context-type="linenumber">271</context></context-group>
</trans-unit>
- <trans-unit id="_msg369">
+ <trans-unit id="_msg379">
<source xml:space="preserve">&External signer script path</source>
<context-group purpose="location"><context context-type="linenumber">279</context></context-group>
</trans-unit>
- <trans-unit id="_msg370">
+ <trans-unit id="_msg380">
<source xml:space="preserve">Accept connections from outside.</source>
<context-group purpose="location"><context context-type="linenumber">331</context></context-group>
</trans-unit>
- <trans-unit id="_msg371">
+ <trans-unit id="_msg381">
<source xml:space="preserve">Allow incomin&g connections</source>
<context-group purpose="location"><context context-type="linenumber">334</context></context-group>
</trans-unit>
- <trans-unit id="_msg372">
+ <trans-unit id="_msg382">
<source xml:space="preserve">Connect to the Bitcoin network through a SOCKS5 proxy.</source>
<context-group purpose="location"><context context-type="linenumber">341</context></context-group>
</trans-unit>
- <trans-unit id="_msg373">
+ <trans-unit id="_msg383">
<source xml:space="preserve">&Connect through SOCKS5 proxy (default proxy):</source>
<context-group purpose="location"><context context-type="linenumber">344</context></context-group>
</trans-unit>
- <trans-unit id="_msg374">
+ <trans-unit id="_msg384">
<source xml:space="preserve">Proxy &IP:</source>
<context-group purpose="location"><context context-type="linenumber">353</context></context-group>
<context-group purpose="location"><context context-type="linenumber">540</context></context-group>
</trans-unit>
- <trans-unit id="_msg375">
+ <trans-unit id="_msg385">
<source xml:space="preserve">&Port:</source>
<context-group purpose="location"><context context-type="linenumber">385</context></context-group>
<context-group purpose="location"><context context-type="linenumber">572</context></context-group>
</trans-unit>
- <trans-unit id="_msg376">
+ <trans-unit id="_msg386">
<source xml:space="preserve">Port of the proxy (e.g. 9050)</source>
<context-group purpose="location"><context context-type="linenumber">410</context></context-group>
<context-group purpose="location"><context context-type="linenumber">597</context></context-group>
</trans-unit>
- <trans-unit id="_msg377">
+ <trans-unit id="_msg387">
<source xml:space="preserve">Used for reaching peers via:</source>
<context-group purpose="location"><context context-type="linenumber">434</context></context-group>
</trans-unit>
- <trans-unit id="_msg378">
+ <trans-unit id="_msg388">
<source xml:space="preserve">IPv4</source>
<context-group purpose="location"><context context-type="linenumber">457</context></context-group>
</trans-unit>
- <trans-unit id="_msg379">
+ <trans-unit id="_msg389">
<source xml:space="preserve">IPv6</source>
<context-group purpose="location"><context context-type="linenumber">480</context></context-group>
</trans-unit>
- <trans-unit id="_msg380">
+ <trans-unit id="_msg390">
<source xml:space="preserve">Tor</source>
<context-group purpose="location"><context context-type="linenumber">503</context></context-group>
</trans-unit>
- <trans-unit id="_msg381">
+ <trans-unit id="_msg391">
<source xml:space="preserve">&Window</source>
<context-group purpose="location"><context context-type="linenumber">633</context></context-group>
</trans-unit>
- <trans-unit id="_msg382">
+ <trans-unit id="_msg392">
<source xml:space="preserve">Show the icon in the system tray.</source>
<context-group purpose="location"><context context-type="linenumber">639</context></context-group>
</trans-unit>
- <trans-unit id="_msg383">
+ <trans-unit id="_msg393">
<source xml:space="preserve">&Show tray icon</source>
<context-group purpose="location"><context context-type="linenumber">642</context></context-group>
</trans-unit>
- <trans-unit id="_msg384">
+ <trans-unit id="_msg394">
<source xml:space="preserve">Show only a tray icon after minimizing the window.</source>
<context-group purpose="location"><context context-type="linenumber">652</context></context-group>
</trans-unit>
- <trans-unit id="_msg385">
+ <trans-unit id="_msg395">
<source xml:space="preserve">&Minimize to the tray instead of the taskbar</source>
<context-group purpose="location"><context context-type="linenumber">655</context></context-group>
</trans-unit>
- <trans-unit id="_msg386">
+ <trans-unit id="_msg396">
<source xml:space="preserve">M&inimize on close</source>
<context-group purpose="location"><context context-type="linenumber">665</context></context-group>
</trans-unit>
- <trans-unit id="_msg387">
+ <trans-unit id="_msg397">
<source xml:space="preserve">&Display</source>
<context-group purpose="location"><context context-type="linenumber">686</context></context-group>
</trans-unit>
- <trans-unit id="_msg388">
+ <trans-unit id="_msg398">
<source xml:space="preserve">User Interface &language:</source>
<context-group purpose="location"><context context-type="linenumber">694</context></context-group>
</trans-unit>
- <trans-unit id="_msg389">
+ <trans-unit id="_msg399">
<source xml:space="preserve">The user interface language can be set here. This setting will take effect after restarting %1.</source>
<context-group purpose="location"><context context-type="linenumber">707</context></context-group>
</trans-unit>
- <trans-unit id="_msg390">
+ <trans-unit id="_msg400">
<source xml:space="preserve">&Unit to show amounts in:</source>
<context-group purpose="location"><context context-type="linenumber">718</context></context-group>
</trans-unit>
- <trans-unit id="_msg391">
+ <trans-unit id="_msg401">
<source xml:space="preserve">Choose the default subdivision unit to show in the interface and when sending coins.</source>
<context-group purpose="location"><context context-type="linenumber">731</context></context-group>
</trans-unit>
- <trans-unit id="_msg392">
+ <trans-unit id="_msg402">
<source xml:space="preserve">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 |.</source>
<context-group purpose="location"><context context-type="linenumber">742</context></context-group>
<context-group purpose="location"><context context-type="linenumber">755</context></context-group>
</trans-unit>
- <trans-unit id="_msg393">
+ <trans-unit id="_msg403">
<source xml:space="preserve">&Third-party transaction URLs</source>
<context-group purpose="location"><context context-type="linenumber">745</context></context-group>
</trans-unit>
- <trans-unit id="_msg394">
+ <trans-unit id="_msg404">
<source xml:space="preserve">Whether to show coin control features or not.</source>
<context-group purpose="location"><context context-type="linenumber">238</context></context-group>
</trans-unit>
- <trans-unit id="_msg395">
+ <trans-unit id="_msg405">
<source xml:space="preserve">Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services.</source>
<context-group purpose="location"><context context-type="linenumber">528</context></context-group>
</trans-unit>
- <trans-unit id="_msg396">
+ <trans-unit id="_msg406">
<source xml:space="preserve">Use separate SOCKS&5 proxy to reach peers via Tor onion services:</source>
<context-group purpose="location"><context context-type="linenumber">531</context></context-group>
</trans-unit>
- <trans-unit id="_msg397">
+ <trans-unit id="_msg407">
<source xml:space="preserve">&OK</source>
<context-group purpose="location"><context context-type="linenumber">955</context></context-group>
</trans-unit>
- <trans-unit id="_msg398">
+ <trans-unit id="_msg408">
<source xml:space="preserve">&Cancel</source>
<context-group purpose="location"><context context-type="linenumber">968</context></context-group>
</trans-unit>
@@ -1806,85 +1857,85 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../optionsdialog.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="OptionsDialog">
- <trans-unit id="_msg399">
+ <trans-unit id="_msg409">
<source xml:space="preserve">Compiled without external signing support (required for external signing)</source>
<context-group purpose="location"><context context-type="linenumber">145</context></context-group>
<note annotates="source" from="developer">"External signing" means using devices such as hardware wallets.</note>
</trans-unit>
- <trans-unit id="_msg400">
+ <trans-unit id="_msg410">
<source xml:space="preserve">default</source>
<context-group purpose="location"><context context-type="linenumber">157</context></context-group>
</trans-unit>
- <trans-unit id="_msg401">
+ <trans-unit id="_msg411">
<source xml:space="preserve">none</source>
<context-group purpose="location"><context context-type="linenumber">234</context></context-group>
</trans-unit>
- <trans-unit id="_msg402">
+ <trans-unit id="_msg412">
<source xml:space="preserve">Confirm options reset</source>
<context-group purpose="location"><context context-type="linenumber">342</context></context-group>
<note annotates="source" from="developer">Window title text of pop-up window shown when the user has chosen to reset options.</note>
</trans-unit>
- <trans-unit id="_msg403">
+ <trans-unit id="_msg413">
<source xml:space="preserve">Client restart required to activate changes.</source>
<context-group purpose="location"><context context-type="linenumber">333</context></context-group>
<context-group purpose="location"><context context-type="linenumber">414</context></context-group>
<note annotates="source" from="developer">Text explaining that the settings changed will not come into effect until the client is restarted.</note>
</trans-unit>
- <trans-unit id="_msg404">
+ <trans-unit id="_msg414">
<source xml:space="preserve">Current settings will be backed up at "%1".</source>
<context-group purpose="location"><context context-type="linenumber">337</context></context-group>
<note annotates="source" from="developer">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.</note>
</trans-unit>
- <trans-unit id="_msg405">
+ <trans-unit id="_msg415">
<source xml:space="preserve">Client will be shut down. Do you want to proceed?</source>
<context-group purpose="location"><context context-type="linenumber">340</context></context-group>
<note annotates="source" from="developer">Text asking the user to confirm if they would like to proceed with a client shutdown.</note>
</trans-unit>
- <trans-unit id="_msg406">
+ <trans-unit id="_msg416">
<source xml:space="preserve">Configuration options</source>
<context-group purpose="location"><context context-type="linenumber">360</context></context-group>
<note annotates="source" from="developer">Window title text of pop-up box that allows opening up of configuration file.</note>
</trans-unit>
- <trans-unit id="_msg407">
+ <trans-unit id="_msg417">
<source xml:space="preserve">The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.</source>
<context-group purpose="location"><context context-type="linenumber">363</context></context-group>
<note annotates="source" from="developer">Explanatory text about the priority order of instructions considered by client. The order from high to low being: command-line, configuration file, GUI settings.</note>
</trans-unit>
- <trans-unit id="_msg408">
+ <trans-unit id="_msg418">
<source xml:space="preserve">Continue</source>
<context-group purpose="location"><context context-type="linenumber">366</context></context-group>
</trans-unit>
- <trans-unit id="_msg409">
+ <trans-unit id="_msg419">
<source xml:space="preserve">Cancel</source>
<context-group purpose="location"><context context-type="linenumber">367</context></context-group>
</trans-unit>
- <trans-unit id="_msg410">
+ <trans-unit id="_msg420">
<source xml:space="preserve">Error</source>
<context-group purpose="location"><context context-type="linenumber">376</context></context-group>
</trans-unit>
- <trans-unit id="_msg411">
+ <trans-unit id="_msg421">
<source xml:space="preserve">The configuration file could not be opened.</source>
<context-group purpose="location"><context context-type="linenumber">376</context></context-group>
</trans-unit>
- <trans-unit id="_msg412">
+ <trans-unit id="_msg422">
<source xml:space="preserve">This change would require a client restart.</source>
<context-group purpose="location"><context context-type="linenumber">418</context></context-group>
</trans-unit>
- <trans-unit id="_msg413">
+ <trans-unit id="_msg423">
<source xml:space="preserve">The supplied proxy address is invalid.</source>
<context-group purpose="location"><context context-type="linenumber">446</context></context-group>
</trans-unit>
</group>
<group restype="x-trolltech-linguist-context" resname="QObject">
- <trans-unit id="_msg414">
+ <trans-unit id="_msg424">
<source xml:space="preserve">Embedded "%1"</source>
<context-group purpose="location"><context context-type="linenumber">61</context></context-group>
</trans-unit>
- <trans-unit id="_msg415">
+ <trans-unit id="_msg425">
<source xml:space="preserve">Default system font "%1"</source>
<context-group purpose="location"><context context-type="linenumber">62</context></context-group>
</trans-unit>
- <trans-unit id="_msg416">
+ <trans-unit id="_msg426">
<source xml:space="preserve">Custom…</source>
<context-group purpose="location"><context context-type="linenumber">63</context></context-group>
</trans-unit>
@@ -1892,7 +1943,7 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../optionsmodel.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="OptionsModel">
- <trans-unit id="_msg417">
+ <trans-unit id="_msg427">
<source xml:space="preserve">Could not read setting "%1", %2.</source>
<context-group purpose="location"><context context-type="linenumber">226</context></context-group>
</trans-unit>
@@ -1900,52 +1951,52 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/overviewpage.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="OverviewPage">
- <trans-unit id="_msg418">
+ <trans-unit id="_msg428">
<source xml:space="preserve">Form</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg419">
+ <trans-unit id="_msg429">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">76</context></context-group>
<context-group purpose="location"><context context-type="linenumber">296</context></context-group>
</trans-unit>
- <trans-unit id="_msg420">
+ <trans-unit id="_msg430">
<source xml:space="preserve">Available:</source>
<context-group purpose="location"><context context-type="linenumber">208</context></context-group>
</trans-unit>
- <trans-unit id="_msg421">
+ <trans-unit id="_msg431">
<source xml:space="preserve">Your current spendable balance</source>
<context-group purpose="location"><context context-type="linenumber">218</context></context-group>
</trans-unit>
- <trans-unit id="_msg422">
+ <trans-unit id="_msg432">
<source xml:space="preserve">Pending:</source>
<context-group purpose="location"><context context-type="linenumber">234</context></context-group>
</trans-unit>
- <trans-unit id="_msg423">
+ <trans-unit id="_msg433">
<source xml:space="preserve">Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</source>
<context-group purpose="location"><context context-type="linenumber">120</context></context-group>
</trans-unit>
- <trans-unit id="_msg424">
+ <trans-unit id="_msg434">
<source xml:space="preserve">Immature:</source>
<context-group purpose="location"><context context-type="linenumber">182</context></context-group>
</trans-unit>
- <trans-unit id="_msg425">
+ <trans-unit id="_msg435">
<source xml:space="preserve">Mined balance that has not yet matured</source>
<context-group purpose="location"><context context-type="linenumber">153</context></context-group>
</trans-unit>
- <trans-unit id="_msg426">
+ <trans-unit id="_msg436">
<source xml:space="preserve">Balances</source>
<context-group purpose="location"><context context-type="linenumber">60</context></context-group>
</trans-unit>
- <trans-unit id="_msg427">
+ <trans-unit id="_msg437">
<source xml:space="preserve">Total:</source>
<context-group purpose="location"><context context-type="linenumber">143</context></context-group>
</trans-unit>
- <trans-unit id="_msg428">
+ <trans-unit id="_msg438">
<source xml:space="preserve">Your current total balance</source>
<context-group purpose="location"><context context-type="linenumber">192</context></context-group>
</trans-unit>
- <trans-unit id="_msg429">
+ <trans-unit id="_msg439">
<source xml:space="preserve">Recent transactions</source>
<context-group purpose="location"><context context-type="linenumber">280</context></context-group>
</trans-unit>
@@ -1953,7 +2004,7 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../overviewpage.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="OverviewPage">
- <trans-unit id="_msg430">
+ <trans-unit id="_msg440">
<source xml:space="preserve">Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values.</source>
<context-group purpose="location"><context context-type="linenumber">176</context></context-group>
</trans-unit>
@@ -1961,27 +2012,27 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../forms/psbtoperationsdialog.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="PSBTOperationsDialog">
- <trans-unit id="_msg431">
+ <trans-unit id="_msg441">
<source xml:space="preserve">PSBT Operations</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg432">
+ <trans-unit id="_msg442">
<source xml:space="preserve">Sign Tx</source>
<context-group purpose="location"><context context-type="linenumber">86</context></context-group>
</trans-unit>
- <trans-unit id="_msg433">
+ <trans-unit id="_msg443">
<source xml:space="preserve">Broadcast Tx</source>
<context-group purpose="location"><context context-type="linenumber">102</context></context-group>
</trans-unit>
- <trans-unit id="_msg434">
+ <trans-unit id="_msg444">
<source xml:space="preserve">Copy to Clipboard</source>
<context-group purpose="location"><context context-type="linenumber">122</context></context-group>
</trans-unit>
- <trans-unit id="_msg435">
+ <trans-unit id="_msg445">
<source xml:space="preserve">Save…</source>
<context-group purpose="location"><context context-type="linenumber">129</context></context-group>
</trans-unit>
- <trans-unit id="_msg436">
+ <trans-unit id="_msg446">
<source xml:space="preserve">Close</source>
<context-group purpose="location"><context context-type="linenumber">136</context></context-group>
</trans-unit>
@@ -1989,112 +2040,112 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../psbtoperationsdialog.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="PSBTOperationsDialog">
- <trans-unit id="_msg437">
+ <trans-unit id="_msg447">
<source xml:space="preserve">Failed to load transaction: %1</source>
<context-group purpose="location"><context context-type="linenumber">64</context></context-group>
</trans-unit>
- <trans-unit id="_msg438">
+ <trans-unit id="_msg448">
<source xml:space="preserve">Failed to sign transaction: %1</source>
<context-group purpose="location"><context context-type="linenumber">89</context></context-group>
</trans-unit>
- <trans-unit id="_msg439">
+ <trans-unit id="_msg449">
<source xml:space="preserve">Cannot sign inputs while wallet is locked.</source>
<context-group purpose="location"><context context-type="linenumber">97</context></context-group>
</trans-unit>
- <trans-unit id="_msg440">
+ <trans-unit id="_msg450">
<source xml:space="preserve">Could not sign any more inputs.</source>
<context-group purpose="location"><context context-type="linenumber">99</context></context-group>
</trans-unit>
- <trans-unit id="_msg441">
+ <trans-unit id="_msg451">
<source xml:space="preserve">Signed %1 inputs, but more signatures are still required.</source>
<context-group purpose="location"><context context-type="linenumber">101</context></context-group>
</trans-unit>
- <trans-unit id="_msg442">
+ <trans-unit id="_msg452">
<source xml:space="preserve">Signed transaction successfully. Transaction is ready to broadcast.</source>
<context-group purpose="location"><context context-type="linenumber">104</context></context-group>
</trans-unit>
- <trans-unit id="_msg443">
+ <trans-unit id="_msg453">
<source xml:space="preserve">Unknown error processing transaction.</source>
<context-group purpose="location"><context context-type="linenumber">116</context></context-group>
</trans-unit>
- <trans-unit id="_msg444">
+ <trans-unit id="_msg454">
<source xml:space="preserve">Transaction broadcast successfully! Transaction ID: %1</source>
<context-group purpose="location"><context context-type="linenumber">126</context></context-group>
</trans-unit>
- <trans-unit id="_msg445">
+ <trans-unit id="_msg455">
<source xml:space="preserve">Transaction broadcast failed: %1</source>
<context-group purpose="location"><context context-type="linenumber">129</context></context-group>
</trans-unit>
- <trans-unit id="_msg446">
+ <trans-unit id="_msg456">
<source xml:space="preserve">PSBT copied to clipboard.</source>
<context-group purpose="location"><context context-type="linenumber">138</context></context-group>
</trans-unit>
- <trans-unit id="_msg447">
+ <trans-unit id="_msg457">
<source xml:space="preserve">Save Transaction Data</source>
<context-group purpose="location"><context context-type="linenumber">161</context></context-group>
</trans-unit>
- <trans-unit id="_msg448">
+ <trans-unit id="_msg458">
<source xml:space="preserve">Partially Signed Transaction (Binary)</source>
<context-group purpose="location"><context context-type="linenumber">163</context></context-group>
<note annotates="source" from="developer">Expanded name of the binary PSBT file format. See: BIP 174.</note>
</trans-unit>
- <trans-unit id="_msg449">
+ <trans-unit id="_msg459">
<source xml:space="preserve">PSBT saved to disk.</source>
<context-group purpose="location"><context context-type="linenumber">170</context></context-group>
</trans-unit>
- <trans-unit id="_msg450">
+ <trans-unit id="_msg460">
<source xml:space="preserve">Sends %1 to %2</source>
<context-group purpose="location"><context context-type="linenumber">187</context></context-group>
</trans-unit>
- <trans-unit id="_msg451">
+ <trans-unit id="_msg461">
<source xml:space="preserve">own address</source>
<context-group purpose="location"><context context-type="linenumber">191</context></context-group>
</trans-unit>
- <trans-unit id="_msg452">
+ <trans-unit id="_msg462">
<source xml:space="preserve">Unable to calculate transaction fee or total transaction amount.</source>
<context-group purpose="location"><context context-type="linenumber">199</context></context-group>
</trans-unit>
- <trans-unit id="_msg453">
+ <trans-unit id="_msg463">
<source xml:space="preserve">Pays transaction fee: </source>
<context-group purpose="location"><context context-type="linenumber">201</context></context-group>
</trans-unit>
- <trans-unit id="_msg454">
+ <trans-unit id="_msg464">
<source xml:space="preserve">Total Amount</source>
<context-group purpose="location"><context context-type="linenumber">213</context></context-group>
</trans-unit>
- <trans-unit id="_msg455">
+ <trans-unit id="_msg465">
<source xml:space="preserve">or</source>
<context-group purpose="location"><context context-type="linenumber">216</context></context-group>
</trans-unit>
- <trans-unit id="_msg456">
+ <trans-unit id="_msg466">
<source xml:space="preserve">Transaction has %1 unsigned inputs.</source>
<context-group purpose="location"><context context-type="linenumber">222</context></context-group>
</trans-unit>
- <trans-unit id="_msg457">
+ <trans-unit id="_msg467">
<source xml:space="preserve">Transaction is missing some information about inputs.</source>
<context-group purpose="location"><context context-type="linenumber">268</context></context-group>
</trans-unit>
- <trans-unit id="_msg458">
+ <trans-unit id="_msg468">
<source xml:space="preserve">Transaction still needs signature(s).</source>
<context-group purpose="location"><context context-type="linenumber">272</context></context-group>
</trans-unit>
- <trans-unit id="_msg459">
+ <trans-unit id="_msg469">
<source xml:space="preserve">(But no wallet is loaded.)</source>
<context-group purpose="location"><context context-type="linenumber">275</context></context-group>
</trans-unit>
- <trans-unit id="_msg460">
+ <trans-unit id="_msg470">
<source xml:space="preserve">(But this wallet cannot sign transactions.)</source>
<context-group purpose="location"><context context-type="linenumber">278</context></context-group>
</trans-unit>
- <trans-unit id="_msg461">
+ <trans-unit id="_msg471">
<source xml:space="preserve">(But this wallet does not have the right keys.)</source>
<context-group purpose="location"><context context-type="linenumber">281</context></context-group>
</trans-unit>
- <trans-unit id="_msg462">
+ <trans-unit id="_msg472">
<source xml:space="preserve">Transaction is fully signed and ready for broadcast.</source>
<context-group purpose="location"><context context-type="linenumber">289</context></context-group>
</trans-unit>
- <trans-unit id="_msg463">
+ <trans-unit id="_msg473">
<source xml:space="preserve">Transaction status is unknown.</source>
<context-group purpose="location"><context context-type="linenumber">293</context></context-group>
</trans-unit>
@@ -2102,37 +2153,37 @@ The migration process will create a backup of the wallet before migrating. This
</body></file>
<file original="../paymentserver.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="PaymentServer">
- <trans-unit id="_msg464">
+ <trans-unit id="_msg474">
<source xml:space="preserve">Payment request error</source>
<context-group purpose="location"><context context-type="linenumber">145</context></context-group>
</trans-unit>
- <trans-unit id="_msg465">
+ <trans-unit id="_msg475">
<source xml:space="preserve">Cannot start bitcoin: click-to-pay handler</source>
<context-group purpose="location"><context context-type="linenumber">146</context></context-group>
</trans-unit>
- <trans-unit id="_msg466">
+ <trans-unit id="_msg476">
<source xml:space="preserve">URI handling</source>
<context-group purpose="location"><context context-type="linenumber">194</context></context-group>
<context-group purpose="location"><context context-type="linenumber">210</context></context-group>
<context-group purpose="location"><context context-type="linenumber">216</context></context-group>
<context-group purpose="location"><context context-type="linenumber">223</context></context-group>
</trans-unit>
- <trans-unit id="_msg467">
+ <trans-unit id="_msg477">
<source xml:space="preserve">'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.</source>
<context-group purpose="location"><context context-type="linenumber">194</context></context-group>
</trans-unit>
- <trans-unit id="_msg468">
+ <trans-unit id="_msg478">
<source xml:space="preserve">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.</source>
<context-group purpose="location"><context context-type="linenumber">211</context></context-group>
<context-group purpose="location"><context context-type="linenumber">234</context></context-group>
</trans-unit>
- <trans-unit id="_msg469">
+ <trans-unit id="_msg479">
<source xml:space="preserve">URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.</source>
<context-group purpose="location"><context context-type="linenumber">224</context></context-group>
</trans-unit>
- <trans-unit id="_msg470">
+ <trans-unit id="_msg480">
<source xml:space="preserve">Payment request file handling</source>
<context-group purpose="location"><context context-type="linenumber">233</context></context-group>
</trans-unit>
@@ -2140,52 +2191,52 @@ If you are receiving this error you should request the merchant provide a BIP21
</body></file>
<file original="../peertablemodel.h" datatype="c" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="PeerTableModel">
- <trans-unit id="_msg471">
+ <trans-unit id="_msg481">
<source xml:space="preserve">User Agent</source>
<context-group purpose="location"><context context-type="linenumber">112</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which contains the peer's User Agent string.</note>
</trans-unit>
- <trans-unit id="_msg472">
+ <trans-unit id="_msg482">
<source xml:space="preserve">Ping</source>
<context-group purpose="location"><context context-type="linenumber">103</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which indicates the current latency of the connection with the peer.</note>
</trans-unit>
- <trans-unit id="_msg473">
+ <trans-unit id="_msg483">
<source xml:space="preserve">Peer</source>
<context-group purpose="location"><context context-type="linenumber">85</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which contains a unique number used to identify a connection.</note>
</trans-unit>
- <trans-unit id="_msg474">
+ <trans-unit id="_msg484">
<source xml:space="preserve">Age</source>
<context-group purpose="location"><context context-type="linenumber">88</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which indicates the duration (length of time) since the peer connection started.</note>
</trans-unit>
- <trans-unit id="_msg475">
+ <trans-unit id="_msg485">
<source xml:space="preserve">Direction</source>
<context-group purpose="location"><context context-type="linenumber">94</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which indicates the direction the peer connection was initiated from.</note>
</trans-unit>
- <trans-unit id="_msg476">
+ <trans-unit id="_msg486">
<source xml:space="preserve">Sent</source>
<context-group purpose="location"><context context-type="linenumber">106</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which indicates the total amount of network information we have sent to the peer.</note>
</trans-unit>
- <trans-unit id="_msg477">
+ <trans-unit id="_msg487">
<source xml:space="preserve">Received</source>
<context-group purpose="location"><context context-type="linenumber">109</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which indicates the total amount of network information we have received from the peer.</note>
</trans-unit>
- <trans-unit id="_msg478">
+ <trans-unit id="_msg488">
<source xml:space="preserve">Address</source>
<context-group purpose="location"><context context-type="linenumber">91</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which contains the IP/Onion/I2P address of the connected peer.</note>
</trans-unit>
- <trans-unit id="_msg479">
+ <trans-unit id="_msg489">
<source xml:space="preserve">Type</source>
<context-group purpose="location"><context context-type="linenumber">97</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which describes the type of peer connection. The "type" describes why the connection exists.</note>
</trans-unit>
- <trans-unit id="_msg480">
+ <trans-unit id="_msg490">
<source xml:space="preserve">Network</source>
<context-group purpose="location"><context context-type="linenumber">100</context></context-group>
<note annotates="source" from="developer">Title of Peers Table column which states the network the peer connected through.</note>
@@ -2194,12 +2245,12 @@ If you are receiving this error you should request the merchant provide a BIP21
</body></file>
<file original="../peertablemodel.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="PeerTableModel">
- <trans-unit id="_msg481">
+ <trans-unit id="_msg491">
<source xml:space="preserve">Inbound</source>
<context-group purpose="location"><context context-type="linenumber">77</context></context-group>
<note annotates="source" from="developer">An Inbound Connection from a Peer.</note>
</trans-unit>
- <trans-unit id="_msg482">
+ <trans-unit id="_msg492">
<source xml:space="preserve">Outbound</source>
<context-group purpose="location"><context context-type="linenumber">79</context></context-group>
<note annotates="source" from="developer">An Outbound Connection to a Peer.</note>
@@ -2208,7 +2259,7 @@ If you are receiving this error you should request the merchant provide a BIP21
</body></file>
<file original="../bitcoinunits.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="QObject">
- <trans-unit id="_msg483">
+ <trans-unit id="_msg493">
<source xml:space="preserve">Amount</source>
<context-group purpose="location"><context context-type="linenumber">197</context></context-group>
</trans-unit>
@@ -2216,227 +2267,232 @@ If you are receiving this error you should request the merchant provide a BIP21
</body></file>
<file original="../guiutil.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="QObject">
- <trans-unit id="_msg484">
+ <trans-unit id="_msg494">
<source xml:space="preserve">Enter a Bitcoin address (e.g. %1)</source>
<context-group purpose="location"><context context-type="linenumber">138</context></context-group>
</trans-unit>
- <trans-unit id="_msg485">
+ <trans-unit id="_msg495">
<source xml:space="preserve">Ctrl+W</source>
- <context-group purpose="location"><context context-type="linenumber">433</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">426</context></context-group>
</trans-unit>
- <trans-unit id="_msg486">
+ <trans-unit id="_msg496">
<source xml:space="preserve">Unroutable</source>
- <context-group purpose="location"><context context-type="linenumber">690</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">683</context></context-group>
</trans-unit>
- <trans-unit id="_msg487">
+ <trans-unit id="_msg497">
<source xml:space="preserve">IPv4</source>
- <context-group purpose="location"><context context-type="linenumber">692</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">685</context></context-group>
<context-group><context context-type="x-gettext-msgctxt">network name</context></context-group>
<note annotates="source" from="developer">Name of IPv4 network in peer info</note>
</trans-unit>
- <trans-unit id="_msg488">
+ <trans-unit id="_msg498">
<source xml:space="preserve">IPv6</source>
- <context-group purpose="location"><context context-type="linenumber">694</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">687</context></context-group>
<context-group><context context-type="x-gettext-msgctxt">network name</context></context-group>
<note annotates="source" from="developer">Name of IPv6 network in peer info</note>
</trans-unit>
- <trans-unit id="_msg489">
+ <trans-unit id="_msg499">
<source xml:space="preserve">Onion</source>
- <context-group purpose="location"><context context-type="linenumber">696</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">689</context></context-group>
<context-group><context context-type="x-gettext-msgctxt">network name</context></context-group>
<note annotates="source" from="developer">Name of Tor network in peer info</note>
</trans-unit>
- <trans-unit id="_msg490">
+ <trans-unit id="_msg500">
<source xml:space="preserve">I2P</source>
- <context-group purpose="location"><context context-type="linenumber">698</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">691</context></context-group>
<context-group><context context-type="x-gettext-msgctxt">network name</context></context-group>
<note annotates="source" from="developer">Name of I2P network in peer info</note>
</trans-unit>
- <trans-unit id="_msg491">
+ <trans-unit id="_msg501">
<source xml:space="preserve">CJDNS</source>
- <context-group purpose="location"><context context-type="linenumber">700</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">693</context></context-group>
<context-group><context context-type="x-gettext-msgctxt">network name</context></context-group>
<note annotates="source" from="developer">Name of CJDNS network in peer info</note>
</trans-unit>
- <trans-unit id="_msg492">
+ <trans-unit id="_msg502">
<source xml:space="preserve">Inbound</source>
- <context-group purpose="location"><context context-type="linenumber">714</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">707</context></context-group>
<note annotates="source" from="developer">An inbound connection from a peer. An inbound connection is a connection initiated by a peer.</note>
</trans-unit>
- <trans-unit id="_msg493">
+ <trans-unit id="_msg503">
<source xml:space="preserve">Outbound</source>
- <context-group purpose="location"><context context-type="linenumber">717</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">710</context></context-group>
<note annotates="source" from="developer">An outbound connection to a peer. An outbound connection is a connection initiated by us.</note>
</trans-unit>
- <trans-unit id="_msg494">
+ <trans-unit id="_msg504">
<source xml:space="preserve">Full Relay</source>
- <context-group purpose="location"><context context-type="linenumber">722</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">715</context></context-group>
<note annotates="source" from="developer">Peer connection type that relays all network information.</note>
</trans-unit>
- <trans-unit id="_msg495">
+ <trans-unit id="_msg505">
<source xml:space="preserve">Block Relay</source>
- <context-group purpose="location"><context context-type="linenumber">725</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">718</context></context-group>
<note annotates="source" from="developer">Peer connection type that relays network information about blocks and not transactions or addresses.</note>
</trans-unit>
- <trans-unit id="_msg496">
+ <trans-unit id="_msg506">
<source xml:space="preserve">Manual</source>
- <context-group purpose="location"><context context-type="linenumber">727</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">720</context></context-group>
<note annotates="source" from="developer">Peer connection type established manually through one of several methods.</note>
</trans-unit>
- <trans-unit id="_msg497">
+ <trans-unit id="_msg507">
<source xml:space="preserve">Feeler</source>
- <context-group purpose="location"><context context-type="linenumber">729</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">722</context></context-group>
<note annotates="source" from="developer">Short-lived peer connection type that tests the aliveness of known addresses.</note>
</trans-unit>
- <trans-unit id="_msg498">
+ <trans-unit id="_msg508">
<source xml:space="preserve">Address Fetch</source>
- <context-group purpose="location"><context context-type="linenumber">731</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">724</context></context-group>
<note annotates="source" from="developer">Short-lived peer connection type that solicits known addresses from a peer.</note>
</trans-unit>
- <trans-unit id="_msg499">
+ <trans-unit id="_msg509">
+ <source xml:space="preserve">Private Broadcast</source>
+ <context-group purpose="location"><context context-type="linenumber">726</context></context-group>
+ <note annotates="source" from="developer">Short-lived peer connection type that is used for broadcasting privacy-sensitive data.</note>
+ </trans-unit>
+ <trans-unit id="_msg510">
<source xml:space="preserve">%1 d</source>
- <context-group purpose="location"><context context-type="linenumber">743</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">755</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">738</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">750</context></context-group>
</trans-unit>
- <trans-unit id="_msg500">
+ <trans-unit id="_msg511">
<source xml:space="preserve">%1 h</source>
- <context-group purpose="location"><context context-type="linenumber">744</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">756</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">739</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">751</context></context-group>
</trans-unit>
- <trans-unit id="_msg501">
+ <trans-unit id="_msg512">
<source xml:space="preserve">%1 m</source>
- <context-group purpose="location"><context context-type="linenumber">745</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">757</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">740</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">752</context></context-group>
</trans-unit>
- <trans-unit id="_msg502">
+ <trans-unit id="_msg513">
<source xml:space="preserve">%1 s</source>
- <context-group purpose="location"><context context-type="linenumber">747</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">758</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">784</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">742</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">753</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">779</context></context-group>
</trans-unit>
- <trans-unit id="_msg503">
+ <trans-unit id="_msg514">
<source xml:space="preserve">None</source>
- <context-group purpose="location"><context context-type="linenumber">772</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">767</context></context-group>
</trans-unit>
- <trans-unit id="_msg504">
+ <trans-unit id="_msg515">
<source xml:space="preserve">N/A</source>
- <context-group purpose="location"><context context-type="linenumber">778</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">773</context></context-group>
</trans-unit>
- <trans-unit id="_msg505">
+ <trans-unit id="_msg516">
<source xml:space="preserve">%1 ms</source>
- <context-group purpose="location"><context context-type="linenumber">779</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">774</context></context-group>
</trans-unit>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">797</context></context-group>
- <trans-unit id="_msg506[0]">
+ <context-group purpose="location"><context context-type="linenumber">792</context></context-group>
+ <trans-unit id="_msg517[0]">
<source xml:space="preserve">%n second(s)</source>
</trans-unit>
- <trans-unit id="_msg506[1]">
+ <trans-unit id="_msg517[1]">
<source xml:space="preserve">%n second(s)</source>
</trans-unit>
</group>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">801</context></context-group>
- <trans-unit id="_msg507[0]">
+ <context-group purpose="location"><context context-type="linenumber">796</context></context-group>
+ <trans-unit id="_msg518[0]">
<source xml:space="preserve">%n minute(s)</source>
</trans-unit>
- <trans-unit id="_msg507[1]">
+ <trans-unit id="_msg518[1]">
<source xml:space="preserve">%n minute(s)</source>
</trans-unit>
</group>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">805</context></context-group>
- <trans-unit id="_msg508[0]">
+ <context-group purpose="location"><context context-type="linenumber">800</context></context-group>
+ <trans-unit id="_msg519[0]">
<source xml:space="preserve">%n hour(s)</source>
</trans-unit>
- <trans-unit id="_msg508[1]">
+ <trans-unit id="_msg519[1]">
<source xml:space="preserve">%n hour(s)</source>
</trans-unit>
</group>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">809</context></context-group>
- <trans-unit id="_msg509[0]">
+ <context-group purpose="location"><context context-type="linenumber">804</context></context-group>
+ <trans-unit id="_msg520[0]">
<source xml:space="preserve">%n day(s)</source>
</trans-unit>
- <trans-unit id="_msg509[1]">
+ <trans-unit id="_msg520[1]">
<source xml:space="preserve">%n day(s)</source>
</trans-unit>
</group>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">813</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">819</context></context-group>
- <trans-unit id="_msg510[0]">
+ <context-group purpose="location"><context context-type="linenumber">808</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">814</context></context-group>
+ <trans-unit id="_msg521[0]">
<source xml:space="preserve">%n week(s)</source>
</trans-unit>
- <trans-unit id="_msg510[1]">
+ <trans-unit id="_msg521[1]">
<source xml:space="preserve">%n week(s)</source>
</trans-unit>
</group>
- <trans-unit id="_msg511">
+ <trans-unit id="_msg522">
<source xml:space="preserve">%1 and %2</source>
- <context-group purpose="location"><context context-type="linenumber">819</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">814</context></context-group>
</trans-unit>
<group restype="x-gettext-plurals">
- <context-group purpose="location"><context context-type="linenumber">819</context></context-group>
- <trans-unit id="_msg512[0]">
+ <context-group purpose="location"><context context-type="linenumber">814</context></context-group>
+ <trans-unit id="_msg523[0]">
<source xml:space="preserve">%n year(s)</source>
</trans-unit>
- <trans-unit id="_msg512[1]">
+ <trans-unit id="_msg523[1]">
<source xml:space="preserve">%n year(s)</source>
</trans-unit>
</group>
- <trans-unit id="_msg513">
+ <trans-unit id="_msg524">
<source xml:space="preserve">%1 B</source>
- <context-group purpose="location"><context context-type="linenumber">827</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">822</context></context-group>
</trans-unit>
- <trans-unit id="_msg514">
+ <trans-unit id="_msg525">
<source xml:space="preserve">%1 kB</source>
- <context-group purpose="location"><context context-type="linenumber">829</context></context-group>
- <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">979</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">824</context></context-group>
+ <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">985</context></context-group>
</trans-unit>
- <trans-unit id="_msg515">
+ <trans-unit id="_msg526">
<source xml:space="preserve">%1 MB</source>
- <context-group purpose="location"><context context-type="linenumber">831</context></context-group>
- <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">980</context></context-group>
- <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">981</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">826</context></context-group>
+ <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">986</context></context-group>
+ <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">987</context></context-group>
</trans-unit>
- <trans-unit id="_msg516">
+ <trans-unit id="_msg527">
<source xml:space="preserve">%1 GB</source>
- <context-group purpose="location"><context context-type="linenumber">833</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">828</context></context-group>
</trans-unit>
- <trans-unit id="_msg517">
+ <trans-unit id="_msg528">
<source xml:space="preserve">default wallet</source>
- <context-group purpose="location"><context context-type="linenumber">992</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">987</context></context-group>
</trans-unit>
</group>
</body></file>
<file original="../qrimagewidget.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="QRImageWidget">
- <trans-unit id="_msg518">
+ <trans-unit id="_msg529">
<source xml:space="preserve">&Save Image…</source>
<context-group purpose="location"><context context-type="linenumber">28</context></context-group>
</trans-unit>
- <trans-unit id="_msg519">
+ <trans-unit id="_msg530">
<source xml:space="preserve">&Copy Image</source>
<context-group purpose="location"><context context-type="linenumber">29</context></context-group>
</trans-unit>
- <trans-unit id="_msg520">
+ <trans-unit id="_msg531">
<source xml:space="preserve">Resulting URI too long, try to reduce the text for label / message.</source>
<context-group purpose="location"><context context-type="linenumber">40</context></context-group>
</trans-unit>
- <trans-unit id="_msg521">
+ <trans-unit id="_msg532">
<source xml:space="preserve">Error encoding URI into QR Code.</source>
<context-group purpose="location"><context context-type="linenumber">47</context></context-group>
</trans-unit>
- <trans-unit id="_msg522">
+ <trans-unit id="_msg533">
<source xml:space="preserve">QR code support not available.</source>
<context-group purpose="location"><context context-type="linenumber">88</context></context-group>
</trans-unit>
- <trans-unit id="_msg523">
+ <trans-unit id="_msg534">
<source xml:space="preserve">Save QR Code</source>
<context-group purpose="location"><context context-type="linenumber">122</context></context-group>
</trans-unit>
- <trans-unit id="_msg524">
+ <trans-unit id="_msg535">
<source xml:space="preserve">PNG Image</source>
<context-group purpose="location"><context context-type="linenumber">125</context></context-group>
<note annotates="source" from="developer">Expanded name of the PNG file format. See: https://en.wikipedia.org/wiki/Portable_Network_Graphics.</note>
@@ -2445,7 +2501,7 @@ If you are receiving this error you should request the merchant provide a BIP21
</body></file>
<file original="../forms/debugwindow.ui" datatype="x-trolltech-designer-ui" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="RPCConsole">
- <trans-unit id="_msg525">
+ <trans-unit id="_msg536">
<source xml:space="preserve">N/A</source>
<context-group purpose="location"><context context-type="linenumber">75</context></context-group>
<context-group purpose="location"><context context-type="linenumber">101</context></context-group>
@@ -2471,340 +2527,335 @@ If you are receiving this error you should request the merchant provide a BIP21
<context-group purpose="location"><context context-type="linenumber">1412</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1435</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1458</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1481</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1507</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1484</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1510</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1533</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1556</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1579</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1602</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1625</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1648</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1651</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1674</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1697</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1720</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1746</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1772</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1798</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1824</context></context-group>
- <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.h</context><context context-type="linenumber">144</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1723</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1749</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1775</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1801</context></context-group>
+ <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.h</context><context context-type="linenumber">147</context></context-group>
</trans-unit>
- <trans-unit id="_msg526">
+ <trans-unit id="_msg537">
<source xml:space="preserve">Client version</source>
<context-group purpose="location"><context context-type="linenumber">65</context></context-group>
</trans-unit>
- <trans-unit id="_msg527">
+ <trans-unit id="_msg538">
<source xml:space="preserve">&Information</source>
<context-group purpose="location"><context context-type="linenumber">43</context></context-group>
</trans-unit>
- <trans-unit id="_msg528">
+ <trans-unit id="_msg539">
<source xml:space="preserve">General</source>
<context-group purpose="location"><context context-type="linenumber">58</context></context-group>
</trans-unit>
- <trans-unit id="_msg529">
+ <trans-unit id="_msg540">
<source xml:space="preserve">Datadir</source>
<context-group purpose="location"><context context-type="linenumber">114</context></context-group>
</trans-unit>
- <trans-unit id="_msg530">
+ <trans-unit id="_msg541">
<source xml:space="preserve">To specify a non-default location of the data directory use the '%1' option.</source>
<context-group purpose="location"><context context-type="linenumber">124</context></context-group>
</trans-unit>
- <trans-unit id="_msg531">
+ <trans-unit id="_msg542">
<source xml:space="preserve">Blocksdir</source>
<context-group purpose="location"><context context-type="linenumber">143</context></context-group>
</trans-unit>
- <trans-unit id="_msg532">
+ <trans-unit id="_msg543">
<source xml:space="preserve">To specify a non-default location of the blocks directory use the '%1' option.</source>
<context-group purpose="location"><context context-type="linenumber">153</context></context-group>
</trans-unit>
- <trans-unit id="_msg533">
+ <trans-unit id="_msg544">
<source xml:space="preserve">Startup time</source>
<context-group purpose="location"><context context-type="linenumber">172</context></context-group>
</trans-unit>
- <trans-unit id="_msg534">
+ <trans-unit id="_msg545">
<source xml:space="preserve">Network</source>
<context-group purpose="location"><context context-type="linenumber">201</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1255</context></context-group>
</trans-unit>
- <trans-unit id="_msg535">
+ <trans-unit id="_msg546">
<source xml:space="preserve">Name</source>
<context-group purpose="location"><context context-type="linenumber">208</context></context-group>
</trans-unit>
- <trans-unit id="_msg536">
+ <trans-unit id="_msg547">
<source xml:space="preserve">Number of connections</source>
<context-group purpose="location"><context context-type="linenumber">231</context></context-group>
</trans-unit>
- <trans-unit id="_msg537">
+ <trans-unit id="_msg548">
<source xml:space="preserve">Local Addresses</source>
<context-group purpose="location"><context context-type="linenumber">254</context></context-group>
</trans-unit>
- <trans-unit id="_msg538">
+ <trans-unit id="_msg549">
<source xml:space="preserve">Network addresses that your Bitcoin node is currently using to communicate with other nodes.</source>
<context-group purpose="location"><context context-type="linenumber">282</context></context-group>
</trans-unit>
- <trans-unit id="_msg539">
+ <trans-unit id="_msg550">
<source xml:space="preserve">Block chain</source>
<context-group purpose="location"><context context-type="linenumber">295</context></context-group>
</trans-unit>
- <trans-unit id="_msg540">
+ <trans-unit id="_msg551">
<source xml:space="preserve">Memory Pool</source>
<context-group purpose="location"><context context-type="linenumber">354</context></context-group>
</trans-unit>
- <trans-unit id="_msg541">
+ <trans-unit id="_msg552">
<source xml:space="preserve">Current number of transactions</source>
<context-group purpose="location"><context context-type="linenumber">361</context></context-group>
</trans-unit>
- <trans-unit id="_msg542">
+ <trans-unit id="_msg553">
<source xml:space="preserve">Memory usage</source>
<context-group purpose="location"><context context-type="linenumber">384</context></context-group>
</trans-unit>
- <trans-unit id="_msg543">
+ <trans-unit id="_msg554">
<source xml:space="preserve">Wallet: </source>
<context-group purpose="location"><context context-type="linenumber">478</context></context-group>
</trans-unit>
- <trans-unit id="_msg544">
+ <trans-unit id="_msg555">
<source xml:space="preserve">(none)</source>
<context-group purpose="location"><context context-type="linenumber">489</context></context-group>
</trans-unit>
- <trans-unit id="_msg545">
+ <trans-unit id="_msg556">
<source xml:space="preserve">&Reset</source>
<context-group purpose="location"><context context-type="linenumber">700</context></context-group>
</trans-unit>
- <trans-unit id="_msg546">
+ <trans-unit id="_msg557">
<source xml:space="preserve">Received</source>
<context-group purpose="location"><context context-type="linenumber">780</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1615</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1592</context></context-group>
</trans-unit>
- <trans-unit id="_msg547">
+ <trans-unit id="_msg558">
<source xml:space="preserve">Sent</source>
<context-group purpose="location"><context context-type="linenumber">860</context></context-group>
- <context-group purpose="location"><context context-type="linenumber">1592</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1569</context></context-group>
</trans-unit>
- <trans-unit id="_msg548">
+ <trans-unit id="_msg559">
<source xml:space="preserve">&Peers</source>
<context-group purpose="location"><context context-type="linenumber">901</context></context-group>
</trans-unit>
- <trans-unit id="_msg549">
+ <trans-unit id="_msg560">
<source xml:space="preserve">Banned peers</source>
<context-group purpose="location"><context context-type="linenumber">977</context></context-group>
</trans-unit>
- <trans-unit id="_msg550">
+ <trans-unit id="_msg561">
<source xml:space="preserve">Select a peer to view detailed information.</source>
<context-group purpose="location"><context context-type="linenumber">1053</context></context-group>
- <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">1147</context></context-group>
+ <context-group purpose="location"><context context-type="sourcefile">../rpcconsole.cpp</context><context context-type="linenumber">1153</context></context-group>
</trans-unit>
- <trans-unit id="_msg551">
+ <trans-unit id="_msg562">
<source xml:space="preserve">Hide Peers Detail</source>
<context-group purpose="location"><context context-type="linenumber">1105</context></context-group>
</trans-unit>
- <trans-unit id="_msg552">
+ <trans-unit id="_msg563">
<source xml:space="preserve">Ctrl+X</source>
<context-group purpose="location"><context context-type="linenumber">1126</context></context-group>
</trans-unit>
- <trans-unit id="_msg553">
+ <trans-unit id="_msg564">
<source xml:space="preserve">The transport layer version: %1</source>
<context-group purpose="location"><context context-type="linenumber">1200</context></context-group>
</trans-unit>
- <trans-unit id="_msg554">
+ <trans-unit id="_msg565">
<source xml:space="preserve">Transport</source>
<context-group purpose="location"><context context-type="linenumber">1203</context></context-group>
</trans-unit>
- <trans-unit id="_msg555">
+ <trans-unit id="_msg566">
<source xml:space="preserve">Session ID</source>
<context-group purpose="location"><context context-type="linenumber">1229</context></context-group>
</trans-unit>
- <trans-unit id="_msg556">
+ <trans-unit id="_msg567">
<source xml:space="preserve">Version</source>
<context-group purpose="location"><context context-type="linenumber">1278</context></context-group>
</trans-unit>
- <trans-unit id="_msg557">
+ <trans-unit id="_msg568">
<source xml:space="preserve">Whether we relay transactions to this peer.</source>
<context-group purpose="location"><context context-type="linenumber">1350</context></context-group>
</trans-unit>
- <trans-unit id="_msg558">
+ <trans-unit id="_msg569">
<source xml:space="preserve">Transaction Relay</source>
<context-group purpose="location"><context context-type="linenumber">1353</context></context-group>
</trans-unit>
- <trans-unit id="_msg559">
- <source xml:space="preserve">Starting Block</source>
- <context-group purpose="location"><context context-type="linenumber">1402</context></context-group>
- </trans-unit>
- <trans-unit id="_msg560">
+ <trans-unit id="_msg570">
<source xml:space="preserve">Synced Headers</source>
- <context-group purpose="location"><context context-type="linenumber">1425</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1402</context></context-group>
</trans-unit>
- <trans-unit id="_msg561">
+ <trans-unit id="_msg571">
<source xml:space="preserve">Synced Blocks</source>
- <context-group purpose="location"><context context-type="linenumber">1448</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1425</context></context-group>
</trans-unit>
- <trans-unit id="_msg562">
+ <trans-unit id="_msg572">
<source xml:space="preserve">Last Transaction</source>
- <context-group purpose="location"><context context-type="linenumber">1523</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1500</context></context-group>
</trans-unit>
- <trans-unit id="_msg563">
+ <trans-unit id="_msg573">
<source xml:space="preserve">The mapped Autonomous System used for diversifying peer selection.</source>
- <context-group purpose="location"><context context-type="linenumber">1733</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1710</context></context-group>
</trans-unit>
- <trans-unit id="_msg564">
+ <trans-unit id="_msg574">
<source xml:space="preserve">Mapped AS</source>
- <context-group purpose="location"><context context-type="linenumber">1736</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1713</context></context-group>
</trans-unit>
- <trans-unit id="_msg565">
+ <trans-unit id="_msg575">
<source xml:space="preserve">Whether we relay addresses to this peer.</source>
- <context-group purpose="location"><context context-type="linenumber">1759</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1736</context></context-group>
<note annotates="source" from="developer">Tooltip text for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No).</note>
</trans-unit>
- <trans-unit id="_msg566">
+ <trans-unit id="_msg576">
<source xml:space="preserve">Address Relay</source>
- <context-group purpose="location"><context context-type="linenumber">1762</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1739</context></context-group>
<note annotates="source" from="developer">Text title for the Address Relay field in the peer details area, which displays whether we relay addresses to this peer (Yes/No).</note>
</trans-unit>
- <trans-unit id="_msg567">
+ <trans-unit id="_msg577">
<source xml:space="preserve">The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).</source>
- <context-group purpose="location"><context context-type="linenumber">1785</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1762</context></context-group>
<note annotates="source" from="developer">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).</note>
</trans-unit>
- <trans-unit id="_msg568">
+ <trans-unit id="_msg578">
<source xml:space="preserve">The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.</source>
- <context-group purpose="location"><context context-type="linenumber">1811</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1788</context></context-group>
<note annotates="source" from="developer">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.</note>
</trans-unit>
- <trans-unit id="_msg569">
+ <trans-unit id="_msg579">
<source xml:space="preserve">Addresses Processed</source>
- <context-group purpose="location"><context context-type="linenumber">1788</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1765</context></context-group>
<note annotates="source" from="developer">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).</note>
</trans-unit>
- <trans-unit id="_msg570">
+ <trans-unit id="_msg580">
<source xml:space="preserve">Addresses Rate-Limited</source>
- <context-group purpose="location"><context context-type="linenumber">1814</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1791</context></context-group>
<note annotates="source" from="developer">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.</note>
</trans-unit>
- <trans-unit id="_msg571">
+ <trans-unit id="_msg581">
<source xml:space="preserve">User Agent</source>
<context-group purpose="location"><context context-type="linenumber">88</context></context-group>
<context-group purpose="location"><context context-type="linenumber">1301</context></context-group>
</trans-unit>
- <trans-unit id="_msg572">
+ <trans-unit id="_msg582">
<source xml:space="preserve">Node window</source>
<context-group purpose="location"><context context-type="linenumber">14</context></context-group>
</trans-unit>
- <trans-unit id="_msg573">
+ <trans-unit id="_msg583">
<source xml:space="preserve">Current block height</source>
<context-group purpose="location"><context context-type="linenumber">302</context></context-group>
</trans-unit>
- <trans-unit id="_msg574">
+ <trans-unit id="_msg584">
<source xml:space="preserve">Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.</source>
<context-group purpose="location"><context context-type="linenumber">432</context></context-group>
</trans-unit>
- <trans-unit id="_msg575">
+ <trans-unit id="_msg585">
<source xml:space="preserve">Decrease font size</source>
<context-group purpose="location"><context context-type="linenumber">510</context></context-group>
</trans-unit>
- <trans-unit id="_msg576">
+ <trans-unit id="_msg586">
<source xml:space="preserve">Increase font size</source>
<context-group purpose="location"><context context-type="linenumber">530</context></context-group>
</trans-unit>
- <trans-unit id="_msg577">
+ <trans-unit id="_msg587">
<source xml:space="preserve">Permissions</source>
<context-group purpose="location"><context context-type="linenumber">1151</context></context-group>
</trans-unit>
- <trans-unit id="_msg578">
+ <trans-unit id="_msg588">
<source xml:space="preserve">The direction and type of peer connection: %1</source>
<context-group purpose="location"><context context-type="linenumber">1174</context></context-group>
</trans-unit>
- <trans-unit id="_msg579">
+ <trans-unit id="_msg589">
<source xml:space="preserve">Direction/Type</source>
<context-group purpose="location"><context context-type="linenumber">1177</context></context-group>
</trans-unit>
- <trans-unit id="_msg580">
+ <trans-unit id="_msg590">
<source xml:space="preserve">The BIP324 session ID string in hex.</source>
<context-group purpose="location"><context context-type="linenumber">1226</context></context-group>
</trans-unit>
- <trans-unit id="_msg581">
+ <trans-unit id="_msg591">
<source xml:space="preserve">The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.</source>
<context-group purpose="location"><context context-type="linenumber">1252</context></context-group>
</trans-unit>
- <trans-unit id="_msg582">
+ <trans-unit id="_msg592">
<source xml:space="preserve">Services</source>
<context-group purpose="location"><context context-type="linenumber">1324</context></context-group>
</trans-unit>
- <trans-unit id="_msg583">
+ <trans-unit id="_msg593">
<source xml:space="preserve">High bandwidth BIP152 compact block relay: %1</source>
<context-group purpose="location"><context context-type="linenumber">1376</context></context-group>
</trans-unit>
- <trans-unit id="_msg584">
+ <trans-unit id="_msg594">
<source xml:space="preserve">High Bandwidth</source>
<context-group purpose="location"><context context-type="linenumber">1379</context></context-group>
</trans-unit>
- <trans-unit id="_msg585">
+ <trans-unit id="_msg595">
<source xml:space="preserve">Connection Time</source>
- <context-group purpose="location"><context context-type="linenumber">1471</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1448</context></context-group>
</trans-unit>
- <trans-unit id="_msg586">
+ <trans-unit id="_msg596">
<source xml:space="preserve">Elapsed time since a novel block passing initial validity checks was received from this peer.</source>
- <context-group purpose="location"><context context-type="linenumber">1494</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1471</context></context-group>
</trans-unit>
- <trans-unit id="_msg587">
+ <trans-unit id="_msg597">
<source xml:space="preserve">Last Block</source>
- <context-group purpose="location"><context context-type="linenumber">1497</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1474</context></context-group>
</trans-unit>
- <trans-unit id="_msg588">
+ <trans-unit id="_msg598">
<source xml:space="preserve">Elapsed time since a novel transaction accepted into our mempool was received from this peer.</source>
- <context-group purpose="location"><context context-type="linenumber">1520</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1497</context></context-group>
<note annotates="source" from="developer">Tooltip text for the Last Transaction field in the peer details area.</note>
</trans-unit>
- <trans-unit id="_msg589">
+ <trans-unit id="_msg599">
<source xml:space="preserve">Last Send</source>
- <context-group purpose="location"><context context-type="linenumber">1546</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1523</context></context-group>
</trans-unit>
- <trans-unit id="_msg590">
+ <trans-unit id="_msg600">
<source xml:space="preserve">Last Receive</source>
- <context-group purpose="location"><context context-type="linenumber">1569</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1546</context></context-group>
</trans-unit>
- <trans-unit id="_msg591">
+ <trans-unit id="_msg601">
<source xml:space="preserve">Ping Time</source>
- <context-group purpose="location"><context context-type="linenumber">1638</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1615</context></context-group>
</trans-unit>
- <trans-unit id="_msg592">
+ <trans-unit id="_msg602">
<source xml:space="preserve">The duration of a currently outstanding ping.</source>
- <context-group purpose="location"><context context-type="linenumber">1661</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1638</context></context-group>
</trans-unit>
- <trans-unit id="_msg593">
+ <trans-unit id="_msg603">
<source xml:space="preserve">Ping Wait</source>
- <context-group purpose="location"><context context-type="linenumber">1664</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1641</context></context-group>
</trans-unit>
- <trans-unit id="_msg594">
+ <trans-unit id="_msg604">
<source xml:space="preserve">Min Ping</source>
- <context-group purpose="location"><context context-type="linenumber">1687</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1664</context></context-group>
</trans-unit>
- <trans-unit id="_msg595">
+ <trans-unit id="_msg605">
<source xml:space="preserve">Time Offset</source>
- <context-group purpose="location"><context context-type="linenumber">1710</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">1687</context></context-group>
</trans-unit>
- <trans-unit id="_msg596">
+ <trans-unit id="_msg606">
<source xml:space="preserve">Last block time</source>
<context-group purpose="location"><context context-type="linenumber">325</context></context-group>
</trans-unit>
- <trans-unit id="_msg597">
+ <trans-unit id="_msg607">
<source xml:space="preserve">&Open</source>
<context-group purpose="location"><context context-type="linenumber">435</context></context-group>
</trans-unit>
- <trans-unit id="_msg598">
+ <trans-unit id="_msg608">
<source xml:space="preserve">&Console</source>
<context-group purpose="location"><context context-type="linenumber">461</context></context-group>
</trans-unit>
- <trans-unit id="_msg599">
+ <trans-unit id="_msg609">
<source xml:space="preserve">&Network Traffic</source>
<context-group purpose="location"><context context-type="linenumber">648</context></context-group>
</trans-unit>
- <trans-unit id="_msg600">
+ <trans-unit id="_msg610">
<source xml:space="preserve">Totals</source>
<context-group purpose="location"><context context-type="linenumber">716</context></context-group>
</trans-unit>
- <trans-unit id="_msg601">
+ <trans-unit id="_msg611">
<source xml:space="preserve">Debug log file</source>
<context-group purpose="location"><context context-type="linenumber">425</context></context-group>
</trans-unit>
- <trans-unit id="_msg602">
+ <trans-unit id="_msg612">
<source xml:space="preserve">Clear console</source>
<context-group purpose="location"><context context-type="linenumber">550</context></context-group>
</trans-unit>
@@ -2812,162 +2863,167 @@ If you are receiving this error you should request the merchant provide a BIP21
</body></file>
<file original="../rpcconsole.cpp" datatype="cpp" source-language="en"><body>
<group restype="x-trolltech-linguist-context" resname="RPCConsole">
- <trans-unit id="_msg603">
+ <trans-unit id="_msg613">
<source xml:space="preserve">In:</source>
- <context-group purpose="location"><context context-type="linenumber">931</context></context-group>
+ <context-group purpose="location"><context context-type="linenumber">937</context></context-group>
</trans-unit>
- <trans-unit id="_msg604">
+ <trans-unit id="_msg614">
<source xml:space="preserve">Out:</source>
- Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.