~ubuntu-branches/debian/stretch/bitcoin/stretch

« back to all changes in this revision

Viewing changes to src/qt/bitcoinstrings.cpp

  • Committer: Package Import Robot
  • Author(s): Anthony Towns
  • Date: 2016-10-21 17:13:13 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20161021171313-7eu2ltpbk0xag3q1
Tags: 0.13.0-0.1
* Non-maintainer upload.
* New upstream release.
* Allow compilation with gcc/g++ 6. (Closes: Bug#835963)
* Additional fixes for openssl 1.1 compatibility. (See Bug#828248)
* Check if -latomic is needed (it is on mips*).
* Remove reproducible build patch, since leveldb build system is
  no longer used in 0.13. (See Bug#791834)
* Update description since the blockchain is much more than "several GB"
  now. (Closes: Bug#835809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#include <QtGlobal>
4
4
 
5
 
// Automatically generated by extract_strings.py
 
5
// Automatically generated by extract_strings_qt.py
6
6
#ifdef __GNUC__
7
7
#define UNUSED __attribute__((unused))
8
8
#else
9
9
#define UNUSED
10
10
#endif
11
11
static const char UNUSED *bitcoin_strings[] = {
 
12
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core"),
 
13
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
12
14
QT_TRANSLATE_NOOP("bitcoin-core", ""
13
15
"(1 = keep tx meta data e.g. account owner and payment request information, 2 "
14
16
"= drop tx meta data)"),
42
44
"notation for IPv6. This option can be specified multiple times (default: "
43
45
"bind to all interfaces)"),
44
46
QT_TRANSLATE_NOOP("bitcoin-core", ""
45
 
"Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
46
 
"running."),
 
47
"Cannot obtain a lock on data directory %s. %s is probably already running."),
47
48
QT_TRANSLATE_NOOP("bitcoin-core", ""
48
49
"Create new files with system default permissions, instead of umask 077 (only "
49
50
"effective with disabled wallet functionality)"),
59
60
QT_TRANSLATE_NOOP("bitcoin-core", ""
60
61
"Do not keep transactions in the mempool longer than <n> hours (default: %u)"),
61
62
QT_TRANSLATE_NOOP("bitcoin-core", ""
62
 
"Error reading wallet.dat! All keys read correctly, but transaction data or "
63
 
"address book entries might be missing or incorrect."),
 
63
"Equivalent bytes per sigop in transactions for relay and mining (default: %u)"),
 
64
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
65
"Error loading %s: You can't enable HD on a already existing non-HD wallet"),
 
66
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
67
"Error reading %s! All keys read correctly, but transaction data or address "
 
68
"book entries might be missing or incorrect."),
64
69
QT_TRANSLATE_NOOP("bitcoin-core", ""
65
70
"Error: Listening for incoming connections failed (listen returned error %s)"),
66
71
QT_TRANSLATE_NOOP("bitcoin-core", ""
96
101
"Maintain a full transaction index, used by the getrawtransaction rpc call "
97
102
"(default: %u)"),
98
103
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
104
"Maximum allowed median peer time offset adjustment. Local perspective of "
 
105
"time may be influenced by peers forward or backward by this amount. "
 
106
"(default: %u seconds)"),
 
107
QT_TRANSLATE_NOOP("bitcoin-core", ""
99
108
"Maximum size of data in data carrier transactions we relay and mine "
100
109
"(default: %u)"),
101
110
QT_TRANSLATE_NOOP("bitcoin-core", ""
102
 
"Maximum total fees (in %s) to use in a single wallet transaction; setting "
103
 
"this too low may abort large transactions (default: %s)"),
 
111
"Maximum total fees (in %s) to use in a single wallet transaction or raw "
 
112
"transaction; setting this too low may abort large transactions (default: %s)"),
104
113
QT_TRANSLATE_NOOP("bitcoin-core", ""
105
114
"Number of seconds to keep misbehaving peers from reconnecting (default: %u)"),
106
115
QT_TRANSLATE_NOOP("bitcoin-core", ""
107
116
"Output debugging information (default: %u, supplying <category> is optional)"),
108
117
QT_TRANSLATE_NOOP("bitcoin-core", ""
109
118
"Please check that your computer's date and time are correct! If your clock "
110
 
"is wrong Bitcoin Core will not work properly."),
 
