@@ -21,27 +21,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
21
21
" resetting the chain height from %d to %d. On the next restart, the node will "
22
22
" resume syncing from %d without using any snapshot data. Please report this "
23
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." ),
24
+ " snapshot chainstate will be left on disk in case it is helpful in diagnosing "
25
+ " the issue that caused this error." ),
26
26
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
27
27
" %s is set very high! Fees this large could be paid on a single transaction." ),
28
28
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
29
29
" %s request to listen on port %u. This port is considered \" bad\" and thus it "
30
30
" is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
31
31
" details and a full list." ),
32
32
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
33
- " -reindex-chainstate option is not compatible with -blockfilterindex. Please "
34
- " temporarily disable blockfilterindex while using -reindex-chainstate, or "
35
- " replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
36
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
37
- " -reindex-chainstate option is not compatible with -coinstatsindex. Please "
38
- " temporarily disable coinstatsindex while using -reindex-chainstate, or "
39
- " replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
40
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
41
- " -reindex-chainstate option is not compatible with -txindex. Please "
42
- " temporarily disable txindex while using -reindex-chainstate, or replace -"
43
- " reindex-chainstate with -reindex to fully rebuild all indexes." ),
44
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
45
33
" Cannot downgrade wallet from version %i to version %i. Wallet version "
46
34
" unchanged." ),
47
35
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -69,7 +57,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
69
57
" successfully after node sync reaches height %s" ),
70
58
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
71
59
" Error reading %s! All keys read correctly, but transaction data or address "
72
- " book entries might be missing or incorrect." ),
60
+ " metadata may be missing or incorrect." ),
73
61
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
74
62
" Error reading %s! Transaction data may be missing or incorrect. Rescanning "
75
63
" wallet." ),
@@ -153,6 +141,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
153
141
" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
154
142
" reindex (download the whole blockchain again in case of pruned node)" ),
155
143
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
144
+ " Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
145
+ " deleting the invalid snapshot directory %s, otherwise you will encounter the "
146
+ " same error again on the next startup." ),
147
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
156
148
" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
157
149
" supported" ),
158
150
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -219,8 +211,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
219
211
" The wallet might had been created on a newer version.\n "
220
212
" Please try running the latest software version.\n " ),
221
213
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
222
- " Unsupported category-specific logging level -loglevel=% s. Expected - "
223
- " loglevel =<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s." ),
214
+ " Unsupported category-specific logging level %1$s=%2$ s. Expected "
215
+ " %1$s =<category>:<loglevel>. Valid categories: %3$ s. Valid loglevels: %4$ s." ),
224
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
225
217
" Unsupported chainstate database format found. Please restart with -reindex-"
226
218
" chainstate. This will rebuild the chainstate database." ),
@@ -229,6 +221,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
229
221
" support for creating and opening legacy wallets will be removed in the "
230
222
" future." ),
231
223
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
224
+ " Wallet loaded successfully. The legacy wallet type is being deprecated and "
225
+ " support for creating and opening legacy wallets will be removed in the "
226
+ " future. Legacy wallets can be migrated to a descriptor wallet with "
227
+ " migratewallet." ),
228
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
232
229
" Warning: Dumpfile wallet format \" %s\" does not match command line specified "
233
230
" format \" %s\" ." ),
234
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -300,6 +297,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address boo
300
297
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
301
298
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
302
299
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
300
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to start indexes, shutting down.." ),
303
301
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to verify database" ),
304
302
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
305
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Ignoring duplicate -wallet %s." ),
@@ -381,10 +379,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
381
379
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown change type '%s'" ),
382
380
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
383
381
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown new rules activated (versionbit %i)" ),
384
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported global logging level -loglevel =%s. Valid values: %s." ),
382
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported global logging level %s =%s. Valid values: %s." ),
385
383
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
386
384
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
387
385
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks…" ),
388
386
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)…" ),
389
387
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
388
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " acceptstalefeeestimates is not supported on %s chain." ),
390
389
};
0 commit comments