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