@@ -22,31 +22,42 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
2222" It is also recommended to set alertnotify so you are notified of problems;\n "
2323" for example: alertnotify=echo %%s | mail -s \" Bitcoin Alert\" [email protected] \n " ),
2424QT_TRANSLATE_NOOP (" bitcoin-core" , " "
25+ " (default: 1, 1 = keep tx meta data e.g. account owner and payment request "
26+ " information, 2 = drop tx meta data)" ),
27+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2528" Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!"
2629" 3DES:@STRENGTH)" ),
2730QT_TRANSLATE_NOOP (" bitcoin-core" , " "
28- " An error occurred while setting up the RPC port %u for listening on IPv4: %s" ),
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" ),
2934QT_TRANSLATE_NOOP (" bitcoin-core" , " "
30- " An error occurred while setting up the RPC port %u for listening on IPv6, "
31- " falling back to IPv4: %s" ),
35+ " An error occurred while setting up the RPC address %s port %u for listening: "
36+ " %s" ),
3237QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3338" Bind to given address and always listen on it. Use [host]:port notation for "
3439" IPv6" ),
3540QT_TRANSLATE_NOOP (" bitcoin-core" , " "
41+ " Bind to given address to listen for JSON-RPC connections. Use [host]:port "
42+ " notation for IPv6. This option can be specified multiple times (default: "
43+ " bind to all interfaces)" ),
44+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3645" Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
3746" running." ),
3847QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3948" Continuously rate-limit free transactions to <n>*1000 bytes per minute "
4049" (default:15)" ),
4150QT_TRANSLATE_NOOP (" bitcoin-core" , " "
42- " Enter regression test mode, which uses a special chain in which blocks can "
43- " be solved instantly. This is intended for regression testing tools and app "
44- " development." ),
51+ " Delete all wallet transactions and only recover those part of the blockchain "
52+ " through -rescan on startup" ),
53+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
54+ " Distributed under the MIT/X11 software license, see the accompanying file "
55+ " COPYING or <http://www.opensource.org/licenses/mit-license.php>." ),
4556QT_TRANSLATE_NOOP (" bitcoin-core" , " "
4657" Enter regression test mode, which uses a special chain in which blocks can "
4758" be solved instantly." ),
4859QT_TRANSLATE_NOOP (" bitcoin-core" , " "
49- " Error: Listening for incoming connections failed (listen returned error %d )" ),
60+ " Error: Listening for incoming connections failed (listen returned error %s )" ),
5061QT_TRANSLATE_NOOP (" bitcoin-core" , " "
5162" Error: The transaction was rejected! This might happen if some of the coins "
5263" in your wallet were already spent, such as if you used a copy of wallet.dat "
@@ -55,6 +66,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5566" Error: This transaction requires a transaction fee of at least %s because of "
5667" its amount, complexity, or use of recently received funds!" ),
5768QT_TRANSLATE_NOOP (" bitcoin-core" , " "
69+ " Execute command when a network tx respends wallet tx input (%s=respend TxID, "
70+ " %t=wallet TxID)" ),
71+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
5872" Execute command when a relevant alert is received or we see a really long "
5973" fork (%s in cmd is replaced by message)" ),
6074QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -64,8 +78,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6478" Execute command when the best block changes (%s in cmd is replaced by block "
6579" hash)" ),
6680QT_TRANSLATE_NOOP (" bitcoin-core" , " "
67- " Fees smaller than this are considered zero fee (for transaction creation) "
68- " (default:" ),
81+ " Fees (in BTC/Kb) smaller than this are considered zero fee for relaying "
82+ " (default: %s)" ),
83+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
84+ " Fees (in BTC/Kb) smaller than this are considered zero fee for transaction "
85+ " creation (default: %s)" ),
6986QT_TRANSLATE_NOOP (" bitcoin-core" , " "
7087" Flush database activity from memory pool to disk log every <n> megabytes "
7188" (default: 100)" ),
@@ -93,6 +110,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
93110" This is a pre-release test build - use at your own risk - do not use for "
94111" mining or merchant applications" ),
95112QT_TRANSLATE_NOOP (" bitcoin-core" , " "
113+ " This product includes software developed by the OpenSSL Project for use in "
114+ " the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
115+ " written by Eric Young and UPnP software written by Thomas Bernard." ),
116+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
96117" Unable to bind to %s on this computer. Bitcoin Core is probably already "
97118" running." ),
98119QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -117,34 +138,26 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
117138" Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
118139" wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
119140" you should restore from a backup." ),
120- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
121- " You must set rpcpassword=<password> in the configuration file:\n "
122- " %s\n "
123- " If the file does not exist, create it with owner-readable-only file "
124- " permissions." ),
125141QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: 1)" ),
126142QT_TRANSLATE_NOOP (" bitcoin-core" , " (default: wallet.dat)" ),
127143QT_TRANSLATE_NOOP (" bitcoin-core" , " <category> can be:" ),
128144QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept command line and JSON-RPC commands" ),
129145QT_TRANSLATE_NOOP (" bitcoin-core" , " Accept connections from outside (default: 1 if no -proxy or -connect)" ),
130146QT_TRANSLATE_NOOP (" bitcoin-core" , " Add a node to connect to and attempt to keep the connection open" ),
131147QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow DNS lookups for -addnode, -seednode and -connect" ),
132- QT_TRANSLATE_NOOP (" bitcoin-core" , " Allow JSON-RPC connections from specified IP address" ),
133148QT_TRANSLATE_NOOP (" bitcoin-core" , " Attempt to recover private keys from a corrupt wallet.dat" ),
134- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core Daemon" ),
135- QT_TRANSLATE_NOOP (" bitcoin-core" , " Bitcoin Core RPC client version" ),
136149QT_TRANSLATE_NOOP (" bitcoin-core" , " Block creation options:" ),
137150QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
138151QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -bind address: '%s'" ),
139152QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -externalip address: '%s'" ),
140153QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write default address" ),
141- QT_TRANSLATE_NOOP (" bitcoin-core" , " Clear list of wallet transactions (diagnostic tool; implies -rescan)" ),
142154QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect only to the specified node(s)" ),
143155QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect through SOCKS proxy" ),
144- QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)" ),
145156QT_TRANSLATE_NOOP (" bitcoin-core" , " Connect to a node to retrieve peer addresses, and disconnect" ),
146157QT_TRANSLATE_NOOP (" bitcoin-core" , " Connection options:" ),
158+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) 2009-%i The Bitcoin Core Developers" ),
147159QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
160+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not parse -rpcbind value %s as network address" ),
148161QT_TRANSLATE_NOOP (" bitcoin-core" , " Debugging/Testing options:" ),
149162QT_TRANSLATE_NOOP (" bitcoin-core" , " Disable safemode, override a real safe mode event (default: 0)" ),
150163QT_TRANSLATE_NOOP (" bitcoin-core" , " Discover own IP address (default: 1 when listening and no -externalip)" ),
@@ -160,6 +173,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet.dat: Wallet requires new
160173QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
161174QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
162175QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
176+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unsupported argument -tor found, use -onion." ),
163177QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Wallet locked, unable to create transaction!" ),
164178QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: system error: " ),
165179QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
@@ -173,27 +187,26 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write file info"),
173187QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write to coin database" ),
174188QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write transaction index" ),
175189QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write undo data" ),
176- QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee per kB to add to transactions you send" ),
177- QT_TRANSLATE_NOOP (" bitcoin-core" , " Fees smaller than this are considered zero fee (for relaying) (default:" ),
190+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee (in BTC/kB) to add to transactions you send (default: %s)" ),
178191QT_TRANSLATE_NOOP (" bitcoin-core" , " Find peers using DNS lookup (default: 1 unless -connect)" ),
179192QT_TRANSLATE_NOOP (" bitcoin-core" , " Force safe mode (default: 0)" ),
180193QT_TRANSLATE_NOOP (" bitcoin-core" , " Generate coins (default: 0)" ),
181- QT_TRANSLATE_NOOP (" bitcoin-core" , " Get help for a command" ),
182194QT_TRANSLATE_NOOP (" bitcoin-core" , " How many blocks to check at startup (default: 288, 0 = all)" ),
183195QT_TRANSLATE_NOOP (" bitcoin-core" , " If <category> is not supplied, output all debugging information." ),
184196QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing..." ),
185197QT_TRANSLATE_NOOP (" bitcoin-core" , " Imports blocks from external blk000??.dat file" ),
186198QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
187199QT_TRANSLATE_NOOP (" bitcoin-core" , " Information" ),
200+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. Bitcoin Core is shutting down." ),
188201QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
189202QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address: '%s'" ),
190203QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address: '%s'" ),
191204QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -minrelaytxfee=<amount>: '%s'" ),
192205QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -mintxfee=<amount>: '%s'" ),
193206QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s'" ),
194207QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount" ),
208+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Keep at most <n> unconnectable blocks in memory (default: %u)" ),
195209QT_TRANSLATE_NOOP (" bitcoin-core" , " Limit size of signature cache to <n> entries (default: 50000)" ),
196- QT_TRANSLATE_NOOP (" bitcoin-core" , " List commands" ),
197210QT_TRANSLATE_NOOP (" bitcoin-core" , " Listen for connections on <port> (default: 8333 or testnet: 18333)" ),
198211QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading addresses..." ),
199212QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index..." ),
@@ -203,6 +216,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0
203216QT_TRANSLATE_NOOP (" bitcoin-core" , " Maintain at most <n> connections to peers (default: 125)" ),
204217QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)" ),
205218QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)" ),
219+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Node relay options:" ),
206220QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
207221QT_TRANSLATE_NOOP (" bitcoin-core" , " Only accept block chain matching built-in checkpoints (default: 1)" ),
208222QT_TRANSLATE_NOOP (" bitcoin-core" , " Only connect to nodes in network <net> (IPv4, IPv6 or Tor)" ),
@@ -212,19 +226,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default:
212226QT_TRANSLATE_NOOP (" bitcoin-core" , " Print block on startup, if found in block index" ),
213227QT_TRANSLATE_NOOP (" bitcoin-core" , " Print block tree on startup (default: 0)" ),
214228QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
215- QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC client options:" ),
216229QT_TRANSLATE_NOOP (" bitcoin-core" , " RPC server options:" ),
217230QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly drop 1 of every <n> network messages" ),
218231QT_TRANSLATE_NOOP (" bitcoin-core" , " Randomly fuzz 1 of every <n> network messages" ),
219232QT_TRANSLATE_NOOP (" bitcoin-core" , " Rebuild block chain index from current blk000??.dat files" ),
233+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Relay and mine data carrier transactions (default: 1)" ),
220234QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescan the block chain for missing wallet transactions" ),
221235QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
222236QT_TRANSLATE_NOOP (" bitcoin-core" , " Run a thread to flush wallet periodically (default: 1)" ),
223237QT_TRANSLATE_NOOP (" bitcoin-core" , " Run in the background as a daemon and accept commands" ),
224- QT_TRANSLATE_NOOP (" bitcoin-core" , " SSL options: (see the Bitcoin Wiki for SSL setup instructions)" ),
225238QT_TRANSLATE_NOOP (" bitcoin-core" , " Select SOCKS version for -proxy (4 or 5, default: 5)" ),
226- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send command to Bitcoin Core" ),
227- QT_TRANSLATE_NOOP (" bitcoin-core" , " Send commands to node running on <ip> (default: 127.0.0.1)" ),
228239QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
229240QT_TRANSLATE_NOOP (" bitcoin-core" , " Server certificate file (default: server.cert)" ),
230241QT_TRANSLATE_NOOP (" bitcoin-core" , " Server private key (default: server.pem)" ),
@@ -245,29 +256,27 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
245256QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify wallet file (within data directory)" ),
246257QT_TRANSLATE_NOOP (" bitcoin-core" , " Specify your own public address" ),
247258QT_TRANSLATE_NOOP (" bitcoin-core" , " Spend unconfirmed change when sending transactions (default: 1)" ),
248- QT_TRANSLATE_NOOP (" bitcoin-core" , " Start Bitcoin Core Daemon " ),
259+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Stop running after importing blocks from disk (default: 0) " ),
249260QT_TRANSLATE_NOOP (" bitcoin-core" , " System error: " ),
250261QT_TRANSLATE_NOOP (" bitcoin-core" , " This help message" ),
262+ QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
251263QT_TRANSLATE_NOOP (" bitcoin-core" , " This is intended for regression testing tools and app development." ),
252264QT_TRANSLATE_NOOP (" bitcoin-core" , " Threshold for disconnecting misbehaving peers (default: 100)" ),
253265QT_TRANSLATE_NOOP (" bitcoin-core" , " To use the %s option" ),
254266QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
255267QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must be positive" ),
256268QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
257- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %d, % s)" ),
269+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
258270QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -socks proxy version requested: %i" ),
259271QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
260272QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrade wallet to latest format" ),
261- QT_TRANSLATE_NOOP (" bitcoin-core" , " Usage (deprecated, use bitcoin-cli):" ),
262- QT_TRANSLATE_NOOP (" bitcoin-core" , " Usage:" ),
263273QT_TRANSLATE_NOOP (" bitcoin-core" , " Use OpenSSL (https) for JSON-RPC connections" ),
264274QT_TRANSLATE_NOOP (" bitcoin-core" , " Use UPnP to map the listening port (default: 0)" ),
265275QT_TRANSLATE_NOOP (" bitcoin-core" , " Use UPnP to map the listening port (default: 1 when listening)" ),
266276QT_TRANSLATE_NOOP (" bitcoin-core" , " Use the test network" ),
267277QT_TRANSLATE_NOOP (" bitcoin-core" , " Username for JSON-RPC connections" ),
268278QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks..." ),
269279QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet..." ),
270- QT_TRANSLATE_NOOP (" bitcoin-core" , " Wait for RPC server to start" ),
271280QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet %s resides outside data directory %s" ),
272281QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart Bitcoin to complete" ),
273282QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet options:" ),
@@ -277,6 +286,5 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade re
277286QT_TRANSLATE_NOOP (" bitcoin-core" , " You need to rebuild the database using -reindex to change -txindex" ),
278287QT_TRANSLATE_NOOP (" bitcoin-core" , " Zapping all transactions from wallet..." ),
279288QT_TRANSLATE_NOOP (" bitcoin-core" , " on startup" ),
280- QT_TRANSLATE_NOOP (" bitcoin-core" , " version" ),
281289QT_TRANSLATE_NOOP (" bitcoin-core" , " wallet.dat corrupt, salvage failed" ),
282290};
0 commit comments