From 84c5f77deb243a73c1c3d1b9950277e6ec99ec14 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 31 Jul 2014 15:01:56 +0200 Subject: [PATCH] English translation update This is needed to add version 0.10.x on Transifex so that translation can start. --- src/qt/bitcoinstrings.cpp | 32 +- src/qt/locale/bitcoin_en.ts | 1258 ++++++++++++++++++++--------------- 2 files changed, 751 insertions(+), 539 deletions(-) diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index e852c468a..9ac7f2486 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -38,6 +38,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Bind to given address and always listen on it. Use [host]:port notation for " "IPv6"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Bind to given address and whitelist peers connecting to it. Use [host]:port " +"notation for IPv6"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "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)"), @@ -48,6 +51,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Continuously rate-limit free transactions to *1000 bytes per minute " "(default:15)"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Create new files with system default permissions, instead of umask 077 (only " +"effective with disabled wallet functionality)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Delete all wallet transactions and only recover those part of the blockchain " "through -rescan on startup"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -66,6 +72,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: This transaction requires a transaction fee of at least %s because of " "its amount, complexity, or use of recently received funds!"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Error: Unsupported argument -socks found. Setting SOCKS version isn't " +"possible anymore, only SOCKS5 proxies are supported."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Execute command when a network tx respends wallet tx input (%s=respend TxID, " "%t=wallet TxID)"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -102,6 +111,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "Output debugging information (default: 0, supplying is optional)"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Query for peer addresses via DNS lookup, if low on addresses (default: 1 " +"unless -connect)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Set the number of script verification threads (%u to %d, 0 = auto, <0 = " @@ -141,6 +153,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as " "wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect " "you should restore from a backup."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Whitelist peers connecting from the given netmask or ip. Can be specified " +"multiple times."), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"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-core", "(default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "(default: wallet.dat)"), QT_TRANSLATE_NOOP("bitcoin-core", " can be:"), @@ -148,14 +166,16 @@ 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", "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: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -whitebind address: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"), QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS proxy"), +QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"), QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"), QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"), @@ -191,7 +211,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write transaction index"), QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data"), QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in BTC/kB) to add to transactions you send (default: %s)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1 unless -connect)"), QT_TRANSLATE_NOOP("bitcoin-core", "Force safe mode (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"), @@ -210,6 +229,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -mintxfee=: '%s'") QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=: '%s' (must be at least %s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount"), +QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most unconnectable blocks in memory (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Limit size of signature cache to entries (default: 50000)"), QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on (default: 8333 or testnet: 18333)"), @@ -221,6 +241,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0 QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most connections to peers (default: 125)"), QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, *1000 bytes (default: 5000)"), QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, *1000 bytes (default: 1000)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), QT_TRANSLATE_NOOP("bitcoin-core", "Only accept block chain matching built-in checkpoints (default: 1)"), @@ -236,11 +257,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Randomly drop 1 of every network messages QT_TRANSLATE_NOOP("bitcoin-core", "Randomly fuzz 1 of every network messages"), QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files"), QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: 1)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), QT_TRANSLATE_NOOP("bitcoin-core", "Run a thread to flush wallet periodically (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), -QT_TRANSLATE_NOOP("bitcoin-core", "Select SOCKS version for -proxy (4 or 5, default: 5)"), QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"), QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"), QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"), @@ -251,7 +272,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)" QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: 4)"), QT_TRANSLATE_NOOP("bitcoin-core", "Sets the DB_PRIVATE flag in the wallet db environment (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Show benchmark information (default: 0)"), 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", "Specify configuration file (default: bitcoin.conf)"), @@ -272,7 +292,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"), QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"), 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", "Unknown -socks proxy version requested: %i"), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"), QT_TRANSLATE_NOOP("bitcoin-core", "Use OpenSSL (https) for JSON-RPC connections"), @@ -286,8 +305,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s") QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin to complete"), QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), -QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Deprecated argument -debugnet ignored, use -debug=net"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"), +QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."), +QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."), 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", "on startup"), diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 4b541eabe..6739ef002 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -1,50 +1,6 @@ - - AboutDialog - - - About Bitcoin Core - - - - - <b>Bitcoin Core</b> version - - - - - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - Copyright - Copyright - - - - The Bitcoin Core developers - - - - - - (%1-bit) - - - AddressBookPage @@ -164,7 +120,7 @@ This product includes software developed by the OpenSSL Project for use in the O - There was an error trying to save the address list to %1. + There was an error trying to save the address list to %1. Please try again. @@ -209,12 +165,7 @@ This product includes software developed by the OpenSSL Project for use in the O Repeat new passphrase - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - - - + Encrypt wallet Encrypt wallet @@ -281,7 +232,12 @@ This product includes software developed by the OpenSSL Project for use in the O Wallet encrypted - + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>. + + + + Bitcoin 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. Bitcoin 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. @@ -330,27 +286,27 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Sign &message... - + Synchronizing with network... Synchronizing with network... - + &Overview &Overview - + Node - + Show general overview of wallet Show general overview of wallet @@ -426,7 +382,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... Importing blocks from disk... @@ -436,7 +392,7 @@ This product includes software developed by the OpenSSL Project for use in the O Reindexing blocks on disk... - + Send coins to a Bitcoin address Send coins to a Bitcoin address @@ -471,17 +427,17 @@ This product includes software developed by the OpenSSL Project for use in the O &Verify message... - + Bitcoin Bitcoin - + Wallet Wallet - + &Send &Send @@ -537,18 +493,18 @@ This product includes software developed by the OpenSSL Project for use in the O Tabs toolbar - - + + [testnet] [testnet] - + Bitcoin Core Bitcoin Core - + Request payments (generates QR codes and bitcoin: URIs) @@ -584,13 +540,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Bitcoin client Bitcoin client - + %n active connection(s) to Bitcoin network %n active connection to Bitcoin network @@ -603,17 +559,12 @@ This product includes software developed by the OpenSSL Project for use in the O No block source available... - - Processed %1 of %2 (estimated) blocks of transaction history. - Processed %1 of %2 (estimated) blocks of transaction history. - - - + Processed %1 blocks of transaction history. Processed %1 blocks of transaction history. - + %n hour(s) %n hour @@ -691,7 +642,7 @@ This product includes software developed by the OpenSSL Project for use in the O Catching up... - + Sent transaction Sent transaction @@ -723,16 +674,11 @@ Address: %4 Wallet is <b>encrypted</b> and currently <b>locked</b> Wallet is <b>encrypted</b> and currently <b>locked</b> - - - A fatal error occurred. Bitcoin can no longer continue safely and will quit. - A fatal error occurred. Bitcoin can no longer continue safely and will quit. - ClientModel - + Network Alert Network Alert @@ -771,7 +717,7 @@ Address: %4 - Low Output: + Dust: @@ -830,7 +776,7 @@ Address: %4 - + Copy address Copy address @@ -887,7 +833,7 @@ Address: %4 - Copy low output + Copy dust @@ -896,17 +842,17 @@ Address: %4 - + highest - + higher - + high @@ -916,17 +862,18 @@ Address: %4 - + + medium - + low-medium - + low @@ -936,27 +883,27 @@ Address: %4 - + lowest - + (%1 locked) - + none - - Dust + + Can vary +/- %1 satoshi(s) per input. - + yes @@ -966,7 +913,7 @@ Address: %4 - + This label turns red, if the transaction size is greater than 1000 bytes. @@ -997,23 +944,7 @@ Address: %4 - - - This means a fee of at least %1 is required. - - - - - Amounts below 0.546 times the minimum relay fee are shown as dust. - - - - - This label turns red, if the change is smaller than %1. - - - - + (no label) (no label) @@ -1128,12 +1059,7 @@ Address: %4 HelpMessageDialog - - Bitcoin Core - Command-line options - - - - + Bitcoin Core Bitcoin Core @@ -1143,7 +1069,23 @@ Address: %4 version + + (%1-bit) + + + + + About Bitcoin Core + + + + + Command-line options + + + + Usage: Usage: @@ -1318,6 +1260,16 @@ Address: %4 + Accept connections from outside + + + + + Allow incoming connections + + + + Connect to the Bitcoin network through a SOCKS proxy. @@ -1332,7 +1284,7 @@ Address: %4 - + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. @@ -1358,7 +1310,7 @@ Address: %4 &Reset Options - + &Network &Network @@ -1403,7 +1355,7 @@ Address: %4 Map port using &UPnP - + Proxy &IP: Proxy &IP: @@ -1417,16 +1369,6 @@ Address: %4 Port of the proxy (e.g. 9050) Port of the proxy (e.g. 9050) - - - SOCKS &Version: - SOCKS &Version: - - - - SOCKS version of the proxy (e.g. 5) - SOCKS version of the proxy (e.g. 5) - &Window @@ -1488,12 +1430,12 @@ Address: %4 &Display addresses in transaction list - + Whether to show coin control features or not. - + &OK &OK @@ -1503,17 +1445,17 @@ Address: %4 &Cancel - + default default - + none - + Confirm options reset Confirm options reset @@ -1547,18 +1489,23 @@ Address: %4 Form - - + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - + Wallet Wallet - + + Watchonly: + + + + Available: @@ -1583,12 +1530,12 @@ Address: %4 Immature: - + Mined balance that has not yet matured Mined balance that has not yet matured - + Total: Total: @@ -1598,12 +1545,40 @@ Address: %4 Your current total balance - + + Your current balance in watchonly addresses + + + + + + + + 0 BTC + + + + + Unconfirmed transactions to watchonly addresses + + + + + Mined balance in watchonly addresses that has not yet matured + + + + + Current total balance in watchonly addresses + + + + <b>Recent transactions</b> <b>Recent transactions</b> - + out of sync out of sync @@ -1612,68 +1587,91 @@ Address: %4 PaymentServer - - + + + URI handling URI handling - + + Invalid payment address %1 + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - - Requested payment amount of %1 is too small (considered dust). + + Payment request file can not be read! This can be caused by an invalid payment request file. - - - - - - - Payment request error + + + + Payment request rejected - - Cannot start bitcoin: click-to-pay handler + + Payment request network doesn't match client network. - - Net manager warning + + Payment request has expired. - - Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + Payment request is not initialized. - - Payment request fetch URL is invalid: %1 + + Requested payment amount of %1 is too small (considered dust). - - Payment request file handling + + Payment request can not be parsed! - - Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + + + Payment request error - + + Cannot start bitcoin: click-to-pay handler + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + Unverified payment requests to custom payment scripts are unsupported. - + Refund from %1 @@ -1683,12 +1681,7 @@ Address: %4 - - Payment request can not be parsed or processed! - - - - + Bad response from server %1 @@ -1703,39 +1696,70 @@ Address: %4 + + PeerTableModel + + + Address + Address + + + + User Agent + + + + + Start Height + + + QObject - - - - Bitcoin - Bitcoin + + Amount + Amount - - Error: Specified data directory "%1" does not exist. - Error: Specified data directory "%1" does not exist. + + Enter a Bitcoin address (e.g. %1) + - - Error: Cannot parse configuration file: %1. Only use key=value syntax. + + %1 d - - Error: Invalid combination of -regtest and -testnet. + + %1 h + + + + + %1 m + + + + + %1 s + + + + + NETWORK - - Bitcoin Core didn't yet exit safely... + + UNKNOWN - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + None + @@ -1751,7 +1775,7 @@ Address: %4 - + Save QR Code Save QR Code @@ -1772,19 +1796,33 @@ Address: %4 + - - + + + + + + + + + + + + + + + N/A N/A - + Client version Client version @@ -1808,6 +1846,11 @@ Address: %4 Using OpenSSL version Using OpenSSL version + + + Using BerkeleyDB version + + Startup time @@ -1839,12 +1882,97 @@ Address: %4 Current number of blocks - - Estimated total blocks - Estimated total blocks + + Received + - + + Sent + + + + + &Peers + + + + + Select a peer to view detailed information. + + + + + Version: + + + + + Last Receive: + + + + + User Agent: + + + + + Ping Time: + + + + + Connection Time: + + + + + Starting Height: + + + + + Bytes Sent: + + + + + Bytes Received: + + + + + Ban Score: + + + + + Direction: + + + + + Sync Node: + + + + + Last Send: + + + + + Services: + + + + + IP Address/port: + + + + Last block time Last block time @@ -1874,24 +2002,22 @@ Address: %4 - - + In: - - + Out: - + Build date Build date - + Debug log file Debug log file @@ -1921,7 +2047,7 @@ Address: %4 Type <b>help</b> for an overview of available commands. - + %1 B @@ -1941,18 +2067,49 @@ Address: %4 - - %1 m + + Peer Disconnected - - %1 h + + Node Detail + + + + + + never + + + + + %1 secs + + + + + Inbound + + + + + Outbound - %1 h %2 m + Yes + + + + + No + + + + + Fetching... @@ -2085,7 +2242,7 @@ Address: %4 - + Request payment to %1 @@ -2148,12 +2305,12 @@ Address: %4 Message - + Amount Amount - + (no label) (no label) @@ -2172,8 +2329,7 @@ Address: %4 SendCoinsDialog - - + Send Coins Send Coins @@ -2223,12 +2379,7 @@ Address: %4 - - Low Output: - - - - + After Fee: @@ -2263,7 +2414,12 @@ Address: %4 - + + Dust: + + + + Clear &All Clear &All @@ -2283,7 +2439,7 @@ Address: %4 S&end - + Confirm send coins Confirm send coins @@ -2296,7 +2452,7 @@ Address: %4 - + Copy quantity @@ -2326,17 +2482,12 @@ Address: %4 - - Copy low output - - - - + Copy change - + Total Amount %1 (= %2) @@ -2346,7 +2497,7 @@ Address: %4 - + The recipient address is not valid, please recheck. The recipient address is not valid, please recheck. @@ -2396,23 +2547,18 @@ Address: %4 - - Are you sure you want to send? - - - - - added as transaction fee + + Copy dust - - Payment request expired + + Are you sure you want to send? - - Invalid payment address %1 + + added as transaction fee @@ -2430,18 +2576,13 @@ Address: %4 Pay &To: Pay &To: - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Enter a label for this address to add it to your address book Enter a label for this address to add it to your address book - + &Label: &Label: @@ -2456,7 +2597,12 @@ Address: %4 - + + The Bitcoin address to send the payment to + + + + Alt+A Alt+A @@ -2518,7 +2664,7 @@ Address: %4 ShutdownWindow - + Bitcoin Core is shutting down... @@ -2547,8 +2693,8 @@ Address: %4 - The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + The Bitcoin address to sign the message with + @@ -2620,8 +2766,8 @@ Address: %4 - The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + The Bitcoin address the message was signed with + @@ -2639,17 +2785,12 @@ Address: %4 Reset all verify message fields - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Click "Sign Message" to generate signature Click "Sign Message" to generate signature - + The entered address is invalid. The entered address is invalid. @@ -2744,7 +2885,7 @@ Address: %4 TransactionDesc - + Open until %1 Open until %1 @@ -2798,39 +2939,45 @@ Address: %4 - + + From From - - - + + + To To - - + own address own address - + + + watch-only + + + + label label - + - - + + Credit Credit - + matures in %n more block(s) matures in %n more block @@ -2843,15 +2990,24 @@ Address: %4 not accepted - - - + + Debit Debit - + + Total debit + + + + + Total credit + + + + Transaction fee Transaction fee @@ -2907,17 +3063,19 @@ Address: %4 Amount + true true - + + false false - + , has not been successfully broadcast yet , has not been successfully broadcast yet @@ -2930,7 +3088,7 @@ Address: %4 - + unknown unknown @@ -2951,7 +3109,7 @@ Address: %4 TransactionTableModel - + Date Date @@ -2966,12 +3124,7 @@ Address: %4 Address - - Amount - Amount - - - + Immature (%1 confirmations, will be available after %2) @@ -3049,12 +3202,12 @@ Address: %4 Mined - + (n/a) (n/a) - + Transaction status. Hover over this field to show number of confirmations. Transaction status. Hover over this field to show number of confirmations. @@ -3153,7 +3306,7 @@ Address: %4 Min amount - + Copy address Copy address @@ -3238,12 +3391,7 @@ Address: %4 Address - - Amount - Amount - - - + ID ID @@ -3258,6 +3406,14 @@ Address: %4 to + + UnitDisplayStatusBarControl + + + Unit to show amounts in. Click to select another unit. + + + WalletFrame @@ -3269,7 +3425,7 @@ Address: %4 WalletModel - + Send Coins Send Coins @@ -3320,27 +3476,12 @@ Address: %4 bitcoin-core - - Usage: - Usage: - - - - List commands - List commands - - - - Get help for a command - Get help for a command - - - + Options: Options: - + Specify configuration file (default: bitcoin.conf) Specify configuration file (default: bitcoin.conf) @@ -3355,7 +3496,7 @@ Address: %4 Specify data directory - + Listen for connections on <port> (default: 8333 or testnet: 18333) Listen for connections on <port> (default: 8333 or testnet: 18333) @@ -3365,62 +3506,52 @@ Address: %4 Maintain at most <n> connections to peers (default: 125) - + Connect to a node to retrieve peer addresses, and disconnect Connect to a node to retrieve peer addresses, and disconnect - + Specify your own public address Specify your own public address - + Threshold for disconnecting misbehaving peers (default: 100) Threshold for disconnecting misbehaving peers (default: 100) - + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - An error occurred while setting up the RPC port %u for listening on IPv4: %s - An error occurred while setting up the RPC port %u for listening on IPv4: %s - - - + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) - + Accept command line and JSON-RPC commands Accept command line and JSON-RPC commands - - Bitcoin Core RPC client version - - - - + Run in the background as a daemon and accept commands Run in the background as a daemon and accept commands - + Use the test network Use the test network - + Accept connections from outside (default: 1 if no -proxy or -connect) Accept connections from outside (default: 1 if no -proxy or -connect) - + %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: @@ -3445,42 +3576,27 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) - - An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s - An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s - - - + 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 - + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:15) - - Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. - Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. - - - + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. - - Error: Listening for incoming connections failed (listen returned error %d) - - - - + Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. @@ -3490,17 +3606,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! - + 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) - - Fees smaller than this are considered zero fee (for transaction creation) (default: - - - - + Flush database activity from memory pool to disk log every <n> megabytes (default: 100) @@ -3510,12 +3621,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - + In this mode -genproclimit controls how many blocks are generated immediately. - + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) @@ -3530,7 +3641,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - + Unable to bind to %s on this computer. Bitcoin Core is probably already running. @@ -3570,7 +3681,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. - + (default: 1) @@ -3591,46 +3702,26 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - Bitcoin Core Daemon - - - - Block creation options: Block creation options: - - Clear list of wallet transactions (diagnostic tool; implies -rescan) - - - - + Connect only to the specified node(s) Connect only to the specified node(s) - - Connect through SOCKS proxy - - - - - Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) - - - - + Connection options: - + Corrupted block database detected Corrupted block database detected - + Debugging/Testing options: @@ -3680,7 +3771,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Error: Disk space is low! - + Error: Wallet locked, unable to create transaction! Error: Wallet locked, unable to create transaction! @@ -3745,22 +3836,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Failed to write undo data - - Fee per kB to add to transactions you send - - - - - Fees smaller than this are considered zero fee (for relaying) (default: - - - - - Find peers using DNS lookup (default: 1 unless -connect) - Find peers using DNS lookup (default: 1 unless -connect) - - - + Force safe mode (default: 0) @@ -3770,7 +3846,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Generate coins (default: 0) - + How many blocks to check at startup (default: 288, 0 = all) How many blocks to check at startup (default: 288, 0 = all) @@ -3785,17 +3861,17 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - + Incorrect or no genesis block found. Wrong datadir for network? Incorrect or no genesis block found. Wrong datadir for network? - + Invalid -onion address: '%s' - + Not enough file descriptors available. Not enough file descriptors available. @@ -3805,22 +3881,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - - RPC client options: - - - - + Rebuild block chain index from current blk000??.dat files Rebuild block chain index from current blk000??.dat files - - Select SOCKS version for -proxy (4 or 5, default: 5) - - - - + Set database cache size in megabytes (%d to %d, default: %d) @@ -3835,7 +3901,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Set the number of threads to service RPC calls (default: 4) - + Specify wallet file (within data directory) Specify wallet file (within data directory) @@ -3845,17 +3911,17 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - - This is intended for regression testing tools and app development. + + Stop running after importing blocks from disk (default: 0) - - Usage (deprecated, use bitcoin-cli): + + This is intended for regression testing tools and app development. - + Verifying blocks... Verifying blocks... @@ -3864,11 +3930,6 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Verifying wallet... Verifying wallet... - - - Wait for RPC server to start - - Wallet %s resides outside data directory %s @@ -3880,12 +3941,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - - Warning: Deprecated argument -debugnet ignored, use -debug=net - - - - + You need to rebuild the database using -reindex to change -txindex You need to rebuild the database using -reindex to change -txindex @@ -3895,30 +3951,165 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Imports blocks from external blk000??.dat file - + + (default: 1, 1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + + + + + 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 + + + + + An error occurred while setting up the RPC address %s port %u for listening: %s + + + + + 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) + + + + Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - + + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) + + + + + Delete all wallet transactions and only recover those part of the blockchain through -rescan on startup + + + + + Distributed under the MIT/X11 software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. + + + + + Error: Listening for incoming connections failed (listen returned error %s) + + + + + Error: Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + + + + + Execute command when a network tx respends wallet tx input (%s=respend TxID, %t=wallet TxID) + + + + 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 BTC/Kb) smaller than this are considered zero fee for relaying (default: %s) + + + + + Fees (in BTC/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + + + + + If paytxfee is not set, include enough fee so transactions are confirmed on average within n blocks (default: 1) + + + + Output debugging information (default: 0, supplying <category> is optional) + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) - + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + + + + + Whitelist peers connecting from the given netmask or ip. Can be specified multiple times. + + + + + 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 + + + + + Always query for peer addresses via DNS lookup (default: 0) + + + + + Cannot resolve -whitebind address: '%s' + + + + + Connect through SOCKS5 proxy + + + + + Copyright (C) 2009-%i The Bitcoin Core Developers + + + + + Could not parse -rpcbind value %s as network address + + + + + Error: Unsupported argument -tor found, use -onion. + + + + + Fee (in BTC/kB) to add to transactions you send (default: %s) + + + + + Include IP addresses in debug output (default: 0) + + + + Information Information + + + Initialization sanity check failed. Bitcoin Core is shutting down. + + Invalid amount for -minrelaytxfee=<amount>: '%s' @@ -3929,13 +4120,28 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Invalid amount for -mintxfee=<amount>: '%s' Invalid amount for -mintxfee=<amount>: '%s' + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + + + Invalid netmask specified in -whitelist: '%s' + + + + + Keep at most <n> unconnectable blocks in memory (default: %u) + + + + Limit size of signature cache to <n> entries (default: 50000) - + Log transaction priority and fee per kB when mining blocks (default: 0) @@ -3954,6 +4160,16 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + Need to specify a port with -whitebind: '%s' + + + + + Node relay options: + + Only accept block chain matching built-in checkpoints (default: 1) @@ -3980,7 +4196,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - + RPC server options: @@ -3995,18 +4211,18 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. - - Run a thread to flush wallet periodically (default: 1) + + Relay and mine data carrier transactions (default: 1) - - SSL options: (see the Bitcoin Wiki for SSL setup instructions) - SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + Relay non-P2SH multisig (default: 1) + - - Send command to Bitcoin Core + + Run a thread to flush wallet periodically (default: 1) @@ -4029,11 +4245,6 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Show all debugging options (usage: --help -help-debug) - - - Show benchmark information (default: 0) - - Shrink debug.log file on client startup (default: 1 when no -debug) @@ -4050,17 +4261,17 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Specify connection timeout in milliseconds (default: 5000) - - Start Bitcoin Core Daemon - - - - + System error: System error: - + + This is experimental software. + + + + Transaction amount too small Transaction amount too small @@ -4075,7 +4286,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Transaction too large - + + Unable to bind to %s on this computer (bind returned error %s) + + + + Use UPnP to map the listening port (default: 0) Use UPnP to map the listening port (default: 0) @@ -4090,29 +4306,34 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Username for JSON-RPC connections - + Warning Warning - + Warning: This version is obsolete, upgrade required! Warning: This version is obsolete, upgrade required! - - Zapping all transactions from wallet... + + Warning: Unsupported argument -benchmark ignored, use -debug=bench. - on startup + Warning: Unsupported argument -debugnet ignored, use -debug=net. + + + + + Zapping all transactions from wallet... - version - version + on startup + @@ -4120,47 +4341,37 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. wallet.dat corrupt, salvage failed - + Password for JSON-RPC connections Password for JSON-RPC connections - - - Allow JSON-RPC connections from specified IP address - Allow JSON-RPC connections from specified IP address - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Send commands to node running on <ip> (default: 127.0.0.1) - 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) - + Upgrade wallet to latest format Upgrade wallet to latest format - + Set key pool size to <n> (default: 100) Set key pool size to <n> (default: 100) - + Rescan the block chain for missing wallet transactions Rescan the block chain for missing wallet transactions - + Use OpenSSL (https) for JSON-RPC connections Use OpenSSL (https) for JSON-RPC connections - + Server certificate file (default: server.cert) Server certificate file (default: server.cert) @@ -4170,27 +4381,22 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Server private key (default: server.pem) - + This help message This help message - - Unable to bind to %s on this computer (bind returned error %d, %s) - Unable to bind to %s on this computer (bind returned error %d, %s) - - - + Allow DNS lookups for -addnode, -seednode and -connect Allow DNS lookups for -addnode, -seednode and -connect - + Loading addresses... Loading addresses... - + Error loading wallet.dat: Wallet corrupted Error loading wallet.dat: Wallet corrupted @@ -4200,12 +4406,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Error loading wallet.dat: Wallet requires newer version of Bitcoin - + Wallet needed to be rewritten: restart Bitcoin to complete Wallet needed to be rewritten: restart Bitcoin to complete - + Error loading wallet.dat Error loading wallet.dat @@ -4220,12 +4426,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Unknown network specified in -onlynet: '%s' - - Unknown -socks proxy version requested: %i - Unknown -socks proxy version requested: %i - - - + Cannot resolve -bind address: '%s' Cannot resolve -bind address: '%s' @@ -4235,7 +4436,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Cannot resolve -externalip address: '%s' - + Invalid amount for -paytxfee=<amount>: '%s' Invalid amount for -paytxfee=<amount>: '%s' @@ -4245,63 +4446,54 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Invalid amount - + Insufficient funds Insufficient funds - + Loading block index... Loading block index... - + 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 - + Loading wallet... Loading wallet... - + Cannot downgrade wallet Cannot downgrade wallet - + Cannot write default address Cannot write default address - + Rescanning... Rescanning... - + Done loading Done loading - + To use the %s option To use the %s option - + Error Error - - - You must set rpcpassword=<password> in the configuration file: -%s -If the file does not exist, create it with owner-readable-only file permissions. - You must set rpcpassword=<password> in the configuration file: -%s -If the file does not exist, create it with owner-readable-only file permissions. -