119
"is wrong, %s will not work properly."),
 
120
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
121
"Please contribute if you find %s useful. Visit %s for further information "
 
122
"about the software."),
111
123
QT_TRANSLATE_NOOP("bitcoin-core", ""
112
124
"Prune configured below the minimum of %d MiB.  Please use a higher number."),
113
125
QT_TRANSLATE_NOOP("bitcoin-core", ""
133
145
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
134
146
"leave that many cores free, default: %d)"),
135
147
QT_TRANSLATE_NOOP("bitcoin-core", ""
136
 
"Set the number of threads for coin generation if enabled (-1 = all cores, "
137
 
"default: %d)"),
138
 
QT_TRANSLATE_NOOP("bitcoin-core", ""
139
148
"Support filtering of blocks and transaction with bloom filters (default: %u)"),
140
149
QT_TRANSLATE_NOOP("bitcoin-core", ""
141
150
"The block database contains a block which appears to be from the future. "
158
167
"Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
159
168
"no limit (default: %d)"),
160
169
QT_TRANSLATE_NOOP("bitcoin-core", ""
161
 
"Unable to bind to %s on this computer. Bitcoin Core is probably already "
162
 
"running."),
 
170
"Unable to rewind the database to a pre-fork state. You will need to "
 
171
"redownload the blockchain"),
163
172
QT_TRANSLATE_NOOP("bitcoin-core", ""
164
173
"Unsupported argument -socks found. Setting SOCKS version isn't possible "
165
174
"anymore, only SOCKS5 proxies are supported."),
169
178
QT_TRANSLATE_NOOP("bitcoin-core", ""
170
179
"Use UPnP to map the listening port (default: 1 when listening and no -proxy)"),
171
180
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
181
"Use hierarchical deterministic key generation (HD) after BIP32. Only has "
 
182
"effect during wallet creation/first start"),
 
183
QT_TRANSLATE_NOOP("bitcoin-core", ""
172
184
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
173
185
"%s)"),
174
186
QT_TRANSLATE_NOOP("bitcoin-core", ""
176
188
"comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is "
177
189
"included in share/rpcuser. This option can be specified multiple times"),
178
190
QT_TRANSLATE_NOOP("bitcoin-core", ""
179
 
"WARNING: abnormally high number of blocks generated, %d blocks received in "
180
 
"the last %d hours (%d expected)"),
181
 
QT_TRANSLATE_NOOP("bitcoin-core", ""
182
 
"WARNING: check your network connection, %d blocks received in the last %d "
183
 
"hours (%d expected)"),
184
 
QT_TRANSLATE_NOOP("bitcoin-core", ""
185
191
"Warning: The network does not appear to fully agree! Some miners appear to "
186
192
"be experiencing issues."),
187
193
QT_TRANSLATE_NOOP("bitcoin-core", ""
188
194
"Warning: Unknown block versions being mined! It's possible unknown rules are "
189
195
"in effect"),
190
196
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
197
"Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
 
198
"if your balance or transactions are incorrect you should restore from a "
 
199
"backup."),
 
200
QT_TRANSLATE_NOOP("bitcoin-core", ""
191
201
"Warning: We do not appear to fully agree with our peers! You may need to "
192
202
"upgrade, or other nodes may need to upgrade."),
193
203
QT_TRANSLATE_NOOP("bitcoin-core", ""
194
 
"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
195
 
"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
196
 
"you should restore from a backup."),
197
 
