@@ -15,8 +15,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
15
15
" a backup." ),
16
16
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
17
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." ),
18
+ " is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
19
+ " details and a full list." ),
20
20
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
21
21
" -maxtxfee is set very high! Fees this large could be paid on a single "
22
22
" transaction." ),
@@ -33,9 +33,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
33
33
" temporarily disable txindex while using -reindex-chainstate, or replace -"
34
34
" reindex-chainstate with -reindex to fully rebuild all indexes." ),
35
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" , " "
39
36
" Cannot downgrade wallet from version %i to version %i. Wallet version "
40
37
" unchanged." ),
41
38
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -48,12 +45,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
48
45
" upgrading to support pre-split keypool. Please use version %i or no version "
49
46
" specified." ),
50
47
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
48
+ " Disk space for %s may not accommodate the block files. Approximately %u GB "
49
+ " of data will be stored in this directory." ),
50
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
51
51
" Distributed under the MIT software license, see the accompanying file %s or "
52
52
" %s" ),
53
53
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
54
54
" Error loading %s: External signer wallet being loaded without external "
55
55
" signer support compiled" ),
56
56
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
57
+ " Error loading wallet. Wallet requires blocks to be downloaded, and software "
58
+ " does not currently support loading wallets while blocks are being downloaded "
59
+ " out of order when using assumeutxo snapshots. Wallet should be able to load "
60
+ " successfully after node sync reaches height %s" ),
61
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
57
62
" Error reading %s! All keys read correctly, but transaction data or address "
58
63
" book entries might be missing or incorrect." ),
59
64
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -79,8 +84,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
79
84
" Error: Transaction %s in wallet cannot be identified to belong to migrated "
80
85
" wallets" ),
81
86
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
82
- " Error: Unable to produce descriptors for this legacy wallet. Make sure the "
83
- " wallet is unlocked first " ),
87
+ " Error: Unable to produce descriptors for this legacy wallet. Make sure to "
88
+ " provide the wallet's passphrase if it is encrypted. " ),
84
89
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
85
90
" Failed to rename invalid peers.dat file. Please move or delete it and try "
86
91
" again." ),
@@ -112,13 +117,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
112
117
" No wallet file format provided. To use createfromdump, -format=<format> must "
113
118
" be provided." ),
114
119
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
120
+ " Outbound connections restricted to CJDNS (-onlynet=cjdns) but -"
121
+ " cjdnsreachable is not provided" ),
122
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
115
123
" Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
116
124
" reaching the Tor network is explicitly forbidden: -onion=0" ),
117
125
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
118
126
" Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
119
127
" reaching the Tor network is not provided: none of -proxy, -onion or -"
120
128
" listenonion is given" ),
121
129
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
130
+ " Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not "
131
+ " provided" ),
132
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
122
133
" Please check that your computer's date and time are correct! If your clock "
123
134
" is wrong, %s will not work properly." ),
124
135
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -148,6 +159,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148
159
" space, run a full -reindex, otherwise ignore this error. This error message "
149
160
" will not be displayed again." ),
150
161
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
162
+ " The inputs size exceeds the maximum weight. Please try sending a smaller "
163
+ " amount or manually consolidating your wallet's UTXOs" ),
164
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
165
+ " The preselected coins total amount does not cover the transaction target. "
166
+ " Please allow other inputs to be automatically selected or include more coins "
167
+ " manually" ),
168
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
151
169
" The transaction amount is too small to send after the fee has been deducted" ),
152
170
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
153
171
" This error could occur if this wallet was not shutdown cleanly and was last "
@@ -171,6 +189,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
171
189
" Unable to replay blocks. You will need to rebuild the database using -"
172
190
" reindex-chainstate." ),
173
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
192
+ " Unexpected legacy entry in descriptor wallet found. Loading wallet %s\n "
193
+ " \n "
194
+ " The wallet might have been tampered with or created with malicious intent.\n " ),
195
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
174
196
" Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
175
197
" \" sqlite\" ." ),
176
198
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -235,6 +257,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
235
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
236
258
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
237
259
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
260
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
238
261
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx to watchonly wallet" ),
239
262
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions" ),
240
263
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
@@ -264,6 +287,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Importing…"),
264
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
265
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
266
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Input not found or already spent" ),
290
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient dbcache for block verification" ),
267
291
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
268
292
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -i2psam address or hostname: '%s'" ),
269
293
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
@@ -274,6 +298,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'
274
298
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
275
299
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
276
300
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
301
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid port specified in %s: '%s'" ),
302
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid pre-selected input %s" ),
277
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listening for incoming connections failed (listen returned error %s)" ),
278
304
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses…" ),
279
305
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist…" ),
@@ -284,6 +310,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing solving data for estimating transacti
284
310
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
285
311
QT_TRANSLATE_NOOP (" bitcoin-core" , " No addresses available" ),
286
312
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
313
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Not found pre-selected input %s" ),
314
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Not solvable pre-selected input %s" ),
287
315
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
288
316
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
289
317
QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore…" ),
0 commit comments