@@ -14,13 +14,22 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
14
14
" %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
15
15
" a backup." ),
16
16
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
17
+ " %s failed to validate the -assumeutxo snapshot state. This indicates a "
18
+ " hardware problem, or a bug in the software, or a bad software modification "
19
+ " that allowed an invalid snapshot to be loaded. As a result of this, the node "
20
+ " will shut down and stop using any state that was built on the snapshot, "
21
+ " resetting the chain height from %d to %d. On the next restart, the node will "
22
+ " resume syncing from %d without using any snapshot data. Please report this "
23
+ " incident to %s, including how you obtained the snapshot. The invalid "
24
+ " snapshot chainstate has been left on disk in case it is helpful in "
25
+ " diagnosing the issue that caused this error." ),
26
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
27
+ " %s is set very high! Fees this large could be paid on a single transaction." ),
28
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
17
29
" %s request to listen on port %u. This port is considered \" bad\" and thus it "
18
30
" is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
19
31
" details and a full list." ),
20
32
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
21
- " -maxtxfee is set very high! Fees this large could be paid on a single "
22
- " transaction." ),
23
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
24
33
" -reindex-chainstate option is not compatible with -blockfilterindex. Please "
25
34
" temporarily disable blockfilterindex while using -reindex-chainstate, or "
26
35
" replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
@@ -90,17 +99,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
90
99
" Failed to rename invalid peers.dat file. Please move or delete it and try "
91
100
" again." ),
92
101
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
93
- " Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable - "
94
- " fallbackfee ." ),
102
+ " Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable "
103
+ " %s ." ),
95
104
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
96
105
" File %s already exists. If you are sure this is what you want, move it out "
97
106
" of the way first." ),
98
107
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
99
108
" Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
100
109
" forbids connections to IPv4/IPv6" ),
101
110
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
102
- " Invalid amount for -maxtxfee =<amount>: '%s' (must be at least the minrelay "
103
- " fee of %s to prevent stuck transactions)" ),
111
+ " Invalid amount for %s =<amount>: '%s' (must be at least the minrelay fee of "
112
+ " %s to prevent stuck transactions)" ),
104
113
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
105
114
" Invalid or corrupt peers.dat (%s). If you believe this is a bug, please "
106
115
" report it to %s. As a workaround, you can move the file (%s) out of the way "
@@ -186,9 +195,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
186
195
" Total length of network version string (%i) exceeds maximum length (%i). "
187
196
" Reduce the number or size of uacomments." ),
188
197
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
198
+ " Transaction requires one destination of non-0 value, a non-0 feerate, or a "
199
+ " pre-selected input" ),
200
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
201
+ " UTXO snapshot failed to validate. Restart to resume normal initial block "
202
+ " download, or try loading a different snapshot." ),
203
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
189
204
" Unable to replay blocks. You will need to rebuild the database using -"
190
205
" reindex-chainstate." ),
191
206
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
207
+ " Unconfirmed UTXOs are available, but spending them creates a chain of "
208
+ " transactions that will be rejected by the mempool" ),
209
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
192
210
" Unexpected legacy entry in descriptor wallet found. Loading wallet %s\n "
193
211
" \n "
194
212
" The wallet might have been tampered with or created with malicious intent.\n " ),
@@ -233,6 +251,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
233
251
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
234
252
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
235
253
QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details" ),
254
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Block verification was interrupted" ),
236
255
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
237
256
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -forcednsseed to true when setting -dnsseed to false." ),
238
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
@@ -255,6 +274,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
255
274
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
256
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
257
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
277
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading configuration file: %s" ),
258
278
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
259
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
260
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
@@ -293,10 +313,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -i2psam address or hostname: '%s'"),
293
313
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
294
314
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address or hostname: '%s'" ),
295
315
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid P2P permission: '%s'" ),
316
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for %s=<amount>: '%s' (must be at least %s)" ),
317
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for %s=<amount>: '%s'" ),
296
318
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -%s=<amount>: '%s'" ),
297
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -discardfee=<amount>: '%s'" ),
298
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
299
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
300
319
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
301
320
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid port specified in %s: '%s'" ),
302
321
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid pre-selected input %s" ),
@@ -323,11 +342,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to prepare statement t
323
342
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to read database verification error: %s" ),
324
343
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Unexpected application id. Expected %u, got %u" ),
325
344
QT_TRANSLATE_NOOP (" bitcoin-core" , " Section [%s] is not recognized." ),
345
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Settings file could not be read" ),
346
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Settings file could not be written" ),
326
347
QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
327
348
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" does not exist" ),
328
349
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is a relative path" ),
329
350
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is not a directory" ),
330
351
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified blocks directory \" %s\" does not exist." ),
352
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified data directory \" %s\" does not exist." ),
331
353
QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads…" ),
332
354
QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
333
355
QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist" ),
0 commit comments