mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
Merge bitcoin-core/gui#669: Update translation source file for string freeze (round 2)
6725030e41
qt: Update translation source file for string freeze (round 2) (Hennadii Stepanov) Pull request description: On the day of [translation string freeze](https://github.com/bitcoin/bitcoin/issues/24987#issuecomment-1234026641), it happened that bitcoin-core/gui#660 did not include new strings from bitcoin/bitcoin#19602. This PR includes all recent updates. As a Transifex translator, I believe it is enough time for all translators to handle a few new strings by a release date. Also a Transifex check failure has been [fixed](bitcoin-core/gui/pull/664). ACKs for top commit: jarolrod: ACK6725030e41
Tree-SHA512: d57b841e87e389d31ec4ae9067b83f7f209e168399bc088c3234c2c66b34772739cb801f04b5038d55de115083d022d603bc976374bfd537b8ea10c10a545183
This commit is contained in:
commit
d190003700
3 changed files with 677 additions and 423 deletions
|
@ -60,6 +60,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Error reading %s! Transaction data may be missing or incorrect. Rescanning "
|
||||
"wallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Address book data in wallet cannot be identified to belong to "
|
||||
"migrated wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
|
||||
|
@ -67,9 +70,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
|
||||
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Duplicate descriptors created during migration. Your wallet may be "
|
||||
"corrupted."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and "
|
||||
"\"bech32\" address types"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Transaction %s in wallet cannot be identified to belong to migrated "
|
||||
"wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Unable to produce descriptors for this legacy wallet. Make sure the "
|
||||
"wallet is unlocked first"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Failed to rename invalid peers.dat file. Please move or delete it and try "
|
||||
"again."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -79,6 +91,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"File %s already exists. If you are sure this is what you want, move it out "
|
||||
"of the way first."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
|
||||
"forbids connections to IPv4/IPv6"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
|
||||
"fee of %s to prevent stuck transactions)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -98,8 +113,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"be provided."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
|
||||
"reaching the Tor network is not provided (no -proxy= and no -onion= given) "
|
||||
"or it is explicitly forbidden (-onion=0)"),
|
||||
"reaching the Tor network is explicitly forbidden: -onion=0"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
|
||||
"reaching the Tor network is not provided: none of -proxy, -onion or -"
|
||||
"listenonion is given"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Please check that your computer's date and time are correct! If your clock "
|
||||
"is wrong, %s will not work properly."),
|
||||
|
@ -156,6 +174,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or "
|
||||
"\"sqlite\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unrecognized descriptor found. Loading wallet %s\n"
|
||||
"\n"
|
||||
"The wallet might had been created on a newer version.\n"
|
||||
"Please try running the latest software version.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unsupported category-specific logging level -loglevel=%s. Expected -"
|
||||
"loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unsupported chainstate database format found. Please restart with -reindex-"
|
||||
"chainstate. This will rebuild the chainstate database."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -176,6 +202,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"You need to rebuild the database using -reindex to go back to unpruned "
|
||||
"mode. This will redownload the entire blockchain"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"\n"
|
||||
"Unable to cleanup failed migration"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"\n"
|
||||
"Unable to restore backup of wallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"),
|
||||
|
@ -203,15 +235,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not add watchonly tx to watchonly wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not delete watchonly transactions"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Failed to create new watchonly wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: No %s addresses available."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Not all watchonly txs could be deleted"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet already uses SQLite"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet is already a descriptor wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to begin reading all records in the database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to make a backup of your wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read all records in the database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address book data"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
|
||||
|
@ -283,11 +325,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to parse -maxuploadtarget: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to unload the wallet before migrating"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level -loglevel=%s. Valid values: %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
|
||||
|
|
|
@ -751,7 +751,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<message>
|
||||
<location line="+8"/>
|
||||
<source>Restore Wallet</source>
|
||||
<extracomment>Title of pop-up window shown when the user is attempting to + restore a wallet.</extracomment>
|
||||
<extracomment>Title of pop-up window shown when the user is attempting to restore a wallet.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1370,12 +1370,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+157"/>
|
||||
<source>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+32"/>
|
||||
<location line="+189"/>
|
||||
<source>Limit block chain storage to</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1395,7 +1390,12 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="-10"/>
|
||||
<source>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>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+20"/>
|
||||
<source>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>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5228,7 +5228,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+6"/>
|
||||
<source>Error: Dumpfile format record is incorrect. Got "%s", expected "format".</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5243,12 +5243,12 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+6"/>
|
||||
<source>Error: Legacy wallets only support the "legacy", "p2sh-segwit", and "bech32" address types</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<location line="+12"/>
|
||||
<source>Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5258,7 +5258,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+6"/>
|
||||
<source>Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5288,12 +5288,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided (no -proxy= and no -onion= given) or it is explicitly forbidden (-onion=0)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<location line="+10"/>
|
||||
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5378,7 +5373,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+11"/>
|
||||
<source>Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5413,7 +5408,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+9"/>
|
||||
<source>%s is set very high!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5448,12 +5443,12 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-65"/>
|
||||
<location line="-79"/>
|
||||
<source>The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-104"/>
|
||||
<location line="-122"/>
|
||||
<source>%s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any Bitcoin Core peers connect to it. See doc/p2p-bad-ports.md for details and a full list.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5488,12 +5483,73 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+19"/>
|
||||
<location line="+9"/>
|
||||
<source>Error: Address book data in wallet cannot be identified to belong to migrated wallets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<source>Error: Duplicate descriptors created during migration. Your wallet may be corrupted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<source>Error: Transaction %s in wallet cannot be identified to belong to migrated wallets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Error: Unable to produce descriptors for this legacy wallet. Make sure the wallet is unlocked first</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Failed to rename invalid peers.dat file. Please move or delete it and try again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+114"/>
|
||||
<location line="+9"/>
|
||||
<source>Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet forbids connections to IPv4/IPv6</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+21"/>
|
||||
<source>Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>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</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+59"/>
|
||||
<source>Unrecognized descriptor found. Loading wallet %s
|
||||
|
||||
The wallet might had been created on a newer version.
|
||||
Please try running the latest software version.
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<source>Unsupported category-specific logging level -loglevel=%s. Expected -loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+24"/>
|
||||
<source>
|
||||
Unable to cleanup failed migration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>
|
||||
Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<source>Config setting for %s only applied on %s network when in [%s] section.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5592,6 +5648,16 @@ Go to File > Open Wallet to load a wallet.
|
|||
<source>Error reading next record from wallet database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Could not add watchonly tx to watchonly wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Could not delete watchonly transactions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Couldn't create cursor into database</source>
|
||||
|
@ -5607,6 +5673,11 @@ Go to File > Open Wallet to load a wallet.
|
|||
<source>Error: Dumpfile checksum does not match. Computed %s, expected %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Failed to create new watchonly wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Got key that was not hex: %s</source>
|
||||
|
@ -5632,11 +5703,46 @@ Go to File > Open Wallet to load a wallet.
|
|||
<source>Error: No %s addresses available.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Not all watchonly txs could be deleted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: This wallet already uses SQLite</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: This wallet is already a descriptor wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Unable to begin reading all records in the database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Unable to make a backup of your wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Unable to parse version %u as a uint32_t</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Unable to read all records in the database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Unable to remove watchonly address book data</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error: Unable to write record to new wallet</source>
|
||||
|
@ -5992,6 +6098,11 @@ Go to File > Open Wallet to load a wallet.
|
|||
<source>Unable to start HTTP server. See debug log for details.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unable to unload the wallet before migrating</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unknown -blockfilterindex value %s.</source>
|
||||
|
@ -6017,6 +6128,11 @@ Go to File > Open Wallet to load a wallet.
|
|||
<source>Unknown new rules activated (versionbit %i)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unsupported global logging level -loglevel=%s. Valid values: %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unsupported logging category %s=%s.</source>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue