@@ -30,8 +30,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3030" Distributed under the MIT software license, see the accompanying file %s or "
3131" %s" ),
3232QT_TRANSLATE_NOOP (" bitcoin-core" , " "
33- " Error loading %s: You can't enable HD on an already existing non-HD wallet" ),
34- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3533" Error reading %s! All keys read correctly, but transaction data or address "
3634" book entries might be missing or incorrect." ),
3735QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -40,12 +38,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4038" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
4139" fallbackfee." ),
4240QT_TRANSLATE_NOOP (" bitcoin-core" , " "
43- " Group outputs by address, selecting all or none, instead of selecting on a "
44- " per-output basis. Privacy is improved as an address is only used once "
45- " (unless someone sends to it after spending from it), but may result in "
46- " slightly higher fees as suboptimal coin selection may result due to the "
47- " added limitation (default: %u)" ),
48- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
4941" Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
5042" fee of %s to prevent stuck transactions)" ),
5143QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -91,12 +83,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
9183" Unable to rewind the database to a pre-fork state. You will need to "
9284" redownload the blockchain" ),
9385QT_TRANSLATE_NOOP (" bitcoin-core" , " "
94- " Unsupported argument -socks found. Setting SOCKS version isn't possible "
95- " anymore, only SOCKS5 proxies are supported." ),
96- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
97- " Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/"
98- " or -whitelistforcerelay." ),
99- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
10086" Warning: Private keys detected in wallet {%s} with disabled private keys" ),
10187QT_TRANSLATE_NOOP (" bitcoin-core" , " "
10288" Warning: The network does not appear to fully agree! Some miners appear to "
@@ -122,25 +108,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
122108QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
123109QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
124110QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
111+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
125112QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
126113QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
127114QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
128115QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
129- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s: You can't create non-HD wallets with this version." ),
130116QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
131117QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
132118QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
133119QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Private keys can only be disabled during creation" ),
134120QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
135121QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
136- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: You can't disable HD on an already existing HD wallet" ),
137122QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
138123QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet %s. Duplicate -wallet filename specified." ),
139124QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
140125QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
141126QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
142127QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
143128QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
129+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
144130QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
145131QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
146132QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
@@ -170,13 +156,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, becau
170156QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks..." ),
171157QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
172158QT_TRANSLATE_NOOP (" bitcoin-core" , " Rewinding blocks..." ),
159+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Section [%s] is not recognized." ),
173160QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
174161QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" does not exist" ),
175162QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is a relative path" ),
176163QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is not a directory" ),
177164QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified blocks directory \" %s\" does not exist." ),
178165QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads..." ),
179166QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
167+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist\n " ),
180168QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
181169QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
182170QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
@@ -195,9 +183,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
195183QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate keys" ),
196184QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
197185QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
198- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -benchmark ignored, use -debug=bench." ),
199- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -debugnet ignored, use -debug=net." ),
200- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -tor found, use -onion." ),
201186QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
202187QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
203188QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
0 commit comments