@@ -60,6 +60,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
60
60
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
61
61
" Do not keep transactions in the mempool longer than <n> hours (default: %u)" ),
62
62
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63
+ " Error loading %s: You can't enable HD on a already existing non-HD wallet" ),
64
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63
65
" Error reading %s! All keys read correctly, but transaction data or address "
64
66
" book entries might be missing or incorrect." ),
65
67
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -114,6 +116,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
114
116
" Please check that your computer's date and time are correct! If your clock "
115
117
" is wrong, %s will not work properly." ),
116
118
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
119
+ " Please contribute if you find %s useful. Visit %s for further information "
120
+ " about the software." ),
121
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
117
122
" Prune configured below the minimum of %d MiB. Please use a higher number." ),
118
123
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
119
124
" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
@@ -168,6 +173,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
168
173
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
169
174
" Use UPnP to map the listening port (default: 1 when listening and no -proxy)" ),
170
175
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
176
+ " Use hierarchical deterministic key generation (HD) after bip32. Only has "
177
+ " effect during wallet creation/first start" ),
178
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
171
179
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
172
180
" %s)" ),
173
181
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -243,6 +251,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environmen
243
251
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
244
252
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
245
253
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
254
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: You can't disable HD on a already existing HD wallet" ),
246
255
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
247
256
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
248
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
@@ -317,6 +326,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: %s)"),
317
326
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify wallet file (within data directory)" ),
318
327
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
319
328
QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: %u)" ),
329
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
320
330
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
321
331
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
322
332
QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: %u)" ),
0 commit comments