1
- // Copyright (c) 2013-2015 The Bitcoin Core developers
2
- // Distributed under the MIT software license, see the accompanying
3
- // file COPYING or http://www.opensource.org/licenses/mit-license.php.
1
+
4
2
5
3
#include < QtGlobal>
6
4
7
- // Automatically generated by extract_strings .py
5
+ // Automatically generated by extract_strings_qt .py
8
6
#ifdef __GNUC__
9
7
#define UNUSED __attribute__ ((unused))
10
8
#else
11
9
#define UNUSED
12
10
#endif
13
11
static const char UNUSED *bitcoin_strings[] = {
12
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core" ),
13
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The %s developers" ),
14
14
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
15
15
" (1 = keep tx meta data e.g. account owner and payment request information, 2 "
16
16
" = drop tx meta data)" ),
17
17
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
18
+ " -fallbackfee is set very high! This is the transaction fee you may pay when "
19
+ " fee estimates are not available." ),
20
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
18
21
" -maxtxfee is set very high! Fees this large could be paid on a single "
19
22
" transaction." ),
20
23
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
21
24
" -paytxfee is set very high! This is the transaction fee you will pay if you "
22
25
" send a transaction." ),
23
26
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
27
+ " A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
28
+ " data (default: %s)" ),
29
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
30
+ " Accept relayed transactions received from whitelisted peers even when not "
31
+ " relaying transactions (default: %d)" ),
32
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
24
33
" Allow JSON-RPC connections from specified source. Valid for <ip> are a "
25
34
" single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
26
35
" a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times" ),
@@ -35,8 +44,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
35
44
" notation for IPv6. This option can be specified multiple times (default: "
36
45
" bind to all interfaces)" ),
37
46
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
38
- " Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
39
- " running." ),
47
+ " Cannot obtain a lock on data directory %s. %s is probably already running." ),
40
48
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
41
49
" Create new files with system default permissions, instead of umask 077 (only "
42
50
" effective with disabled wallet functionality)" ),
@@ -52,8 +60,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
52
60
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
53
61
" Do not keep transactions in the mempool longer than <n> hours (default: %u)" ),
54
62
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
55
- " Error reading wallet.dat ! All keys read correctly, but transaction data or "
56
- " address book entries might be missing or incorrect." ),
63
+ " Error reading %s ! All keys read correctly, but transaction data or address "
64
+ " book entries might be missing or incorrect." ),
57
65
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
58
66
" Error: Listening for incoming connections failed (listen returned error %s)" ),
59
67
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -72,6 +80,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
72
80
" Fees (in %s/kB) smaller than this are considered zero fee for transaction "
73
81
" creation (default: %s)" ),
74
82
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
83
+ " Force relay of transactions from whitelisted peers even they violate local "
84
+ " relay policy (default: %d)" ),
85
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
75
86
" How thorough the block verification of -checkblocks is (0-4, default: %u)" ),
76
87
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
77
88
" If <category> is not supplied or if <category> = 1, output all debugging "
@@ -86,18 +97,22 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
86
97
" Maintain a full transaction index, used by the getrawtransaction rpc call "
87
98
" (default: %u)" ),
88
99
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
100
+ " Maximum allowed median peer time offset adjustment. Local perspective of "
101
+ " time may be influenced by peers forward or backward by this amount. "
102
+ " (default: %u seconds)" ),
103
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
89
104
" Maximum size of data in data carrier transactions we relay and mine "
90
105
" (default: %u)" ),
91
106
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
92
- " Maximum total fees (in %s) to use in a single wallet transaction; setting "
93
- " this too low may abort large transactions (default: %s)" ),
107
+ " Maximum total fees (in %s) to use in a single wallet transaction or raw "
108
+ " transaction; setting this too low may abort large transactions (default: %s)" ),
94
109
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
95
110
" Number of seconds to keep misbehaving peers from reconnecting (default: %u)" ),
96
111
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
97
112
" Output debugging information (default: %u, supplying <category> is optional)" ),
98
113
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
99
114
" Please check that your computer's date and time are correct! If your clock "
100
- " is wrong Bitcoin Core will not work properly." ),
115
+ " is wrong, %s will not work properly." ),
101
116
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
102
117
" Prune configured below the minimum of %d MiB. Please use a higher number." ),
103
118
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -123,11 +138,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
123
138
" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
124
139
" leave that many cores free, default: %d)" ),
125
140
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
126
- " Set the number of threads for coin generation if enabled (-1 = all cores, "
127
- " default: %d)" ),
128
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
129
141
" Support filtering of blocks and transaction with bloom filters (default: %u)" ),
130
142
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
143
+ " Tell other nodes to filter invs to us by our mempool min fee (default: %u)" ),
144
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
131
145
" The block database contains a block which appears to be from the future. "
132
146
" This may be due to your computer's date and time being set incorrectly. Only "
133
147
" rebuild the block database if you are sure that your computer's date and "
@@ -148,12 +162,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148
162
" Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
149
163
" no limit (default: %d)" ),
150
164
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
151
- " Unable to bind to %s on this computer. Bitcoin Core is probably already "
152
- " running." ),
153
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
154
165
" Unsupported argument -socks found. Setting SOCKS version isn't possible "
155
166
" anymore, only SOCKS5 proxies are supported." ),
156
167
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
168
+ " Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/"
169
+ " or -whitelistforcerelay." ),
170
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
157
171
" Use UPnP to map the listening port (default: 1 when listening and no -proxy)" ),
158
172
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159
173
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
@@ -172,13 +186,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
172
186
" Warning: The network does not appear to fully agree! Some miners appear to "
173
187
" be experiencing issues." ),
174
188
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
189
+ " Warning: Unknown block versions being mined! It's possible unknown rules are "
190
+ " in effect" ),
191
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
192
+ " Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
193
+ " if your balance or transactions are incorrect you should restore from a "
194
+ " backup." ),
195
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
175
196
" Warning: We do not appear to fully agree with our peers! You may need to "
176
197
" upgrade, or other nodes may need to upgrade." ),
177
198
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
178
- " Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
179
- " wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
180
- " you should restore from a backup." ),
181
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
182
199
" Whitelist peers connecting from the given netmask or IP address. Can be "
183
200
" specified multiple times." ),
184
201
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -187,31 +204,32 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
187
204
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
188
205
" You need to rebuild the database using -reindex to go back to unpruned "
189
206
" mode. This will redownload the entire blockchain" ),
207
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
208
+ " You need to rebuild the database using -reindex-chainstate to change -txindex" ),
209
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " %s corrupt, salvage failed" ),
190
210
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %s)" ),
191
211
QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: %u)" ),
192
212
QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
193
213
QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
194
214
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
195
215
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
196
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept public REST requests (default: %u)" ),
197
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Activating best chain..." ),
198
217
QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
199
218
QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
200
219
QT_TRANSLATE_NOOP (" bitcoin-core" , " Always query for peer addresses via DNS lookup (default: %u)" ),
201
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Always relay transactions received from whitelisted peers (default: %d) " ),
202
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to recover private keys from a corrupt wallet.dat on startup" ),
220
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Append comment to the user agent string " ),
221
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to recover private keys from a corrupt wallet on startup" ),
203
222
QT_TRANSLATE_NOOP (" bitcoin-core" , " Automatically create Tor hidden service (default: %d)" ),
204
223
QT_TRANSLATE_NOOP (" bitcoin-core" , " Block creation options:" ),
205
224
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
206
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -bind address: '%s'" ),
207
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -externalip address: '%s'" ),
208
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -whitebind address: '%s'" ),
225
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
209
226
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
227
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
210
228
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node(s)" ),
211
229
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS5 proxy" ),
212
230
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
213
231
QT_TRANSLATE_NOOP (" bitcoin-core" , " Connection options:" ),
214
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) 2009 -%i The Bitcoin Core Developers " ),
232
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i -%i" ),
215
233
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
216
234
QT_TRANSLATE_NOOP (" bitcoin-core" , " Debugging/Testing options:" ),
217
235
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do not load the wallet and disable wallet RPC calls" ),
@@ -221,60 +239,63 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash block in <address>"),
221
239
QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable publish hash transaction in <address>" ),
222
240
QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable publish raw block in <address>" ),
223
241
QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable publish raw transaction in <address>" ),
242
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Enable transaction replacement in the memory pool (default: %u)" ),
224
243
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
225
244
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
245
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
246
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
247
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
226
248
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
227
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet.dat" ),
228
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet.dat: Wallet corrupted" ),
229
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet.dat: Wallet requires newer version of Bitcoin Core" ),
230
249
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
231
250
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
232
251
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
233
252
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
234
253
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
235
254
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
236
255
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee (in %s/kB) to add to transactions you send (default: %s)" ),
237
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins (default: %u)" ),
238
256
QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: %u, 0 = all)" ),
239
257
QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
240
258
QT_TRANSLATE_NOOP (" bitcoin-core" , " Imports blocks from external blk000??.dat file on startup" ),
241
259
QT_TRANSLATE_NOOP (" bitcoin-core" , " Include IP addresses in debug output (default: %u)" ),
242
260
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
243
261
QT_TRANSLATE_NOOP (" bitcoin-core" , " Information" ),
244
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. Bitcoin Core is shutting down." ),
262
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
245
263
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
246
264
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address: '%s'" ),
247
265
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address: '%s'" ),
248
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -maxtxfee=<amount>: '%s'" ),
249
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -minrelaytxfee=<amount>: '%s'" ),
250
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -mintxfee=<amount>: '%s'" ),
266
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -%s=<amount>: '%s'" ),
267
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
251
268
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
252
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s'" ),
253
269
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
254
270
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable transactions in memory (default: %u)" ),
255
271
QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep the transaction memory pool below <n> megabytes (default: %u)" ),
256
272
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)" ),
257
273
QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: %u or testnet: %u)" ),
258
274
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
275
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist..." ),
259
276
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
260
277
QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet..." ),
278
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Location of the auth cookie (default: data dir)" ),
261
279
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain at most <n> connections to peers (default: %u)" ),
262
280
QT_TRANSLATE_NOOP (" bitcoin-core" , " Make the wallet broadcast transactions" ),
263
281
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)" ),
264
282
QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection send buffer, <n>*1000 bytes (default: %u)" ),
283
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Minimum bytes per sigop in transactions we relay and mine (default: %u)" ),
265
284
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
266
285
QT_TRANSLATE_NOOP (" bitcoin-core" , " Node relay options:" ),
267
286
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
268
287
QT_TRANSLATE_NOOP (" bitcoin-core" , " Only connect to nodes in network <net> (ipv4, ipv6 or onion)" ),
269
288
QT_TRANSLATE_NOOP (" bitcoin-core" , " Options:" ),
270
289
QT_TRANSLATE_NOOP (" bitcoin-core" , " Password for JSON-RPC connections" ),
271
290
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prepend debug output with timestamp (default: %u)" ),
291
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Print this help message and exit" ),
292
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Print version and exit" ),
272
293
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
273
294
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
274
295
QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore..." ),
275
296
QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC server options:" ),
276
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild block chain index from current blk000?? .dat files on startup " ),
277
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Receive and display P2P network alerts (default: %u) " ),
297
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild chain state and block index from the blk* .dat files on disk " ),
298
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild chain state from the currently indexed blocks " ),
278
299
QT_TRANSLATE_NOOP (" bitcoin-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
279
300
QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay and mine data carrier transactions (default: %u)" ),
280
301
QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay non-P2SH multisig (default: %u)" ),
@@ -299,7 +320,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)")
299
320
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
300
321
QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: %u)" ),
301
322
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
302
- QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
303
323
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
304
324
QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: %u)" ),
305
325
QT_TRANSLATE_NOOP (" bitcoin-core" , " Tor control port password (default: empty)" ),
@@ -309,6 +329,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"),
309
329
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large for fee policy" ),
310
330
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
311
331
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
332
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
312
333
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
313
334
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
314
335
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -benchmark ignored, use -debug=bench." ),
@@ -321,13 +342,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
321
342
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
322
343
QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet..." ),
323
344
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside data directory %s" ),
324
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart Bitcoin Core to complete" ),
345
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet debugging/testing options:" ),
346
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
325
347
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
326
348
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning" ),
327
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: This version is obsolete; upgrade required! " ),
349
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i) " ),
328
350
QT_TRANSLATE_NOOP (" bitcoin-core" , " Whether to operate in a blocks only mode (default: %u)" ),
329
- QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
330
351
QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
331
352
QT_TRANSLATE_NOOP (" bitcoin-core" , " ZeroMQ notification options:" ),
332
- QT_TRANSLATE_NOOP (" bitcoin-core" , " wallet.dat corrupt, salvage failed" ),
333
353
};
0 commit comments