@@ -35,6 +35,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
35
35
" Error reading %s! All keys read correctly, but transaction data or address "
36
36
" book entries might be missing or incorrect." ),
37
37
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
38
+ " Error reading %s! Transaction data may be missing or incorrect. Rescanning "
39
+ " wallet." ),
40
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
38
41
" Error: Dumpfile format record is incorrect. Got \" %s\" , expected \" format\" ." ),
39
42
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
40
43
" Error: Dumpfile identifier record is incorrect. Got \" %s\" , expected \" %s\" ." ),
@@ -56,6 +59,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
56
59
" Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
57
60
" fee of %s to prevent stuck transactions)" ),
58
61
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
62
+ " Invalid or corrupt peers.dat (%s). If you believe this is a bug, please "
63
+ " report it to %s. As a workaround, you can move the file (%s) out of the way "
64
+ " (rename, move, or delete) to have a new one created on the next start." ),
65
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
59
66
" More than one onion bind address is provided. Using %s for the automatically "
60
67
" created Tor onion service." ),
61
68
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -81,11 +88,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
81
88
" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
82
89
" supported" ),
83
90
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
91
+ " The -txindex upgrade started by a previous version can not be completed. "
92
+ " Restart with the previous version or run a full -reindex." ),
93
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
84
94
" The block database contains a block which appears to be from the future. "
85
95
" This may be due to your computer's date and time being set incorrectly. Only "
86
96
" rebuild the block database if you are sure that your computer's date and "
87
97
" time are correct" ),
88
98
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
99
+ " The block index db contains a legacy 'txindex'. To clear the occupied disk "
100
+ " space, run a full -reindex, otherwise ignore this error. This error message "
101
+ " will not be displayed again." ),
102
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
89
103
" The transaction amount is too small to send after the fee has been deducted" ),
90
104
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
91
105
" This error could occur if this wallet was not shutdown cleanly and was last "
@@ -129,6 +143,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
129
143
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
130
144
QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details" ),
131
145
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
146
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -forcednsseed to true when setting -dnsseed to false." ),
132
147
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
133
148
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
134
149
QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
@@ -171,6 +186,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
171
186
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing…" ),
172
187
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
173
188
QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
189
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Input not found or already spent" ),
174
190
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
175
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -i2psam address or hostname: '%s'" ),
176
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
@@ -185,7 +201,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"),
185
201
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist…" ),
186
202
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index…" ),
187
203
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet…" ),
204
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing amount" ),
205
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing solving data for estimating transaction size" ),
188
206
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
207
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " No addresses available" ),
189
208
QT_TRANSLATE_NOOP (" bitcoin-core" , " No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>." ),
190
209
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
191
210
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
@@ -217,14 +236,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
217
236
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
218
237
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
219
238
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
220
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction needs a change address, but we can't generate it. %s " ),
239
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction needs a change address, but we can't generate it." ),
221
240
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
222
241
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
223
242
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
224
243
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to create the PID file '%s': %s" ),
225
244
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate initial keys" ),
226
245
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate keys" ),
227
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to open %s for writing" ),
247
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to parse -maxuploadtarget: '%s'" ),
228
248
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
229
249
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -blockfilterindex value %s." ),
230
250
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown address type '%s'" ),
@@ -233,7 +253,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'")
233
253
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown new rules activated (versionbit %i)" ),
234
254
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
235
255
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
236
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
237
256
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
238
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks…" ),
239
258
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)…" ),
0 commit comments