5 // Automatically generated by extract_strings_qt.py
7 #define UNUSED __attribute__((unused))
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 QT_TRANSLATE_NOOP("bitcoin-core", ""
15 "(1 = keep tx meta data e.g. account owner and payment request information, 2 "
16 "= drop tx meta data)"),
17 QT_TRANSLATE_NOOP("bitcoin-core", ""
18 "-maxtxfee is set very high! Fees this large could be paid on a single "
20 QT_TRANSLATE_NOOP("bitcoin-core", ""
21 "A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
22 "data (default: %s)"),
23 QT_TRANSLATE_NOOP("bitcoin-core", ""
24 "Accept relayed transactions received from whitelisted peers even when not "
25 "relaying transactions (default: %d)"),
26 QT_TRANSLATE_NOOP("bitcoin-core", ""
27 "Allow JSON-RPC connections from specified source. Valid for <ip> are a "
28 "single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
29 "a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"),
30 QT_TRANSLATE_NOOP("bitcoin-core", ""
31 "Bind to given address and always listen on it. Use [host]:port notation for "
33 QT_TRANSLATE_NOOP("bitcoin-core", ""
34 "Bind to given address and whitelist peers connecting to it. Use [host]:port "
36 QT_TRANSLATE_NOOP("bitcoin-core", ""
37 "Bind to given address to listen for JSON-RPC connections. This option is "
38 "ignored unless -rpcallowip is also passed. Port is optional and overrides -"
39 "rpcport. Use [host]:port notation for IPv6. This option can be specified "
40 "multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -"
41 "rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses)"),
42 QT_TRANSLATE_NOOP("bitcoin-core", ""
43 "Cannot obtain a lock on data directory %s. %s is probably already running."),
44 QT_TRANSLATE_NOOP("bitcoin-core", ""
45 "Connect only to the specified node(s); -connect=0 disables automatic "
47 QT_TRANSLATE_NOOP("bitcoin-core", ""
48 "Create new files with system default permissions, instead of umask 077 (only "
49 "effective with disabled wallet functionality)"),
50 QT_TRANSLATE_NOOP("bitcoin-core", ""
51 "Delete all wallet transactions and only recover those parts of the "
52 "blockchain through -rescan on startup"),
53 QT_TRANSLATE_NOOP("bitcoin-core", ""
54 "Discover own IP addresses (default: 1 when listening and no -externalip or -"
56 QT_TRANSLATE_NOOP("bitcoin-core", ""
57 "Distributed under the MIT software license, see the accompanying file %s or "
59 QT_TRANSLATE_NOOP("bitcoin-core", ""
60 "Do not keep transactions in the mempool longer than <n> hours (default: %u)"),
61 QT_TRANSLATE_NOOP("bitcoin-core", ""
62 "Equivalent bytes per sigop in transactions for relay and mining (default: %u)"),
63 QT_TRANSLATE_NOOP("bitcoin-core", ""
64 "Error loading %s: You can't enable HD on an already existing non-HD wallet"),
65 QT_TRANSLATE_NOOP("bitcoin-core", ""
66 "Error reading %s! All keys read correctly, but transaction data or address "
67 "book entries might be missing or incorrect."),
68 QT_TRANSLATE_NOOP("bitcoin-core", ""
69 "Error: Listening for incoming connections failed (listen returned error %s)"),
70 QT_TRANSLATE_NOOP("bitcoin-core", ""
71 "Exclude debugging information for a category. Can be used in conjunction "
72 "with -debug=1 to output debug logs for all categories except one or more "
73 "specified categories."),
74 QT_TRANSLATE_NOOP("bitcoin-core", ""
75 "Execute command when a relevant alert is received or we see a really long "
76 "fork (%s in cmd is replaced by message)"),
77 QT_TRANSLATE_NOOP("bitcoin-core", ""
78 "Execute command when a wallet transaction changes (%s in cmd is replaced by "
80 QT_TRANSLATE_NOOP("bitcoin-core", ""
81 "Execute command when the best block changes (%s in cmd is replaced by block "
83 QT_TRANSLATE_NOOP("bitcoin-core", ""
84 "Extra transactions to keep in memory for compact block reconstructions "
86 QT_TRANSLATE_NOOP("bitcoin-core", ""
87 "Fees (in %s/kB) smaller than this are considered zero fee for relaying, "
88 "mining and transaction creation (default: %s)"),
89 QT_TRANSLATE_NOOP("bitcoin-core", ""
90 "Fees (in %s/kB) smaller than this are considered zero fee for transaction "
91 "creation (default: %s)"),
92 QT_TRANSLATE_NOOP("bitcoin-core", ""
93 "Force relay of transactions from whitelisted peers even if they violate "
94 "local relay policy (default: %d)"),
95 QT_TRANSLATE_NOOP("bitcoin-core", ""
96 "How thorough the block verification of -checkblocks is (0-4, default: %u)"),
97 QT_TRANSLATE_NOOP("bitcoin-core", ""
98 "If <category> is not supplied or if <category> = 1, output all debugging "
100 QT_TRANSLATE_NOOP("bitcoin-core", ""
101 "If paytxfee is not set, include enough fee so transactions begin "
102 "confirmation on average within n blocks (default: %u)"),
103 QT_TRANSLATE_NOOP("bitcoin-core", ""
104 "If this block is in the chain assume that it and its ancestors are valid and "
105 "potentially skip their script verification (0 to verify all, default: %s, "
107 QT_TRANSLATE_NOOP("bitcoin-core", ""
108 "Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
109 "fee of %s to prevent stuck transactions)"),
110 QT_TRANSLATE_NOOP("bitcoin-core", ""
111 "Maintain a full transaction index, used by the getrawtransaction rpc call "
113 QT_TRANSLATE_NOOP("bitcoin-core", ""
114 "Maximum allowed median peer time offset adjustment. Local perspective of "
115 "time may be influenced by peers forward or backward by this amount. "
116 "(default: %u seconds)"),
117 QT_TRANSLATE_NOOP("bitcoin-core", ""
118 "Maximum size of data in data carrier transactions we relay and mine "
120 QT_TRANSLATE_NOOP("bitcoin-core", ""
121 "Maximum total fees (in %s) to use in a single wallet transaction or raw "
122 "transaction; setting this too low may abort large transactions (default: %s)"),
123 QT_TRANSLATE_NOOP("bitcoin-core", ""
124 "Number of seconds to keep misbehaving peers from reconnecting (default: %u)"),
125 QT_TRANSLATE_NOOP("bitcoin-core", ""
126 "Output debugging information (default: %u, supplying <category> is optional)"),
127 QT_TRANSLATE_NOOP("bitcoin-core", ""
128 "Please check that your computer's date and time are correct! If your clock "
129 "is wrong, %s will not work properly."),
130 QT_TRANSLATE_NOOP("bitcoin-core", ""
131 "Please contribute if you find %s useful. Visit %s for further information "
132 "about the software."),
133 QT_TRANSLATE_NOOP("bitcoin-core", ""
134 "Prune configured below the minimum of %d MiB. Please use a higher number."),
135 QT_TRANSLATE_NOOP("bitcoin-core", ""
136 "Prune: last wallet synchronisation goes beyond pruned data. You need to -"
137 "reindex (download the whole blockchain again in case of pruned node)"),
138 QT_TRANSLATE_NOOP("bitcoin-core", ""
139 "Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
140 "unless -connect used)"),
141 QT_TRANSLATE_NOOP("bitcoin-core", ""
142 "Randomize credentials for every proxy connection. This enables Tor stream "
143 "isolation (default: %u)"),
144 QT_TRANSLATE_NOOP("bitcoin-core", ""
145 "Reduce storage requirements by enabling pruning (deleting) of old blocks. "
146 "This allows the pruneblockchain RPC to be called to delete specific blocks, "
147 "and enables automatic pruning of old blocks if a target size in MiB is "
148 "provided. This mode is incompatible with -txindex and -rescan. Warning: "
149 "Reverting this setting requires re-downloading the entire blockchain. "
150 "(default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u "
151 "= automatically prune block files to stay under the specified target size in "
153 QT_TRANSLATE_NOOP("bitcoin-core", ""
154 "Rescans are not possible in pruned mode. You will need to use -reindex which "
155 "will download the whole blockchain again."),
156 QT_TRANSLATE_NOOP("bitcoin-core", ""
157 "Set lowest fee rate (in %s/kB) for transactions to be included in block "
158 "creation. (default: %s)"),
159 QT_TRANSLATE_NOOP("bitcoin-core", ""
160 "Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
161 "leave that many cores free, default: %d)"),
162 QT_TRANSLATE_NOOP("bitcoin-core", ""
163 "Sets the serialization of raw transaction or block hex returned in non-"
164 "verbose mode, non-segwit(0) or segwit(1) (default: %d)"),
165 QT_TRANSLATE_NOOP("bitcoin-core", ""
166 "Support filtering of blocks and transaction with bloom filters (default: %u)"),
167 QT_TRANSLATE_NOOP("bitcoin-core", ""
168 "The block database contains a block which appears to be from the future. "
169 "This may be due to your computer's date and time being set incorrectly. Only "
170 "rebuild the block database if you are sure that your computer's date and "
172 QT_TRANSLATE_NOOP("bitcoin-core", ""
173 "The transaction amount is too small to send after the fee has been deducted"),
174 QT_TRANSLATE_NOOP("bitcoin-core", ""
175 "This is a pre-release test build - use at your own risk - do not use for "
176 "mining or merchant applications"),
177 QT_TRANSLATE_NOOP("bitcoin-core", ""
178 "This is the transaction fee you may pay when fee estimates are not available."),
179 QT_TRANSLATE_NOOP("bitcoin-core", ""
180 "This product includes software developed by the OpenSSL Project for use in "
181 "the OpenSSL Toolkit %s and cryptographic software written by Eric Young and "
182 "UPnP software written by Thomas Bernard."),
183 QT_TRANSLATE_NOOP("bitcoin-core", ""
184 "Total length of network version string (%i) exceeds maximum length (%i). "
185 "Reduce the number or size of uacomments."),
186 QT_TRANSLATE_NOOP("bitcoin-core", ""
187 "Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
188 "no limit (default: %d)"),
189 QT_TRANSLATE_NOOP("bitcoin-core", ""
190 "Unable to replay blocks. You will need to rebuild the database using -"
191 "reindex-chainstate."),
192 QT_TRANSLATE_NOOP("bitcoin-core", ""
193 "Unable to rewind the database to a pre-fork state. You will need to "
194 "redownload the blockchain"),
195 QT_TRANSLATE_NOOP("bitcoin-core", ""
196 "Unsupported argument -socks found. Setting SOCKS version isn't possible "
197 "anymore, only SOCKS5 proxies are supported."),
198 QT_TRANSLATE_NOOP("bitcoin-core", ""
199 "Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/"
200 "or -whitelistforcerelay."),
201 QT_TRANSLATE_NOOP("bitcoin-core", ""
202 "Use UPnP to map the listening port (default: 1 when listening and no -proxy)"),
203 QT_TRANSLATE_NOOP("bitcoin-core", ""
204 "Use hierarchical deterministic key generation (HD) after BIP32. Only has "
205 "effect during wallet creation/first start"),
206 QT_TRANSLATE_NOOP("bitcoin-core", ""
207 "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
209 QT_TRANSLATE_NOOP("bitcoin-core", ""
210 "Username and hashed password for JSON-RPC connections. The field <userpw> "
211 "comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is "
212 "included in share/rpcuser. The client then connects normally using the "
213 "rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can "
214 "be specified multiple times"),
215 QT_TRANSLATE_NOOP("bitcoin-core", ""
216 "Wallet will not create transactions that violate mempool chain limits "
218 QT_TRANSLATE_NOOP("bitcoin-core", ""
219 "Warning: The network does not appear to fully agree! Some miners appear to "
220 "be experiencing issues."),
221 QT_TRANSLATE_NOOP("bitcoin-core", ""
222 "Warning: Unknown block versions being mined! It's possible unknown rules are "
224 QT_TRANSLATE_NOOP("bitcoin-core", ""
225 "Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
226 "if your balance or transactions are incorrect you should restore from a "
228 QT_TRANSLATE_NOOP("bitcoin-core", ""
229 "Warning: We do not appear to fully agree with our peers! You may need to "
230 "upgrade, or other nodes may need to upgrade."),
231 QT_TRANSLATE_NOOP("bitcoin-core", ""
232 "Whether to save the mempool on shutdown and load on restart (default: %u)"),
233 QT_TRANSLATE_NOOP("bitcoin-core", ""
234 "Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
235 "notated network (e.g. 1.2.3.0/24). Can be specified multiple times."),
236 QT_TRANSLATE_NOOP("bitcoin-core", ""
237 "Whitelisted peers cannot be DoS banned and their transactions are always "
238 "relayed, even if they are already in the mempool, useful e.g. for a gateway"),
239 QT_TRANSLATE_NOOP("bitcoin-core", ""
240 "You need to rebuild the database using -reindex to go back to unpruned "
241 "mode. This will redownload the entire blockchain"),
242 QT_TRANSLATE_NOOP("bitcoin-core", ""
243 "You need to rebuild the database using -reindex-chainstate to change -txindex"),
244 QT_TRANSLATE_NOOP("bitcoin-core", "%d of last 100 blocks have unexpected version"),
245 QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
246 QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
247 QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
248 QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
249 QT_TRANSLATE_NOOP("bitcoin-core", "(press q to shutdown and continue later)"),
250 QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
251 QT_TRANSLATE_NOOP("bitcoin-core", "-wallet parameter must only specify a filename (not a path)"),
252 QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
253 QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
254 QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
255 QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
256 QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
257 QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
258 QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"),
259 QT_TRANSLATE_NOOP("bitcoin-core", "Append comment to the user agent string"),
260 QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet on startup"),
261 QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (default: %d)"),
262 QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
263 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
264 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
265 QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
266 QT_TRANSLATE_NOOP("bitcoin-core", "Chain selection options:"),
267 QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
268 QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
269 QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
270 QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"),
271 QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
272 QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
273 QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"),
274 QT_TRANSLATE_NOOP("bitcoin-core", "Do not load the wallet and disable wallet RPC calls"),
275 QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
276 QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
277 QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash block in <address>"),
278 QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash transaction in <address>"),
279 QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish raw block in <address>"),
280 QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish raw transaction in <address>"),
281 QT_TRANSLATE_NOOP("bitcoin-core", "Enable transaction replacement in the memory pool (default: %u)"),
282 QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
283 QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
284 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
285 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
286 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
287 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: You can't disable HD on an already existing HD wallet"),
288 QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
289 QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
290 QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
291 QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
292 QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
293 QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
294 QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
295 QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
296 QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in %s/kB) to add to transactions you send (default: %s)"),
297 QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: %u, 0 = all)"),
298 QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
299 QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file on startup"),
300 QT_TRANSLATE_NOOP("bitcoin-core", "Include IP addresses in debug output (default: %u)"),
301 QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
302 QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
303 QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
304 QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
305 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
306 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
307 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
308 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
309 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
310 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid characters in -wallet filename"),
311 QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
312 QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
313 QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
314 QT_TRANSLATE_NOOP("bitcoin-core", "Keypool ran out, please call keypoolrefill first"),
315 QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
316 QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
317 QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses..."),
318 QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
319 QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
320 QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
321 QT_TRANSLATE_NOOP("bitcoin-core", "Location of the auth cookie (default: data dir)"),
322 QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: %u)"),
323 QT_TRANSLATE_NOOP("bitcoin-core", "Make the wallet broadcast transactions"),
324 QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)"),
325 QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: %u)"),
326 QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
327 QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"),
328 QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
329 QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (ipv4, ipv6 or onion)"),
330 QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
331 QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
332 QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default: %u)"),
333 QT_TRANSLATE_NOOP("bitcoin-core", "Print this help message and exit"),
334 QT_TRANSLATE_NOOP("bitcoin-core", "Print version and exit"),
335 QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
336 QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
337 QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
338 QT_TRANSLATE_NOOP("bitcoin-core", "RPC server options:"),
339 QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state and block index from the blk*.dat files on disk"),
340 QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state from the currently indexed blocks"),
341 QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
342 QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"),
343 QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: %u)"),
344 QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks..."),
345 QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions on startup"),
346 QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
347 QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
348 QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
349 QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
350 QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions with full-RBF opt-in enabled (default: %u)"),
351 QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
352 QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
353 QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block weight (default: %d)"),
354 QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
355 QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"),
356 QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
357 QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
358 QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
359 QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: %s)"),
360 QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"),
361 QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
362 QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: %s)"),
363 QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
364 QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
365 QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: %u)"),
366 QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads..."),
367 QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
368 QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
369 QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
370 QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
371 QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
372 QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
373 QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"),
374 QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port password (default: empty)"),
375 QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port to use if onion listening enabled (default: %s)"),
376 QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
377 QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
378 QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
379 QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
380 QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
381 QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
382 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
383 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
384 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
385 QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
386 QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -benchmark ignored, use -debug=bench."),
387 QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -debugnet ignored, use -debug=net."),
388 QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -tor found, use -onion."),
389 QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
390 QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format on startup"),
391 QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
392 QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: %u)"),
393 QT_TRANSLATE_NOOP("bitcoin-core", "Use the test chain"),
394 QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
395 QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
396 QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
397 QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
398 QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"),
399 QT_TRANSLATE_NOOP("bitcoin-core", "Wallet debugging/testing options:"),
400 QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
401 QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
402 QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
403 QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
404 QT_TRANSLATE_NOOP("bitcoin-core", "Whether to operate in a blocks only mode (default: %u)"),
405 QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
406 QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),