@@ -14,9 +14,28 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
1414" %s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
1515" a backup." ),
1616QT_TRANSLATE_NOOP (" bitcoin-core" , " "
17+ " %s request to listen on port %u. This port is considered \" bad\" and thus it "
18+ " is unlikely that any Bitcoin Core peers connect to it. See doc/p2p-bad-ports."
19+ " md for details and a full list." ),
20+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
1721" -maxtxfee is set very high! Fees this large could be paid on a single "
1822" transaction." ),
1923QT_TRANSLATE_NOOP (" bitcoin-core" , " "
24+ " -reindex-chainstate option is not compatible with -blockfilterindex. Please "
25+ " temporarily disable blockfilterindex while using -reindex-chainstate, or "
26+ " replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
27+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
28+ " -reindex-chainstate option is not compatible with -coinstatsindex. Please "
29+ " temporarily disable coinstatsindex while using -reindex-chainstate, or "
30+ " replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
31+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
32+ " -reindex-chainstate option is not compatible with -txindex. Please "
33+ " temporarily disable txindex while using -reindex-chainstate, or replace -"
34+ " reindex-chainstate with -reindex to fully rebuild all indexes." ),
35+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
36+ " Assumed-valid: last wallet synchronisation goes beyond available block data. "
37+ " You need to wait for the background validation chain to download more blocks." ),
38+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2039" Cannot downgrade wallet from version %i to version %i. Wallet version "
2140" unchanged." ),
2241QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -51,7 +70,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5170" Error: Legacy wallets only support the \" legacy\" , \" p2sh-segwit\" , and "
5271" \" bech32\" address types" ),
5372QT_TRANSLATE_NOOP (" bitcoin-core" , " "
54- " Error: Listening for incoming connections failed (listen returned error %s)" ),
73+ " Failed to rename invalid peers.dat file. Please move or delete it and try "
74+ " again." ),
5575QT_TRANSLATE_NOOP (" bitcoin-core" , " "
5676" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
5777" fallbackfee." ),
@@ -77,6 +97,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7797" No wallet file format provided. To use createfromdump, -format=<format> must "
7898" be provided." ),
7999QT_TRANSLATE_NOOP (" bitcoin-core" , " "
100+ " Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
101+ " reaching the Tor network is not provided (no -proxy= and no -onion= given) "
102+ " or it is explicitly forbidden (-onion=0)" ),
103+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
80104" Please check that your computer's date and time are correct! If your clock "
81105" is wrong, %s will not work properly." ),
82106QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -85,6 +109,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
85109QT_TRANSLATE_NOOP (" bitcoin-core" , " "
86110" Prune configured below the minimum of %d MiB. Please use a higher number." ),
87111QT_TRANSLATE_NOOP (" bitcoin-core" , " "
112+ " Prune mode is incompatible with -reindex-chainstate. Use full -reindex "
113+ " instead." ),
114+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
88115" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
89116" reindex (download the whole blockchain again in case of pruned node)" ),
90117QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -129,6 +156,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
129156" Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
130157" \" sqlite\" ." ),
131158QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159+ " Unsupported chainstate database format found. Please restart with -reindex-"
160+ " chainstate. This will rebuild the chainstate database." ),
161+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
162+ " Wallet created successfully. The legacy wallet type is being deprecated and "
163+ " support for creating and opening legacy wallets will be removed in the "
164+ " future." ),
165+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
132166" Warning: Dumpfile wallet format \" %s\" does not match command line specified "
133167" format \" %s\" ." ),
134168QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -169,7 +203,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
169203QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
170204QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
171205QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
172- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
173206QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
174207QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
175208QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Dumpfile checksum does not match. Computed %s, expected %s" ),
@@ -199,6 +232,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'
199232QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
200233QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
201234QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
235+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Listening for incoming connections failed (listen returned error %s)" ),
202236QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses…" ),
203237QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist…" ),
204238QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index…" ),
@@ -207,10 +241,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing amount"),
207241QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing solving data for estimating transaction size" ),
208242QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
209243QT_TRANSLATE_NOOP (" bitcoin-core" , " No addresses available" ),
210- QT_TRANSLATE_NOOP (" bitcoin-core" , " No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>." ),
211244QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
212245QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
213- QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -coinstatsindex." ),
214246QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
215247QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore…" ),
216248QT_TRANSLATE_NOOP (" bitcoin-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
@@ -241,6 +273,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain")
241273QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
242274QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction needs a change address, but we can't generate it." ),
243275QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
276+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to allocate memory for -maxsigcachesize: '%s' MiB" ),
244277QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
245278QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
246279QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to create the PID file '%s': %s" ),
@@ -255,7 +288,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
255288QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
256289QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown new rules activated (versionbit %i)" ),
257290QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
258- QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
259291QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
260292QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks…" ),
261293QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)…" ),
0 commit comments