@@ -33,8 +33,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
33
33
" Cannot downgrade wallet from version %i to version %i. Wallet version "
34
34
" unchanged." ),
35
35
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
36
- " Cannot obtain a lock on data directory %s. %s is probably already running." ),
37
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
38
36
" Cannot provide specific connections and have addrman find outgoing "
39
37
" connections at the same time." ),
40
38
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -62,6 +60,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
62
60
" Error reading %s! Transaction data may be missing or incorrect. Rescanning "
63
61
" wallet." ),
64
62
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63
+ " Error starting/committing db txn for wallet transactions removal process" ),
64
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
65
65
" Error: Address book data in wallet cannot be identified to belong to "
66
66
" migrated wallets" ),
67
67
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -114,6 +114,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
114
114
" report it to %s. As a workaround, you can move the file (%s) out of the way "
115
115
" (rename, move, or delete) to have a new one created on the next start." ),
116
116
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
117
+ " Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a "
118
+ " string value, while '-nowallet' accepts only '1' to disable all wallets" ),
119
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
117
120
" Maximum transaction weight is less than transaction weight without inputs" ),
118
121
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
119
122
" Maximum transaction weight is too low, can not accommodate change output" ),
@@ -129,6 +132,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
129
132
" No wallet file format provided. To use createfromdump, -format=<format> must "
130
133
" be provided." ),
131
134
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
135
+ " Option '-upnp' is set but UPnP support was dropped in version 29.0. Consider "
136
+ " using '-natpmp' instead." ),
137
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
132
138
" Outbound connections restricted to CJDNS (-onlynet=cjdns) but -"
133
139
" cjdnsreachable is not provided" ),
134
140
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -272,22 +278,22 @@ QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
272
278
QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details: " ),
273
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Assumeutxo data not found for the given blockhash '%s'." ),
274
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " Block verification was interrupted" ),
281
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot obtain a lock on directory %s. %s is probably already running." ),
275
282
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
276
283
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -forcednsseed to true when setting -dnsseed to false." ),
277
284
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
278
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
285
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to directory '%s'; check permissions." ),
279
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
280
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
281
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupt block found indicating potential hardware failure." ),
282
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
283
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not find asmap file %s" ),
284
291
QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not parse asmap file %s" ),
285
292
QT_TRANSLATE_NOOP (" bitcoin-core" , " Disk space is too low!" ),
286
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
293
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the databases now?" ),
287
294
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
288
295
QT_TRANSLATE_NOOP (" bitcoin-core" , " Dump file %s does not exist." ),
289
296
QT_TRANSLATE_NOOP (" bitcoin-core" , " Elliptic curve cryptography sanity check failure. %s is shutting down." ),
290
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error committing db txn for wallet transactions removal" ),
291
297
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s" ),
292
298
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
293
299
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
@@ -296,11 +302,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Private keys can only be di
296
302
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
297
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
298
304
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
305
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading databases" ),
299
306
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
307
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening coins database" ),
300
308
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading configuration file: %s" ),
301
309
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
302
310
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
303
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error starting db txn for wallet transactions removal" ),
304
311
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
305
312
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx %s to watchonly wallet" ),
306
313
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions. " ),
@@ -321,10 +328,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32
321
328
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read all records in the database" ),
322
329
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read wallet's best block locator record" ),
323
330
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to remove watchonly address book data" ),
331
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write data to disk for wallet %s" ),
324
332
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
325
333
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write solvable wallet best block locator record" ),
326
334
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write watchonly wallet best block locator record" ),
327
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: address book copy failed for wallet %s" ),
335
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Wallet does not exist" ),
336
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: cannot remove legacy wallet records" ),
328
337
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: database transaction cannot be executed for wallet %s" ),
329
338
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to connect best block (%s)." ),
330
339
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to disconnect block." ),
@@ -366,7 +375,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing amount"),
366
375
QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing solving data for estimating transaction size" ),
367
376
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
368
377
QT_TRANSLATE_NOOP (" bitcoin-core" , " No addresses available" ),
369
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
378
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available. %d available, %d required. " ),
370
379
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not found pre-selected input %s" ),
371
380
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not solvable pre-selected input %s" ),
372
381
QT_TRANSLATE_NOOP (" bitcoin-core" , " Only direction was set, no permissions: '%s'" ),
@@ -399,6 +408,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "System error while saving block to disk: %s")
399
408
QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
400
409
QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist" ),
401
410
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
411
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The transactions removal process can only be executed within a db txn" ),
402
412
QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
403
413
QT_TRANSLATE_NOOP (" bitcoin-core" , " There is no ScriptPubKeyManager for this address" ),
404
414
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
0 commit comments