@@ -42,6 +42,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
42
42
" Error: Dumpfile version is not supported. This version of bitcoin-wallet "
43
43
" only supports version 1 dumpfiles. Got dumpfile with version %s" ),
44
44
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
45
+ " Error: Legacy wallets only support the \" legacy\" , \" p2sh-segwit\" , and "
46
+ " \" bech32\" address types" ),
47
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
45
48
" Error: Listening for incoming connections failed (listen returned error %s)" ),
46
49
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
47
50
" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
@@ -103,9 +106,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
103
106
" Total length of network version string (%i) exceeds maximum length (%i). "
104
107
" Reduce the number or size of uacomments." ),
105
108
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
106
- " Transaction needs a change address, but we can't generate it. Please call "
107
- " keypoolrefill first." ),
108
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
109
109
" Unable to replay blocks. You will need to rebuild the database using -"
110
110
" reindex-chainstate." ),
111
111
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -160,6 +160,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
160
160
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Got value that was not hex: %s" ),
161
161
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
162
162
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Missing checksum" ),
163
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: No %s addresses available." ),
163
164
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to parse version %u as a uint32_t" ),
164
165
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
165
166
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
@@ -216,6 +217,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
216
217
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
217
218
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
218
219
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
220
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction needs a change address, but we can't generate it. %s" ),
219
221
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
220
222
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
221
223
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
@@ -228,12 +230,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
228
230
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown address type '%s'" ),
229
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown change type '%s'" ),
230
232
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
233
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown new rules activated (versionbit %i)" ),
231
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
232
235
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
233
236
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
234
237
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
235
238
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks…" ),
236
239
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)…" ),
237
240
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
238
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i)" ),
239
241
};
0 commit comments