Skip to content

Commit e6b141a

Browse files
committed
qt: translation strings update
1 parent d46b8b5 commit e6b141a

File tree

2 files changed

+606
-506
lines changed

2 files changed

+606
-506
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 64 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
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+
42

53
#include <QtGlobal>
64

7-
// Automatically generated by extract_strings.py
5+
// Automatically generated by extract_strings_qt.py
86
#ifdef __GNUC__
97
#define UNUSED __attribute__((unused))
108
#else
119
#define UNUSED
1210
#endif
1311
static const char UNUSED *bitcoin_strings[] = {
12+
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core"),
13+
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
1414
QT_TRANSLATE_NOOP("bitcoin-core", ""
1515
"(1 = keep tx meta data e.g. account owner and payment request information, 2 "
1616
"= drop tx meta data)"),
1717
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", ""
1821
"-maxtxfee is set very high! Fees this large could be paid on a single "
1922
"transaction."),
2023
QT_TRANSLATE_NOOP("bitcoin-core", ""
2124
"-paytxfee is set very high! This is the transaction fee you will pay if you "
2225
"send a transaction."),
2326
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", ""
2433
"Allow JSON-RPC connections from specified source. Valid for <ip> are a "
2534
"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
2635
"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", ""
3544
"notation for IPv6. This option can be specified multiple times (default: "
3645
"bind to all interfaces)"),
3746
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."),
4048
QT_TRANSLATE_NOOP("bitcoin-core", ""
4149
"Create new files with system default permissions, instead of umask 077 (only "
4250
"effective with disabled wallet functionality)"),
@@ -52,8 +60,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5260
QT_TRANSLATE_NOOP("bitcoin-core", ""
5361
"Do not keep transactions in the mempool longer than <n> hours (default: %u)"),
5462
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."),
5765
QT_TRANSLATE_NOOP("bitcoin-core", ""
5866
"Error: Listening for incoming connections failed (listen returned error %s)"),
5967
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -72,6 +80,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7280
"Fees (in %s/kB) smaller than this are considered zero fee for transaction "
7381
"creation (default: %s)"),
7482
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", ""
7586
"How thorough the block verification of -checkblocks is (0-4, default: %u)"),
7687
QT_TRANSLATE_NOOP("bitcoin-core", ""
7788
"If <category> is not supplied or if <category> = 1, output all debugging "
@@ -86,18 +97,22 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
8697
"Maintain a full transaction index, used by the getrawtransaction rpc call "
8798
"(default: %u)"),
8899
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", ""
89104
"Maximum size of data in data carrier transactions we relay and mine "
90105
"(default: %u)"),
91106
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)"),
94109
QT_TRANSLATE_NOOP("bitcoin-core", ""
95110
"Number of seconds to keep misbehaving peers from reconnecting (default: %u)"),
96111
QT_TRANSLATE_NOOP("bitcoin-core", ""
97112
"Output debugging information (default: %u, supplying <category> is optional)"),
98113
QT_TRANSLATE_NOOP("bitcoin-core", ""
99114
"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."),
101116
QT_TRANSLATE_NOOP("bitcoin-core", ""
102117
"Prune configured below the minimum of %d MiB. Please use a higher number."),
103118
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -123,11 +138,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
123138
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
124139
"leave that many cores free, default: %d)"),
125140
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", ""
129141
"Support filtering of blocks and transaction with bloom filters (default: %u)"),
130142
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", ""
131145
"The block database contains a block which appears to be from the future. "
132146
"This may be due to your computer's date and time being set incorrectly. Only "
133147
"rebuild the block database if you are sure that your computer's date and "
@@ -148,12 +162,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148162
"Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
149163
"no limit (default: %d)"),
150164
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", ""
154165
"Unsupported argument -socks found. Setting SOCKS version isn't possible "
155166
"anymore, only SOCKS5 proxies are supported."),
156167
QT_TRANSLATE_NOOP("bitcoin-core", ""
168+
"Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/"
169+
"or -whitelistforcerelay."),
170+
QT_TRANSLATE_NOOP("bitcoin-core", ""
157171
"Use UPnP to map the listening port (default: 1 when listening and no -proxy)"),
158172
QT_TRANSLATE_NOOP("bitcoin-core", ""
159173
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
@@ -172,13 +186,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
172186
"Warning: The network does not appear to fully agree! Some miners appear to "
173187
"be experiencing issues."),
174188
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", ""
175196
"Warning: We do not appear to fully agree with our peers! You may need to "
176197
"upgrade, or other nodes may need to upgrade."),
177198
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", ""
182199
"Whitelist peers connecting from the given netmask or IP address. Can be "
183200
"specified multiple times."),
184201
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -187,31 +204,32 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
187204
QT_TRANSLATE_NOOP("bitcoin-core", ""
188205
"You need to rebuild the database using -reindex to go back to unpruned "
189206
"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"),
190210
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
191211
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
192212
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
193213
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
194214
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
195215
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
196216
QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
197-
QT_TRANSLATE_NOOP("bitcoin-core", "Activating best chain..."),
198217
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
199218
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
200219
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"),
203222
QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (default: %d)"),
204223
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
205224
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'"),
209226
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
227+
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
210228
QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
211229
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
212230
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
213231
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"),
215233
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
216234
QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"),
217235
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>"),
221239
QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash transaction in <address>"),
222240
QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish raw block in <address>"),
223241
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)"),
224243
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
225244
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"),
226248
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"),
230249
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
231250
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
232251
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
233252
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
234253
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
235254
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
236255
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)"),
238256
QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: %u, 0 = all)"),
239257
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
240258
QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file on startup"),
241259
QT_TRANSLATE_NOOP("bitcoin-core", "Include IP addresses in debug output (default: %u)"),
242260
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
243261
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."),
245263
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
246264
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"),
247265
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'"),
251268
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'"),
253269
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
254270
QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
255271
QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
256272
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
257273
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
258274
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
275+
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
259276
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
260277
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
278+
QT_TRANSLATE_NOOP("bitcoin-core", "Location of the auth cookie (default: data dir)"),
261279
QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: %u)"),
262280
QT_TRANSLATE_NOOP("bitcoin-core", "Make the wallet broadcast transactions"),
263281
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)"),
264282
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)"),
265284
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
266285
QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"),
267286
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
268287
QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (ipv4, ipv6 or onion)"),
269288
QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
270289
QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
271290
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"),
272293
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
273294
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
274295
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
275296
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"),
278299
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
279300
QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"),
280301
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)")
299320
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
300321
QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: %u)"),
301322
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
302-
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
303323
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
304324
QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"),
305325
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"),
309329
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
310330
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
311331
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."),
312333
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
313334
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
314335
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"),
321342
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
322343
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
323344
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"),
325347
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
326348
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)"),
328350
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"),
330351
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
331352
QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),
332-
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
333353
};

0 commit comments

Comments
 (0)