From 2989b462a5227a735556e032591146642fbe207c Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Fri, 4 Nov 2011 13:04:49 -0700 Subject: [PATCH] Add English translation to fix plural(s). --- src/qt/bitcoin.qrc | 1 + src/qt/locale/bitcoin_en.ts | 2300 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2301 insertions(+), 0 deletions(-) create mode 100644 src/qt/locale/bitcoin_en.ts diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index 145574d..784a114 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -47,6 +47,7 @@ locale/bitcoin_de.qm + locale/bitcoin_en.qm locale/bitcoin_es.qm locale/bitcoin_es_CL.qm locale/bitcoin_nb.qm diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts new file mode 100644 index 0000000..df964c9 --- /dev/null +++ b/src/qt/locale/bitcoin_en.ts @@ -0,0 +1,2300 @@ + + + +UTF-8 + + AboutDialog + + + About Bitcoin + + + + + <b>Bitcoin</b> version + + + + + Copyright © 2009-2011 Bitcoin Developers + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file license.txt 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. + + + + + AddressBookPage + + + Address Book + + + + + These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. + + + + + Double-click to edit address or label + + + + + Create a new address + + + + + &New Address... + + + + + Copy the currently selected address to the system clipboard + + + + + &Copy to Clipboard + + + + + Delete the currently selected address from the list. Only sending addresses can be deleted. + + + + + &Delete + + + + + Export Address Book Data + + + + + Comma separated file (*.csv) + + + + + Error exporting + + + + + Could not write to file %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + 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 + + + + + Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + + + + + + + + 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. + + + + + BitcoinGUI + + + Bitcoin Wallet + + + + + Synchronizing with network... + + + + + Block chain synchronization in progress + + + + + &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 + + + + + E&xit + + + + + Quit application + + + + + &About %1 + + + + + Show information about Bitcoin + + + + + &Options... + + + + + Modify configuration options for bitcoin + + + + + Open &Bitcoin + + + + + Show the Bitcoin window + + + + + &Export... + + + + + Export the current view to a file + + + + + &Encrypt Wallet + + + + + Encrypt or decrypt wallet + + + + + &Change Passphrase + + + + + Change the passphrase used for wallet encryption + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + Actions toolbar + + + + + [testnet] + + + + + bitcoin-qt + + + + + %n active connection(s) to Bitcoin network + + %n active connection to Bitcoin network + %n active connections to Bitcoin network + + + + + Downloaded %1 of %2 blocks of transaction history. + + + + + Downloaded %1 blocks of transaction history. + + + + + %n second(s) ago + + %n second ago + %n seconds ago + + + + + %n minute(s) ago + + %n minute ago + %n minutes ago + + + + + %n hour(s) ago + + %n hour ago + %n hours ago + + + + + %n day(s) ago + + %n day ago + %n days ago + + + + + 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? + + + + + Sending... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + DisplayOptionsPage + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface, and when sending coins + + + + + Display addresses in transaction list + + + + + EditAddressDialog + + + Edit Address + + + + + &Label + + + + + The label associated with this address book entry + + + + + &Address + + + + + The address associated with this address book entry. This can only be modified for sending addresses. + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + 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) + + + + + Optional transaction fee per KB that helps make sure your transactions are processed quickly. Most transactions are 1KB. Fee 0.01 recommended. + + + + + Pay transaction &fee + + + + + Optional transaction fee per KB that helps make sure your transactions are processed quickly. Most transactions are 1KB. Fee 0.01 recommended. + + + + + OptionsDialog + + + Main + + + + + Display + + + + + Options + + + + + OverviewPage + + + Form + + + + + Balance: + + + + + 123.456 BTC + + + + + Number of transactions: + + + + + 0 + + + + + Unconfirmed: + + + + + 0 BTC + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> + + + + + <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 + + + + + SendCoinsDialog + + + + + + + + + + Send Coins + + + + + Send to multiple recipients at once + + + + + &Add recipient... + + + + + Clear all + + + + + Balance: + + + + + 123.456 BTC + + + + + Confirm the send action + + + + + &Send + + + + + <b>%1</b> to %2 (%3) + + + + + Confirm send coins + + + + + Are you sure you want to send %1? + + + + + and + + + + + The recepient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + Amount exceeds your balance + + + + + 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 + + + + + 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. + + + + + SendCoinsEntry + + + Form + + + + + A&mount: + + + + + Pay &To: + + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Choose adress from address book + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Remove this recipient + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + TransactionDesc + + + Open for %1 blocks + + + + + Open until %1 + + + + + %1/offline? + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + <b>Status:</b> + + + + + , has not been successfully broadcast yet + + + + + , broadcast through %1 node + + + + + , broadcast through %1 nodes + + + + + <b>Date:</b> + + + + + <b>Source:</b> Generated<br> + + + + + + <b>From:</b> + + + + + unknown + + + + + + + <b>To:</b> + + + + + (yours, label: + + + + + (yours) + + + + + + + + <b>Credit:</b> + + + + + (%1 matures in %2 more blocks) + + + + + (not accepted) + + + + + + + <b>Debit:</b> + + + + + <b>Transaction fee:</b> + + + + + <b>Net amount:</b> + + + + + Message: + + + + + Comment: + + + + + Generated coins must wait 120 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, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Open for %n block(s) + + Open for %n block + Open for %n blocks + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + Confirmed (%1 confirmations) + + + + + Mined balance will be available in %n more blocks + + Mined balance will be available in %n more block + Mined balance will be available in %n more blocks + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from IP + + + + + Sent to + + + + + Sent to IP + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address of transaction. + + + + + Amount removed from or added to balance. + + + + + TransactionView + + + + All + + + + + Today + + + + + This week + + + + + This month + + + + + Last month + + + + + This year + + + + + Range... + + + + + Received with + + + + + Sent to + + + + + To yourself + + + + + Mined + + + + + Other + + + + + Enter address or label to search + + + + + Min amount + + + + + Copy address + + + + + Copy label + + + + + Edit label + + + + + Show 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 + + + + + WalletModel + + + Sending... + + + + + bitcoin-core + + + Bitcoin version + + + + + Usage: + + + + + Send command to -server or bitcoind + + + + + + List commands + + + + + + Get help for a command + + + + + + Options: + + + + + + Specify configuration file (default: bitcoin.conf) + + + + + + Specify pid file (default: bitcoind.pid) + + + + + + Generate coins + + + + + + Don't generate coins + + + + + + Start minimized + + + + + + Specify data directory + + + + + + Specify connection timeout (in milliseconds) + + + + + + Connect through socks4 proxy + + + + + + Allow DNS lookups for addnode and connect + + + + + + Add a node to connect to + + + + + + Connect only to the specified node + + + + + + Don't accept connections from outside + + + + + + Don't attempt to use UPnP to map the listening port + + + + + + Attempt to use UPnP to map the listening port + + + + + + Fee per KB to add to transactions you send + + + + + + Accept command line and JSON-RPC commands + + + + + + Run in the background as a daemon and accept commands + + + + + + Use the test network + + + + + + Username for JSON-RPC connections + + + + + + Password for JSON-RPC connections + + + + + + Listen for JSON-RPC connections on <port> (default: 8332) + + + + + + Allow JSON-RPC connections from specified IP address + + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + + Set key pool size to <n> (default: 100) + + + + + + Rescan the block chain for missing wallet transactions + + + + + + +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) + + + + + + This help message + + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Loading addresses... + + + + + Error loading addr.dat + + + + + + Loading block index... + + + + + Error loading blkindex.dat + + + + + + Loading wallet... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + + Error loading wallet.dat + + + + + + Rescanning... + + + + + Done loading + + + + + Invalid -proxy address + + + + + Invalid amount for -paytxfee=<amount> + + + + + Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. + + + + + Error: CreateThread(StartNode) failed + + + + + Warning: Disk space is low + + + + + Unable to bind to port %d on this computer. Bitcoin is probably already running. + + + + + This transaction is over the size limit. You can still send it for a fee of %s, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? + + + + + Enter the current passphrase to the wallet. + + + + + Passphrase + + + + + Please supply the current wallet decryption passphrase. + + + + + The passphrase entered for the wallet decryption was incorrect. + + + + + Status + + + + + Date + + + + + Description + + + + + Debit + + + + + Credit + + + + + Open for %d blocks + + + + + Open until %s + + + + + %d/offline? + + + + + %d/unconfirmed + + + + + %d confirmations + + + + + Generated + + + + + Generated (%s matures in %d more blocks) + + + + + Generated - Warning: This block was not received by any other nodes and will probably not be accepted! + + + + + Generated (not accepted) + + + + + From: + + + + + Received with: + + + + + Payment to yourself + + + + + To: + + + + + Generating + + + + + (not connected) + + + + + %d connections %d blocks %d transactions + + + + + Wallet already encrypted. + + + + + Enter the new passphrase to the wallet. +Please use a passphrase of 10 or more random characters, or eight or more words. + + + + + Error: The supplied passphrase was too short. + + + + + WARNING: If you encrypt your wallet and lose your passphrase, you will LOSE ALL OF YOUR BITCOINS! +Are you sure you wish to encrypt your wallet? + + + + + Please re-enter your new wallet passphrase. + + + + + Error: the supplied passphrases didn't match. + + + + + Wallet encryption failed. + + + + + Wallet Encrypted. +Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + + + + + Wallet is unencrypted, please encrypt it first. + + + + + Enter the new passphrase for the wallet. + + + + + Re-enter the new passphrase for the wallet. + + + + + Wallet Passphrase Changed. + + + + + New Receiving Address + + + + + You should use a new address for each payment you receive. + +Label + + + + + <b>Status:</b> + + + + + , has not been successfully broadcast yet + + + + + , broadcast through %d node + + + + + , broadcast through %d nodes + + + + + <b>Date:</b> + + + + + <b>Source:</b> Generated<br> + + + + + <b>From:</b> + + + + + unknown + + + + + <b>To:</b> + + + + + (yours, label: + + + + + (yours) + + + + + <b>Credit:</b> + + + + + (%s matures in %d more blocks) + + + + + (not accepted) + + + + + <b>Debit:</b> + + + + + <b>Transaction fee:</b> + + + + + <b>Net amount:</b> + + + + + Message: + + + + + Comment: + + + + + Generated coins must wait 120 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, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + + + + + Cannot write autostart/bitcoin.desktop file + + + + + Main + + + + + &Start Bitcoin on window system startup + + + + + &Minimize on close + + + + + version %s + + + + + Error in amount + + + + + Send Coins + + + + + Amount exceeds your balance + + + + + Total exceeds your balance when the + + + + + transaction fee is included + + + + + Payment sent + + + + + Sending... + + + + + Invalid address + + + + + Sending %s to %s + + + + + CANCELLED + + + + + Cancelled + + + + + Transfer cancelled + + + + + Error: + + + + + Insufficient funds + + + + + Connecting... + + + + + Unable to connect + + + + + Requesting public key... + + + + + Received public key... + + + + + Recipient is not accepting transactions sent by IP address + + + + + Transfer was not accepted + + + + + Invalid response received + + + + + Creating transaction... + + + + + This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds + + + + + Transaction creation failed + + + + + Transaction aborted + + + + + Lost connection, transaction cancelled + + + + + Sending payment... + + + + + 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. + + + + + Waiting for confirmation... + + + + + The payment was sent, but the recipient was unable to verify it. +The transaction is recorded and will credit to the recipient, +but the comment information will be blank. + + + + + Payment was sent, but an invalid response was received + + + + + Payment completed + + + + + Name + + + + + Address + + + + + Label + + + + + Bitcoin Address + + + + + This is one of your own addresses for receiving payments and cannot be entered in the address book. + + + + + Edit Address + + + + + Edit Address Label + + + + + Add Address + + + + + Bitcoin + + + + + Bitcoin - Generating + + + + + Bitcoin - (not connected) + + + + + &Open Bitcoin + + + + + &Send Bitcoins + + + + + O&ptions... + + + + + E&xit + + + + + Program has crashed and will terminate. + + + + + Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. + + + + + beta + + + + + main + + + Bitcoin Qt + + + + -- 1.7.1