diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py --- a/share/qt/extract_strings_qt.py +++ b/share/qt/extract_strings_qt.py @@ -70,11 +70,9 @@ messages = parse_po(out.decode('utf-8')) f = open(OUT_CPP, 'w', encoding="utf8") +f.write('#include \n') +f.write('// Automatically @{} by extract_strings_qt.py\n'.format('generated')) f.write(""" - -#include - -// Automatically generated by extract_strings_qt.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else @@ -82,14 +80,14 @@ #endif """) f.write('static const char UNUSED *bitcoin_strings[] = {\n') -f.write('QT_TRANSLATE_NOOP("bitcoin-core", "{}"),\n'.format(os.getenv('PACKAGE_NAME'),)) -f.write('QT_TRANSLATE_NOOP("bitcoin-core", "{}"),\n'.format(os.getenv('COPYRIGHT_HOLDERS'),)) +f.write('QT_TRANSLATE_NOOP("bitcoin-abc", "{}"),\n'.format(os.getenv('PACKAGE_NAME'),)) +f.write('QT_TRANSLATE_NOOP("bitcoin-abc", "{}"),\n'.format(os.getenv('COPYRIGHT_HOLDERS'),)) if os.getenv('COPYRIGHT_HOLDERS_SUBSTITUTION') != os.getenv('PACKAGE_NAME'): - f.write('QT_TRANSLATE_NOOP("bitcoin-core", "{}"),\n'.format( + f.write('QT_TRANSLATE_NOOP("bitcoin-abc", "{}"),\n'.format( os.getenv('COPYRIGHT_HOLDERS_SUBSTITUTION'),)) messages.sort(key=operator.itemgetter(0)) for (msgid, msgstr) in messages: if msgid != EMPTY: - f.write('QT_TRANSLATE_NOOP("bitcoin-core", {}),\n'.format('\n'.join(msgid))) + f.write('QT_TRANSLATE_NOOP("bitcoin-abc", {}),\n'.format('\n'.join(msgid))) f.write('};\n') f.close() diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -1,640 +1,191 @@ - - #include +// Automatically @generated by extract_strings_qt.py -// Automatically generated by extract_strings_qt.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else #define UNUSED #endif static const char UNUSED *bitcoin_strings[] = { - QT_TRANSLATE_NOOP("bitcoin-abc", "Bitcoin ABC"), - QT_TRANSLATE_NOOP("bitcoin-abc", "The %s developers"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "(1 = keep tx meta data e.g. account owner and payment " - "request information, 2 " - "= drop tx meta data)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "-maxtxfee is set very high! Fees this large could be paid on a single " - "transaction."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "A fee rate (in %s/kB) that will be used " - "when fee estimation has insufficient " - "data (default: %s)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Accept connections from outside (default: 1 if no -proxy or -connect/-" - "noconnect)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Accept relayed transactions received " - "from whitelisted peers even when not " - "relaying transactions (default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Allow JSON-RPC connections from specified source. Valid " - "for 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"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Bind to given address and always listen " - "on it. Use [host]:port notation for " - "IPv6"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Bind to given address and whitelist " - "peers connecting to it. Use [host]:port " - "notation for IPv6"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Bind to given address to listen for " - "JSON-RPC connections. Use [host]:port " - "notation for IPv6. This option can be " - "specified multiple times (default: " - "bind to all interfaces)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Cannot obtain a lock on data directory " - "%s. %s is probably already running."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Connect only to the specified node(s); " - "-noconnect or -connect=0 alone to " - "disable automatic connections"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Create new files with system default permissions, " - "instead of umask 077 (only " - "effective with disabled wallet functionality)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Delete all wallet transactions and only recover those parts of the " - "blockchain through -rescan on startup"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Discover own IP addresses (default: 1 " - "when listening and no -externalip or -" - "proxy)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Distributed under the MIT software license, see the " - "accompanying file %s or " - "%s"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Do not keep transactions in the mempool " - "longer than hours (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Equivalent bytes per sigop in transactions for relay " - "and mining (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Error loading %s: You can't enable HD " - "on a already existing non-HD wallet"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Error reading %s! All keys read correctly, but " - "transaction data or address " - "book entries might be missing or incorrect."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Error: Listening for incoming connections failed " - "(listen returned error %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Execute command when a relevant alert is received or we " - "see a really long " - "fork (%s in cmd is replaced by message)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Execute command when a wallet transaction changes (%s " - "in cmd is replaced by " - "TxID)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Execute command when the best block " - "changes (%s in cmd is replaced by block " - "hash)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Extra transactions to keep in memory " - "for compact block reconstructions " - "(default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Fees (in %s/kB) smaller than this are considered zero " - "fee for relaying, " - "mining and transaction creation (default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Fees (in %s/kB) smaller than this are " - "considered zero fee for transaction " - "creation (default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Force relay of transactions from " - "whitelisted peers even if they violate " - "local relay policy (default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "How thorough the block verification of " - "-checkblocks is (0-4, default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "If is not supplied or if " - " = 1, output all debugging " - "information."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "If this block is in the chain assume that it and its " - "ancestors are valid and " - "potentially skip their script verification (0 to verify " - "all, default: %s, " - "testnet: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Invalid amount for -maxtxfee=: '%s' (must be at " - "least the minrelay " - "fee of %s to prevent stuck transactions)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Maintain a full transaction index, used " - "by the getrawtransaction rpc call " - "(default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Maximum allowed median peer time offset adjustment. Local perspective " - "of " - "time may be influenced by peers forward or backward by this amount. " - "(default: %u seconds)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Maximum size of data in data carrier transactions we relay and mine " - "(default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Maximum total fees (in %s) to use in a " - "single wallet transaction or raw " - "transaction; setting this too low may " - "abort large transactions (default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Number of seconds to keep misbehaving " - "peers from reconnecting (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Output debugging information (default: " - "%u, supplying is optional)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Please check that your computer's date " - "and time are correct! If your clock " - "is wrong, %s will not work properly."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Please contribute if you find %s useful. Visit %s for " - "further information " - "about the software."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Prune configured below the minimum of " - "%d MiB. Please use a higher number."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Prune: last wallet synchronisation goes beyond pruned data. You need " - "to -" - "reindex (download the whole blockchain again in case of pruned node)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Query for peer addresses via DNS " - "lookup, if low on addresses (default: 1 " - "unless -connect/-noconnect)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Randomize credentials for every proxy " - "connection. This enables Tor stream " - "isolation (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Reduce storage requirements by enabling pruning (deleting) of old " - "blocks. " - "This allows the pruneblockchain RPC to be called to delete specific " - "blocks, " - "and enables automatic pruning of old blocks if a target size in MiB " - "is " - "provided. This mode is incompatible with -txindex and -rescan. " - "Warning: " - "Reverting this setting requires re-downloading the entire blockchain. " - "(default: 0 = disable pruning blocks, 1 = allow manual pruning via " - "RPC, >%u " - "= automatically prune block files to stay under the specified target " - "size in " - "MiB)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Rescans are not possible in pruned mode. You will need " - "to use -reindex which " - "will download the whole blockchain again."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Set lowest fee rate (in %s/kB) for " - "transactions to be included in block " - "creation. (default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Set maximum size of high-priority/low-fee transactions " - "in bytes (default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Set the number of script verification threads (%u to " - "%d, 0 = auto, <0 = " - "leave that many cores free, default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "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-abc", - "" - "Support filtering of blocks and transaction with bloom " - "filters (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "The block database contains a block " - "which appears to be from the future. " - "This may be due to your computer's date " - "and time being set incorrectly. Only " - "rebuild the block database if you are " - "sure that your computer's date and " - "time are correct"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "The transaction amount is too small to " - "send after the fee has been deducted"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "This is a pre-release test build - use " - "at your own risk - do not use for " - "mining or merchant applications"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "This is the transaction fee you may pay " - "when fee estimates are not available."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "This product includes software developed by the OpenSSL " - "Project for use in " - "the OpenSSL Toolkit %s and cryptographic software " - "written by Eric Young and " - "UPnP software written by Thomas Bernard."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Total length of network version string (%i) exceeds " - "maximum length (%i). " - "Reduce the number or size of uacomments."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Tries to keep outbound traffic under " - "the given target (in MiB per 24h), 0 = " - "no limit (default: %d)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Unable to rewind the database to a pre-fork state. You will need to " - "redownload the blockchain"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Unsupported argument -socks found. Setting SOCKS " - "version isn't possible " - "anymore, only SOCKS5 proxies are supported."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Unsupported argument -whitelistalwaysrelay ignored, use " - "-whitelistrelay and/" - "or -whitelistforcerelay."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Use UPnP to map the listening port (default: 1 when " - "listening and no -proxy)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Use hierarchical deterministic key generation (HD) " - "after BIP32. Only has " - "effect during wallet creation/first start"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Use separate SOCKS5 proxy to reach " - "peers via Tor hidden services (default: " - "%s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Username and hashed password for JSON-RPC connections. " - "The field " - "comes in the format: :$. A " - "canonical python script is " - "included in share/rpcuser. The client then connects " - "normally using the " - "rpcuser=/rpcpassword= pair of " - "arguments. This option can " - "be specified multiple times"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "" - "Wallet will not create transactions that violate mempool chain limits " - "(default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Warning: The network does not appear to " - "fully agree! Some miners appear to " - "be experiencing issues."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Warning: Unknown block versions being " - "mined! It's possible unknown rules are " - "in effect"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "Warning: Wallet file corrupt, data salvaged! Original " - "%s saved as %s in %s; " - "if your balance or transactions are incorrect you " - "should restore from a " - "backup."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "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-abc", - "" - "Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) " - "or CIDR " - "notated network (e.g. 1.2.3.0/24). Can be specified multiple times."), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "Whitelisted peers cannot be DoS banned " - "and their transactions are always " - "relayed, even if they are already in " - "the mempool, useful e.g. for a gateway"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "" - "You need to rebuild the database using -reindex to go " - "back to unpruned " - "mode. This will redownload the entire blockchain"), - QT_TRANSLATE_NOOP("bitcoin-abc", "" - "You need to rebuild the database using " - "-reindex-chainstate to change -txindex"), - QT_TRANSLATE_NOOP("bitcoin-abc", "%s corrupt, salvage failed"), - QT_TRANSLATE_NOOP("bitcoin-abc", "%s is set very high!"), - QT_TRANSLATE_NOOP("bitcoin-abc", "(default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "(default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "-maxmempool must be at least %d MB"), - QT_TRANSLATE_NOOP("bitcoin-abc", " can be:"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Accept command line and JSON-RPC commands"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Accept public REST requests (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Add a node to connect to and attempt to keep the connection open"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Allow DNS lookups for -addnode, -seednode and -connect"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Always query for peer addresses via DNS lookup (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Append comment to the user agent string"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Attempt to recover private keys from a corrupt wallet on startup"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Automatically create Tor hidden service (default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Block creation options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Cannot downgrade wallet"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Cannot resolve -%s address: '%s'"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Cannot write default address"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Chain selection options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Change index out of range"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Connect through SOCKS5 proxy"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Connect to a node to retrieve peer addresses, and disconnect"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Connection options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Copyright (C) %i-%i"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Corrupted block database detected"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Debugging/Testing options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Do not load the wallet and disable wallet RPC calls"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Do you want to rebuild the block database now?"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Done loading"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Enable publish hash block in
"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Enable publish hash transaction in
"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Enable publish raw block in
"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Enable publish raw transaction in
"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Enable transaction replacement in the memory pool (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error initializing block database"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Error initializing wallet database environment %s!"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s: Wallet corrupted"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Error loading %s: Wallet requires newer version of %s"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s: You can't disable HD " - "on a already existing HD wallet"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading block database"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error opening block database"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Error reading from database, shutting down."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Error: A fatal internal error occurred, see debug.log for details"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Error: Disk space is low!"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Failed to listen on any port. Use -listen=0 if you want this."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Fee (in %s/kB) to add to transactions you send (default: %s)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "How many blocks to check at startup (default: %u, 0 = all)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Importing..."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Imports blocks from external blk000??.dat file on startup"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Include IP addresses in debug output (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Incorrect or no genesis block found. Wrong datadir for network?"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Information"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Initialization sanity check failed. %s is shutting down."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Insufficient funds"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid -onion address: '%s'"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid -proxy address: '%s'"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid amount for -%s=: '%s'"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Invalid amount for -fallbackfee=: '%s'"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Invalid netmask specified in -whitelist: '%s'"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Keep at most unconnectable transactions in memory (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Keep the transaction memory pool below megabytes (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Keypool ran out, please call keypoolrefill first"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Listen for JSON-RPC connections on " - " (default: %u or testnet: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Listen for connections on (default: %u or testnet: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Loading addresses..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Loading banlist..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Loading block index..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Loading wallet..."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Location of the auth cookie (default: data dir)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Maintain at most connections to peers (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Make the wallet broadcast transactions"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Maximum per-connection send buffer, *1000 bytes (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Need to specify a port with -whitebind: '%s'"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Node relay options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Not enough file descriptors available."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Only connect to nodes in network (ipv4, ipv6 or onion)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Password for JSON-RPC connections"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Prepend debug output with timestamp (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Print this help message and exit"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Print version and exit"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Prune cannot be configured with a negative value."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Prune mode is incompatible with -txindex."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Pruning blockstore..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "RPC server options:"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Rebuild chain state and block index from the blk*.dat files on disk"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Rebuild chain state from the currently indexed blocks"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Reducing -maxconnections from %d to %d, " - "because of system limitations."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Relay and mine data carrier transactions (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Relay non-P2SH multisig (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Rescan the block chain for missing wallet transactions on startup"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Rescanning..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Rewinding blocks..."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Run in the background as a daemon and accept commands"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Send trace/debug info to console instead of debug.log file"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Send transactions as zero-fee transactions if possible (default: %u)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Set database cache size in megabytes (%d to %d, default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Set key pool size to (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Set maximum block size in bytes (default: %d)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Set the number of threads to service RPC calls (default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Show all debugging options (usage: --help -help-debug)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Shrink debug.log file on client startup (default: 1 when no -debug)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Signing transaction failed"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Specify configuration file (default: %s)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Specify connection timeout in milliseconds (minimum: 1, default: %d)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Specify data directory"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Specify pid file (default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Specify wallet file (within data directory)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Specify your own public address"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Spend unconfirmed change when sending transactions (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Starting network threads..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "The source code is available from %s."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "The transaction amount is too small to pay the fee"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "The wallet will avoid paying less than the minimum relay fee."), - QT_TRANSLATE_NOOP("bitcoin-abc", "This is experimental software."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "This is the minimum transaction fee you pay on every transaction."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "This is the transaction fee you will pay if you send a transaction."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Threshold for disconnecting misbehaving peers (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Tor control port password (default: empty)"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Tor control port to use if onion listening enabled (default: %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction amount too small"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Transaction amounts must not be negative"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Transaction has too long of a mempool chain"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Transaction must have at least one recipient"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction too large for fee policy"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction too large"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Unable to bind to %s on this computer (bind returned error %s)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to bind to %s on this computer. " - "%s is probably already running."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Unable to start HTTP server. See debug log for details."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Unknown network specified in -onlynet: '%s'"), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Unsupported argument -benchmark ignored, use -debug=bench."), - QT_TRANSLATE_NOOP( - "bitcoin-abc", - "Unsupported argument -debugnet ignored, use -debug=net."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Unsupported argument -tor found, use -onion."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Upgrade wallet to latest format on startup"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Use UPnP to map the listening port (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Use the test chain"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "User Agent comment (%s) contains unsafe characters."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Username for JSON-RPC connections"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Verifying blocks..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "Verifying wallet..."), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Wallet %s resides outside data directory %s"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Wallet debugging/testing options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Wallet needed to be rewritten: restart %s to complete"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Wallet options:"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Warning"), - QT_TRANSLATE_NOOP("bitcoin-abc", - "Whether to operate in a blocks only mode (default: %u)"), - QT_TRANSLATE_NOOP("bitcoin-abc", "Zapping all transactions from wallet..."), - QT_TRANSLATE_NOOP("bitcoin-abc", "ZeroMQ notification options:"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Bitcoin ABC"), +QT_TRANSLATE_NOOP("bitcoin-abc", "The %s developers"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Bitcoin"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"-maxtxfee is set very high! Fees this large could be paid on a single " +"transaction."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Accept relayed transactions received from whitelisted peers even when not " +"relaying transactions (default: %d)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Can't generate a change-address key. Private keys are disabled for this " +"wallet."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Cannot obtain a lock on data directory %s. %s is probably already running."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Cannot provide specific connections and have addrman find outgoing " +"connections at the same."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Cannot upgrade a non HD split wallet without upgrading to support pre split " +"keypool. Please use -upgradewallet=200300 or -upgradewallet with no version " +"specified."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Distributed under the MIT software license, see the accompanying file %s or " +"%s"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Error reading %s! All keys read correctly, but transaction data or address " +"book entries might be missing or incorrect."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Error: Listening for incoming connections failed (listen returned error %s)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Invalid amount for -maxtxfee=: '%s' (must be at least the minrelay " +"fee of %s to prevent stuck transactions)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Max generated block size (blockmaxsize) cannot exceed the excessive block " +"size (excessiveblocksize)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Please check that your computer's date and time are correct! If your clock " +"is wrong, %s will not work properly."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Please contribute if you find %s useful. Visit %s for further information " +"about the software."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Prune configured below the minimum of %d MiB. Please use a higher number."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Prune: last wallet synchronisation goes beyond pruned data. You need to -" +"reindex (download the whole blockchain again in case of pruned node)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Rescans are not possible in pruned mode. You will need to use -reindex which " +"will download the whole blockchain again."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"The block database contains a block which appears to be from the future. " +"This may be due to your computer's date and time being set incorrectly. Only " +"rebuild the block database if you are sure that your computer's date and " +"time are correct"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"The transaction amount is too small to send after the fee has been deducted"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"This is a pre-release test build - use at your own risk - do not use for " +"mining or merchant applications"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"This is the transaction fee you may pay when fee estimates are not available."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"This product includes software developed by the OpenSSL Project for use in " +"the OpenSSL Toolkit %s and cryptographic software written by Eric Young and " +"UPnP software written by Thomas Bernard."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Total length of network version string (%i) exceeds maximum length (%i). " +"Reduce the number or size of uacomments."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Unable to replay blocks. You will need to rebuild the database using -" +"reindex-chainstate."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Warning: Private keys detected in wallet {%s} with disabled private keys"), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Warning: The network does not appear to fully agree! Some miners appear to " +"be experiencing issues."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; " +"if your balance or transactions are incorrect you should restore from a " +"backup."), +QT_TRANSLATE_NOOP("bitcoin-abc", "" +"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-abc", "" +"You need to rebuild the database using -reindex to go back to unpruned " +"mode. This will redownload the entire blockchain"), +QT_TRANSLATE_NOOP("bitcoin-abc", "%s corrupt, salvage failed"), +QT_TRANSLATE_NOOP("bitcoin-abc", "%s is set very high!"), +QT_TRANSLATE_NOOP("bitcoin-abc", "-maxmempool must be at least %d MB"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Cannot downgrade wallet"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Cannot resolve -%s address: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Cannot write to data directory '%s'; check permissions."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Change index out of range"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Config setting for %s only applied on %s network when in [%s] section."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Connect through SOCKS5 proxy"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Copyright (C) %i-%i"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Corrupted block database detected"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Do you want to rebuild the block database now?"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Done loading"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error initializing block database"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error initializing wallet database environment %s!"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s: Private keys can only be disabled during creation"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s: Wallet corrupted"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading %s: Wallet requires newer version of %s"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading block database"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error loading wallet %s. Duplicate -wallet filename specified."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error opening block database"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error reading from database, shutting down."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error upgrading chainstate database"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error: A fatal internal error occurred, see debug.log for details"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error: Disk space is low for %s"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Error: Disk space is low!"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Excessive block size must be > 1,000,000 bytes (1MB)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Failed to listen on any port. Use -listen=0 if you want this."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Failed to rescan the wallet during initialization"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Importing..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Incorrect or no genesis block found. Wrong datadir for network?"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Information"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Initialization sanity check failed. %s is shutting down."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Insufficient funds"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid -onion address or hostname: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid -proxy address or hostname: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid amount for -%s=: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid amount for -fallbackfee=: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Invalid netmask specified in -whitelist: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Keypool ran out, please call keypoolrefill first"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Loading P2P addresses..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Loading banlist..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Loading block index..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Loading wallet..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Need to specify a port with -whitebind: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Not enough file descriptors available."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Password for JSON-RPC connections"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Prune cannot be configured with a negative value."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Prune mode is incompatible with -txindex."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Pruning blockstore..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Reducing -maxconnections from %d to %d, because of system limitations."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Replaying blocks..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Rescanning..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Run in the background as a daemon and accept commands"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Section [%s] is not recognized."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Signing transaction failed"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Specified -walletdir \"%s\" does not exist"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Specified -walletdir \"%s\" is a relative path"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Specified -walletdir \"%s\" is not a directory"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Specified blocks directory \"%s\" does not exist."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Starting network threads..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "The source code is available from %s."), +QT_TRANSLATE_NOOP("bitcoin-abc", "The transaction amount is too small to pay the fee"), +QT_TRANSLATE_NOOP("bitcoin-abc", "The wallet will avoid paying less than the minimum relay fee."), +QT_TRANSLATE_NOOP("bitcoin-abc", "This is experimental software."), +QT_TRANSLATE_NOOP("bitcoin-abc", "This is the minimum transaction fee you pay on every transaction."), +QT_TRANSLATE_NOOP("bitcoin-abc", "This is the transaction fee you will pay if you send a transaction."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction amount too small"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction amounts must not be negative"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction fee and change calculation failed"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction has too long of a mempool chain"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction must have at least one recipient"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction too large for fee policy"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Transaction too large"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to bind to %s on this computer (bind returned error %s)"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to bind to %s on this computer. %s is probably already running."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to create the PID file '%s': %s"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to generate initial keys"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to generate keys"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unable to start HTTP server. See debug log for details."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unknown network specified in -onlynet: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Unsupported logging category %s=%s."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Upgrading UTXO database"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Upgrading txindex database"), +QT_TRANSLATE_NOOP("bitcoin-abc", "User Agent comment (%s) contains unsafe characters."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Username for JSON-RPC connections"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Verifying blocks..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Verifying wallet(s)..."), +QT_TRANSLATE_NOOP("bitcoin-abc", "Wallet %s resides outside wallet directory %s"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Wallet needed to be rewritten: restart %s to complete"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Warning"), +QT_TRANSLATE_NOOP("bitcoin-abc", "Zapping all transactions from wallet..."), }; diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -109,7 +109,7 @@ - + Export Address List @@ -132,7 +132,7 @@ AddressTableModel - + Label @@ -215,7 +215,7 @@ - + Confirm wallet encryption @@ -231,22 +231,22 @@ - + Wallet encrypted - - %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + + Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. - + @@ -296,7 +296,7 @@ BanTableModel - + IP/Netmask @@ -314,22 +314,17 @@ Sign &message... - + Synchronizing with network... Synchronizing with network... - + &Overview &Overview - - Node - - - - + Show general overview of wallet Show general overview of wallet @@ -349,7 +344,7 @@ Browse transaction history - + E&xit E&xit @@ -404,7 +399,7 @@ &Change Passphrase... - + &Sending addresses... @@ -424,12 +419,12 @@ - + Wallet: - + Click to disable network activity. @@ -449,17 +444,22 @@ - + Reindexing blocks on disk... Reindexing blocks on disk... - + + Proxy is <b>enabled</b>: %1 + + + + Send coins to a Bitcoin address Send coins to a Bitcoin address - + Backup wallet to another location Backup wallet to another location @@ -484,17 +484,12 @@ &Verify message... - + Bitcoin Bitcoin - - Wallet - Wallet - - - + &Send &Send @@ -504,7 +499,7 @@ &Receive - + &Show / Hide &Show / Hide @@ -529,7 +524,7 @@ Verify messages to ensure they were signed with specified Bitcoin addresses - + &File &File @@ -549,7 +544,7 @@ Tabs toolbar - + Show the list of used sending addresses and labels @@ -564,7 +559,7 @@ - + %n active connection(s) to Bitcoin network %n active connection to Bitcoin network @@ -572,7 +567,7 @@ - + Indexing blocks on disk... @@ -625,17 +620,17 @@ Up to date - + Show the %1 help message to get a list with possible Bitcoin command-line options - + %1 client - + Connecting to peers... @@ -645,7 +640,7 @@ Catching up... - + Date: %1 @@ -711,7 +706,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -804,7 +799,7 @@ Confirmed - + Copy address @@ -815,12 +810,12 @@ - + Copy amount - + Copy transaction ID @@ -835,7 +830,7 @@ - + Copy quantity @@ -870,7 +865,7 @@ - + yes @@ -949,7 +944,7 @@ - + The entered address "%1" is not a valid Bitcoin address. @@ -977,12 +972,12 @@ FreespaceChecker - + A new data directory will be created. A new data directory will be created. - + name name @@ -1005,7 +1000,7 @@ HelpMessageDialog - + version version @@ -1069,7 +1064,7 @@ Use a custom data directory: - + Bitcoin Bitcoin @@ -1094,7 +1089,7 @@ - + Error: Specified data directory "%1" cannot be created. @@ -1145,7 +1140,7 @@ - + Unknown... @@ -1237,7 +1232,7 @@ - + Size of &database cache @@ -1311,7 +1306,27 @@ &Network - + + Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher. + + + + + Prune &block storage to + + + + + GB + + + + + Reverting this setting requires re-downloading the entire blockchain. + + + + (0 = auto, <0 = leave that many cores free) @@ -1489,33 +1504,33 @@ &Cancel - + default default - + none - + Confirm options reset Confirm options reset - + Client restart required to activate changes. - + Client will be shut down. Do you want to proceed? - + Configuration options @@ -1535,7 +1550,7 @@ - + This change would require a client restart. @@ -1642,34 +1657,40 @@ PaymentServer - - + + - + Payment request error - + Cannot start click-to-pay handler - - + + + URI handling - + Payment request fetch URL is invalid: %1 - + + Cannot process payment request because BIP70 support was not compiled in. + + + + Invalid payment address %1 @@ -1679,7 +1700,7 @@ - + Payment request file handling @@ -1689,17 +1710,17 @@ - + - + Payment request rejected - + Payment request network doesn't match client network. @@ -1730,12 +1751,12 @@ - + Refund from %1 - + Payment request %1 is too large (%2 bytes, allowed %3 bytes). @@ -1760,7 +1781,7 @@ - + Payment acknowledged @@ -1768,7 +1789,7 @@ PeerTableModel - + User Agent @@ -1801,17 +1822,17 @@ QObject - + Amount Amount - + Enter a Bitcoin address (e.g. %1) - + %1 d @@ -1921,42 +1942,12 @@ - - Choose data directory on startup (default: %d) - - - - - Set language, for example "de_DE" (default: system locale) - - - - - Start minimized - - - - - Set SSL root certificates for payment request (default: -system-) - - - - - Show splash screen on startup (default: %d) - - - - - Reset all settings changed in the GUI - - - - + %1 didn't yet exit safely... - + unknown @@ -1987,17 +1978,17 @@ QRImageWidget - + &Save Image... - + &Copy Image - + Save QR Code @@ -2172,8 +2163,8 @@ - - + + Select a peer to view detailed information. @@ -2304,12 +2295,12 @@ - + In: - + Out: @@ -2324,7 +2315,7 @@ Clear console - + 1 &hour @@ -2357,12 +2348,12 @@ - + &Unban - + Welcome to the %1 RPC console. @@ -2382,27 +2373,27 @@ - + Network activity disabled - + Executing command without any wallet - + Executing command using "%1" wallet - + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command. - + (node id: %1) @@ -2525,7 +2516,7 @@ - + Copy URI @@ -2568,7 +2559,7 @@ - + Request payment to %1 @@ -2621,7 +2612,7 @@ RecentRequestsTableModel - + Date Date @@ -2636,7 +2627,7 @@ - + (no label) @@ -2651,7 +2642,7 @@ - + Requested @@ -2660,7 +2651,7 @@ SendCoinsDialog - + Send Coins Send Coins @@ -2740,14 +2731,7 @@ - - Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size. - -Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis. - - - - + per kilobyte @@ -2757,7 +2741,14 @@ - + + Specify a custom fee per kB (1,000 bytes) of the transaction's size. + +Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis. + + + + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. @@ -2838,7 +2829,7 @@ S&end - + Copy quantity @@ -2873,20 +2864,20 @@ - + from wallet %1 - + - + %1 to %2 - + Are you sure you want to send? @@ -3073,7 +3064,7 @@ - + A message that was attached to the %1 URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. @@ -3090,7 +3081,7 @@ - + Enter a label for this address to add it to your address book @@ -3098,7 +3089,7 @@ SendConfirmationDialog - + Yes @@ -3107,7 +3098,7 @@ ShutdownWindow - + %1 is shutting down... @@ -3228,12 +3219,12 @@ Reset all verify message fields - + Click "Sign Message" to generate signature - + The entered address is invalid. @@ -3310,7 +3301,7 @@ TrafficGraphWidget - + KB/s @@ -3318,7 +3309,7 @@ TransactionDesc - + Open for %n more block(s) Open for %n more block @@ -3425,12 +3416,12 @@ - + Credit - + matures in %n more block(s) matures in %n more block @@ -3445,12 +3436,12 @@ - + Debit - + Total debit @@ -3471,12 +3462,12 @@ - + Message - + Comment @@ -3492,21 +3483,16 @@ - Transaction virtual size - - - - Output index - + Merchant - + Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. @@ -3559,7 +3545,7 @@ TransactionTableModel - + Date Date @@ -3657,7 +3643,7 @@ - + (no label) @@ -3695,7 +3681,7 @@ TransactionView - + All @@ -3811,7 +3797,7 @@ - + Export Transaction History @@ -3889,7 +3875,7 @@ UnitDisplayStatusBarControl - + Unit to show amounts in. Click to select another unit. @@ -3905,10 +3891,15 @@ WalletModel - + Send Coins Send Coins + + + default wallet + + WalletView @@ -3923,7 +3914,7 @@ Export the data in the current tab to a file - + Backup Wallet @@ -3953,7 +3944,7 @@ - + Cancel @@ -3961,92 +3952,97 @@ bitcoin-abc - - Options: - Options: + + Distributed under the MIT software license, see the accompanying file %s or %s + - - Specify data directory - Specify data directory + + Prune configured below the minimum of %d MiB. Please use a higher number. + - - Connect to a node to retrieve peer addresses, and disconnect - Connect to a node to retrieve peer addresses, and disconnect + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + - - Specify your own public address - Specify your own public address + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + - - Accept command line and JSON-RPC commands - Accept command line and JSON-RPC commands + + Error: A fatal internal error occurred, see debug.log for details + - - Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + + Pruning blockstore... - - Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + + Replaying blocks... - - Distributed under the MIT software license, see the accompanying file %s or %s + + Run in the background as a daemon and accept commands + Run in the background as a daemon and accept commands + + + + Section [%s] is not recognized. - - If <category> is not supplied or if <category> = 1, output all debugging information. + + Specified -walletdir "%s" does not exist - - Prune configured below the minimum of %d MiB. Please use a higher number. + + Specified -walletdir "%s" is a relative path - - Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + + Specified -walletdir "%s" is not a directory - - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + + Specified blocks directory "%s" does not exist. - - Error: A fatal internal error occurred, see debug.log for details + + Transaction fee and change calculation failed - Fee (in %s/kB) to add to transactions you send (default: %s) + Unable to create the PID file '%s': %s - - Pruning blockstore... + + Unable to generate initial keys - - Run in the background as a daemon and accept commands - Run in the background as a daemon and accept commands + + Unable to generate keys + - + Unable to start HTTP server. See debug log for details. - + Bitcoin ABC Bitcoin ABC @@ -4056,165 +4052,60 @@ - - A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) - - - - + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) - - Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Bind to given address and always listen on it. Use [host]:port notation for IPv6 - - - + Cannot obtain a lock on data directory %s. %s is probably already running. - Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - - Error loading %s: You can't enable HD on a already existing non-HD wallet + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Please contribute if you find %s useful. Visit %s for further information about the software. - - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - - - - Extra transactions to keep in memory for compact block reconstructions (default: %u) + + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct - - If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - - Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) - - - - - Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) - - - - - Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. - - - - - Please contribute if you find %s useful. Visit %s for further information about the software. - - - - - Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) - - - - - Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) - - - - - Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) - - - - - The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct - - - - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - - - - - Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain - - - - - Use UPnP to map the listening port (default: 1 when listening and no -proxy) - - - - - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times - - - - - Wallet will not create transactions that violate mempool chain limits (default: %u) - - - - + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - - You need to rebuild the database using -reindex-chainstate to change -txindex - - - - + %s corrupt, salvage failed - + -maxmempool must be at least %d MB - - - <category> can be: - - - - - Append comment to the user agent string - - - - - Attempt to recover private keys from a corrupt wallet on startup - - - - - Block creation options: - Block creation options: - Cannot resolve -%s address: '%s' @@ -4222,21 +4113,11 @@ - Chain selection options: - - - - Change index out of range - - Connection options: - - - - + Copyright (C) %i-%i @@ -4247,46 +4128,11 @@ - Debugging/Testing options: - - - - - Do not load the wallet and disable wallet RPC calls - - - - Do you want to rebuild the block database now? Do you want to rebuild the block database now? - - - Enable publish hash block in <address> - - - - - Enable publish hash transaction in <address> - - - - - Enable publish raw block in <address> - - - - - Enable publish raw transaction in <address> - - - Enable transaction replacement in the memory pool (default: %u) - - - - Error initializing block database Error initializing block database @@ -4296,12 +4142,12 @@ Error initializing wallet database environment %s! - + Error loading %s - + Error loading %s: Wallet corrupted @@ -4311,787 +4157,427 @@ - - Error loading %s: You can't disable HD on a already existing HD wallet - - - - + Error loading block database Error loading block database - + Error opening block database Error opening block database - + Error: Disk space is low! Error: Disk space is low! - + Failed to listen on any port. Use -listen=0 if you want this. Failed to listen on any port. Use -listen=0 if you want this. - - - Importing... - - - - - Incorrect or no genesis block found. Wrong datadir for network? - Incorrect or no genesis block found. Wrong datadir for network? - - - - Initialization sanity check failed. %s is shutting down. - - - - - Invalid -onion address: '%s' - - - - - Invalid amount for -%s=<amount>: '%s' - - - - - Invalid amount for -fallbackfee=<amount>: '%s' - - - - - Keep the transaction memory pool below <n> megabytes (default: %u) - - - - - Loading banlist... - - - - - Location of the auth cookie (default: data dir) - - - - - Not enough file descriptors available. - Not enough file descriptors available. - - - - Only connect to nodes in network <net> (ipv4, ipv6 or onion) - - - - - Print this help message and exit - - - - - Print version and exit - - - - - Prune cannot be configured with a negative value. - - - - - Prune mode is incompatible with -txindex. - - - - - Rebuild chain state and block index from the blk*.dat files on disk - - - - - Rebuild chain state from the currently indexed blocks - - - - - Rewinding blocks... - - - - - Set database cache size in megabytes (%d to %d, default: %d) - - - - - Set maximum block size in bytes (default: %d) - - - - - Specify wallet file (within data directory) - Specify wallet file (within data directory) - - - - The source code is available from %s. - - - - - Unable to bind to %s on this computer. %s is probably already running. - - - - - Unsupported argument -benchmark ignored, use -debug=bench. - - - - - Unsupported argument -debugnet ignored, use -debug=net. - - - - - Unsupported argument -tor found, use -onion. - - - - - Use UPnP to map the listening port (default: %u) - - - - - Use the test chain - - - - - User Agent comment (%s) contains unsafe characters. - - - - - Verifying blocks... - Verifying blocks... - - - - Verifying wallet... - Verifying wallet... - - - - Wallet %s resides outside data directory %s - Wallet %s resides outside data directory %s - - - - Wallet debugging/testing options: - - - - - Wallet needed to be rewritten: restart %s to complete - - - - - Wallet options: - - - - - 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 - - - - - Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 - - - - - Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - - - - - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) - - - - - Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) - - - - - Error: Listening for incoming connections failed (listen returned error %s) - - - - - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) - - - - Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) - - - - - Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - - - - - Maximum size of data in data carrier transactions we relay and mine (default: %u) - - - - - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) - - - - - Set maximum size of high-priority/low-fee transactions in bytes (default: %d) - - - - - The transaction amount is too small to send after the fee has been deducted - - - - - Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start - - - - - Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway - - - - - You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - - - - - (default: %u) - - - - - Accept public REST requests (default: %u) - - - - - Automatically create Tor hidden service (default: %d) - - - - - Connect through SOCKS5 proxy - - - - - Error reading from database, shutting down. - - - - - Imports blocks from external blk000??.dat file on startup - - - - - Information - Information - - - - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - - - - - Invalid netmask specified in -whitelist: '%s' - - - - - Keep at most <n> unconnectable transactions in memory (default: %u) - - - - - Need to specify a port with -whitebind: '%s' - - - - - Node relay options: - - - - - RPC server options: - - - - - Reducing -maxconnections from %d to %d, because of system limitations. - - - - - Rescan the block chain for missing wallet transactions on startup - - - - - Send trace/debug info to console instead of debug.log file - Send trace/debug info to console instead of debug.log file - - - - Send transactions as zero-fee transactions if possible (default: %u) - - - - - Show all debugging options (usage: --help -help-debug) - - - Shrink debug.log file on client startup (default: 1 when no -debug) - Shrink debug.log file on client startup (default: 1 when no -debug) + Importing... + - - Signing transaction failed - Signing transaction failed + + Incorrect or no genesis block found. Wrong datadir for network? + Incorrect or no genesis block found. Wrong datadir for network? - - The transaction amount is too small to pay the fee + + Initialization sanity check failed. %s is shutting down. - - This is experimental software. + + Invalid amount for -%s=<amount>: '%s' - - Tor control port password (default: empty) + + Invalid amount for -fallbackfee=<amount>: '%s' - - Tor control port to use if onion listening enabled (default: %s) + + Loading banlist... - - Transaction amount too small - Transaction amount too small + + Not enough file descriptors available. + Not enough file descriptors available. - - Transaction too large for fee policy + + Prune cannot be configured with a negative value. - Transaction too large - Transaction too large - - - - Unable to bind to %s on this computer (bind returned error %s) + Prune mode is incompatible with -txindex. - - Upgrade wallet to latest format on startup + + The source code is available from %s. - - Username for JSON-RPC connections - Username for JSON-RPC connections + + Unable to bind to %s on this computer. %s is probably already running. + - Warning - Warning - - - - Whether to operate in a blocks only mode (default: %u) + User Agent comment (%s) contains unsafe characters. - Zapping all transactions from wallet... - + Verifying blocks... + Verifying blocks... - - ZeroMQ notification options: + + Wallet needed to be rewritten: restart %s to complete - - Password for JSON-RPC connections - Password for JSON-RPC connections + + Error: Listening for incoming connections failed (listen returned error %s) + - - Execute command when the best block changes (%s in cmd is replaced by block hash) - Execute command when the best block changes (%s in cmd is replaced by block hash) + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + - - Allow DNS lookups for -addnode, -seednode and -connect - Allow DNS lookups for -addnode, -seednode and -connect + + The transaction amount is too small to send after the fee has been deducted + - - Loading addresses... - Loading addresses... + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + - - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + + Connect through SOCKS5 proxy - - -maxtxfee is set very high! Fees this large could be paid on a single transaction. + + Error reading from database, shutting down. - - Do not keep transactions in the mempool longer than <n> hours (default: %u) - + + Information + Information - - Equivalent bytes per sigop in transactions for relay and mining (default: %u) + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - - Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) + + Invalid netmask specified in -whitelist: '%s' - - Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + + Need to specify a port with -whitebind: '%s' - - How thorough the block verification of -checkblocks is (0-4, default: %u) + + Reducing -maxconnections from %d to %d, because of system limitations. - - Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + + Signing transaction failed + Signing transaction failed + + + + The transaction amount is too small to pay the fee - - Number of seconds to keep misbehaving peers from reconnecting (default: %u) + + This is experimental software. - Output debugging information (default: %u, supplying <category> is optional) - + Transaction amount too small + Transaction amount too small - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + + Transaction too large for fee policy - - Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) - + + Transaction too large + Transaction too large - - Support filtering of blocks and transaction with bloom filters (default: %u) + + Unable to bind to %s on this computer (bind returned error %s) - - This is the transaction fee you may pay when fee estimates are not available. - + + Username for JSON-RPC connections + Username for JSON-RPC connections - - This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + + Verifying wallet(s)... - - Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + + Wallet %s resides outside wallet directory %s - - Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) - + + Warning + Warning - - Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + + Zapping all transactions from wallet... - - Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + + Password for JSON-RPC connections + Password for JSON-RPC connections + + + + -maxtxfee is set very high! Fees this large could be paid on a single transaction. - - Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + + This is the transaction fee you may pay when fee estimates are not available. - - Warning: Unknown block versions being mined! It's possible unknown rules are in effect + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. - Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - - Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. - + %s is set very high! - - (default: %s) + + Keypool ran out, please call keypoolrefill first - - Always query for peer addresses via DNS lookup (default: %u) + + Starting network threads... - - How many blocks to check at startup (default: %u, 0 = all) + + The wallet will avoid paying less than the minimum relay fee. - - Include IP addresses in debug output (default: %u) + + This is the minimum transaction fee you pay on every transaction. - - Invalid -proxy address: '%s' - Invalid -proxy address: '%s' + + This is the transaction fee you will pay if you send a transaction. + - - Keypool ran out, please call keypoolrefill first + + Transaction amounts must not be negative - Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) + Transaction has too long of a mempool chain - - Listen for connections on <port> (default: %u or testnet: %u) + + Transaction must have at least one recipient - Maintain at most <n> connections to peers (default: %u) - + Unknown network specified in -onlynet: '%s' + Unknown network specified in -onlynet: '%s' - - Make the wallet broadcast transactions - + + Insufficient funds + Insufficient funds - - Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) - + + Bitcoin + Bitcoin - - Maximum per-connection send buffer, <n>*1000 bytes (default: %u) + + Can't generate a change-address key. Private keys are disabled for this wallet. - - Prepend debug output with timestamp (default: %u) + + Cannot provide specific connections and have addrman find outgoing connections at the same. - - Relay and mine data carrier transactions (default: %u) + + Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=200300 or -upgradewallet with no version specified. - - Relay non-P2SH multisig (default: %u) + + Max generated block size (blockmaxsize) cannot exceed the excessive block size (excessiveblocksize) - - Set key pool size to <n> (default: %u) + + Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate. - Set the number of threads to service RPC calls (default: %d) + Warning: Private keys detected in wallet {%s} with disabled private keys - - Specify configuration file (default: %s) + + Cannot write to data directory '%s'; check permissions. - Specify connection timeout in milliseconds (minimum: 1, default: %d) + Config setting for %s only applied on %s network when in [%s] section. - - Specify pid file (default: %s) + + Error loading %s: Private keys can only be disabled during creation - Spend unconfirmed change when sending transactions (default: %u) + Error loading wallet %s. Duplicate -wallet filename specified. - Starting network threads... + Error upgrading chainstate database - - The wallet will avoid paying less than the minimum relay fee. + + Error: Disk space is low for %s - - This is the minimum transaction fee you pay on every transaction. + + Excessive block size must be > 1,000,000 bytes (1MB) - - This is the transaction fee you will pay if you send a transaction. + + Failed to rescan the wallet during initialization - - Threshold for disconnecting misbehaving peers (default: %u) + + Invalid -onion address or hostname: '%s' - - Transaction amounts must not be negative + + Invalid -proxy address or hostname: '%s' - - Transaction has too long of a mempool chain + + Loading P2P addresses... - Transaction must have at least one recipient - - - - - Unknown network specified in -onlynet: '%s' - Unknown network specified in -onlynet: '%s' + Loading block index... + Loading block index... - - Insufficient funds - Insufficient funds + + Unsupported logging category %s=%s. + - - Loading block index... - Loading block index... + + Upgrading UTXO database + - - Add a node to connect to and attempt to keep the connection open - Add a node to connect to and attempt to keep the connection open + + Upgrading txindex database + - + Loading wallet... Loading wallet... - + Cannot downgrade wallet Cannot downgrade wallet - - Cannot write default address - Cannot write default address - - - + Rescanning... Rescanning... - + Done loading Done loading - + Error Error