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