PRCYCoin  2.0.0.7rc1
P2P Digital Currency
prcycoinstrings.cpp
Go to the documentation of this file.
1 
2 
3 #include <QtGlobal>
4 
5 // Automatically generated by extract_strings.py
6 #ifdef __GNUC__
7 #define UNUSED __attribute__((unused))
8 #else
9 #define UNUSED
10 #endif
11 static const char UNUSED *prcycoin_strings[] = {
12 QT_TRANSLATE_NOOP("prcycoin-core", ""
13 "(1 = keep tx meta data e.g. account owner and payment request information, 2 "
14 "= drop tx meta data)"),
15 QT_TRANSLATE_NOOP("prcycoin-core", ""
16 "Accept connections from outside (default: 1 if no -proxy or -connect/-"
17 "noconnect)"),
18 QT_TRANSLATE_NOOP("prcycoin-core", ""
19 "Allow JSON-RPC connections from specified source. Valid for <ip> are a "
20 "single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
21 "a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"),
22 QT_TRANSLATE_NOOP("prcycoin-core", ""
23 "Bind to given address and always listen on it. Use [host]:port notation for "
24 "IPv6"),
25 QT_TRANSLATE_NOOP("prcycoin-core", ""
26 "Bind to given address and whitelist peers connecting to it. Use [host]:port "
27 "notation for IPv6"),
28 QT_TRANSLATE_NOOP("prcycoin-core", ""
29 "Bind to given address to listen for JSON-RPC connections. Use [host]:port "
30 "notation for IPv6. This option can be specified multiple times (default: "
31 "bind to all interfaces)"),
32 QT_TRANSLATE_NOOP("prcycoin-core", ""
33 "Cannot obtain a lock on data directory %s. PRCY is probably already running."),
34 QT_TRANSLATE_NOOP("prcycoin-core", ""
35 "Change automatic finalized budget voting behavior. mode=auto: Vote for only "
36 "exact finalized budget match to my generated budget. (string, default: auto)"),
37 QT_TRANSLATE_NOOP("prcycoin-core", ""
38 "Connect only to the specified node(s); -noconnect or -connect=0 alone to "
39 "disable automatic connections"),
40 QT_TRANSLATE_NOOP("prcycoin-core", ""
41 "Continuously rate-limit free transactions to <n>*1000 bytes per minute "
42 "(default:%u)"),
43 QT_TRANSLATE_NOOP("prcycoin-core", ""
44 "Create new files with system default permissions, instead of umask 077 (only "
45 "effective with disabled wallet functionality)"),
46 QT_TRANSLATE_NOOP("prcycoin-core", ""
47 "Delete all wallet transactions and only recover those parts of the "
48 "blockchain through -rescan on startup"),
49 QT_TRANSLATE_NOOP("prcycoin-core", ""
50 "Distributed under the MIT software license, see the accompanying file "
51 "COPYING or <http://www.opensource.org/licenses/mit-license.php>."),
52 QT_TRANSLATE_NOOP("prcycoin-core", ""
53 "Enable SwiftX, show confirmations for locked transactions (bool, default: %s)"),
54 QT_TRANSLATE_NOOP("prcycoin-core", ""
55 "Enter regression test mode, which uses a special chain in which blocks can "
56 "be solved instantly."),
57 QT_TRANSLATE_NOOP("prcycoin-core", ""
58 "Error: Listening for incoming connections failed (listen returned error %s)"),
59 QT_TRANSLATE_NOOP("prcycoin-core", ""
60 "Error: The transaction was rejected! This might happen if some of the coins "
61 "in your wallet were already spent, such as if you used a copy of wallet.dat "
62 "and coins were spent in the copy but not marked as spent here."),
63 QT_TRANSLATE_NOOP("prcycoin-core", ""
64 "Error: Unsupported argument -socks found. Setting SOCKS version isn't "
65 "possible anymore, only SOCKS5 proxies are supported."),
66 QT_TRANSLATE_NOOP("prcycoin-core", ""
67 "Exclude debugging information for a category. Can be used in conjunction "
68 "with -debug=1 to output debug logs for all categories except one or more "
69 "specified categories."),
70 QT_TRANSLATE_NOOP("prcycoin-core", ""
71 "Execute command when a relevant alert is received or we see a really long "
72 "fork (%s in cmd is replaced by message)"),
73 QT_TRANSLATE_NOOP("prcycoin-core", ""
74 "Execute command when a wallet transaction changes (%s in cmd is replaced by "
75 "TxID)"),
76 QT_TRANSLATE_NOOP("prcycoin-core", ""
77 "Execute command when the best block changes (%s in cmd is replaced by block "
78 "hash)"),
79 QT_TRANSLATE_NOOP("prcycoin-core", ""
80 "Execute command when the best block changes and its size is over (%s in cmd "
81 "is replaced by block hash, %d with the block size)"),
82 QT_TRANSLATE_NOOP("prcycoin-core", ""
83 "Fees (in %s/Kb) smaller than this are considered zero fee for relaying "
84 "(default: %s)"),
85 QT_TRANSLATE_NOOP("prcycoin-core", ""
86 "Fees (in %s/Kb) smaller than this are considered zero fee for transaction "
87 "creation (default: %s)"),
88 QT_TRANSLATE_NOOP("prcycoin-core", ""
89 "Flush database activity from memory pool to disk log every <n> megabytes "
90 "(default: %u)"),
91 QT_TRANSLATE_NOOP("prcycoin-core", ""
92 "If paytxfee is not set, include enough fee so transactions begin "
93 "confirmation on average within n blocks (default: %u)"),
94 QT_TRANSLATE_NOOP("prcycoin-core", ""
95 "In this mode -genproclimit controls how many blocks are generated "
96 "immediately."),
97 QT_TRANSLATE_NOOP("prcycoin-core", ""
98 "Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
99 "fee of %s to prevent stuck transactions)"),
100 QT_TRANSLATE_NOOP("prcycoin-core", ""
101 "Keep the specified amount available for spending at all times (default: 0)"),
102 QT_TRANSLATE_NOOP("prcycoin-core", ""
103 "Loading... Please do not interrupt this process as it could lead to a "
104 "corrupt wallet."),
105 QT_TRANSLATE_NOOP("prcycoin-core", ""
106 "Log transaction priority and fee per kB when mining blocks (default: %u)"),
107 QT_TRANSLATE_NOOP("prcycoin-core", ""
108 "Maintain a full transaction index, used by the getrawtransaction rpc call "
109 "(default: %u)"),
110 QT_TRANSLATE_NOOP("prcycoin-core", ""
111 "Maximum size of data in data carrier transactions we relay and mine "
112 "(default: %u)"),
113 QT_TRANSLATE_NOOP("prcycoin-core", ""
114 "Maximum total fees to use in a single wallet transaction, setting too low "
115 "may abort large transactions (default: %s)"),
116 QT_TRANSLATE_NOOP("prcycoin-core", ""
117 "Number of seconds to keep misbehaving peers from reconnecting (default: %u)"),
118 QT_TRANSLATE_NOOP("prcycoin-core", ""
119 "Output debugging information (default: %u, supplying <category> is optional)"),
120 QT_TRANSLATE_NOOP("prcycoin-core", ""
121 "Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
122 "unless -connect/-noconnect)"),
123 QT_TRANSLATE_NOOP("prcycoin-core", ""
124 "Randomize credentials for every proxy connection. This enables Tor stream "
125 "isolation (default: %u)"),
126 QT_TRANSLATE_NOOP("prcycoin-core", ""
127 "Require high priority for relaying free or low-fee transactions (default:%u)"),
128 QT_TRANSLATE_NOOP("prcycoin-core", ""
129 "Rescanning... Please do not interrupt this process as it could lead to a "
130 "corrupt wallet."),
131 QT_TRANSLATE_NOOP("prcycoin-core", ""
132 "Send trace/debug info to console instead of debug.log file (default: %u)"),
133 QT_TRANSLATE_NOOP("prcycoin-core", ""
134 "Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"),
135 QT_TRANSLATE_NOOP("prcycoin-core", ""
136 "Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
137 "leave that many cores free, default: %d)"),
138 QT_TRANSLATE_NOOP("prcycoin-core", ""
139 "Set the number of threads for coin generation if enabled (-1 = all cores, "
140 "default: %d)"),
141 QT_TRANSLATE_NOOP("prcycoin-core", ""
142 "Show N confirmations for a successfully locked transaction (0-9999, default: "
143 "%u)"),
144 QT_TRANSLATE_NOOP("prcycoin-core", ""
145 "Specify custom backup path to add a copy of any wallet backup. If set as "
146 "dir, every backup generates a timestamped file. If set as file, will rewrite "
147 "to that file every backup."),
148 QT_TRANSLATE_NOOP("prcycoin-core", ""
149 "Specify location of debug log file: this can be an absolute path or a path "
150 "relative to the data directory (default: %s)"),
151 QT_TRANSLATE_NOOP("prcycoin-core", ""
152 "Support filtering of blocks and transaction with bloom filters (default: %u)"),
153 QT_TRANSLATE_NOOP("prcycoin-core", ""
154 "The block database contains a block which appears to be from the future. "
155 "This may be due to your computer's date and time being set incorrectly. Only "
156 "rebuild the block database if you are sure that your computer's date and "
157 "time are correct"),
158 QT_TRANSLATE_NOOP("prcycoin-core", ""
159 "There is an internal error in generating bulletproofs. Please try again "
160 "later."),
161 QT_TRANSLATE_NOOP("prcycoin-core", ""
162 "This is a pre-release test build - use at your own risk - do not use for "
163 "staking or merchant applications!"),
164 QT_TRANSLATE_NOOP("prcycoin-core", ""
165 "This product includes software developed by the OpenSSL Project for use in "
166 "the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
167 "written by Eric Young and UPnP software written by Thomas Bernard."),
168 QT_TRANSLATE_NOOP("prcycoin-core", ""
169 "Total length of network version string (%i) exceeds maximum length (%i). "
170 "Reduce the number or size of uacomments."),
171 QT_TRANSLATE_NOOP("prcycoin-core", ""
172 "Unable to bind to %s on this computer. PRCY is probably already running."),
173 QT_TRANSLATE_NOOP("prcycoin-core", ""
174 "Unable to locate enough funds for this transaction that are not equal 10000 "
175 "PRCY."),
176 QT_TRANSLATE_NOOP("prcycoin-core", ""
177 "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
178 "%s)"),
179 QT_TRANSLATE_NOOP("prcycoin-core", ""
180 "Warning: -maxtxfee is set very high! Fees this large could be paid on a "
181 "single transaction."),
182 QT_TRANSLATE_NOOP("prcycoin-core", ""
183 "Warning: -paytxfee is set very high! This is the transaction fee you will "
184 "pay if you send a transaction."),
185 QT_TRANSLATE_NOOP("prcycoin-core", ""
186 "Warning: Please check that your computer's date and time are correct! If "
187 "your clock is wrong PRCY will not work properly."),
188 QT_TRANSLATE_NOOP("prcycoin-core", ""
189 "Warning: The network does not appear to fully agree! Some miners appear to "
190 "be experiencing issues."),
191 QT_TRANSLATE_NOOP("prcycoin-core", ""
192 "Warning: We do not appear to fully agree with our peers! You may need to "
193 "upgrade, or other nodes may need to upgrade."),
194 QT_TRANSLATE_NOOP("prcycoin-core", ""
195 "Warning: error reading wallet.dat! All keys read correctly, but transaction "
196 "data or address book entries might be missing or incorrect."),
197 QT_TRANSLATE_NOOP("prcycoin-core", ""
198 "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
199 "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
200 "you should restore from a backup."),
201 QT_TRANSLATE_NOOP("prcycoin-core", ""
202 "Whitelist peers connecting from the given netmask or IP address. Can be "
203 "specified multiple times."),
204 QT_TRANSLATE_NOOP("prcycoin-core", ""
205 "Whitelisted peers cannot be DoS banned and their transactions are always "
206 "relayed, even if they are already in the mempool, useful e.g. for a gateway"),
207 QT_TRANSLATE_NOOP("prcycoin-core", ""
208 "You have attempted to send a total value that is comprised of more than 50 "
209 "smaller deposits. This is a rare occurrence, and lowering the total value "
210 "sent, or sending the same total value in two separate transactions will "
211 "usually work around this limitation."),
212 QT_TRANSLATE_NOOP("prcycoin-core", ""
213 "You have attempted to send more than 50 UTXOs in a single transaction. To "
214 "work around this limitation, please either lower the total amount of the "
215 "transaction or send two separate transactions with 50% of your total desired "
216 "amount."),
217 QT_TRANSLATE_NOOP("prcycoin-core", ""
218 "You must specify a masternodeprivkey in the configuration. Please see "
219 "documentation for help."),
220 QT_TRANSLATE_NOOP("prcycoin-core", "(default: %s)"),
221 QT_TRANSLATE_NOOP("prcycoin-core", "(default: 1)"),
222 QT_TRANSLATE_NOOP("prcycoin-core", "(must be %d for %s-net)"),
223 QT_TRANSLATE_NOOP("prcycoin-core", "<category> can be:"),
224 QT_TRANSLATE_NOOP("prcycoin-core", "Accept command line and JSON-RPC commands"),
225 QT_TRANSLATE_NOOP("prcycoin-core", "Accept public REST requests (default: %u)"),
226 QT_TRANSLATE_NOOP("prcycoin-core", "Add a node to connect to and attempt to keep the connection open"),
227 QT_TRANSLATE_NOOP("prcycoin-core", "All inputs should have the same number of decoys"),
228 QT_TRANSLATE_NOOP("prcycoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
229 QT_TRANSLATE_NOOP("prcycoin-core", "Always query for peer addresses via DNS lookup (default: %u)"),
230 QT_TRANSLATE_NOOP("prcycoin-core", "Append comment to the user agent string"),
231 QT_TRANSLATE_NOOP("prcycoin-core", "Attempt to force blockchain corruption recovery"),
232 QT_TRANSLATE_NOOP("prcycoin-core", "Attempt to recover private keys from a corrupt wallet.dat"),
233 QT_TRANSLATE_NOOP("prcycoin-core", "Automatically create Tor hidden service (default: %d)"),
234 QT_TRANSLATE_NOOP("prcycoin-core", "Block creation options:"),
235 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot compute LIJ for ring signature in secp256k1_ec_pubkey_tweak_add"),
236 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot compute LIJ for ring signature in secp256k1_ec_pubkey_tweak_mul"),
237 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot compute RIJ for ring signature in secp256k1_ec_pubkey_tweak_mul"),
238 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot compute two elements and serialize it to pubkey"),
239 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot downgrade wallet"),
240 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot extract public key from script pubkey"),
241 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot find corresponding private key"),
242 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot parse the commitment for inputs"),
243 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot parse the commitment for transaction fee"),
244 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot resolve -%s address: '%s'"),
245 QT_TRANSLATE_NOOP("prcycoin-core", "Cannot write default address"),
246 QT_TRANSLATE_NOOP("prcycoin-core", "Connect through SOCKS5 proxy"),
247 QT_TRANSLATE_NOOP("prcycoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
248 QT_TRANSLATE_NOOP("prcycoin-core", "Connection options:"),
249 QT_TRANSLATE_NOOP("prcycoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"),
250 QT_TRANSLATE_NOOP("prcycoin-core", "Copyright (C) 2014-%i The Dash Core Developers"),
251 QT_TRANSLATE_NOOP("prcycoin-core", "Copyright (C) 2015-%i The PIVX Core Developers"),
252 QT_TRANSLATE_NOOP("prcycoin-core", "Copyright (C) 2018-%i The DAPS Project developers"),
253 QT_TRANSLATE_NOOP("prcycoin-core", "Copyright (C) 2020-%i The PRivaCY Coin Developers"),
254 QT_TRANSLATE_NOOP("prcycoin-core", "Corrupted block database detected"),
255 QT_TRANSLATE_NOOP("prcycoin-core", "Could not parse masternode.conf"),
256 QT_TRANSLATE_NOOP("prcycoin-core", "Currently the Number of supported recipients must be 1"),
257 QT_TRANSLATE_NOOP("prcycoin-core", "Debugging/Testing options:"),
258 QT_TRANSLATE_NOOP("prcycoin-core", "Delete blockchain folders and resync from scratch"),
259 QT_TRANSLATE_NOOP("prcycoin-core", "Disable OS notifications for incoming transactions (default: %u)"),
260 QT_TRANSLATE_NOOP("prcycoin-core", "Disable safemode, override a real safe mode event (default: %u)"),
261 QT_TRANSLATE_NOOP("prcycoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
262 QT_TRANSLATE_NOOP("prcycoin-core", "Display the stake modifier calculations in the debug.log file."),
263 QT_TRANSLATE_NOOP("prcycoin-core", "Display verbose coin stake messages in the debug.log file."),
264 QT_TRANSLATE_NOOP("prcycoin-core", "Do not load the wallet and disable wallet RPC calls"),
265 QT_TRANSLATE_NOOP("prcycoin-core", "Do you want to rebuild the block database now?"),
266 QT_TRANSLATE_NOOP("prcycoin-core", "Done loading"),
267 QT_TRANSLATE_NOOP("prcycoin-core", "Enable publish hash block in <address>"),
268 QT_TRANSLATE_NOOP("prcycoin-core", "Enable publish hash transaction (locked via SwiftX) in <address>"),
269 QT_TRANSLATE_NOOP("prcycoin-core", "Enable publish hash transaction in <address>"),
270 QT_TRANSLATE_NOOP("prcycoin-core", "Enable publish raw block in <address>"),
271 QT_TRANSLATE_NOOP("prcycoin-core", "Enable publish raw transaction (locked via SwiftX) in <address>"),
272 QT_TRANSLATE_NOOP("prcycoin-core", "Enable publish raw transaction in <address>"),
273 QT_TRANSLATE_NOOP("prcycoin-core", "Enable staking functionality (0-1, default: %u)"),
274 QT_TRANSLATE_NOOP("prcycoin-core", "Enable the client to act as a masternode (0-1, default: %u)"),
275 QT_TRANSLATE_NOOP("prcycoin-core", "Error in CreateTransaction. Please try again."),
276 QT_TRANSLATE_NOOP("prcycoin-core", "Error in CreateTransactionBulletProof. Please try again."),
277 QT_TRANSLATE_NOOP("prcycoin-core", "Error initializing block database"),
278 QT_TRANSLATE_NOOP("prcycoin-core", "Error initializing wallet database environment %s!"),
279 QT_TRANSLATE_NOOP("prcycoin-core", "Error loading block database"),
280 QT_TRANSLATE_NOOP("prcycoin-core", "Error loading wallet.dat"),
281 QT_TRANSLATE_NOOP("prcycoin-core", "Error loading wallet.dat: Wallet corrupted"),
282 QT_TRANSLATE_NOOP("prcycoin-core", "Error loading wallet.dat: Wallet requires newer version of PRCYcoin"),
283 QT_TRANSLATE_NOOP("prcycoin-core", "Error opening block database"),
284 QT_TRANSLATE_NOOP("prcycoin-core", "Error reading from database, shutting down."),
285 QT_TRANSLATE_NOOP("prcycoin-core", "Error recovering public key."),
286 QT_TRANSLATE_NOOP("prcycoin-core", "Error"),
287 QT_TRANSLATE_NOOP("prcycoin-core", "Error: -listen must be true if -masternode is set."),
288 QT_TRANSLATE_NOOP("prcycoin-core", "Error: A fatal internal error occured, see debug.log for details"),
289 QT_TRANSLATE_NOOP("prcycoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
290 QT_TRANSLATE_NOOP("prcycoin-core", "Error: Disk space is low!"),
291 QT_TRANSLATE_NOOP("prcycoin-core", "Error: Invalid port %d for running a masternode."),
292 QT_TRANSLATE_NOOP("prcycoin-core", "Error: Unsupported argument -tor found, use -onion."),
293 QT_TRANSLATE_NOOP("prcycoin-core", "Failed to generate RingCT for Sweeping transaction"),
294 QT_TRANSLATE_NOOP("prcycoin-core", "Failed to generate bulletproof for Sweeping transaction"),
295 QT_TRANSLATE_NOOP("prcycoin-core", "Failed to generate bulletproof"),
296 QT_TRANSLATE_NOOP("prcycoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
297 QT_TRANSLATE_NOOP("prcycoin-core", "Failed to parse host:port string"),
298 QT_TRANSLATE_NOOP("prcycoin-core", "Failed to read block"),
299 QT_TRANSLATE_NOOP("prcycoin-core", "Fee (in %s/kB) to add to transactions you send (default: %s)"),
300 QT_TRANSLATE_NOOP("prcycoin-core", "Force safe mode (default: %u)"),
301 QT_TRANSLATE_NOOP("prcycoin-core", "Generate coins (default: %u)"),
302 QT_TRANSLATE_NOOP("prcycoin-core", "How many blocks to check at startup (default: %u, 0 = all)"),
303 QT_TRANSLATE_NOOP("prcycoin-core", "If <category> is not supplied, output all debugging information."),
304 QT_TRANSLATE_NOOP("prcycoin-core", "Importing..."),
305 QT_TRANSLATE_NOOP("prcycoin-core", "Imports blocks from external blk000??.dat file"),
306 QT_TRANSLATE_NOOP("prcycoin-core", "Include IP addresses in debug output (default: %u)"),
307 QT_TRANSLATE_NOOP("prcycoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
308 QT_TRANSLATE_NOOP("prcycoin-core", "Information"),
309 QT_TRANSLATE_NOOP("prcycoin-core", "Initialization sanity check failed. PRCY is shutting down."),
310 QT_TRANSLATE_NOOP("prcycoin-core", "Input commitments are not correct"),
311 QT_TRANSLATE_NOOP("prcycoin-core", "Insufficient funds."),
312 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid -masternodeaddr address: %s"),
313 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid -masternodeaddr port %d, only %d is supported on %s-net."),
314 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid -onion address or hostname: '%s'"),
315 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid amount for -%s=<amount>: '%s'"),
316 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
317 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid amount for -reservebalance=<amount>"),
318 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid masternodeprivkey. Please see documenation."),
319 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid netmask specified in -whitelist: '%s'"),
320 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid port %d detected in masternode.conf"),
321 QT_TRANSLATE_NOOP("prcycoin-core", "Invalid private key."),
322 QT_TRANSLATE_NOOP("prcycoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
323 QT_TRANSLATE_NOOP("prcycoin-core", "Limit size of signature cache to <n> entries (default: %u)"),
324 QT_TRANSLATE_NOOP("prcycoin-core", "Line: %d"),
325 QT_TRANSLATE_NOOP("prcycoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
326 QT_TRANSLATE_NOOP("prcycoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
327 QT_TRANSLATE_NOOP("prcycoin-core", "Loading addresses..."),
328 QT_TRANSLATE_NOOP("prcycoin-core", "Loading banlist..."),
329 QT_TRANSLATE_NOOP("prcycoin-core", "Loading block index..."),
330 QT_TRANSLATE_NOOP("prcycoin-core", "Loading budget cache..."),
331 QT_TRANSLATE_NOOP("prcycoin-core", "Loading masternode cache..."),
332 QT_TRANSLATE_NOOP("prcycoin-core", "Loading masternode payment cache..."),
333 QT_TRANSLATE_NOOP("prcycoin-core", "Lock masternodes from masternode configuration file (default: %u)"),
334 QT_TRANSLATE_NOOP("prcycoin-core", "Lookup(): Invalid -proxy address or hostname: '%s'"),
335 QT_TRANSLATE_NOOP("prcycoin-core", "Maintain at most <n> connections to peers (default: %u)"),
336 QT_TRANSLATE_NOOP("prcycoin-core", "Masternode options:"),
337 QT_TRANSLATE_NOOP("prcycoin-core", "Masternodes are required to run on port %d for %s-net"),
338 QT_TRANSLATE_NOOP("prcycoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)"),
339 QT_TRANSLATE_NOOP("prcycoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: %u)"),
340 QT_TRANSLATE_NOOP("prcycoin-core", "Need to specify a port with -whitebind: '%s'"),
341 QT_TRANSLATE_NOOP("prcycoin-core", "Node relay options:"),
342 QT_TRANSLATE_NOOP("prcycoin-core", "Not enough file descriptors available."),
343 QT_TRANSLATE_NOOP("prcycoin-core", "Number of automatic wallet backups (default: 10)"),
344 QT_TRANSLATE_NOOP("prcycoin-core", "Only accept block chain matching built-in checkpoints (default: %u)"),
345 QT_TRANSLATE_NOOP("prcycoin-core", "Only connect to nodes in network <net> (ipv4, ipv6 or onion)"),
346 QT_TRANSLATE_NOOP("prcycoin-core", "Options:"),
347 QT_TRANSLATE_NOOP("prcycoin-core", "Password for JSON-RPC connections"),
348 QT_TRANSLATE_NOOP("prcycoin-core", "Preparing for resync..."),
349 QT_TRANSLATE_NOOP("prcycoin-core", "Prepend debug output with timestamp (default: %u)"),
350 QT_TRANSLATE_NOOP("prcycoin-core", "Print version and exit"),
351 QT_TRANSLATE_NOOP("prcycoin-core", "RPC server options:"),
352 QT_TRANSLATE_NOOP("prcycoin-core", "Randomly drop 1 of every <n> network messages"),
353 QT_TRANSLATE_NOOP("prcycoin-core", "Randomly fuzz 1 of every <n> network messages"),
354 QT_TRANSLATE_NOOP("prcycoin-core", "Rebuild block chain index from current blk000??.dat files"),
355 QT_TRANSLATE_NOOP("prcycoin-core", "Recalculating PRCY supply..."),
356 QT_TRANSLATE_NOOP("prcycoin-core", "Reindex the %s money supply statistics"),
357 QT_TRANSLATE_NOOP("prcycoin-core", "Relay and mine data carrier transactions (default: %u)"),
358 QT_TRANSLATE_NOOP("prcycoin-core", "Relay non-P2SH multisig (default: %u)"),
359 QT_TRANSLATE_NOOP("prcycoin-core", "Rescan the block chain for missing wallet transactions"),
360 QT_TRANSLATE_NOOP("prcycoin-core", "Rescanning..."),
361 QT_TRANSLATE_NOOP("prcycoin-core", "Run a thread to flush wallet periodically (default: %u)"),
362 QT_TRANSLATE_NOOP("prcycoin-core", "Run in the background as a daemon and accept commands"),
363 QT_TRANSLATE_NOOP("prcycoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"),
364 QT_TRANSLATE_NOOP("prcycoin-core", "Session timed out."),
365 QT_TRANSLATE_NOOP("prcycoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
366 QT_TRANSLATE_NOOP("prcycoin-core", "Set external address:port to get to this masternode (example: %s)"),
367 QT_TRANSLATE_NOOP("prcycoin-core", "Set key pool size to <n> (default: %u)"),
368 QT_TRANSLATE_NOOP("prcycoin-core", "Set maximum block size in bytes (default: %d)"),
369 QT_TRANSLATE_NOOP("prcycoin-core", "Set minimum block size in bytes (default: %u)"),
370 QT_TRANSLATE_NOOP("prcycoin-core", "Set the Maximum reorg depth (default: %u)"),
371 QT_TRANSLATE_NOOP("prcycoin-core", "Set the masternode private key"),
372 QT_TRANSLATE_NOOP("prcycoin-core", "Set the number of threads to service RPC calls (default: %d)"),
373 QT_TRANSLATE_NOOP("prcycoin-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: %u)"),
374 QT_TRANSLATE_NOOP("prcycoin-core", "Show all debugging options (usage: --help -help-debug)"),
375 QT_TRANSLATE_NOOP("prcycoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
376 QT_TRANSLATE_NOOP("prcycoin-core", "Signing failed."),
377 QT_TRANSLATE_NOOP("prcycoin-core", "Signing timed out."),
378 QT_TRANSLATE_NOOP("prcycoin-core", "Signing transaction failed"),
379 QT_TRANSLATE_NOOP("prcycoin-core", "Specify configuration file (default: %s)"),
380 QT_TRANSLATE_NOOP("prcycoin-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"),
381 QT_TRANSLATE_NOOP("prcycoin-core", "Specify data directory"),
382 QT_TRANSLATE_NOOP("prcycoin-core", "Specify masternode configuration file (default: %s)"),
383 QT_TRANSLATE_NOOP("prcycoin-core", "Specify pid file (default: %s)"),
384 QT_TRANSLATE_NOOP("prcycoin-core", "Specify wallet file (within data directory)"),
385 QT_TRANSLATE_NOOP("prcycoin-core", "Specify your own public address"),
386 QT_TRANSLATE_NOOP("prcycoin-core", "Spend unconfirmed change when sending transactions (default: %u)"),
387 QT_TRANSLATE_NOOP("prcycoin-core", "Staking options:"),
388 QT_TRANSLATE_NOOP("prcycoin-core", "Stop running after importing blocks from disk (default: %u)"),
389 QT_TRANSLATE_NOOP("prcycoin-core", "SwiftX options:"),
390 QT_TRANSLATE_NOOP("prcycoin-core", "Synchronization failed"),
391 QT_TRANSLATE_NOOP("prcycoin-core", "Synchronization finished"),
392 QT_TRANSLATE_NOOP("prcycoin-core", "Synchronization pending..."),
393 QT_TRANSLATE_NOOP("prcycoin-core", "Synchronizing budgets..."),
394 QT_TRANSLATE_NOOP("prcycoin-core", "Synchronizing masternode winners..."),
395 QT_TRANSLATE_NOOP("prcycoin-core", "Synchronizing masternodes..."),
396 QT_TRANSLATE_NOOP("prcycoin-core", "This help message"),
397 QT_TRANSLATE_NOOP("prcycoin-core", "This is experimental software."),
398 QT_TRANSLATE_NOOP("prcycoin-core", "This is intended for regression testing tools and app development."),
399 QT_TRANSLATE_NOOP("prcycoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"),
400 QT_TRANSLATE_NOOP("prcycoin-core", "Too many decoys"),
401 QT_TRANSLATE_NOOP("prcycoin-core", "Tor control port password (default: empty)"),
402 QT_TRANSLATE_NOOP("prcycoin-core", "Tor control port to use if onion listening enabled (default: %s)"),
403 QT_TRANSLATE_NOOP("prcycoin-core", "Transaction amount too small"),
404 QT_TRANSLATE_NOOP("prcycoin-core", "Transaction amounts must be positive"),
405 QT_TRANSLATE_NOOP("prcycoin-core", "Transaction too large for fee policy"),
406 QT_TRANSLATE_NOOP("prcycoin-core", "Transaction too large"),
407 QT_TRANSLATE_NOOP("prcycoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
408 QT_TRANSLATE_NOOP("prcycoin-core", "Unable to start HTTP server. See debug log for details."),
409 QT_TRANSLATE_NOOP("prcycoin-core", "Unknown network specified in -onlynet: '%s'"),
410 QT_TRANSLATE_NOOP("prcycoin-core", "Unsupported logging category %s=%s."),
411 QT_TRANSLATE_NOOP("prcycoin-core", "Upgrade wallet to latest format"),
412 QT_TRANSLATE_NOOP("prcycoin-core", "Use UPnP to map the listening port (default: %u)"),
413 QT_TRANSLATE_NOOP("prcycoin-core", "Use UPnP to map the listening port (default: 1 when listening)"),
414 QT_TRANSLATE_NOOP("prcycoin-core", "Use a custom max chain reorganization depth (default: %u)"),
415 QT_TRANSLATE_NOOP("prcycoin-core", "Use the test network"),
416 QT_TRANSLATE_NOOP("prcycoin-core", "User Agent comment (%s) contains unsafe characters."),
417 QT_TRANSLATE_NOOP("prcycoin-core", "Username for JSON-RPC connections"),
418 QT_TRANSLATE_NOOP("prcycoin-core", "Verifying blocks..."),
419 QT_TRANSLATE_NOOP("prcycoin-core", "Verifying wallet..."),
420 QT_TRANSLATE_NOOP("prcycoin-core", "Wallet %s resides outside data directory %s"),
421 QT_TRANSLATE_NOOP("prcycoin-core", "Wallet needed to be rewritten: restart PRCY to complete"),
422 QT_TRANSLATE_NOOP("prcycoin-core", "Wallet options:"),
423 QT_TRANSLATE_NOOP("prcycoin-core", "Wallet window title"),
424 QT_TRANSLATE_NOOP("prcycoin-core", "Warning"),
425 QT_TRANSLATE_NOOP("prcycoin-core", "Warning: This version is obsolete, upgrade required!"),
426 QT_TRANSLATE_NOOP("prcycoin-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."),
427 QT_TRANSLATE_NOOP("prcycoin-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."),
428 QT_TRANSLATE_NOOP("prcycoin-core", "You need to rebuild the database using -reindex to change -txindex"),
429 QT_TRANSLATE_NOOP("prcycoin-core", "Zapping all transactions from wallet..."),
430 QT_TRANSLATE_NOOP("prcycoin-core", "ZeroMQ notification options:"),
431 QT_TRANSLATE_NOOP("prcycoin-core", "isValid(): Invalid -proxy address or hostname: '%s'"),
432 QT_TRANSLATE_NOOP("prcycoin-core", "on startup"),
433 QT_TRANSLATE_NOOP("prcycoin-core", "wallet.dat corrupt, salvage failed"),
434 };
UNUSED
#define UNUSED
Definition: prcycoinstrings.cpp:9