@@ -258,6 +258,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
258258QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
259259QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
260260QT_TRANSLATE_NOOP (" bitcoin-core" , " Dump file %s does not exist." ),
261+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error committing db txn for wallet transactions removal" ),
261262QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s" ),
262263QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
263264QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
@@ -270,9 +271,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
270271QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading configuration file: %s" ),
271272QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
272273QT_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" ),
273275QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
274276QT_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. " ),
276278QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
277279QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
278280QT_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"),
282284QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
283285QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Missing checksum" ),
284286QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: No %s addresses available." ),
285- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Not all watchonly txs could be deleted" ),
286287QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: This wallet already uses SQLite" ),
287288QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: This wallet is already a descriptor wallet" ),
288289QT_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
294295QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
295296QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write solvable wallet best block locator record" ),
296297QT_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" ),
297300QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
298301QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
299302QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to start indexes, shutting down.." ),
300303QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to verify database" ),
304+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failure removing transaction: %s" ),
301305QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
302306QT_TRANSLATE_NOOP (" bitcoin-core" , " Ignoring duplicate -wallet %s." ),
303307QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing…" ),
@@ -355,6 +359,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the mi
355359QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
356360QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the minimum transaction fee you pay on every transaction." ),
357361QT_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" ),
358363QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
359364QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
360365QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction change output index out of range" ),
0 commit comments