@@ -13,6 +13,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
13
13
" (1 = keep tx meta data e.g. account owner and payment request information, 2 "
14
14
" = drop tx meta data)" ),
15
15
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
16
+ " -maxtxfee is set very high! Fees this large could be paid on a single "
17
+ " transaction." ),
18
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
19
+ " -paytxfee is set very high! This is the transaction fee you will pay if you "
20
+ " send a transaction." ),
21
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
16
22
" Allow JSON-RPC connections from specified source. Valid for <ip> are a "
17
23
" single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
18
24
" a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times" ),
@@ -42,10 +48,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
42
48
" Distributed under the MIT software license, see the accompanying file "
43
49
" COPYING or <http://www.opensource.org/licenses/mit-license.php>." ),
44
50
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
45
- " Error: Listening for incoming connections failed (listen returned error %s )" ),
51
+ " Do not keep transactions in the mempool longer than <n> hours (default: %u )" ),
46
52
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
47
- " Error: Unsupported argument -socks found. Setting SOCKS version isn't "
48
- " possible anymore, only SOCKS5 proxies are supported." ),
53
+ " Error reading wallet.dat! All keys read correctly, but transaction data or "
54
+ " address book entries might be missing or incorrect." ),
55
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
56
+ " Error: Listening for incoming connections failed (listen returned error %s)" ),
49
57
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
50
58
" Execute command when a relevant alert is received or we see a really long "
51
59
" fork (%s in cmd is replaced by message)" ),
@@ -127,9 +135,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
127
135
" the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
128
136
" written by Eric Young and UPnP software written by Thomas Bernard." ),
129
137
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
138
+ " Total length of network version string (%i) exceeds maximum length (%i). "
139
+ " Reduce the number or size of uacomments." ),
140
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
141
+ " Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
142
+ " no limit (default: %d)" ),
143
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
130
144
" Unable to bind to %s on this computer. Bitcoin Core is probably already "
131
145
" running." ),
132
146
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
147
+ " Unsupported argument -socks found. Setting SOCKS version isn't possible "
148
+ " anymore, only SOCKS5 proxies are supported." ),
149
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
133
150
" Use UPnP to map the listening port (default: 1 when listening and no -proxy)" ),
134
151
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
135
152
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
@@ -141,21 +158,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
141
158
" WARNING: check your network connection, %d blocks received in the last %d "
142
159
" hours (%d expected)" ),
143
160
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
144
- " Warning: -maxtxfee is set very high! Fees this large could be paid on a "
145
- " single transaction." ),
146
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
147
- " Warning: -paytxfee is set very high! This is the transaction fee you will "
148
- " pay if you send a transaction." ),
149
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
150
161
" Warning: The network does not appear to fully agree! Some miners appear to "
151
162
" be experiencing issues." ),
152
163
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
153
164
" Warning: We do not appear to fully agree with our peers! You may need to "
154
165
" upgrade, or other nodes may need to upgrade." ),
155
166
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
156
- " Warning: error reading wallet.dat! All keys read correctly, but transaction "
157
- " data or address book entries might be missing or incorrect." ),
158
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159
167
" Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
160
168
" wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
161
169
" you should restore from a backup." ),
@@ -171,6 +179,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
171
179
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %s)" ),
172
180
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %u)" ),
173
181
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: 1)" ),
182
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
174
183
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
175
184
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
176
185
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
@@ -212,7 +221,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down.")
212
221
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
213
222
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
214
223
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
215
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unsupported argument -tor found, use -onion." ),
216
224
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
217
225
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee (in %s/kB) to add to transactions you send (default: %s)" ),
218
226
QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins (default: %u)" ),
@@ -233,6 +241,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (
233
241
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s'" ),
234
242
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
235
243
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable transactions in memory (default: %u)" ),
244
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep the transaction memory pool below <n> megabytes (default: %u)" ),
236
245
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)" ),
237
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: %u or testnet: %u)" ),
238
247
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
@@ -294,9 +303,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "UI Options:"),
294
303
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
295
304
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
296
305
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
306
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -benchmark ignored, use -debug=bench." ),
307
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -debugnet ignored, use -debug=net." ),
308
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -tor found, use -onion." ),
297
309
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrade wallet to latest format" ),
298
310
QT_TRANSLATE_NOOP (" bitcoin-core" , " Use UPnP to map the listening port (default: %u)" ),
299
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Use the test network " ),
311
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters. " ),
300
312
QT_TRANSLATE_NOOP (" bitcoin-core" , " Username for JSON-RPC connections" ),
301
313
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
302
314
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet..." ),
@@ -305,8 +317,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoi
305
317
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
306
318
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
307
319
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: This version is obsolete; upgrade required!" ),
308
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Unsupported argument -benchmark ignored, use -debug=bench." ),
309
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: Unsupported argument -debugnet ignored, use -debug=net." ),
310
320
QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
311
321
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
312
322
QT_TRANSLATE_NOOP (" bitcoin-core" , " ZeroMQ notification options:" ),
0 commit comments