@@ -271,7 +271,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error reading configuration file: %s"),
271
271
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
272
272
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
273
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
274
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx to watchonly wallet" ),
274
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx %s to watchonly wallet" ),
275
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions" ),
276
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
277
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
@@ -289,8 +289,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to begin reading all records in
289
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to make a backup of your wallet" ),
290
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to parse version %u as a uint32_t" ),
291
291
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read all records in the database" ),
292
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read wallet's best block locator record" ),
292
293
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to remove watchonly address book data" ),
293
294
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
295
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write solvable wallet best block locator record" ),
296
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write watchonly wallet best block locator record" ),
294
297
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
295
298
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
296
299
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to start indexes, shutting down.." ),
@@ -355,7 +358,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if y
355
358
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
356
359
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
357
360
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction change output index out of range" ),
358
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
359
361
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
360
362
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction needs a change address, but we can't generate it." ),
361
363
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
@@ -380,6 +382,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
380
382
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
381
383
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks…" ),
382
384
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)…" ),
385
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet file creation failed: %s" ),
383
386
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
384
387
QT_TRANSLATE_NOOP (" bitcoin-core" , " acceptstalefeeestimates is not supported on %s chain." ),
385
388
};
0 commit comments