@ -24,6 +24,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -24,6 +24,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
" Accept relayed transactions received from whitelisted peers even when not "
" relaying transactions (default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Add a node to connect to and attempt to keep the connection open (see the "
" `addnode` RPC command help for more info) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Allow JSON-RPC connections from specified source. Valid for <ip> are a "
" single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
" a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times " ) ,
@ -42,8 +45,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -42,8 +45,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Cannot obtain a lock on data directory %s. %s is probably already running. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Cannot provide specific connections and have addrman find outgoing "
" connections at the same. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Connect only to the specified node(s); -connect=0 disables automatic "
" connections " ) ,
" connections (the rules for this peer are the same as for -addnode) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Create new files with system default permissions, instead of umask 077 (only "
" effective with disabled wallet functionality) " ) ,
@ -160,12 +166,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -160,12 +166,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
" Set lowest fee rate (in %s/kB) for transactions to be included in block "
" creation. (default: %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Set maximum BIP141 block weight to this * 4. Deprecated, use blockmaxweight " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
" leave that many cores free, default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Sets the serialization of raw transaction or block hex returned in non- "
" verbose mode, non-segwit(0) or segwit(1) (default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Specify directory to hold wallets (default: <datadir>/wallets if it exists, "
" otherwise <datadir>) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Specify location of debug log file: this can be an absolute path or a path "
" relative to the data directory (default: %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Support filtering of blocks and transaction with bloom filters (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" The block database contains a block which appears to be from the future. "
@ -212,9 +226,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -212,9 +226,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Use UPnP to map the listening port (default: 1 when listening and no -proxy) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Use hierarchical deterministic key generation (HD) after BIP32. Only has "
" effect during wallet creation/first start " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
" %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
@ -240,6 +251,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -240,6 +251,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
" Warning: We do not appear to fully agree with our peers! You may need to "
" upgrade, or other nodes may need to upgrade. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" What type of addresses to use ( \" legacy \" , \" p2sh-segwit \" , or \" bech32 \" , "
" default: \" %s \" ) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" What type of change to use ( \" legacy \" , \" p2sh-segwit \" , or \" bech32 \" ). "
" Default is same as -addresstype, except when -addresstype=p2sh-segwit a "
" native segwit output is used when sending to a native segwit address) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Whether to save the mempool on shutdown and load on restart (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
@ -250,20 +268,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -250,20 +268,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" You need to rebuild the database using -reindex to go back to unpruned "
" mode. This will redownload the entire blockchain " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " "
" You need to rebuild the database using -reindex-chainstate to change -txindex " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " %d of last 100 blocks have unexpected version " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " %s corrupt, salvage failed " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " %s is set very high! " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " (default: %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " (press q to shutdown and continue later) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " -maxmempool must be at least %d MB " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " <category> can be: " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Accept command line and JSON-RPC commands " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Accept connections from outside (default: 1 if no -proxy or -connect) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Accept public REST requests (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Add a node to connect to and attempt to keep the connection open " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Allow DNS lookups for -addnode, -seednode and -connect " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Always query for peer addresses via DNS lookup (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Append comment to the user agent string " ) ,
@ -272,7 +286,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (defa
@@ -272,7 +286,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (defa
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Block creation options: " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Cannot downgrade wallet " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Cannot resolve -%s address: '%s' " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Cannot write default address " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Chain selection options: " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Change index out of range " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Connect through SOCKS5 proxy " ) ,
@ -289,6 +302,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash transaction in <address>"
@@ -289,6 +302,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash transaction in <address>"
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Enable publish raw block in <address> " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Enable publish raw transaction in <address> " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Enable transaction replacement in the memory pool (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Error creating %s: You can't create non-HD wallets with this version. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Error initializing block database " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Error initializing wallet database environment %s! " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Error loading %s " ) ,
@ -306,6 +320,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
@@ -306,6 +320,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Error: A fatal internal error occurred, see debug.log for details " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Error: Disk space is low! " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Failed to listen on any port. Use -listen=0 if you want this. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Failed to rescan the wallet during initialization " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Fee (in %s/kB) to add to transactions you send (default: %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " How many blocks to check at startup (default: %u, 0 = all) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Importing... " ) ,
@ -360,15 +375,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
@@ -360,15 +375,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Rewinding blocks... " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Run in the background as a daemon and accept commands " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Send trace/debug info to console instead of debug.log file " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Send transactions with full-RBF opt-in enabled (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Send transactions with full-RBF opt-in enabled (RPC only, default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Set database cache size in megabytes (%d to %d, default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Set key pool size to <n> (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Set maximum BIP141 block weight (default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Set maximum block size in bytes (default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Set the number of threads to service RPC calls (default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Show all debugging options (usage: --help -help-debug) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Shrink debug.log file on client startup (default: 1 when no -debug) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Signing transaction failed " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Specified -walletdir \" %s \" does not exist " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Specified -walletdir \" %s \" is a relative path " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Specified -walletdir \" %s \" is not a directory " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Specify configuration file (default: %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Specify connection timeout in milliseconds (minimum: 1, default: %d) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Specify data directory " ) ,
@ -395,7 +412,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
@@ -395,7 +412,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Transaction too large " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unable to bind to %s on this computer (bind returned error %s) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unable to bind to %s on this computer. %s is probably already running. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unable to generate initial keys " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unable to start HTTP server. See debug log for details. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unknown address type '%s' " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unknown change type '%s' " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unknown network specified in -onlynet: '%s' " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unsupported argument -benchmark ignored, use -debug=bench. " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Unsupported argument -debugnet ignored, use -debug=net. " ) ,
@ -409,13 +429,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe chara
@@ -409,13 +429,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe chara
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Username for JSON-RPC connections " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Verifying blocks... " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Verifying wallet(s)... " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Wallet %s resides outside data directory %s " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Wallet %s resides outside wallet directory %s " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Wallet debugging/testing options: " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Wallet needed to be rewritten: restart %s to complete " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Wallet options: " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Warning " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Warning: unknown new rules activated (versionbit %i) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Whether to operate in a blocks only mode (default: %u) " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " You need to rebuild the database using -reindex to change -txindex " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " Zapping all transactions from wallet... " ) ,
QT_TRANSLATE_NOOP ( " bitcoin-core " , " ZeroMQ notification options: " ) ,
} ;