From 746ea6bd86fb53ef0cf2f52bddc50a5c9f7544ae Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 16 May 2012 07:24:56 +0200 Subject: [PATCH] Update bitcoinstrings.cpp and bitcoin_en.ts --- src/qt/bitcoinstrings.cpp | 39 +- src/qt/locale/bitcoin_en.ts | 1241 +++++++++++++++++++++-------------- 2 files changed, 760 insertions(+), 520 deletions(-) diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index b25af1a21..ad1747581 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -6,34 +6,40 @@ #define UNUSED #endif static const char UNUSED *bitcoin_strings[] = {QT_TRANSLATE_NOOP("bitcoin-core", "" -"Unable to bind to port %d on this computer. Bitcoin is probably already " -"running."), +"Unable to bind to %s on this computer. Bitcoin is probably already running."), +QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %d, %s)"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Disk space is low "), QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin version"), QT_TRANSLATE_NOOP("bitcoin-core", "Usage:"), QT_TRANSLATE_NOOP("bitcoin-core", "Send command to -server or bitcoind"), QT_TRANSLATE_NOOP("bitcoin-core", "List commands"), QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"), +QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin"), QT_TRANSLATE_NOOP("bitcoin-core", "Options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: bitcoin.conf)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"), QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins"), QT_TRANSLATE_NOOP("bitcoin-core", "Don't generate coins"), -QT_TRANSLATE_NOOP("bitcoin-core", "Start minimized"), -QT_TRANSLATE_NOOP("bitcoin-core", "Show splash screen on startup (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"), QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (default: 25)"), QT_TRANSLATE_NOOP("bitcoin-core", "Set database disk log size in megabytes (default: 100)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout (in milliseconds)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks4 proxy"), -QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for addnode and connect"), +QT_TRANSLATE_NOOP("bitcoin-core", "Connect through socks proxy"), +QT_TRANSLATE_NOOP("bitcoin-core", "Select the version of socks proxy to use (4 or 5, 5 is default)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Do not use proxy for connections to network (IPv4 or IPv6)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), +QT_TRANSLATE_NOOP("bitcoin-core", "Pass DNS requests to (SOCKS5) proxy"), QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on (default: 8333 or testnet: 18333)"), QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most connections to peers (default: 125)"), QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"), QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node"), +QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"), +QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), +QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network (IPv4 or IPv6)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Try to discover public IP address (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using internet relay chat (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Set language, for example \"de_DE\" (default: system locale)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Bind to given address. Use [host]:port notation for IPv6"), QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: 100)"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -43,6 +49,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, *10 QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, *1000 bytes (default: 10000)"), QT_TRANSLATE_NOOP("bitcoin-core", "Use Universal Plug and Play to map the listening port (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Use Universal Plug and Play to map the listening port (default: 0)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" +"Detach block and address databases. Increases shutdown time (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send"), QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"), QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"), @@ -64,6 +72,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to (default: 100)"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"), QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 2500, 0 = all)"), QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-6, default: 1)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000?.dat file"), +QT_TRANSLATE_NOOP("bitcoin-core", "This help message"), QT_TRANSLATE_NOOP("bitcoin-core", "" "\n" "SSL options: (see the Bitcoin Wiki for SSL setup instructions)"), @@ -73,12 +83,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:" "@STRENGTH)"), -QT_TRANSLATE_NOOP("bitcoin-core", "This help message"), -QT_TRANSLATE_NOOP("bitcoin-core", "Usage"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot obtain a lock on data directory %s. Bitcoin is probably already " "running."), -QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin"), QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."), QT_TRANSLATE_NOOP("bitcoin-core", "Error loading addr.dat"), QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."), @@ -93,12 +100,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot initialize keypool"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"), QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), -QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address"), -QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee="), +QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -noproxy: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -socks proxy version requested: %i"), +QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Not listening on any port"), +QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Warning: -paytxfee is set very high. This is the transaction fee you will " "pay if you send a transaction."), -QT_TRANSLATE_NOOP("bitcoin-core", "Error: CreateThread(StartNode) failed"), +QT_TRANSLATE_NOOP("bitcoin-core", "Error: could not start node"), QT_TRANSLATE_NOOP("bitcoin-core", "To use the %s option"), QT_TRANSLATE_NOOP("bitcoin-core", "" "%s, you must set a rpcpassword in the configuration file:\n" diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index c48de170a..5628db122 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -141,136 +141,130 @@ This product includes software developed by the OpenSSL Project for use in the O AskPassphraseDialog - Dialog + Passphrase Dialog - - - TextLabel - - - - + Enter passphrase - + New passphrase - + 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>. - + Encrypt wallet - + This operation needs your wallet passphrase to unlock the wallet. - + Unlock wallet - + This operation needs your wallet passphrase to decrypt the wallet. - + Decrypt wallet - + Change passphrase - + Enter the old and new passphrase to the wallet. - + Confirm wallet encryption - + WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! Are you sure you wish to encrypt your wallet? - - + + Wallet encrypted - + 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. - - + + Warning: The Caps Lock key is on. - - - - + + + + Wallet encryption failed - + Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - + + The supplied passphrases do not match. - + Wallet unlock failed - - - + + + The passphrase entered for the wallet decryption was incorrect. - + Wallet decryption failed - + Wallet passphrase was succesfully changed. @@ -278,137 +272,137 @@ Are you sure you wish to encrypt your wallet? BitcoinGUI - + Bitcoin Wallet - + Sign &message... - + Show/Hide &Bitcoin - + Synchronizing with network... - + &Overview - + Show general overview of wallet - + &Transactions - + Browse transaction history - + &Address Book - + Edit the list of stored addresses and labels - + &Receive coins - + Show the list of addresses for receiving payments - + &Send coins - + Send coins to a bitcoin address - + Prove you control an address - + E&xit - + Quit application - + &About %1 - + Show information about Bitcoin - + About &Qt - + Show information about Qt - + &Options... - + Modify configuration options for bitcoin - + &Encrypt Wallet... - + &Backup Wallet... - + &Change Passphrase... - + ~%n block(s) remaining ~%n block remaining @@ -416,92 +410,104 @@ Are you sure you wish to encrypt your wallet? - + Downloaded %1 of %2 blocks of transaction history (%3% done). - + &Export... - + Show or hide the Bitcoin window - + Export the data in the current tab to a file - + Encrypt or decrypt wallet - + Backup wallet to another location - + Change the passphrase used for wallet encryption - + &Debug window - + Open debugging and diagnostic console - + + &Verify message... + + + + + Verify a message signature + + + + &File - + &Settings - + &Help - + Tabs toolbar - + Actions toolbar - + + [testnet] - + + Bitcoin client - + bitcoin-qt - + %n active connection(s) to Bitcoin network %n active connection to Bitcoin network @@ -509,12 +515,12 @@ Are you sure you wish to encrypt your wallet? - + Downloaded %1 blocks of transaction history. - + %n second(s) ago %n second ago @@ -522,7 +528,7 @@ Are you sure you wish to encrypt your wallet? - + %n minute(s) ago %n minute ago @@ -530,7 +536,7 @@ Are you sure you wish to encrypt your wallet? - + %n hour(s) ago %n hour ago @@ -538,7 +544,7 @@ Are you sure you wish to encrypt your wallet? - + %n day(s) ago %n day ago @@ -546,42 +552,42 @@ Are you sure you wish to encrypt your wallet? - + Up to date - + Catching up... - + Last received block was generated %1. - + This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - + Confirm transaction fee - + Sent transaction - + Incoming transaction - + Date: %1 Amount: %2 Type: %3 @@ -590,43 +596,63 @@ Address: %4 - + Wallet is <b>encrypted</b> and currently <b>unlocked</b> - + Wallet is <b>encrypted</b> and currently <b>locked</b> - + Backup Wallet - + Wallet Data (*.dat) - + Backup Failed - + There was an error trying to save the wallet data to the new location. - + A fatal error occured. Bitcoin can no longer continue safely and will quit. DisplayOptionsPage + + + Display + + + + + User Interface &Language: + + + + + default + + + + + The user interface language can be set here. This setting will only take effect after restarting Bitcoin. + + &Unit to show amounts in: @@ -647,6 +673,16 @@ Address: %4 Whether to show Bitcoin addresses in the transaction list + + + Warning + + + + + This setting will take effect after restarting Bitcoin. + + EditAddressDialog @@ -716,104 +752,88 @@ Address: %4 + + HelpMessageBox + + + + Bitcoin-Qt + + + + + version + + + + + Usage: + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + MainOptionsPage - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Detach databases at shutdown - - - - + Detach block and address databases at shutdown. This means they can be moved to another data directory, but it slows down shutdown. The wallet is always detached. - + Pay transaction &fee - + + Main + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. + + + &Start Bitcoin on system login + + + + + Automatically start Bitcoin after logging in to the system + + + + + &Detach databases at shutdown + + MessagePage - Message + Sign Message Dialog @@ -887,42 +907,85 @@ Address: %4 - - - + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Error signing - + %1 is not a valid address. - + Private key for %1 is not available. - + Sign failed + + NetworkOptionsPage + + + Network + + + + + Map port using &UPnP + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + &Connect through SOCKS4 proxy: + + + + + Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) + + + + + Proxy &IP: + + + + + IP address of the proxy (e.g. 127.0.0.1) + + + + + &Port: + + + + + Port of the proxy (e.g. 1234) + + + OptionsDialog - - Main - - - - - Display - - - - + Options @@ -940,52 +1003,42 @@ Address: %4 - - 123.456 BTC - - - - + Number of transactions: - + 0 - + Unconfirmed: - - 0 BTC - - - - + Wallet - + <b>Recent transactions</b> - + Your current balance - + Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - + Total number of transactions in wallet @@ -994,7 +1047,7 @@ Address: %4 QRCodeDialog - QR-Code Dialog + QR Code Dialog @@ -1033,22 +1086,22 @@ Address: %4 - + Error encoding URI into QR Code. - + Resulting URI too long, try to reduce the text for label / message. - + Save QR Code - + PNG Images (*.png) @@ -1061,109 +1114,111 @@ Address: %4 - - Information - - - - + Client name - - - - - - - + + + + + + + + + N/A - + Client version - - Version + + &Information - + + Client + + + + + Startup time + + + + Network - + Number of connections - + On testnet - + Block chain - + Current number of blocks - + Estimated total blocks - + Last block time - + + Debug logfile + + + + + Open the Bitcoin debug logfile from the current data directory. This can take a few seconds for large logfiles. + + + + + &Open + + + + + &Console + + + + Build date - - Console - - - - - > - - - - + Clear console - - &Copy - - - - - Welcome to the bitcoin RPC console. - - - - - Use up and down arrows to navigate history, and Ctrl-L to clear screen. - - - - - Type "help" for an overview of available commands. + + Welcome to the Bitcoin RPC console.<br>Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen.<br>Type <b>help</b> for an overview of available commands. @@ -1198,7 +1253,7 @@ Address: %4 - Clear all + Clear &All @@ -1253,27 +1308,27 @@ Address: %4 - Amount exceeds your balance + The amount exceeds your balance. - Total exceeds your balance when the %1 transaction fee is included + The total exceeds your balance when the %1 transaction fee is included. - Duplicate address found, can only send to each address once in one send operation + Duplicate address found, can only send to each address once per send operation. - Error: Transaction creation failed + Error: Transaction creation failed. - 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. @@ -1683,106 +1738,185 @@ Address: %4 - + Enter address or label to search - + Min amount - + Copy address - + Copy label - + Copy amount - + Edit label - + Show transaction details - + Export Transaction Data - + Comma separated file (*.csv) - + Confirmed - + Date - + Type - + Label - + Address - + Amount - + ID - + Error exporting - + Could not write to file %1. - + Range: - + to + + VerifyMessageDialog + + + Verify Signed Message + + + + + Enter the message and signature below (be careful to correctly copy newlines, spaces, tabs and other invisible characters) to obtain the Bitcoin address used to sign the message. + + + + + Verify a message and obtain the Bitcoin address used to sign the message + + + + + &Verify Message + + + + + Copy the currently selected address to the system clipboard + + + + + &Copy Address + + + + + Reset all verify message fields + + + + + Clear &All + + + + + Enter Bitcoin signature + + + + + Click "Apply" to obtain address + + + + + + Invalid Signature + + + + + The signature could not be decoded. Please check the signature and try again. + + + + + The signature did not match the message digest. Please check the signature and try again. + + + + + Address not found in address book. + + + + + Address found in address book: %1 + + + WalletModel @@ -1791,6 +1925,34 @@ Address: %4 + + WindowOptionsPage + + + Window + + + + + &Minimize to the tray instead of the taskbar + + + + + Show only a tray icon after minimizing the window + + + + + M&inimize on close + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + bitcoin-core @@ -1819,218 +1981,233 @@ Address: %4 - + Options: - + Specify configuration file (default: bitcoin.conf) - + Specify pid file (default: bitcoind.pid) - + Generate coins - + Don't generate coins - - - Start minimized - - - Show splash screen on startup (default: 1) - - - - Specify data directory - + Set database cache size in megabytes (default: 25) - + Set database disk log size in megabytes (default: 100) - + Specify connection timeout (in milliseconds) - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - + Listen for connections on <port> (default: 8333 or testnet: 18333) - + Maintain at most <n> connections to peers (default: 125) - + Connect only to the specified node + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + - Threshold for disconnecting misbehaving peers (default: 100) + Only connect to nodes in network <net> (IPv4 or IPv6) - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + Try to discover public IP address (default: 1) - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) + Bind to given address. Use [host]:port notation for IPv6 - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) + + Threshold for disconnecting misbehaving peers (default: 100) - - Accept command line and JSON-RPC commands + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Run in the background as a daemon and accept commands + Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp + Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections + Detach block and address databases. Increases shutdown time (default: 0) - Password for JSON-RPC connections + Accept command line and JSON-RPC commands - Listen for JSON-RPC connections on <port> (default: 8332) + Run in the background as a daemon and accept commands - Allow JSON-RPC connections from specified IP address + Use the test network - Send commands to node running on <ip> (default: 127.0.0.1) + Output extra debugging information - Execute command when the best block changes (%s in cmd is replaced by block hash) + Prepend debug output with timestamp + + + + + Send trace/debug info to console instead of debug.log file + + + + + Send trace/debug info to debugger - Upgrade wallet to latest format + Username for JSON-RPC connections - Set key pool size to <n> (default: 100) + Password for JSON-RPC connections - Rescan the block chain for missing wallet transactions + Listen for JSON-RPC connections on <port> (default: 8332) - How many blocks to check at startup (default: 2500, 0 = all) + Allow JSON-RPC connections from specified IP address - How thorough the block verification is (0-6, default: 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) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + How many blocks to check at startup (default: 2500, 0 = all) + + + + + How thorough the block verification is (0-6, default: 1) + + + + + Imports blocks from external blk000?.dat file + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) - + Use OpenSSL (https) for JSON-RPC connections - + Server certificate file (default: server.cert) - + Server private key (default: server.pem) - + Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) @@ -2040,183 +2217,238 @@ SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - Usage - - - - + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - + Bitcoin - - Loading addresses... + + Unable to bind to %s on this computer. Bitcoin is probably already running. - - Error loading addr.dat + + Unable to bind to %s on this computer (bind returned error %d, %s) - - Error loading blkindex.dat + + Connect through socks proxy - - Error loading wallet.dat: Wallet corrupted + + Select the version of socks proxy to use (4 or 5, 5 is default) - - Error loading wallet.dat: Wallet requires newer version of Bitcoin + + Do not use proxy for connections to network <net> (IPv4 or IPv6) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Pass DNS requests to (SOCKS5) proxy - Wallet needed to be rewritten: restart Bitcoin to complete + Loading addresses... - Error loading wallet.dat - - - - - Error: Wallet locked, unable to create transaction - - - - - Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds - - - - - Error: Transaction creation failed - - - - - Sending... - - - - - 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. - - - - - Invalid amount - - - - - Insufficient funds - - - - - Loading block index... - - - - - Add a node to connect to and attempt to keep the connection open - - - - - Find peers using internet relay chat (default: 0) - - - - - Accept connections from outside (default: 1) - - - - - Set language, for example "de_DE" (default: system locale) - - - - - Find peers using DNS lookup (default: 1) - - - - - Use Universal Plug and Play to map the listening port (default: 1) - - - - - Use Universal Plug and Play to map the listening port (default: 0) - - - - - Fee per KB to add to transactions you send - - - - - Loading wallet... - - - - - Cannot downgrade wallet + Error loading addr.dat - Cannot initialize keypool - - - - - Cannot write default address + Error loading blkindex.dat - Rescanning... + Error loading wallet.dat: Wallet corrupted - Done loading + Error loading wallet.dat: Wallet requires newer version of Bitcoin - Invalid -proxy address + Wallet needed to be rewritten: restart Bitcoin to complete - Invalid amount for -paytxfee=<amount> + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -noproxy: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Not listening on any port + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Error: could not start node + + + + + Error: Wallet locked, unable to create transaction + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds + + + + + Error: Transaction creation failed + + + + + Sending... + + + + + 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. + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Find peers using internet relay chat (default: 0) + + + + + Accept connections from outside (default: 1) + + + + + Find peers using DNS lookup (default: 1) + + + + + Use Universal Plug and Play to map the listening port (default: 1) + + + + + Use Universal Plug and Play to map the listening port (default: 0) + + + + + Fee per KB to add to transactions you send + + + + + Loading wallet... - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. + Cannot downgrade wallet + + + + + Cannot initialize keypool + + + + + Cannot write default address - Error: CreateThread(StartNode) failed + Rescanning... + + + + + Done loading + + + + + Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. @@ -2225,17 +2457,12 @@ SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - + To use the %s option - + %s, you must set a rpcpassword in the configuration file: %s It is recommended you use the following random password: @@ -2247,24 +2474,24 @@ If the file does not exist, create it with owner-readable-only file permissions. - + Error - + An error occured while setting up the RPC port %i for listening: %s - + You must set rpcpassword=<password> in the configuration file: %s If the file does not exist, create it with owner-readable-only file permissions. - + Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly.