@@ -33,8 +33,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3333" Cannot downgrade wallet from version %i to version %i. Wallet version "
3434" unchanged." ),
3535QT_TRANSLATE_NOOP (" bitcoin-core" , " "
36- " Cannot obtain a lock on data directory %s. %s is probably already running." ),
37- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3836" Cannot provide specific connections and have addrman find outgoing "
3937" connections at the same time." ),
4038QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -62,6 +60,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6260" Error reading %s! Transaction data may be missing or incorrect. Rescanning "
6361" wallet." ),
6462QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63+ " Error starting/committing db txn for wallet transactions removal process" ),
64+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
6565" Error: Address book data in wallet cannot be identified to belong to "
6666" migrated wallets" ),
6767QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -114,6 +114,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
114114" report it to %s. As a workaround, you can move the file (%s) out of the way "
115115" (rename, move, or delete) to have a new one created on the next start." ),
116116QT_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" , " "
117120" Maximum transaction weight is less than transaction weight without inputs" ),
118121QT_TRANSLATE_NOOP (" bitcoin-core" , " "
119122" Maximum transaction weight is too low, can not accommodate change output" ),
@@ -129,6 +132,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
129132" No wallet file format provided. To use createfromdump, -format=<format> must "
130133" be provided." ),
131134QT_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" , " "
132138" Outbound connections restricted to CJDNS (-onlynet=cjdns) but -"
133139" cjdnsreachable is not provided" ),
134140QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -272,22 +278,22 @@ QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
272278QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details: " ),
273279QT_TRANSLATE_NOOP (" bitcoin-core" , " Assumeutxo data not found for the given blockhash '%s'." ),
274280QT_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." ),
275282QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
276283QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -forcednsseed to true when setting -dnsseed to false." ),
277284QT_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." ),
279286QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
280287QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
281288QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupt block found indicating potential hardware failure." ),
282289QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
283290QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not find asmap file %s" ),
284291QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not parse asmap file %s" ),
285292QT_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?" ),
287294QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
288295QT_TRANSLATE_NOOP (" bitcoin-core" , " Dump file %s does not exist." ),
289296QT_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" ),
291297QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s" ),
292298QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
293299QT_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
296302QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
297303QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
298304QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
305+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading databases" ),
299306QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
307+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening coins database" ),
300308QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading configuration file: %s" ),
301309QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
302310QT_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" ),
304311QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
305312QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx %s to watchonly wallet" ),
306313QT_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
321328QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read all records in the database" ),
322329QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read wallet's best block locator record" ),
323330QT_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" ),
324332QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
325333QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write solvable wallet best block locator record" ),
326334QT_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" ),
328337QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: database transaction cannot be executed for wallet %s" ),
329338QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to connect best block (%s)." ),
330339QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to disconnect block." ),
@@ -366,7 +375,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing amount"),
366375QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing solving data for estimating transaction size" ),
367376QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
368377QT_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. " ),
370379QT_TRANSLATE_NOOP (" bitcoin-core" , " Not found pre-selected input %s" ),
371380QT_TRANSLATE_NOOP (" bitcoin-core" , " Not solvable pre-selected input %s" ),
372381QT_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")
399408QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
400409QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist" ),
401410QT_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" ),
402412QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
403413QT_TRANSLATE_NOOP (" bitcoin-core" , " There is no ScriptPubKeyManager for this address" ),
404414QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
0 commit comments