@@ -40,6 +40,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
40
40
" be solved instantly. This is intended for regression testing tools and app "
41
41
" development." ),
42
42
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
43
+ " Enter regression test mode, which uses a special chain in which blocks can "
44
+ " be solved instantly." ),
45
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
43
46
" Error: The transaction was rejected! This might happen if some of the coins "
44
47
" in your wallet were already spent, such as if you used a copy of wallet.dat "
45
48
" and coins were spent in the copy but not marked as spent here." ),
@@ -119,6 +122,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connect to JSON-RPC on <port> (default: 8332
119
122
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
120
123
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
121
124
QT_TRANSLATE_NOOP (" bitcoin-core" , " Discover own IP address (default: 1 when listening and no -externalip)" ),
125
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Do not load the wallet and disable wallet RPC calls" ),
122
126
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
123
127
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
124
128
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
@@ -185,7 +189,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Select SOCKS version for -proxy (4 or 5, defa
185
189
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send command to Bitcoin server" ),
186
190
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send commands to node running on <ip> (default: 127.0.0.1)" ),
187
191
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
188
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to debugger" ),
189
192
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server certificate file (default: server.cert)" ),
190
193
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server private key (default: server.pem)" ),
191
194
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set database cache size in megabytes (default: 25)" ),
@@ -204,6 +207,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
204
207
QT_TRANSLATE_NOOP (" bitcoin-core" , " Start Bitcoin server" ),
205
208
QT_TRANSLATE_NOOP (" bitcoin-core" , " System error: " ),
206
209
QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
210
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " This is intended for regression testing tools and app development." ),
207
211
QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: 100)" ),
208
212
QT_TRANSLATE_NOOP (" bitcoin-core" , " To use the %s option" ),
209
213
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
@@ -225,6 +229,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
225
229
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wait for RPC server to start" ),
226
230
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside data directory %s" ),
227
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart Bitcoin to complete" ),
232
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
228
233
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
229
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Deprecated argument -debugnet ignored, use -debug=net" ),
230
235
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: This version is obsolete, upgrade required!" ),
0 commit comments