@@ -258,6 +258,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
258
258
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
259
259
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
260
260
QT_TRANSLATE_NOOP (" bitcoin-core" , " Dump file %s does not exist." ),
261
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error committing db txn for wallet transactions removal" ),
261
262
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s" ),
262
263
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
263
264
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
@@ -270,9 +271,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
270
271
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading configuration file: %s" ),
271
272
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
272
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
274
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error starting db txn for wallet transactions removal" ),
273
275
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
274
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx %s to watchonly wallet" ),
275
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions" ),
277
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions. " ),
276
278
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
277
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
278
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Dumpfile checksum does not match. Computed %s, expected %s" ),
@@ -282,7 +284,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
282
284
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
283
285
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Missing checksum" ),
284
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: No %s addresses available." ),
285
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Not all watchonly txs could be deleted" ),
286
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: This wallet already uses SQLite" ),
287
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: This wallet is already a descriptor wallet" ),
288
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to begin reading all records in the database" ),
@@ -294,10 +295,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address boo
294
295
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
295
296
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write solvable wallet best block locator record" ),
296
297
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write watchonly wallet best block locator record" ),
298
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: address book copy failed for wallet %s" ),
299
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: database transaction cannot be executed for wallet %s" ),
297
300
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
298
301
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
299
302
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to start indexes, shutting down.." ),
300
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to verify database" ),
304
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failure removing transaction: %s" ),
301
305
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
302
306
QT_TRANSLATE_NOOP (" bitcoin-core" , " Ignoring duplicate -wallet %s." ),
303
307
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing…" ),
@@ -355,6 +359,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the mi
355
359
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
356
360
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the minimum transaction fee you pay on every transaction." ),
357
361
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the transaction fee you will pay if you send a transaction." ),
362
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction %s does not belong to this wallet" ),
358
363
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
359
364
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
360
365
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction change output index out of range" ),
0 commit comments