]> Git Repo - VerusCoin.git/blame - src/qt/bitcoinstrings.cpp
Merge pull request #5076
[VerusCoin.git] / src / qt / bitcoinstrings.cpp
CommitLineData
51ed9ec9
BD
1
2
6315130e 3#include <QtGlobal>
51ed9ec9 4
6315130e 5// Automatically generated by extract_strings.py
11cd4165
WL
6#ifdef __GNUC__
7#define UNUSED __attribute__((unused))
8#else
9#define UNUSED
10#endif
b42adfe0
WL
11static const char UNUSED *bitcoin_strings[] = {
12QT_TRANSLATE_NOOP("bitcoin-core", ""
10ed8178 13"%s, you must set a rpcpassword in the configuration file:\n"
90bd933e 14"%s\n"
10ed8178
PW
15"It is recommended you use the following random password:\n"
16"rpcuser=bitcoinrpc\n"
17"rpcpassword=%s\n"
18"(you do not need to remember this password)\n"
baa510b2 19"The username and password MUST NOT be the same.\n"
10ed8178 20"If the file does not exist, create it with owner-readable-only file "
90bd933e
PK
21"permissions.\n"
22"It is also recommended to set alertnotify so you are notified of problems;\n"
23"for example: alertnotify=echo %%s | mail -s \"Bitcoin Alert\" [email protected]\n"),
10ed8178 24QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
25"(default: 1, 1 = keep tx meta data e.g. account owner and payment request "
26"information, 2 = drop tx meta data)"),
27QT_TRANSLATE_NOOP("bitcoin-core", ""
9705c5b9
WL
28"Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!"
29"3DES:@STRENGTH)"),
10ed8178 30QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
31"Allow JSON-RPC connections from specified source. Valid for <ip> are a "
32"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
33"a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"),
baa510b2 34QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
35"An error occurred while setting up the RPC address %s port %u for listening: "
36"%s"),
f1e262c8 37QT_TRANSLATE_NOOP("bitcoin-core", ""
baa510b2
PK
38"Bind to given address and always listen on it. Use [host]:port notation for "
39"IPv6"),
f1e262c8 40QT_TRANSLATE_NOOP("bitcoin-core", ""
84c5f77d
WL
41"Bind to given address and whitelist peers connecting to it. Use [host]:port "
42"notation for IPv6"),
43QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
44"Bind to given address to listen for JSON-RPC connections. Use [host]:port "
45"notation for IPv6. This option can be specified multiple times (default: "
46"bind to all interfaces)"),
47QT_TRANSLATE_NOOP("bitcoin-core", ""
78859073 48"Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
15094f76 49"running."),
10ed8178 50QT_TRANSLATE_NOOP("bitcoin-core", ""
2f3308f2
WL
51"Continuously rate-limit free transactions to <n>*1000 bytes per minute "
52"(default:15)"),
53QT_TRANSLATE_NOOP("bitcoin-core", ""
84c5f77d
WL
54"Create new files with system default permissions, instead of umask 077 (only "
55"effective with disabled wallet functionality)"),
56QT_TRANSLATE_NOOP("bitcoin-core", ""
2b410c2f 57"Delete all wallet transactions and only recover those parts of the "
58"blockchain through -rescan on startup"),
50903034
WL
59QT_TRANSLATE_NOOP("bitcoin-core", ""
60"Distributed under the MIT/X11 software license, see the accompanying file "
61"COPYING or <http://www.opensource.org/licenses/mit-license.php>."),
dae15813 62QT_TRANSLATE_NOOP("bitcoin-core", ""
f087ce88
WL
63"Enter regression test mode, which uses a special chain in which blocks can "
64"be solved instantly."),
65QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034 66"Error: Listening for incoming connections failed (listen returned error %s)"),
78859073 67QT_TRANSLATE_NOOP("bitcoin-core", ""
baa510b2 68"Error: The transaction was rejected! This might happen if some of the coins "
10ed8178
PW
69"in your wallet were already spent, such as if you used a copy of wallet.dat "
70"and coins were spent in the copy but not marked as spent here."),
746ea6bd 71QT_TRANSLATE_NOOP("bitcoin-core", ""
15094f76 72"Error: This transaction requires a transaction fee of at least %s because of "
baa510b2 73"its amount, complexity, or use of recently received funds!"),
3fddc8ef 74QT_TRANSLATE_NOOP("bitcoin-core", ""
84c5f77d
WL
75"Error: Unsupported argument -socks found. Setting SOCKS version isn't "
76"possible anymore, only SOCKS5 proxies are supported."),
77QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
78"Execute command when a network tx respends wallet tx input (%s=respend TxID, "
79"%t=wallet TxID)"),
80QT_TRANSLATE_NOOP("bitcoin-core", ""
88ff6559
PK
81"Execute command when a relevant alert is received or we see a really long "
82"fork (%s in cmd is replaced by message)"),
90bd933e 83QT_TRANSLATE_NOOP("bitcoin-core", ""
c83dd749
PK
84"Execute command when a wallet transaction changes (%s in cmd is replaced by "
85"TxID)"),
86QT_TRANSLATE_NOOP("bitcoin-core", ""
3fddc8ef
WL
87"Execute command when the best block changes (%s in cmd is replaced by block "
88"hash)"),
6315130e 89QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
90"Fees (in BTC/Kb) smaller than this are considered zero fee for relaying "
91"(default: %s)"),
92QT_TRANSLATE_NOOP("bitcoin-core", ""
93"Fees (in BTC/Kb) smaller than this are considered zero fee for transaction "
94"creation (default: %s)"),
2f3308f2
WL
95QT_TRANSLATE_NOOP("bitcoin-core", ""
96"Flush database activity from memory pool to disk log every <n> megabytes "
97"(default: 100)"),
98QT_TRANSLATE_NOOP("bitcoin-core", ""
99"How thorough the block verification of -checkblocks is (0-4, default: 3)"),
100QT_TRANSLATE_NOOP("bitcoin-core", ""
73ac7abd
WL
101"If paytxfee is not set, include enough fee so transactions are confirmed on "
102"average within n blocks (default: 1)"),
103QT_TRANSLATE_NOOP("bitcoin-core", ""
2f3308f2
WL
104"In this mode -genproclimit controls how many blocks are generated "
105"immediately."),
106QT_TRANSLATE_NOOP("bitcoin-core", ""
f1e262c8
WL
107"Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332)"),
108QT_TRANSLATE_NOOP("bitcoin-core", ""
15094f76
WL
109"Number of seconds to keep misbehaving peers from reconnecting (default: "
110"86400)"),
6315130e 111QT_TRANSLATE_NOOP("bitcoin-core", ""
88ba2643
WL
112"Output debugging information (default: 0, supplying <category> is optional)"),
113QT_TRANSLATE_NOOP("bitcoin-core", ""
84c5f77d
WL
114"Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
115"unless -connect)"),
116QT_TRANSLATE_NOOP("bitcoin-core", ""
88ba2643 117"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"),
3a50cd21 118QT_TRANSLATE_NOOP("bitcoin-core", ""
2f3308f2
WL
119"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
120"leave that many cores free, default: %d)"),
121QT_TRANSLATE_NOOP("bitcoin-core", ""
122"Set the processor limit for when generation is on (-1 = unlimited, default: "
123"-1)"),
d001476c 124QT_TRANSLATE_NOOP("bitcoin-core", ""
baa510b2
PK
125"This is a pre-release test build - use at your own risk - do not use for "
126"mining or merchant applications"),
127QT_TRANSLATE_NOOP("bitcoin-core", ""
50903034
WL
128"This product includes software developed by the OpenSSL Project for use in "
129"the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
130"written by Eric Young and UPnP software written by Thomas Bernard."),
131QT_TRANSLATE_NOOP("bitcoin-core", ""
78859073
WL
132"Unable to bind to %s on this computer. Bitcoin Core is probably already "
133"running."),
10ed8178 134QT_TRANSLATE_NOOP("bitcoin-core", ""
88ba2643
WL
135"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -"
136"proxy)"),
137QT_TRANSLATE_NOOP("bitcoin-core", ""
3a50cd21 138"Warning: -paytxfee is set very high! This is the transaction fee you will "
10ed8178 139"pay if you send a transaction."),
6315130e 140QT_TRANSLATE_NOOP("bitcoin-core", ""
3a50cd21 141"Warning: Please check that your computer's date and time are correct! If "
2b410c2f 142"your clock is wrong Bitcoin Core will not work properly."),
15094f76 143QT_TRANSLATE_NOOP("bitcoin-core", ""
88ff6559
PK
144"Warning: The network does not appear to fully agree! Some miners appear to "
145"be experiencing issues."),
146QT_TRANSLATE_NOOP("bitcoin-core", ""
147"Warning: We do not appear to fully agree with our peers! You may need to "
148"upgrade, or other nodes may need to upgrade."),
149QT_TRANSLATE_NOOP("bitcoin-core", ""
baa510b2
PK
150"Warning: error reading wallet.dat! All keys read correctly, but transaction "
151"data or address book entries might be missing or incorrect."),
152QT_TRANSLATE_NOOP("bitcoin-core", ""
153"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
154"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
155"you should restore from a backup."),
84c5f77d
WL
156QT_TRANSLATE_NOOP("bitcoin-core", ""
157"Whitelist peers connecting from the given netmask or ip. Can be specified "
158"multiple times."),
159QT_TRANSLATE_NOOP("bitcoin-core", ""
160"Whitelisted peers cannot be DoS banned and their transactions are always "
161"relayed, even if they are already in the mempool, useful e.g. for a gateway"),
2f3308f2
WL
162QT_TRANSLATE_NOOP("bitcoin-core", "(default: 1)"),
163QT_TRANSLATE_NOOP("bitcoin-core", "(default: wallet.dat)"),
88ba2643 164QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
15094f76
WL
165QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
166QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
167QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
168QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
84c5f77d 169QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: 0)"),
baa510b2 170QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"),
3a50cd21 171QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
15094f76 172QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
10ed8178 173QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
10ed8178 174QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"),
84c5f77d 175QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -whitebind address: '%s'"),
15094f76
WL
176QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
177QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
84c5f77d 178QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
15094f76 179QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
2f3308f2 180QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"),
50903034 181QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"),
c83dd749 182QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
50903034 183QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse -rpcbind value %s as network address"),
2f3308f2
WL
184QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"),
185QT_TRANSLATE_NOOP("bitcoin-core", "Disable safemode, override a real safe mode event (default: 0)"),
15094f76 186QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
f087ce88 187QT_TRANSLATE_NOOP("bitcoin-core", "Do not load the wallet and disable wallet RPC calls"),
c83dd749 188QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
15094f76 189QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
f561f3f3 190QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
48253c16 191QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
3a2e0749 192QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
15094f76 193QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat"),
6e39e7c9 194QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet corrupted"),
2b410c2f 195QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires newer version of Bitcoin Core"),
c83dd749 196QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
15094f76 197QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
eb6b3b24 198QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occured, see debug.log for details"),
2e43c924 199QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
50903034 200QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unsupported argument -tor found, use -onion."),
baa510b2 201QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet locked, unable to create transaction!"),
15094f76 202QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
50903034 203QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in BTC/kB) to add to transactions you send (default: %s)"),
2f3308f2 204QT_TRANSLATE_NOOP("bitcoin-core", "Force safe mode (default: 0)"),
b9763faf 205QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: 0)"),
5711a208 206QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"),
88ba2643 207QT_TRANSLATE_NOOP("bitcoin-core", "If <category> is not supplied, output all debugging information."),
48be9cea 208QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
2e43c924 209QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"),
73ac7abd 210QT_TRANSLATE_NOOP("bitcoin-core", "Include IP addresses in debug output (default: 0)"),
dae15813 211QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
2e43c924 212QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
50903034 213QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. Bitcoin Core is shutting down."),
15094f76 214QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
9705c5b9 215QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"),
15094f76 216QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"),
e7d41be8
PK
217QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -minrelaytxfee=<amount>: '%s'"),
218QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=<amount>: '%s'"),
73ac7abd 219QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
15094f76
WL
220QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
221QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount"),
84c5f77d 222QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
50903034 223QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable blocks in memory (default: %u)"),
eb6b3b24 224QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
2f3308f2 225QT_TRANSLATE_NOOP("bitcoin-core", "Limit size of signature cache to <n> entries (default: 50000)"),
15094f76
WL
226QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: 8333 or testnet: 18333)"),
227QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
228QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
229QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
2f3308f2 230QT_TRANSLATE_NOOP("bitcoin-core", "Log transaction priority and fee per kB when mining blocks (default: 0)"),
d001476c 231QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0)"),
15094f76 232QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: 125)"),
b42adfe0
WL
233QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
234QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"),
84c5f77d 235QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
50903034 236QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"),
b9763faf 237QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
2e43c924 238QT_TRANSLATE_NOOP("bitcoin-core", "Only accept block chain matching built-in checkpoints (default: 1)"),
eb6b3b24 239QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (ipv4, ipv6 or onion)"),
15094f76 240QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
15094f76 241QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
88ba2643 242QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default: 1)"),
2f3308f2
WL
243QT_TRANSLATE_NOOP("bitcoin-core", "Print block on startup, if found in block index"),
244QT_TRANSLATE_NOOP("bitcoin-core", "Print block tree on startup (default: 0)"),
245QT_TRANSLATE_NOOP("bitcoin-core", "RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)"),
2f3308f2
WL
246QT_TRANSLATE_NOOP("bitcoin-core", "RPC server options:"),
247QT_TRANSLATE_NOOP("bitcoin-core", "Randomly drop 1 of every <n> network messages"),
248QT_TRANSLATE_NOOP("bitcoin-core", "Randomly fuzz 1 of every <n> network messages"),
967125ca 249QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files"),
50903034 250QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: 1)"),
84c5f77d 251QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: 1)"),
15094f76
WL
252QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"),
253QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
2f3308f2 254QT_TRANSLATE_NOOP("bitcoin-core", "Run a thread to flush wallet periodically (default: 1)"),
15094f76 255QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
15094f76 256QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
15094f76
WL
257QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"),
258QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"),
78859073 259QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
15094f76 260QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"),
88ba2643 261QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
3a50cd21 262QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"),
6a270c5f 263QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: 4)"),
2f3308f2
WL
264QT_TRANSLATE_NOOP("bitcoin-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: 1)"),
265QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
3a50cd21 266QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
e7d41be8 267QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
15094f76 268QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: bitcoin.conf)"),
4ee70624 269QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (default: 5000)"),
15094f76
WL
270QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
271QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
0f1c8f23 272QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
15094f76 273QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
098316c7 274QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: 1)"),
50903034 275QT_TRANSLATE_NOOP("bitcoin-core", "Stop running after importing blocks from disk (default: 0)"),
15094f76 276QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
50903034 277QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
f087ce88 278QT_TRANSLATE_NOOP("bitcoin-core", "This is intended for regression testing tools and app development."),
15094f76
WL
279QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"),
280QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"),
e7d41be8
PK
281QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
282QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"),
283QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
50903034 284QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
15094f76
WL
285QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
286QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"),
15094f76
WL
287QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections"),
288QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: 0)"),
289QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: 1 when listening)"),
290QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"),
291QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
48253c16
PK
292QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
293QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
265e2657 294QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"),
2b410c2f 295QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin Core to complete"),
f087ce88 296QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
2e43c924 297QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
3a50cd21 298QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),
84c5f77d
WL
299QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."),
300QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."),
0206e38d 301QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
098316c7 302QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
2f3308f2 303QT_TRANSLATE_NOOP("bitcoin-core", "on startup"),
baa510b2 304QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
51ed9ec9 305};
This page took 0.168658 seconds and 4 git commands to generate.