QT_TRANSLATE_NOOP("bitcoin-core", ""
198
204
"Whitelist peers connecting from the given netmask or IP address. Can be "
199
205
"specified multiple times."),
200
206
QT_TRANSLATE_NOOP("bitcoin-core", ""
203
209
QT_TRANSLATE_NOOP("bitcoin-core", ""
204
210
"You need to rebuild the database using -reindex to go back to unpruned "
205
211
"mode.  This will redownload the entire blockchain"),
 
212
QT_TRANSLATE_NOOP("bitcoin-core", ""
 
213
"You need to rebuild the database using -reindex-chainstate to change -txindex"),
 
214
QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
206
215
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
207
216
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
208
217
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
210
219
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
211
220
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
212
221
QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
213
 
QT_TRANSLATE_NOOP("bitcoin-core", "Activating best chain..."),
214
222
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
215
223
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
216
224
QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"),
217
225
QT_TRANSLATE_NOOP("bitcoin-core", "Append comment to the user agent string"),
218
 
QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat on startup"),
 
226
QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet on startup"),
219
227
QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (default: %d)"),
220
228
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
221
229
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
222
 
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
223
 
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"),
224
 
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -whitebind address: '%s'"),
 
230
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
225
231
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
 
232
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
226
233
QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
227
234
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
228
235
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
229
236
QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"),
230
 
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"),
 
237
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
231
238
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
232
239
QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"),
233
240
QT_TRANSLATE_NOOP("bitcoin-core", "Do not load the wallet and disable wallet RPC calls"),
240
247
QT_TRANSLATE_NOOP("bitcoin-core", "Enable transaction replacement in the memory pool (default: %u)"),
241
248
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
242
249
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
 
250
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
 
251
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
 
252
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
 
253
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: You can't disable HD on a already existing HD wallet"),
243
254
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
244
 
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"),
245
 
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"),
246
 
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of Bitcoin Core"),
247
255
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
248
256
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
249
257
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
251
259
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
252
260
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
253
261
QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in %s/kB) to add to transactions you send (default: %s)"),
254
 
QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: %u)"),
255
262
QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: %u, 0 = all)"),
256
263
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
257
264
QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file on startup"),
258
265
QT_TRANSLATE_NOOP("bitcoin-core", "Include IP addresses in debug output (default: %u)"),
259
266
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
260
267
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
261
 
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. Bitcoin Core is shutting down."),
 
268
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
262
269
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
263
270
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"),
264
271
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"),
 
272
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
265
273
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
266
 
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -maxtxfee=<amount>: '%s'"),
267
 
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '%s'"),
268
 
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'"),
269
274
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
270
 
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
271
275
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
272
276
QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
273
277
QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
274
278
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
275
279
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
276
280
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
 
281
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
277
282
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
278
283
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
279
284
QT_TRANSLATE_NOOP("bitcoin-core", "Location of the auth cookie (default: data dir)"),
281
286
QT_TRANSLATE_NOOP("bitcoin-core", "Make the wallet broadcast transactions"),
282
287
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)"),
283
288
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: %u)"),
284
 
QT_TRANSLATE_NOOP("bitcoin-core", "Minimum bytes per sigop in transactions we relay and mine (default: %u)"),
285
289
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
286
290
QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"),
287
291
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
289
293
QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
290
294
QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
291
295
QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default: %u)"),
 
296
QT_TRANSLATE_NOOP("bitcoin-core", "Print this help message and exit"),
292
297
QT_TRANSLATE_NOOP("bitcoin-core", "Print version and exit"),
293
298
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
294
299
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
295
300
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
296
301
QT_TRANSLATE_NOOP("bitcoin-core", "RPC server options:"),
297
 
QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files on startup"),
298
 
QT_TRANSLATE_NOOP("bitcoin-core", "Receive and display P2P network alerts (default: %u)"),
 
302
QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state and block index from the blk*.dat files on disk"),
 
303
QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state from the currently indexed blocks"),
299
304
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
300
305
QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"),
301
306
QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: %u)"),
302
307
QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions on startup"),
303
308
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
 
309
QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
304
310
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
305
311
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
306
312
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"),
307
313
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
308
314
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
 
315
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block weight (default: %d)"),
309
316
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
310
 
QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: %u)"),
311
317
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"),
312
318
QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
313
319
QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
319
325
QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
320
326
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
321
327
QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: %u)"),
 
328
QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
322
329
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
323
 
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
324
330
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
325
331
QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"),
326
332
QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port password (default: empty)"),
330
336
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
331
337
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
332
338
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
 
339
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
333
340
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
334
341
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
335
342
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -benchmark ignored, use -debug=bench."),
342
349
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
343
350
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
344
351
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"),
345
 
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin Core to complete"),
 
352
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet debugging/testing options:"),
 
353
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
346
354
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
347
355
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
348
356
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
349
357
QT_TRANSLATE_NOOP("bitcoin-core", "Whether to operate in a blocks only mode (default: %u)"),
350
 
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
351
358
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
352
359
QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),
353
 
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
354
360
};