From b9763faf128d351e7bdc9151af062073a9659bec Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 4 May 2013 12:30:14 +0200 Subject: translations update 2013-05-04 - updates bitcoin_en.ts and bitcoinstrings.cpp - removes bitcoin_se.ts - adds bitcoin_ar.ts - integrates current translations from Transifex --- src/qt/bitcoin.qrc | 2 +- src/qt/bitcoinstrings.cpp | 11 +- src/qt/locale/bitcoin_ar.ts | 2889 ++++++++++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_bg.ts | 108 +- src/qt/locale/bitcoin_bs.ts | 108 +- src/qt/locale/bitcoin_ca.ts | 108 +- src/qt/locale/bitcoin_ca_ES.ts | 110 +- src/qt/locale/bitcoin_cs.ts | 110 +- src/qt/locale/bitcoin_cy.ts | 108 +- src/qt/locale/bitcoin_da.ts | 110 +- src/qt/locale/bitcoin_de.ts | 114 +- src/qt/locale/bitcoin_el_GR.ts | 130 +- src/qt/locale/bitcoin_en.ts | 151 +-- src/qt/locale/bitcoin_eo.ts | 108 +- src/qt/locale/bitcoin_es.ts | 112 +- src/qt/locale/bitcoin_es_CL.ts | 108 +- src/qt/locale/bitcoin_et.ts | 110 +- src/qt/locale/bitcoin_eu_ES.ts | 150 ++- src/qt/locale/bitcoin_fa.ts | 108 +- src/qt/locale/bitcoin_fa_IR.ts | 108 +- src/qt/locale/bitcoin_fi.ts | 110 +- src/qt/locale/bitcoin_fr.ts | 112 +- src/qt/locale/bitcoin_fr_CA.ts | 108 +- src/qt/locale/bitcoin_gu_IN.ts | 108 +- src/qt/locale/bitcoin_he.ts | 110 +- src/qt/locale/bitcoin_hi_IN.ts | 108 +- src/qt/locale/bitcoin_hr.ts | 136 +- src/qt/locale/bitcoin_hu.ts | 108 +- src/qt/locale/bitcoin_it.ts | 122 +- src/qt/locale/bitcoin_ja.ts | 108 +- src/qt/locale/bitcoin_la.ts | 114 +- src/qt/locale/bitcoin_lt.ts | 108 +- src/qt/locale/bitcoin_lv_LV.ts | 108 +- src/qt/locale/bitcoin_nb.ts | 108 +- src/qt/locale/bitcoin_nl.ts | 110 +- src/qt/locale/bitcoin_pl.ts | 110 +- src/qt/locale/bitcoin_pt_BR.ts | 110 +- src/qt/locale/bitcoin_pt_PT.ts | 110 +- src/qt/locale/bitcoin_ro_RO.ts | 108 +- src/qt/locale/bitcoin_ru.ts | 110 +- src/qt/locale/bitcoin_se.ts | 2871 --------------------------------------- src/qt/locale/bitcoin_sk.ts | 108 +- src/qt/locale/bitcoin_sr.ts | 108 +- src/qt/locale/bitcoin_sv.ts | 110 +- src/qt/locale/bitcoin_th_TH.ts | 168 +-- src/qt/locale/bitcoin_tr.ts | 110 +- src/qt/locale/bitcoin_uk.ts | 110 +- src/qt/locale/bitcoin_zh_CN.ts | 110 +- src/qt/locale/bitcoin_zh_TW.ts | 136 +- 49 files changed, 5861 insertions(+), 5059 deletions(-) create mode 100644 src/qt/locale/bitcoin_ar.ts delete mode 100644 src/qt/locale/bitcoin_se.ts diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index a8379597b4..0ec90a2946 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -50,6 +50,7 @@ res/movies/update_spinner.mng + locale/bitcoin_ar.qm locale/bitcoin_bg.qm locale/bitcoin_bs.ts locale/bitcoin_ca.ts @@ -87,7 +88,6 @@ locale/bitcoin_pt_PT.qm locale/bitcoin_ro_RO.qm locale/bitcoin_ru.qm - locale/bitcoin_se.qm locale/bitcoin_sk.qm locale/bitcoin_sr.qm locale/bitcoin_sv.qm diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 4f3bb10642..5481b5ce00 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -33,9 +33,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot obtain a lock on data directory %s. Bitcoin is probably already " "running."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Error initializing database environment %s! To recover, BACKUP THAT " -"DIRECTORY, then remove everything from it except for wallet.dat."), -QT_TRANSLATE_NOOP("bitcoin-core", "" "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."), @@ -60,7 +57,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Set maximum size of high-priority/low-fee transactions in bytes (default: " "27000)"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Set the number of script verification threads (1-16, 0=auto, default: 0)"), +"Set the number of script verification threads (up to 16, 0 = auto, <0 = " +"leave that many cores free, default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "This is a pre-release test build - use at your own risk - do not use for " "mining or merchant applications"), @@ -96,7 +94,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrup QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin version"), QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"), -QT_TRANSLATE_NOOP("bitcoin-core", "Cannot initialize keypool"), 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 write default address"), @@ -106,7 +103,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"), QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"), QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"), -QT_TRANSLATE_NOOP("bitcoin-core", "Don't generate coins"), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"), QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"), @@ -133,7 +129,7 @@ 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 per KB to add to transactions you send"), QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1 unless -connect)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins"), +QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"), QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"), QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"), @@ -153,6 +149,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", "Not enough file descriptors available."), QT_TRANSLATE_NOOP("bitcoin-core", "Only accept block chain matching built-in checkpoints (default: 1)"), QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network (IPv4, IPv6 or Tor)"), QT_TRANSLATE_NOOP("bitcoin-core", "Options:"), diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts new file mode 100644 index 0000000000..08045eddec --- /dev/null +++ b/src/qt/locale/bitcoin_ar.ts @@ -0,0 +1,2889 @@ + +UTF-8 + + AboutDialog + + + About Bitcoin + عن Bitcoin + + + + <b>Bitcoin</b> version + نسخة <b>Bitcoin</b> + + + + +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 + + + + + The Bitcoin developers + + + + + AddressBookPage + + + Address Book + كتاب العنوانين + + + + Double-click to edit address or label + أنقر على الماوس مرتين لتعديل عنوان + + + + Create a new address + قم بعمل عنوان جديد + + + + Copy the currently selected address to the system clipboard + قم بنسخ القوانين المختارة لحافظة النظام + + + + &New Address + + + + + 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. + + + + + &Copy Address + + + + + Show &QR Code + + + + + Sign a message to prove you own a Bitcoin address + + + + + Sign &Message + + + + + Delete the currently selected address from the list + + + + + Export the data in the current tab to a file + + + + + &Export + + + + + Verify a message to ensure it was signed with a specified Bitcoin address + + + + + &Verify Message + + + + + &Delete + &أمسح + + + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + + + + + Copy &Label + + + + + &Edit + + + + + Send &Coins + + + + + Export Address Book Data + + + + + Comma separated file (*.csv) + + + + + Error exporting + + + + + Could not write to file %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + 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? + + + + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + + + + + + Warning: The Caps Lock key is on! + + + + + + 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. + + + + + + + + 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 successfully changed. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + Edit the list of stored addresses and labels + + + + + Show the list of addresses for receiving payments + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + &Addresses + + + + + &About Bitcoin + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + 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? + + + + + Up to date + + + + + Catching up... + + + + + Confirm transaction fee + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + + URI handling + + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + 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. + + + + + GUIUtil::HelpMessageBox + + + + Bitcoin-Qt + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Connect to the Bitcoin network through a SOCKS proxy (e.g. when connecting through Tor). + + + + + &Connect through SOCKS proxy: + + + + + Proxy &IP: + + + + + IP address of the proxy (e.g. 127.0.0.1) + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + 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. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + &OK + + + + + &Cancel + + + + + &Apply + + + + + default + + + + + Confirm options reset + + + + + Some settings may require a client restart to take effect. + + + + + Do you want to proceed? + + + + + + Warning + + + + + + This setting will take effect after restarting Bitcoin. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Balance: + + + + + Unconfirmed: + + + + + Wallet + + + + + Immature: + + + + + Mined balance that has not yet matured + + + + + <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 + + + + + + out of sync + + + + + PaymentServer + + + Cannot start bitcoin: click-to-pay handler + + + + + QRCodeDialog + + + QR Code Dialog + + + + + Request Payment + + + + + Amount: + + + + + Label: + + + + + Message: + + + + + &Save As... + + + + + Error encoding URI into QR Code. + + + + + The entered amount is invalid, please check. + + + + + Resulting URI too long, try to reduce the text for label / message. + + + + + Save QR Code + + + + + PNG Images (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Number of connections + + + + + On testnet + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + Command-line options + + + + + Show the Bitcoin-Qt help message to get a list with possible Bitcoin command-line options. + + + + + &Show + + + + + &Console + + + + + Build date + + + + + Bitcoin - Debug window + + + + + Bitcoin Core + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + SendCoinsDialog + + + + + + + + + + Send Coins + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Remove all transaction fields + + + + + Clear &All + + + + + Balance: + + + + + 123.456 BTC + + + + + Confirm the send action + + + + + S&end + + + + + <b>%1</b> to %2 (%3) + + + + + Confirm send coins + + + + + Are you sure you want to send %1? + + + + + and + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per 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: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose address from address book + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Remove this recipient + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose an address from the address book + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Click "Sign Message" to generate signature + + + + + Enter Bitcoin signature + + + + + + The entered address is invalid. + + + + + + + + Please check the address and try again. + + + + + + The entered address does not refer to a key. + + + + + Wallet unlock was cancelled. + + + + + Private key for the entered address is not available. + + + + + Message signing failed. + + + + + Message signed. + + + + + The signature could not be decoded. + + + + + + Please check the signature and try again. + + + + + The signature did not match the message digest. + + + + + Message verification failed. + + + + + Message verified. + + + + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + Transaction fee + + + + + Net amount + + + + + Message + + + + + Comment + + + + + Transaction ID + + + + + Generated coins must mature 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, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + Confirmed (%1 confirmations) + + + + + Mined balance will be available when it matures in %n more block(s) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + 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 + + + + + Copy amount + + + + + Copy transaction ID + + + + + 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 + + + + + WalletView + + + Export the data in the current tab to a file + + + + + Backup Wallet + + + + + Wallet Data (*.dat) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to the new location. + + + + + Backup Successful + + + + + The wallet data was successfully saved to the new location. + + + + + 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 + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + 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 + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + 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: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + 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 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Error initializing database environment %s! To recover, BACKUP THAT DIRECTORY, then remove everything from it except for wallet.dat. + + + + + 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: 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 relevant alert is received (%s in cmd is replaced by message) + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: 27000) + + + + + Set the number of script verification threads (1-16, 0=auto, default: 0) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Transaction creation failed! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Imports blocks from external blk000??.dat file + + + + + Information + + + + + Invalid -tor address: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + Output extra debugging information. Implies all other -debug* options + + + + + Output extra network debugging information + + + + + Prepend debug output with timestamp + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Select the version of socks proxy to use (4-5, default: 5) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Send trace/debug info to debugger + + + + + Set maximum block size in bytes (default: 250000) + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Use proxy to reach tor hidden services (default: same as -proxy) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + You need to rebuild the databases using -reindex to change -txindex + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + 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 + + + + + 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 + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Connect through socks proxy + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Fee per KB to add to transactions you send + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot initialize keypool + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + 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. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_bg.ts b/src/qt/locale/bitcoin_bg.ts index 40c75a6795..52c88822dd 100644 --- a/src/qt/locale/bitcoin_bg.ts +++ b/src/qt/locale/bitcoin_bg.ts @@ -28,13 +28,13 @@ This product includes software developed by the OpenSSL Project for use in the O Използван е софтуер, разработен от OpenSSL Project за употреба в OpenSSL Toolkit (http://www.openssl.org/), криптографски софтуер разработен от Eric Young (eay@cryptsoft.com) и UPnP софтуер разработен от Thomas Bernard. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Нов адрес - + 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. Това са вашите Биткоин адреси за получаване на плащания. За по-лесно проследяване на плащанията и повишена анонимност можете да използвате нов адрес за всяко плащане. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O Изтрий избрания адрес от списъка - + + Export the data in the current tab to a file + Запишете данните от текущия раздел във файл + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Проверете съобщение, за да сте сигурни че е подписано с определен Биткоин адрес @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Подписване на &съобщение... - + Synchronizing with network... Синхронизиране с мрежата... - + &Overview &Баланс @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Смяна на паролата... - + Importing blocks from disk... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Експорт... - - - + Send coins to a Bitcoin address Изпращане към Биткоин адрес @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - Запишете данните от текущия раздел във файл - - - + Backup wallet to another location @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O Променя паролата за портфейла - + &Debug window @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... &Проверка на съобщение... - - + + Bitcoin Биткоин - + Wallet Портфейл - + &Send @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Файл - + &Settings &Настройки @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Раздели - - Actions toolbar - Функции - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n връзка към Биткоин мрежата%n връзки към Биткоин мрежата - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Синхронизиран - + Catching up... Зарежда блокове... - + Confirm transaction fee Потвърждение за такса @@ -666,7 +666,7 @@ Address: %4 Портфейлът е <b>криптиран</b> и <b>заключен</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -674,7 +674,7 @@ Address: %4 ClientModel - + Network Alert @@ -1055,7 +1055,7 @@ Address: %4 Сборът на все още непотвърдените транзакции, които не са част от текущия баланс - + out of sync несинхронизиран @@ -1641,6 +1641,19 @@ Address: %4 Съобщението е потвърдено. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2118,7 +2131,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + Запишете данните от текущия раздел във файл + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_bs.ts b/src/qt/locale/bitcoin_bs.ts index 32b3e63a03..4f6064d5a1 100644 --- a/src/qt/locale/bitcoin_bs.ts +++ b/src/qt/locale/bitcoin_bs.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... - + &Overview @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File - + &Settings @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Actions toolbar - - - - + [testnet] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date - + Catching up... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts index 94372bbf05..482005bdba 100644 --- a/src/qt/locale/bitcoin_ca.ts +++ b/src/qt/locale/bitcoin_ca.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... - + &Overview @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File - + &Settings @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Actions toolbar - - - - + [testnet] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date - + Catching up... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_ca_ES.ts b/src/qt/locale/bitcoin_ca_ES.ts index 6c66589108..864cfeb377 100644 --- a/src/qt/locale/bitcoin_ca_ES.ts +++ b/src/qt/locale/bitcoin_ca_ES.ts @@ -23,14 +23,14 @@ This product includes software developed by the OpenSSL Project for use in the O \n Aquest és software experimental.\n\n Distribuït sota llicència de software MIT/11, veure l'arxiu COPYING o http://www.opensource.org/licenses/mit-license.php.\n\nAquest producte inclou software desarrollat pel projecte OpenSSL per a l'ús de OppenSSL Toolkit (http://www.openssl.org/) i de softwqre criptogràfic escrit per l'Eric Young (eay@cryptsoft.com) i software UPnP escrit per en Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Els creadors de Bitcoin + The Bitcoin developers + @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Nova adreça - + 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. Aquestes són les teves adreces Bitcoin per a rebre pagaments. Pot interesar-te proveïr diferents adreces a cadascun dels enviadors així pots identificar qui et va pagant. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O Esborrar l'adreça sel·leccionada - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Verificar un missatge per asegurar-se que ha estat signat amb una adreça Bitcoin específica @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Signar &missatge... - + Synchronizing with network... Sincronitzant amb la xarxa ... - + &Overview &Panorama general @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Canviar contrasenya... - + Importing blocks from disk... Important blocs del disc.. @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O Re-indexant blocs al disc... - - &Export... - &Exporta... - - - + Send coins to a Bitcoin address Enviar monedes a una adreça Bitcoin @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O Modificar les opcions de configuració per bitcoin - - Export the data in the current tab to a file - Exportar dades de la pestanya actual a un fitxer - - - + Backup wallet to another location Realitzar còpia de seguretat del moneder a un altre directori @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Canviar la constrasenya d'encriptació del moneder - + &Debug window &Finestra de debug @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O Obrir la consola de diagnòstic i debugging - + &Verify message... &Verifica el missatge.. - - + + Bitcoin Bitcoin - + Wallet Moneder - + &Send &Enviar @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O Verificar els missatges per assegurar-te que han estat signades amb una adreça Bitcoin específica. - + &File &Arxiu - + &Settings &Configuració @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Barra d'eines de seccions - - Actions toolbar - Barra d'eines d'accions - - - + [testnet] [testnet] @@ -545,7 +540,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n connexió activa a la xarxa Bitcoin%n connexions actives a la xarxa Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Processat el %1 de %2 (estimat) dels blocs del històric de transaccions. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n setmana%n setmanes - + %1 behind %1 radera @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O Les transaccions a partir d'això no seràn visibles. - + Error Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O Informació - + 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? Aquesta transacció supera el límit de tamany. Tot i així pots enviar-la amb una comissió de %1, que es destinen als nodes que processen la seva transacció i ajuda a donar suport a la xarxa. Vols pagar la comissió? - + Up to date Al dia - + Catching up... Posar-se al dia ... - + Confirm transaction fee Confirmar comisió de transacció @@ -661,7 +661,7 @@ Address: %4 El moneder està <b>encriptat</b> i actualment <b>bloquejat</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ha tingut lloc un error fatal. Bitcoin no pot continuar executant-se de manera segura i es tancará. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert Alerta de xarxa @@ -1050,7 +1050,7 @@ Address: %4 Total de transaccions encara sense confirmar, que encara no es content en el balanç actual - + out of sync Fora de sincronia @@ -1636,6 +1636,19 @@ Address: %4 Missatge verificat. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet Realitzar còpia de seguretat del moneder diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts index f3ef200cae..2c1e4caf2a 100644 --- a/src/qt/locale/bitcoin_cs.ts +++ b/src/qt/locale/bitcoin_cs.ts @@ -28,14 +28,14 @@ Tohle je experimentální program. Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v OpenSSL Toolkitu (http://www.openssl.org/) a kryptografický program od Erika Younga (eay@cryptsoft.com) a program UPnP od Thomase Bernarda. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Vývojáři Bitcoinu + The Bitcoin developers + Vývojáři Bitcoinu @@ -66,7 +66,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Nová &adresa - + 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. Tohle jsou tvé Bitcoinové adresy pro příjem plateb. Můžeš dát pokaždé každému plátci novou adresu, abys věděl, kdo ti kdy kolik platil. @@ -96,7 +96,17 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Smaž zvolenou adresu ze seznamu - + + Export the data in the current tab to a file + Exportuj data z tohoto panelu do souboru + + + + &Export + &Export + + + Verify a message to ensure it was signed with a specified Bitcoin address Ověř zprávu, aby ses ujistil, že byla podepsána danou Bitcoinovou adresou @@ -313,17 +323,17 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open BitcoinGUI - + Sign &message... Po&depiš zprávu... - + Synchronizing with network... Synchronizuji se se sítí... - + &Overview &Přehled @@ -398,7 +408,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Změň &heslo... - + Importing blocks from disk... Importuji bloky z disku... @@ -408,12 +418,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Vytvářím nový index bloků na disku... - - &Export... - &Export... - - - + Send coins to a Bitcoin address Pošli mince na Bitcoinovou adresu @@ -423,12 +428,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Uprav nastavení Bitcoinu - - Export the data in the current tab to a file - Exportuj data z tohoto panelu do souboru - - - + Backup wallet to another location Zazálohuj peněženku na jiné místo @@ -438,7 +438,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Změň heslo k šifrování peněženky - + &Debug window &Ladicí okno @@ -448,23 +448,23 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Otevři ladicí a diagnostickou konzoli - + &Verify message... &Ověř zprávu... - - + + Bitcoin Bitcoin - + Wallet Peněženka - + &Send &Pošli @@ -509,12 +509,12 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Ověř zprávy, aby ses ujistil, že byly podepsány danými Bitcoinovými adresami - + &File &Soubor - + &Settings &Nastavení @@ -529,12 +529,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Panel s listy - - Actions toolbar - Panel akcí - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open %n aktivní spojení do Bitcoinové sítě%n aktivní spojení do Bitcoinové sítě%n aktivních spojení do Bitcoinové sítě - + + No block source available... + Není dostupný žádný zdroj bloků... + + + Processed %1 of %2 (estimated) blocks of transaction history. Zpracováno %1 z přibližně %2 bloků transakční historie. @@ -575,7 +575,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open týden%n týdny%n týdnů - + %1 behind Stahuji ještě bloky transakcí za poslední %1 @@ -590,7 +590,7 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Následné transakce ještě nebudou vidět. - + Error Chyba @@ -605,22 +605,22 @@ Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v Open Informace - + 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? Tahle transakce přesahuje velikostní limit. I tak ji ale můžeš poslat, pokud za ni zaplatíš poplatek %1, který půjde uzlům, které tvou transakci zpracují, a navíc tak podpoříš síť. Chceš zaplatit poplatek? - + Up to date Aktuální - + Catching up... Stahuji... - + Confirm transaction fee Potvrď transakční poplatek @@ -670,7 +670,7 @@ Adresa: %4 Peněženka je <b>zašifrovaná</b> a momentálně <b>zamčená</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Stala se fatální chyba. Bitcoin nemůže bezpečně pokračovat v činnosti, a proto skončí. @@ -678,7 +678,7 @@ Adresa: %4 ClientModel - + Network Alert Upozornění sítě @@ -1059,7 +1059,7 @@ Adresa: %4 Celkem z transakcí, které ještě nejsou potvrzené a které se ještě nezapočítávají do celkového stavu účtu - + out of sync nesynchronizováno @@ -1645,6 +1645,19 @@ Adresa: %4 Zpráva ověřena. + + SplashScreen + + + The Bitcoin developers + Vývojáři Bitcoinu + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Adresa: %4 WalletView - + + Export the data in the current tab to a file + Exportuj data z tohoto panelu do souboru + + + Backup Wallet Záloha peněženky diff --git a/src/qt/locale/bitcoin_cy.ts b/src/qt/locale/bitcoin_cy.ts index 453def7174..e51229085d 100644 --- a/src/qt/locale/bitcoin_cy.ts +++ b/src/qt/locale/bitcoin_cy.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... Cysoni â'r rhwydwaith... - + &Overview &Trosolwg @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Allforio... - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Newid y cyfrinymadrodd a ddefnyddiwyd ar gyfer amgryptio'r waled - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Ffeil - + &Settings &Gosodiadau @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Bar offer tabiau - - Actions toolbar - Bar offer camau gweithredu - - - + [testnet] [testnet] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Cyfamserol - + Catching up... Dal i fyny - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 Mae'r waled <b>wedi'i amgryptio</b> ac <b>ar glo</b> ar hyn o bryd - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 Cyfanswm o drafodion sydd heb eu cadarnhau a heb eu cyfri tuag at y gweddill presennol - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts index 700680ec6b..e05c1f4c93 100644 --- a/src/qt/locale/bitcoin_da.ts +++ b/src/qt/locale/bitcoin_da.ts @@ -28,14 +28,14 @@ Det er gjort tilgængeligt under MIT/X11-softwarelicensen. Se den tilhørende fi Produktet indeholder software som er udviklet af OpenSSL Project til brug i OpenSSL Toolkit (http://www.openssl.org/), kryptografisk software skrevet af Eric Young (eay@cryptsoft.com) og UPnP-software skrevet af Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Bitcoin-udviklerne + The Bitcoin developers + Bitcoin-udviklerne @@ -66,7 +66,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Ny adresse - + 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. Dette er dine Bitcoin-adresser til at modtage betalinger med. Du kan give en forskellig adresse til hver afsender, så du kan holde styr på, hvem der betaler dig. @@ -96,7 +96,17 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Slet den markerede adresse fra listen - + + Export the data in the current tab to a file + Eksportér den aktuelle visning til en fil + + + + &Export + Eksporter + + + Verify a message to ensure it was signed with a specified Bitcoin address Efterprøv en besked for at sikre, at den er underskrevet med den angivne Bitcoin-adresse @@ -313,17 +323,17 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open BitcoinGUI - + Sign &message... Underskriv besked... - + Synchronizing with network... Synkroniserer med netværk... - + &Overview Oversigt @@ -398,7 +408,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Skift adgangskode... - + Importing blocks from disk... Importerer blokke fra disken... @@ -408,12 +418,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Genindekserer blokke på disken... - - &Export... - Eksporter... - - - + Send coins to a Bitcoin address Send bitcoins til en Bitcoin-adresse @@ -423,12 +428,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Rediger konfigurationsindstillinger af Bitcoin - - Export the data in the current tab to a file - Eksporter den aktuelle visning til en fil - - - + Backup wallet to another location Lav sikkerhedskopi af tegnebogen til et andet sted @@ -438,7 +438,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Skift adgangskode anvendt til tegnebogskryptering - + &Debug window Fejlsøgningsvindue @@ -448,23 +448,23 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Åbn fejlsøgnings- og diagnosticeringskonsollen - + &Verify message... Efterprøv besked... - - + + Bitcoin Bitcoin - + Wallet Tegnebog - + &Send Send @@ -509,12 +509,12 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Efterprøv beskeder for at sikre, at de er underskrevet med de(n) angivne Bitcoin-adresse(r) - + &File Fil - + &Settings Indstillinger @@ -529,12 +529,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Faneværktøjslinje - - Actions toolbar - Handlingsværktøjslinje - - - + [testnet] [testnetværk] @@ -550,7 +545,12 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open %n aktiv(e) forbindelse(r) til Bitcoin-netværket%n aktiv(e) forbindelse(r) til Bitcoin-netværket - + + No block source available... + Ingen blokkilde tilgængelig... + + + Processed %1 of %2 (estimated) blocks of transaction history. %1 ud af %2 (estimeret) blokke af transaktionshistorikken er blevet behandlet. @@ -575,7 +575,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open %n uge(r)%n uge(r) - + %1 behind %1 bagefter @@ -590,7 +590,7 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Transaktioner herefter vil endnu ikke være synlige. - + Error Fejl @@ -605,22 +605,22 @@ Produktet indeholder software som er udviklet af OpenSSL Project til brug i Open Information - + 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? Transaktionen overskrider størrelsesgrænsen. Du kan stadig sende den for et gebyr på %1, hvilket går til de knuder, der behandler din transaktion og hjælper med at understøtte netværket. Vil du betale gebyret? - + Up to date Opdateret - + Catching up... Indhenter... - + Confirm transaction fee Bekræft transaktionsgebyr @@ -670,7 +670,7 @@ Adresse: %4 Tegnebog er <b>krypteret</b> og i øjeblikket <b>låst</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Der opstod en fatal fejl. Bitcoin kan ikke længere fortsætte sikkert og vil afslutte. @@ -678,7 +678,7 @@ Adresse: %4 ClientModel - + Network Alert Netværksadvarsel @@ -1059,7 +1059,7 @@ Adresse: %4 Summen af transaktioner, der endnu ikke er bekræftet og endnu ikke er inkluderet i den nuværende saldo - + out of sync ikke synkroniseret @@ -1645,6 +1645,19 @@ Adresse: %4 Besked efterprøvet. + + SplashScreen + + + The Bitcoin developers + Bitcoin-udviklerne + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Adresse: %4 WalletView - + + Export the data in the current tab to a file + Eksportér den aktuelle visning til en fil + + + Backup Wallet Sikkerhedskopier tegnebog diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts index 7076d8e2a1..ce3a7f3968 100644 --- a/src/qt/locale/bitcoin_de.ts +++ b/src/qt/locale/bitcoin_de.ts @@ -28,14 +28,14 @@ Veröffentlicht unter der MIT/X11-Softwarelizenz, siehe beiligende Datei COPYING Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im OpenSSL-Toolkit (http://www.openssl.org/) entwickelt wurde, sowie kryptographische Software geschrieben von Eric Young (eay@cryptsoft.com) und UPnP-Software geschrieben von Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Die Bitcoinentwickler + The Bitcoin developers + Die Bitcoinentwickler @@ -66,7 +66,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open &Neue Adresse - + 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. Dies sind Ihre Bitcoin-Adressen zum Empfangen von Zahlungen. Es steht Ihnen frei, jedem Absender eine Andere mitzuteilen, um einen besseren Überblick über eingehende Zahlungen zu erhalten. @@ -96,7 +96,17 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Die ausgewählte Adresse aus der Liste entfernen. - + + Export the data in the current tab to a file + Daten der aktuellen Ansicht in eine Datei exportieren + + + + &Export + E&xportieren + + + Verify a message to ensure it was signed with a specified Bitcoin address Eine Nachricht verifizieren, um sicherzustellen, dass diese mit einer angegebenen Bitcoin-Adresse signiert wurde @@ -313,17 +323,17 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open BitcoinGUI - + Sign &message... Nachricht s&ignieren... - + Synchronizing with network... Synchronisiere mit Netzwerk... - + &Overview &Übersicht @@ -398,7 +408,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Passphrase &ändern... - + Importing blocks from disk... Importiere Blöcke von Laufwerk... @@ -408,12 +418,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Reindiziere Blöcke auf Laufwerk... - - &Export... - &Exportieren... - - - + Send coins to a Bitcoin address Bitcoins an eine Bitcoin-Adresse überweisen @@ -423,12 +428,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Die Konfiguration des Clients bearbeiten - - Export the data in the current tab to a file - Daten der aktuellen Ansicht in eine Datei exportieren - - - + Backup wallet to another location Eine Sicherungskopie der Brieftasche erstellen und abspeichern @@ -438,7 +438,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Ändert die Passphrase, die für die Verschlüsselung der Brieftasche benutzt wird - + &Debug window &Debugfenster @@ -448,23 +448,23 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Debugging- und Diagnosekonsole öffnen - + &Verify message... Nachricht &verifizieren... - - + + Bitcoin Bitcoin - + Wallet Brieftasche - + &Send Überweisen @@ -509,12 +509,12 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Bitcoin-Adressen signiert wurden - + &File &Datei - + &Settings &Einstellungen @@ -529,12 +529,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Registerkartenleiste - - Actions toolbar - Aktionssymbolleiste - - - + [testnet] [Testnetz] @@ -550,7 +545,12 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open %n aktive Verbindung zum Bitcoin-Netzwerk%n aktive Verbindungen zum Bitcoin-Netzwerk - + + No block source available... + Keine Blockquelle verfügbar... + + + Processed %1 of %2 (estimated) blocks of transaction history. %1 von (geschätzten) %2 Blöcken des Transaktionsverlaufs verarbeitet. @@ -575,7 +575,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open %n Woche%n Wochen - + %1 behind %1 im Rückstand @@ -590,7 +590,7 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Transaktionen hiernach werden noch nicht angezeigt. - + Error Fehler @@ -605,22 +605,22 @@ Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im Open Hinweis - + 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? Die Transaktion übersteigt das Größenlimit. Sie können sie trotzdem senden, wenn Sie eine zusätzliche Transaktionsgebühr in Höhe von %1 zahlen. Diese wird an die Knoten verteilt, die Ihre Transaktion bearbeiten und unterstützt damit das Bitcoin-Netzwerk. Möchten Sie die Gebühr bezahlen? - + Up to date Auf aktuellem Stand - + Catching up... Hole auf... - + Confirm transaction fee Transaktionsgebühr bestätigen @@ -669,7 +669,7 @@ Adresse: %4 Brieftasche ist <b>verschlüsselt</b> und aktuell <b>gesperrt</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ein schwerer Fehler ist aufgetreten. Bitcoin kann nicht stabil weiter ausgeführt werden und wird beendet. @@ -677,7 +677,7 @@ Adresse: %4 ClientModel - + Network Alert Netzwerkalarm @@ -1058,7 +1058,7 @@ Adresse: %4 Betrag aus unbestätigten Transaktionen, der noch nicht im aktuellen Kontostand enthalten ist - + out of sync nicht synchron @@ -1135,7 +1135,7 @@ Adresse: %4 Client name - Client Name + Clientname @@ -1154,7 +1154,7 @@ Adresse: %4 Client version - Client Version + Clientversion @@ -1644,6 +1644,19 @@ Adresse: %4 Nachricht verifiziert. + + SplashScreen + + + The Bitcoin developers + Die Bitcoinentwickler + + + + [testnet] + [Testnetz] + + TransactionDesc @@ -2121,7 +2134,12 @@ Adresse: %4 WalletView - + + Export the data in the current tab to a file + Daten der aktuellen Ansicht in eine Datei exportieren + + + Backup Wallet Brieftasche sichern diff --git a/src/qt/locale/bitcoin_el_GR.ts b/src/qt/locale/bitcoin_el_GR.ts index 640d9ee7cf..3587f34675 100644 --- a/src/qt/locale/bitcoin_el_GR.ts +++ b/src/qt/locale/bitcoin_el_GR.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Νέα διεύθυνση - + 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. Αυτές είναι οι Bitcoin διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + Εξαγωγή δεδομένων καρτέλας σε αρχείο + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Υπογραφή &Μηνύματος... - + Synchronizing with network... Συγχρονισμός με το δίκτυο... - + &Overview &Επισκόπηση @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Άλλαξε κωδικο πρόσβασης - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Εξαγωγή - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - Εξαγωγή δεδομένων καρτέλας σε αρχείο - - - + Backup wallet to another location Δημιουργία αντιγράφου ασφαλείας πορτοφολιού σε άλλη τοποθεσία @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Αλλαγή του κωδικού κρυπτογράφησης του πορτοφολιού - + &Debug window &Παράθυρο αποσφαλμάτωσης @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O Άνοιγμα κονσόλας αποσφαλμάτωσης και διαγνωστικών - + &Verify message... - + &Επιβεβαίωση μηνύματος - - + + Bitcoin Bitcoin - + Wallet Πορτοφόλι - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Αρχείο - + &Settings &Ρυθμίσεις @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Εργαλειοθήκη καρτελών - - Actions toolbar - Εργαλειοθήκη ενεργειών - - - + [testnet] [testnet] @@ -545,7 +540,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n ενεργή σύνδεση στο δίκτυο Bitcoin%n ενεργές συνδέσεις στο δίκτυο Βitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error Σφάλμα @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Ενημερωμένο - + Catching up... Ενημέρωση... - + Confirm transaction fee Επιβεβαίωση αμοιβής συναλλαγής @@ -665,7 +665,7 @@ Address: %4 Το πορτοφόλι είναι <b>κρυπτογραφημένο</b> και <b>κλειδωμένο</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -673,9 +673,9 @@ Address: %4 ClientModel - + Network Alert - + Ειδοποίηση Δικτύου @@ -733,7 +733,7 @@ Address: %4 The entered address "%1" is not a valid Bitcoin address. - + Η διεύθυνση "%1" δεν είναι έγκυρη Bitcoin διεύθυνση. @@ -1031,7 +1031,7 @@ Address: %4 Immature: - + Ανώριμος @@ -1054,7 +1054,7 @@ Address: %4 Το άθροισμα των συναλλαγών που δεν έχουν ακόμα επιβεβαιωθεί και δεν προσμετρώνται στο τρέχον υπόλοιπό σας - + out of sync εκτός συγχρονισμού @@ -1073,7 +1073,7 @@ Address: %4 QR Code Dialog - + Κώδικας QR @@ -1145,7 +1145,7 @@ Address: %4 N/A - + Μη διαθέσιμο @@ -1165,7 +1165,7 @@ Address: %4 Startup time - + Χρόνος εκκίνησης @@ -1180,12 +1180,12 @@ Address: %4 On testnet - + Στο testnet Block chain - + αλυσίδα εμποδισμού @@ -1365,12 +1365,12 @@ Address: %4 The total exceeds your balance when the %1 transaction fee is included. - + Το σύνολο υπερβαίνει το υπόλοιπό σας όταν συμπεριληφθεί και η αμοιβή %1 Duplicate address found, can only send to each address once per send operation. - + Βρέθηκε η ίδια διεύθυνση δύο φορές. Επιτρέπεται μία μόνο εγγραφή για κάθε διεύθυνση, σε κάθε διαδικασία αποστολής. @@ -1640,6 +1640,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2117,7 +2130,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + Εξαγωγή δεδομένων καρτέλας σε αρχείο + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 557d0d0275..151e19bbeb 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -325,17 +325,17 @@ 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 @@ -410,7 +410,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Change Passphrase... - + Importing blocks from disk... Importing blocks from disk... @@ -420,7 +420,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 @@ -455,18 +455,18 @@ This product includes software developed by the OpenSSL Project for use in the O &Verify message... - - + + Bitcoin Bitcoin - + Wallet Wallet - + &Send &Send @@ -542,7 +542,7 @@ This product includes software developed by the OpenSSL Project for use in the O Bitcoin client - + %n active connection(s) to Bitcoin network %n active connection to Bitcoin network @@ -684,7 +684,7 @@ Address: %4 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. @@ -823,8 +823,8 @@ Address: %4 - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. @@ -2164,12 +2164,17 @@ Address: %4 WalletView - + + &Export + &Export + + + Export the data in the current tab to a file Export the data in the current tab to a file - + Backup Wallet Backup Wallet @@ -2202,12 +2207,12 @@ Address: %4 bitcoin-core - + Bitcoin version Bitcoin version - + Usage: Usage: @@ -2217,7 +2222,7 @@ Address: %4 Send command to -server or bitcoind - + List commands List commands @@ -2227,7 +2232,7 @@ Address: %4 Get help for a command - + Options: Options: @@ -2242,17 +2247,7 @@ Address: %4 Specify pid file (default: bitcoind.pid) - - Generate coins - Generate coins - - - - Don't generate coins - Don't generate coins - - - + Specify data directory Specify data directory @@ -2262,7 +2257,7 @@ Address: %4 Set database cache size in megabytes (default: 25) - + Listen for connections on <port> (default: 8333 or testnet: 18333) Listen for connections on <port> (default: 8333 or testnet: 18333) @@ -2272,7 +2267,7 @@ 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 @@ -2292,22 +2287,22 @@ Address: %4 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 - + Run in the background as a daemon and accept commands Run in the background as a daemon and accept commands @@ -2317,12 +2312,12 @@ Address: %4 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: @@ -2361,11 +2356,6 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Cannot obtain a lock on data directory %s. Bitcoin is probably already running. Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - Error initializing database environment %s! To recover, BACKUP THAT DIRECTORY, then remove everything from it except for wallet.dat. - Error initializing database environment %s! To recover, BACKUP THAT DIRECTORY, then remove everything from it except for wallet.dat. - 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. @@ -2392,12 +2382,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Set maximum size of high-priority/low-fee transactions in bytes (default: 27000) - - Set the number of script verification threads (1-16, 0=auto, default: 0) - Set the number of script verification threads (1-16, 0=auto, default: 0) - - - + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications This is a pre-release test build - use at your own risk - do not use for mining or merchant applications @@ -2437,7 +2422,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Block creation options: - + Connect only to the specified node(s) Connect only to the specified node(s) @@ -2457,7 +2442,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Do you want to rebuild the block database now? - + Error initializing block database Error initializing block database @@ -2557,7 +2542,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Find peers using DNS lookup (default: 1 unless -connect) - + + Generate coins (default: 0) + 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) @@ -2567,7 +2557,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. How thorough the block verification is (0-4, default: 3) - + + Not enough file descriptors available. + Not enough file descriptors available. + + + Rebuild block chain index from current blk000??.dat files Rebuild block chain index from current blk000??.dat files @@ -2587,12 +2582,17 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Verifying wallet... - + Imports blocks from external blk000??.dat file Imports blocks from external blk000??.dat file - + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + Information Information @@ -2617,7 +2617,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) - + Only accept block chain matching built-in checkpoints (default: 1) Only accept block chain matching built-in checkpoints (default: 1) @@ -2732,12 +2732,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. 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) @@ -2777,12 +2777,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Server private key (default: server.pem) - + Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - + This help message This help message @@ -2797,12 +2797,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Connect through socks proxy - + Allow DNS lookups for -addnode, -seednode and -connect Allow DNS lookups for -addnode, -seednode and -connect - + Loading addresses... Loading addresses... @@ -2817,12 +2817,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 @@ -2832,7 +2832,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Invalid -proxy address: '%s' - + Unknown network specified in -onlynet: '%s' Unknown network specified in -onlynet: '%s' @@ -2852,7 +2852,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' @@ -2872,7 +2872,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. 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 @@ -2882,7 +2882,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Unable to bind to %s on this computer. Bitcoin is probably already running. - + Fee per KB to add to transactions you send Fee per KB to add to transactions you send @@ -2892,15 +2892,10 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Loading wallet... - + Cannot downgrade wallet Cannot downgrade wallet - - - Cannot initialize keypool - Cannot initialize keypool - Cannot write default address @@ -2912,22 +2907,22 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. 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. diff --git a/src/qt/locale/bitcoin_eo.ts b/src/qt/locale/bitcoin_eo.ts index 2903e70ba4..298c163234 100644 --- a/src/qt/locale/bitcoin_eo.ts +++ b/src/qt/locale/bitcoin_eo.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Nova Adreso - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Subskribu &mesaĝon... - + Synchronizing with network... Sinkronigante kun reto... - + &Overview &Superrigardo @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Anstataŭigu pasfrazon... - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Eksportu... - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... &Kontrolu mesaĝon... - - + + Bitcoin - + Wallet Monujo - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Dosiero - + &Settings &Agordoj @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Actions toolbar - - - - + [testnet] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n semajno%n semajnoj - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error Eraro @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Ĝisdata - + Catching up... Ĝisdatigante... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 Monujo estas <b>ĉifrita</b> kaj nun <b>ŝlosita</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert Reta Averto @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts index adba3420b2..809d8c133a 100644 --- a/src/qt/locale/bitcoin_es.ts +++ b/src/qt/locale/bitcoin_es.ts @@ -31,14 +31,14 @@ el OpenSSL Toolkit (http://www.openssl.org/) y software criptográfico escrito p Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Los desarrolladores de Bitcoin + The Bitcoin developers + Los programadores Bitcoin @@ -69,7 +69,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.&Añadir dirección - + 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. Estas son tus direcciones Bitcoin para recibir pagos. Puedes utilizar una diferente por cada persona emisora para saber quién te está pagando. @@ -99,7 +99,17 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Borrar de la lista la dirección seleccionada - + + Export the data in the current tab to a file + Exportar a un archivo los datos de esta pestaña + + + + &Export + &Exportar + + + Verify a message to ensure it was signed with a specified Bitcoin address Verificar un mensaje para comprobar que fue firmado con la dirección Bitcoin indicada @@ -182,7 +192,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. Enter passphrase - Introducir contraseña + Introducir contraseña @@ -316,17 +326,17 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. BitcoinGUI - + Sign &message... Firmar &mensaje... - + Synchronizing with network... Sincronizando con la red… - + &Overview &Vista general @@ -401,7 +411,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.&Cambiar la contraseña… - + Importing blocks from disk... Importando bloques de disco... @@ -411,12 +421,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Reindexando bloques en disco... - - &Export... - &Exportar… - - - + Send coins to a Bitcoin address Enviar monedas a una dirección Bitcoin @@ -426,12 +431,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Modificar las opciones de configuración de Bitcoin - - Export the data in the current tab to a file - Exportar a un archivo los datos de esta pestaña - - - + Backup wallet to another location Copia de seguridad del monedero en otra ubicación @@ -441,7 +441,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Cambiar la contraseña utilizada para el cifrado del monedero - + &Debug window Ventana de &depuración @@ -451,23 +451,23 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Abrir la consola de depuración y diagnóstico - + &Verify message... &Verificar mensaje... - - + + Bitcoin Bitcoin - + Wallet Monedero - + &Send &Enviar @@ -512,12 +512,12 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Verificar mensajes comprobando que están firmados con direcciones Bitcoin concretas - + &File &Archivo - + &Settings &Configuración @@ -532,12 +532,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Barra de pestañas - - Actions toolbar - Barra de acciones - - - + [testnet] [testnet] @@ -553,7 +548,12 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.%n conexión activa hacia la red Bitcoin%n conexiones activas hacia la red Bitcoin - + + No block source available... + Ninguna origen de bloque disponible ... + + + Processed %1 of %2 (estimated) blocks of transaction history. Se han procesado %1 de %2 (estimación) bloques de historia de transacción. @@ -578,7 +578,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.%n semana%n semanas - + %1 behind %1 detrás @@ -593,7 +593,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Las transacciones que vengan después de esta todavía no serán visibles. - + Error Error @@ -608,22 +608,22 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard.Información - + 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? Esta transacción supera el límite de tamaño. Puede enviarla con una comisión de %1, destinada a los nodos que procesen su transacción para contribuir al mantenimiento de la red. ¿Desea pagar esta comisión? - + Up to date Actualizado - + Catching up... Recuperando... - + Confirm transaction fee Confirme la tarifa de la transacción @@ -673,7 +673,7 @@ Dirección: %4 El monedero está <b>cifrado</b> y actualmente <b>bloqueado</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ha ocurrido un error crítico. Bitcoin ya no puede continuar con seguridad y se cerrará. @@ -681,7 +681,7 @@ Dirección: %4 ClientModel - + Network Alert Alerta de red @@ -1062,7 +1062,7 @@ Dirección: %4 Total de las transacciones que faltan por confirmar y que no contribuyen al saldo actual - + out of sync desincronizado @@ -1648,6 +1648,19 @@ Dirección: %4 Mensaje verificado. + + SplashScreen + + + The Bitcoin developers + Los programadores Bitcoin + + + + [testnet] + [testnet] + + TransactionDesc @@ -2125,7 +2138,12 @@ Dirección: %4 WalletView - + + Export the data in the current tab to a file + Exportar a un archivo los datos de esta pestaña + + + Backup Wallet Respaldo de monedero diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts index 66ab01dd95..0c2d624b24 100644 --- a/src/qt/locale/bitcoin_es_CL.ts +++ b/src/qt/locale/bitcoin_es_CL.ts @@ -31,13 +31,13 @@ el OpenSSL Toolkit (http://www.openssl.org/), software criptográfico escrito po Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -69,7 +69,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.&Nueva dirección - + 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. Estas son tus direcciones Bitcoin para recibir pagos. Puedes utilizar una diferente por cada persona emisora para saber quien te está pagando. @@ -99,7 +99,17 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + + Export the data in the current tab to a file + Exportar los datos de la pestaña actual a un archivo + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -316,17 +326,17 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. BitcoinGUI - + Sign &message... Firmar &Mensaje... - + Synchronizing with network... Sincronizando con la red... - + &Overview &Vista general @@ -401,7 +411,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.&Cambiar la contraseña... - + Importing blocks from disk... @@ -411,12 +421,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - - &Export... - &Exportar... - - - + Send coins to a Bitcoin address Enviar monedas a una dirección bitcoin @@ -426,12 +431,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.Modifica las opciones de configuración de bitcoin - - Export the data in the current tab to a file - Exportar los datos de la pestaña actual a un archivo - - - + Backup wallet to another location Respaldar billetera en otra ubicación @@ -441,7 +441,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.Cambiar la contraseña utilizada para la codificación de la billetera - + &Debug window @@ -451,23 +451,23 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + &Verify message... - - + + Bitcoin Bitcoin - + Wallet Cartera - + &Send @@ -512,12 +512,12 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + &File &Archivo - + &Settings &Configuración @@ -532,12 +532,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.Barra de pestañas - - Actions toolbar - Barra de acciónes - - - + [testnet] [red-de-pruebas] @@ -553,7 +548,12 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard.%n conexión activa hacia la red Bitcoin%n conexiones activas hacia la red Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -578,7 +578,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + %1 behind @@ -593,7 +593,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + Error @@ -608,22 +608,22 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. - + 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? - + Up to date Actualizado - + Catching up... Recuperando... - + Confirm transaction fee @@ -672,7 +672,7 @@ Dirección: %4 La billetera esta <b>codificada</b> y actualmente <b>bloqueda</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -680,7 +680,7 @@ Dirección: %4 ClientModel - + Network Alert @@ -1062,7 +1062,7 @@ Dirección: %4 Total de transacciones que no han sido confirmadas aun, y que no cuentan para el saldo actual. - + out of sync @@ -1648,6 +1648,19 @@ Dirección: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [red-de-pruebas] + + TransactionDesc @@ -2125,7 +2138,12 @@ Dirección: %4 WalletView - + + Export the data in the current tab to a file + Exportar los datos de la pestaña actual a un archivo + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts index 6512fca3ec..71d08f46f0 100644 --- a/src/qt/locale/bitcoin_et.ts +++ b/src/qt/locale/bitcoin_et.ts @@ -28,14 +28,14 @@ Levitatud MIT/X11 tarkvara litsentsi all, vaata kaasasolevat faili COPYING või Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenSSL Toolkitis (http://www.openssl.org/) ja Eric Young'i poolt loodud krüptograafilist tarkvara (eay@cryptsoft.com) ning Thomas Bernard'i loodud UPnP tarkvara. - + Copyright Autoriõigus - 2009-%1 The Bitcoin developers - 2009-%1 Bitcoini arendajad + The Bitcoin developers + @@ -66,7 +66,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS &Uus aadress - + 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. Maksete saamiseks kasutatavad Bitcoini aadressid. Maksjate paremaks jälgimiseks võib igaühele anda erineva. @@ -96,7 +96,17 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Kustuta märgistatud aadress loetelust - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Kinnita sõnum tõestamaks selle allkirjastatust määratud Bitcoini aadressiga. @@ -313,17 +323,17 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS BitcoinGUI - + Sign &message... Signeeri &sõnum - + Synchronizing with network... Võrgusünkimine... - + &Overview &Ülevaade @@ -398,7 +408,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS &Salafraasi muutmine - + Importing blocks from disk... Impordi blokid kettalt... @@ -408,12 +418,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Kettal olevate blokkide re-indekseerimine... - - &Export... - &Ekspordi... - - - + Send coins to a Bitcoin address Saada münte Bitcoini aadressile @@ -423,12 +428,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Muuda Bitcoini seadeid - - Export the data in the current tab to a file - Ekspordi kuvatava vahelehe sisu faili - - - + Backup wallet to another location Varunda rahakott teise asukohta @@ -438,7 +438,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Rahakoti krüpteerimise salafraasi muutmine - + &Debug window &Debugimise aken @@ -448,23 +448,23 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Ava debugimise ja diagnostika konsool - + &Verify message... &Kontrolli sõnumit... - - + + Bitcoin Bitcoin - + Wallet Rahakott - + &Send &Saada @@ -509,12 +509,12 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Kinnita sõnumid kindlustamaks et need allkirjastati määratud Bitcoini aadressiga - + &File &Fail - + &Settings &Seaded @@ -529,12 +529,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Vahelehe tööriistariba - - Actions toolbar - Tegevuste tööriistariba - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS %n aktiivne ühendus Bitcoini võrku%n aktiivset ühendust Bitcoini võrku - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Protsessitud %1 (arvutuslikult) tehingu ajaloo blokki %2-st. @@ -575,7 +575,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS %n nädal%n nädalat - + %1 behind %1 maas @@ -590,7 +590,7 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Peale seda ei ole tehingud veel nähtavad. - + Error Tõrge @@ -605,22 +605,22 @@ Toode sisaldab OpenSSL Projekti all toodetud tarkvara, mis on kasutamiseks OpenS Informatsioon - + 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? See tehing ületab mahupiirangu. Saatmine on võimalik %1, node'idele ning võrgustiku toetuseks, makstava lisatasu eest. Kas nõustud lisatasuga? - + Up to date Ajakohane - + Catching up... Jõuan... - + Confirm transaction fee Kinnita tehingu tasu @@ -669,7 +669,7 @@ Aadress: %4⏎ Rahakott on <b>krüpteeritud</b> ning hetkel <b>suletud</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ilmnes kriitiline tõrge. Bitcoin suletakse turvakaalutluste tõttu. @@ -677,7 +677,7 @@ Aadress: %4⏎ ClientModel - + Network Alert Võrgu Häire @@ -1058,7 +1058,7 @@ Aadress: %4⏎ Kinnitamata tehingud kokku. Ei kajastu hetke jäägis - + out of sync sünkimata @@ -1644,6 +1644,19 @@ Aadress: %4⏎ Sõnum kontrollitud. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2121,7 +2134,12 @@ Aadress: %4⏎ WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet Varundatud Rahakott diff --git a/src/qt/locale/bitcoin_eu_ES.ts b/src/qt/locale/bitcoin_eu_ES.ts index a13d006237..19cc33362b 100644 --- a/src/qt/locale/bitcoin_eu_ES.ts +++ b/src/qt/locale/bitcoin_eu_ES.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -73,7 +73,7 @@ This product includes software developed by the OpenSSL Project for use in the O Show &QR Code - + Erakutsi &QR kodea @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... Sarearekin sinkronizatzen... - + &Overview &Gainbegiratu @@ -350,7 +360,7 @@ This product includes software developed by the OpenSSL Project for use in the O E&xit - + Irten @@ -365,12 +375,12 @@ This product includes software developed by the OpenSSL Project for use in the O About &Qt - + &Qt-ari buruz Show information about Qt - + Erakutsi Bitcoin-i buruzko informazioa @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Esportatu... - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Aldatu zorroa enkriptatzeko erabilitako pasahitza - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Artxiboa - + &Settings &Ezarpenak @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Fitxen tresna-barra - - Actions toolbar - Ekintzak tresna-barra - - - + [testnet] [testnet] @@ -542,10 +537,15 @@ This product includes software developed by the OpenSSL Project for use in the O %n active connection(s) to Bitcoin network - + Konexio aktibo %n Bitcoin-en sarera%n konexio aktibo Bitcoin-en sarera - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Egunean - + Catching up... Eguneratzen... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 Zorroa <b>enkriptatuta</b> eta <b>blokeatuta</b> dago une honetan - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 Oraindik konfirmatu gabe daudenez, uneko saldoab kontatu gabe dagoen transakzio kopurua - + out of sync @@ -1079,22 +1079,22 @@ Address: %4 Amount: - + Kopurua Label: - + &Etiketa: Message: - + Mezua &Save As... - + Gorde honela... @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2047,7 +2060,7 @@ Address: %4 Export Transaction Data - + Transakzioaren xehetasunak @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet @@ -2148,7 +2166,7 @@ Address: %4 Bitcoin version - + Botcoin bertsioa @@ -2163,37 +2181,37 @@ Address: %4 List commands - + Komandoen lista Get help for a command - + Laguntza komando batean Options: - + Aukerak Specify configuration file (default: bitcoin.conf) - + Ezarpen fitxategia aukeratu (berezkoa: bitcoin.conf) Specify pid file (default: bitcoind.pid) - + pid fitxategia aukeratu (berezkoa: bitcoind.pid) Generate coins - + &Jaso txanponak Don't generate coins - + Ez jaso txanponik @@ -2718,7 +2736,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. This help message - + Laguntza mezu hau @@ -2843,12 +2861,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Rescanning... - + Birbilatzen... Done loading - + Zamaketa amaitua diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts index e2ee3681c3..1439eeda8e 100644 --- a/src/qt/locale/bitcoin_fa.ts +++ b/src/qt/locale/bitcoin_fa.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O ⏎ ⏎ این نسخه نرم افزار آزمایشی است⏎ ⏎ نرم افزار تحت لیسانس MIT/X11 منتشر شده است. به فایل coping یا آدرس http://www.opensource.org/licenses/mit-license.php. مراجعه شود⏎ ⏎ این محصول شامل نرم افزاری است که با OpenSSL برای استفاده از OpenSSL Toolkit (http://www.openssl.org/) و نرم افزار نوشته شده توسط اریک یانگ (eay@cryptsoft.com ) و UPnP توسط توماس برنارد طراحی شده است. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O آدرس جدید - + 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. این آدرسها، آدرسهای bitcoin شما برای دریافت وجوه هستند. شما ممکن است آدرسهای متفاوت را به هر گیرنده اختصاص دهید که بتوانید مواردی که پرداخت می کنید را پیگیری نمایید @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O آدرس انتخاب شده در سیستم تخته رسم گیره دا حذف - + + Export the data in the current tab to a file + داده ها نوارِ جاری را به فایل انتقال دهید + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address یک پیام را برای حصول اطمینان از ورود به سیستم با آدرس bitcoin مشخص، شناسایی کنید @@ -309,17 +319,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... امضا و پیام - + Synchronizing with network... همگام سازی با شبکه ... - + &Overview بررسی اجمالی @@ -394,7 +404,7 @@ This product includes software developed by the OpenSSL Project for use in the O تغییر Passphrase - + Importing blocks from disk... @@ -404,12 +414,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &;صادرات - - - + Send coins to a Bitcoin address سکه ها را به آدرس bitocin ارسال کن @@ -419,12 +424,7 @@ This product includes software developed by the OpenSSL Project for use in the O انتخابهای پیکربندی را برای bitcoin اصلاح کن - - Export the data in the current tab to a file - داده ها نوارِ جاری را به فایل انتقال دهید - - - + Backup wallet to another location نسخه پیشتیبان wallet را به محل دیگر انتقال دهید @@ -434,7 +434,7 @@ This product includes software developed by the OpenSSL Project for use in the O عبارت عبور رمز گشایی پنجره تغییر کنید - + &Debug window اشکال زدایی از صفحه @@ -444,23 +444,23 @@ This product includes software developed by the OpenSSL Project for use in the O کنسول اشکال زدایی و تشخیص را باز کنید - + &Verify message... بازبینی پیام - - + + Bitcoin یت کویین - + Wallet wallet - + &Send @@ -505,12 +505,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File فایل - + &Settings تنظیمات @@ -525,12 +525,7 @@ This product includes software developed by the OpenSSL Project for use in the O نوار ابزار زبانه ها - - Actions toolbar - نوار ابزار عملیت - - - + [testnet] آزمایش شبکه @@ -546,7 +541,12 @@ This product includes software developed by the OpenSSL Project for use in the O در صد ارتباطات فعال بیتکویین با شبکه %n - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -571,7 +571,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -586,7 +586,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -601,22 +601,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date تا تاریخ - + Catching up... ابتلا به بالا - + Confirm transaction fee هزینه تراکنش را تایید کنید @@ -665,7 +665,7 @@ Address: %4 زمایش شبکه - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. خطا روی داده است. Bitcoin نمی تواند بدون مشکل ادامه دهد و باید بسته شود @@ -673,7 +673,7 @@ Address: %4 ClientModel - + Network Alert پیام شبکه @@ -1054,7 +1054,7 @@ Address: %4 تعداد معاملات که تایید شده ولی هنوز در تزار جاری شما بر شمار نرفته است - + out of sync روزآمد نشده @@ -1640,6 +1640,19 @@ Address: %4 پیام شناسایی شد + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + آزمایش شبکه + + TransactionDesc @@ -2120,7 +2133,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + داده ها نوارِ جاری را به فایل انتقال دهید + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_fa_IR.ts b/src/qt/locale/bitcoin_fa_IR.ts index f7a6ff53f9..f53b6e0549 100644 --- a/src/qt/locale/bitcoin_fa_IR.ts +++ b/src/qt/locale/bitcoin_fa_IR.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O و آدرس جدید - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + صدور داده نوار جاری به یک فایل + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... امضا و پیام - + Synchronizing with network... به روز رسانی با شبکه... - + &Overview و بازبینی @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O تغییر رمز/پَس فرِیز - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - و صدور - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O اصلاح انتخابها برای پیکربندی Bitcoin - - Export the data in the current tab to a file - صدور داده نوار جاری به یک فایل - - - + Backup wallet to another location گرفتن نسخه پیشتیبان در آدرسی دیگر @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O رمز مربوط به رمزگذاریِ wallet را تغییر دهید - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin bitcoin - + Wallet کیف پول - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File و فایل - + &Settings و تنظیمات @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O نوار ابزار - - Actions toolbar - نوار عملیات - - - + [testnet] [testnet] @@ -546,7 +541,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n ارتباط فعال به شبکه Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -571,7 +571,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -586,7 +586,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -601,22 +601,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date روزآمد - + Catching up... در حال روزآمد سازی.. - + Confirm transaction fee @@ -663,7 +663,7 @@ Address: %4 wallet رمزگذاری شد و در حال حاضر قفل است - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -671,7 +671,7 @@ Address: %4 ClientModel - + Network Alert هشدار شبکه @@ -1052,7 +1052,7 @@ Address: %4 تعداد تراکنشهایی که نیاز به تایید دارند و هنوز در مانده حساب جاری شما به حساب نیامده اند - + out of sync خارج از روزآمد سازی @@ -1639,6 +1639,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2116,7 +2129,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + صدور داده نوار جاری به یک فایل + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts index 491e02bb1f..d38c21e8d8 100644 --- a/src/qt/locale/bitcoin_fi.ts +++ b/src/qt/locale/bitcoin_fi.ts @@ -29,14 +29,14 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - + Copyright Tekijänoikeus - 2009-%1 The Bitcoin developers - 2009-%1 Bittirahan kehittäjät + The Bitcoin developers + @@ -67,7 +67,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o &Uusi Osoite - + 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. Nämä ovat Bitcoin-osoitteesi joihin voit vastaanottaa maksuja. Voit haluta antaa jokaiselle maksajalle omansa, että pystyt seuraamaan keneltä maksut tulevat. @@ -97,7 +97,17 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Poista valittu osoite listalta - + + Export the data in the current tab to a file + Vie auki olevan välilehden tiedot tiedostoon + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Tarkista viestin allekirjoitus varmistaaksesi, että se allekirjoitettiin tietyllä Bitcoin-osoitteella @@ -314,17 +324,17 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o BitcoinGUI - + Sign &message... &Allekirjoita viesti... - + Synchronizing with network... Synkronoidaan verkon kanssa... - + &Overview &Yleisnäkymä @@ -399,7 +409,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o &Vaihda Tunnuslause... - + Importing blocks from disk... Tuodaan lohkoja levyltä @@ -409,12 +419,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Ladataan lohkoindeksiä... - - &Export... - &Vie... - - - + Send coins to a Bitcoin address Lähetä kolikoita Bitcoin-osoitteeseen @@ -424,12 +429,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Muuta Bitcoinin konfiguraatioasetuksia - - Export the data in the current tab to a file - Vie auki olevan välilehden tiedot tiedostoon - - - + Backup wallet to another location Varmuuskopioi lompakko toiseen sijaintiin @@ -439,7 +439,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Vaihda lompakon salaukseen käytettävä tunnuslause - + &Debug window &Testausikkuna @@ -449,23 +449,23 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Avaa debuggaus- ja diagnostiikkakonsoli - + &Verify message... Varmista &viesti... - - + + Bitcoin Bitcoin - + Wallet Lompakko - + &Send &Lähetä @@ -510,12 +510,12 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Varmista, että viestisi on allekirjoitettu määritetyllä Bitcoin -osoitteella - + &File &Tiedosto - + &Settings &Asetukset @@ -530,12 +530,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Välilehtipalkki - - Actions toolbar - Toimintopalkki - - - + [testnet] [testnet] @@ -551,7 +546,12 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o %n aktiivinen yhteys Bitcoin-verkkoon%n aktiivista yhteyttä Bitcoin-verkkoon - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -576,7 +576,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o %n viikko%n viikkoa - + %1 behind @@ -591,7 +591,7 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o - + Error Virhe @@ -606,22 +606,22 @@ Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin (http://www.o Tietoa - + 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? - + Up to date Rahansiirtohistoria on ajan tasalla - + Catching up... Saavutetaan verkkoa... - + Confirm transaction fee Vahvista maksukulu @@ -670,7 +670,7 @@ Osoite: %4 Lompakko on <b>salattu</b> ja tällä hetkellä <b>lukittuna</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Peruuttamaton virhe on tapahtunut. Bitcoin ei voi enää jatkaa turvallisesti ja sammutetaan. @@ -678,7 +678,7 @@ Osoite: %4 ClientModel - + Network Alert Verkkohälytys @@ -1059,7 +1059,7 @@ Osoite: %4 Niiden saapuvien rahansiirtojen määrä, joita Bitcoin-verkko ei vielä ole ehtinyt vahvistaa ja siten eivät vielä näy saldossa. - + out of sync Ei ajan tasalla @@ -1645,6 +1645,19 @@ Osoite: %4 Viesti varmistettu. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Osoite: %4 WalletView - + + Export the data in the current tab to a file + Vie auki olevan välilehden tiedot tiedostoon + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts index a7d4ee5b67..d0113ff270 100644 --- a/src/qt/locale/bitcoin_fr.ts +++ b/src/qt/locale/bitcoin_fr.ts @@ -28,14 +28,14 @@ This product includes software developed by the OpenSSL Project for use in the O Ce produit comprend des fonctionnalités développées par le projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL (http://www.openssl.org/), un logiciel cryptographique écrit par Eric Young (eay@cryptsoft.com), et des fonctionnalités développées pour le logiciel UPnP écrit par Thomas Bernard. - + Copyright Droit d'auteur - 2009-%1 The Bitcoin developers - 2009-%1 Développeurs de Bitcoin + The Bitcoin developers + Les développeurs Bitcoin @@ -43,7 +43,7 @@ This product includes software developed by the OpenSSL Project for use in the O Address Book - Options interface utilisateur + Carnet d'adresses @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Nouvelle adresse - + 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. Voici vos adresses Bitcoin qui vous permettent de recevoir des paiements. Vous pouvez donner une adresse différente à chaque expéditeur afin de savoir qui vous paye. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O Effacer l'adresse actuellement sélectionnée de la liste - + + Export the data in the current tab to a file + Exporter les données de l'onglet courant vers un fichier + + + + &Export + &Exporter + + + Verify a message to ensure it was signed with a specified Bitcoin address Vérifier un message pour vous assurer qu'il a bien été signé avec l'adresse Bitcoin spécifiée @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Signer un &message... - + Synchronizing with network... Synchronisation avec le réseau… - + &Overview &Vue d'ensemble @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Modifier la phrase de passe... - + Importing blocks from disk... Importation des blocs depuis le disque... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O Réindexation des blocs sur le disque... - - &Export... - &Exporter… - - - + Send coins to a Bitcoin address Envoyer des pièces à une adresse Bitcoin @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O Modifier les options de configuration de Bitcoin - - Export the data in the current tab to a file - Exporter les données de l'onglet courant vers un fichier - - - + Backup wallet to another location Sauvegarder le porte-monnaie à un autre emplacement @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O Modifier la phrase de passe utilisée pour le chiffrement du porte-monnaie - + &Debug window Fenêtre de &débogage @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O Ouvrir une console de débogage et de diagnostic - + &Verify message... &Vérifier un message... - - + + Bitcoin Bitcoin - + Wallet Porte-monnaie - + &Send &Envoyer @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O Vérifier les messages pour vous assurer qu'ils ont bien été signés avec les adresses Bitcoin spécifiées - + &File &Fichier - + &Settings &Réglages @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Barre d'outils des onglets - - Actions toolbar - Barre d'outils des actions - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n connexion active avec le réseau Bitcoin%n connexions actives avec le réseau Bitcoin - + + No block source available... + Aucune source de bloc disponible... + + + Processed %1 of %2 (estimated) blocks of transaction history. %1 blocs sur %2 (estimés) de l'historique des transactions traités. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n semaine%n semaines - + %1 behind %1 en arrière @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O Les transactions après cela ne seront pas encore visibles. - + Error Erreur @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O Information - + 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? Cette transaction dépasse la limite de taille. Vous pouvez quand même l'envoyer en vous acquittant de frais d'un montant de %1 qui iront aux nœuds qui traiteront la transaction et aideront à soutenir le réseau. Voulez-vous payer les frais ? - + Up to date À jour - + Catching up... Rattrapage… - + Confirm transaction fee Confirmer les frais de transaction @@ -670,7 +670,7 @@ Adresse : %4 Le porte-monnaie est <b>chiffré</b> et est actuellement <b>verrouillé</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Une erreur fatale est survenue. Bitcoin ne peut plus continuer à fonctionner de façon sûre et va s'arrêter. @@ -678,7 +678,7 @@ Adresse : %4 ClientModel - + Network Alert Alerte réseau @@ -1059,7 +1059,7 @@ Adresse : %4 Total des transactions qui doivent encore être confirmées et qui ne sont pas prises en compte dans le solde actuel - + out of sync désynchronisé @@ -1645,6 +1645,19 @@ Adresse : %4 Message vérifié. + + SplashScreen + + + The Bitcoin developers + Les développeurs Bitcoin + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Adresse : %4 WalletView - + + Export the data in the current tab to a file + Exporter les données de l'onglet courant vers un fichier + + + Backup Wallet Sauvegarder le porte-monnaie diff --git a/src/qt/locale/bitcoin_fr_CA.ts b/src/qt/locale/bitcoin_fr_CA.ts index e239b92645..9ad663b574 100644 --- a/src/qt/locale/bitcoin_fr_CA.ts +++ b/src/qt/locale/bitcoin_fr_CA.ts @@ -28,13 +28,13 @@ Distribué sous licence MIT/X11, voir le fichier COPYING ou http://www.opensourc Ce produit comprend des logiciels développés par le projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL (http://www.openssl.org/), un logiciel cryptographique écrit par Eric Young (eay@cryptsoft.com) et un logiciel UPnP écrit par Thomas Bernard. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -66,7 +66,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + 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. Ceux-ci sont vos adresses Bitcoin qui vous permettent de recevoir des paiements. Vous pouvez en donner une différente à chaque expédieur afin de savoir qui vous payent. @@ -96,7 +96,17 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -313,17 +323,17 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être BitcoinGUI - + Sign &message... - + Synchronizing with network... - + &Overview @@ -398,7 +408,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + Importing blocks from disk... @@ -408,12 +418,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - - &Export... - - - - + Send coins to a Bitcoin address @@ -423,12 +428,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -438,7 +438,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + &Debug window @@ -448,23 +448,23 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -509,12 +509,12 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + &File - + &Settings @@ -529,12 +529,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - - Actions toolbar - - - - + [testnet] @@ -550,7 +545,12 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -575,7 +575,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + %1 behind @@ -590,7 +590,7 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + Error @@ -605,22 +605,22 @@ Ce produit comprend des logiciels développés par le projet OpenSSL pour être - + 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? - + Up to date - + Catching up... - + Confirm transaction fee @@ -666,7 +666,7 @@ Address: %4 - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -674,7 +674,7 @@ Address: %4 ClientModel - + Network Alert @@ -1055,7 +1055,7 @@ Address: %4 - + out of sync @@ -1641,6 +1641,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2118,7 +2131,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_gu_IN.ts b/src/qt/locale/bitcoin_gu_IN.ts index fdc6b33286..c052af5b12 100644 --- a/src/qt/locale/bitcoin_gu_IN.ts +++ b/src/qt/locale/bitcoin_gu_IN.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... - + &Overview @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File - + &Settings @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Actions toolbar - - - - + [testnet] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date - + Catching up... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts index 0fe26ac1b8..63a03bc843 100644 --- a/src/qt/locale/bitcoin_he.ts +++ b/src/qt/locale/bitcoin_he.ts @@ -28,14 +28,14 @@ This product includes software developed by the OpenSSL Project for use in the O המוצר הזה כולל תוכנה שפותחה ע"י פרויקט OpenSSL לשימוש בתיבת הכלים OpenSSL (http://www.openssl.org/) ותוכנה קריפטוגרפית שנכתבה ע"י אריק יאנג (eay@cryptsoft.com) ותוכנת UPnP שנכתבה ע"י תומס ברנרד. - + Copyright זכויות יוצרים - 2009-%1 The Bitcoin developers - 2009-%1 מפתחי ביטקוין + The Bitcoin developers + @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O כתובת חדשה - + 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. אלה כתובת הביטקוין שלך עבור קבלת תשלומים. ייתכן ותרצה לתת כתובת שונה לכל שולח כדי שתוכל לעקוב אחר מי משלם לך. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O מחק את הכתובת שנבחרה מהרשימה - + + Export the data in the current tab to a file + יצוא הנתונים בטאב הנוכחי לקובץ + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address אמת הודעה בכדי להבטיח שהיא נחתמה עם כתובת ביטקוין מסוימת. @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... חתום על הודעה - + Synchronizing with network... מסתנכרן עם הרשת... - + &Overview &סקירה @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O שנה סיסמא - + Importing blocks from disk... מייבא בלוקים מהדיסק... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O מחדש את אינדקס הבלוקים בדיסק... - - &Export... - י&צא לקובץ - - - + Send coins to a Bitcoin address שלח מטבעות לכתובת ביטקוין @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O שנה אפשרויות תצורה עבור ביטקוין - - Export the data in the current tab to a file - יצוא הנתונים בטאב הנוכחי לקובץ - - - + Backup wallet to another location גיבוי הארנק למקום אחר @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O שנה את הסיסמה להצפנת הארנק - + &Debug window חלון ניפוי @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O פתח את לוח הבקרה לאבחון וניפוי - + &Verify message... אמת הודעה... - - + + Bitcoin ביטקוין - + Wallet ארנק - + &Send ושלח @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O אמת הודעות כדי להבטיח שהן נחתמו עם כתובת ביטקוין מסוימות - + &File &קובץ - + &Settings ה&גדרות @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O סרגל כלים טאבים - - Actions toolbar - סרגל כלים פעולות - - - + [testnet] [רשת-בדיקה] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O חיבור פעיל אחד לרשת הביטקוין%n חיבורים פעילים לרשת הביטקוין - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. 1% מתוך 2% (משוער) בלוקים של הסטוריית פעולת עובדו @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n שבוע%n שבועות - + %1 behind 1% מאחור @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O לאחר זאת פעולות נספות טרם יהיו גלויות - + Error שגיאה @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O מידע - + 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? פעולה זו חורגת מגבולות הגודל. עדיין באפשרותך לשלוח אותה תמורת עמלה של %1, המיועדת לצמתים שמעבדים את הפעולה שלך ועוזרת לתמוך ברשת. האם ברצונך לשלם את העמלה? - + Up to date עדכני - + Catching up... מתעדכן... - + Confirm transaction fee אשר עמלת פעולה @@ -669,7 +669,7 @@ Address: %4 הארנק <b>מוצפן</b> וכרגע <b>נעול</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. שגיאה סופנית אירעה. ביטקוין אינו יכול להמשיך לפעול בבטחה ולכן ייסגר. @@ -677,7 +677,7 @@ Address: %4 ClientModel - + Network Alert אזעקת רשת @@ -1058,7 +1058,7 @@ Address: %4 הסכום הכולל של פעולות שטרם אושרו, ועוד אינן נספרות בחישוב היתרה הנוכחית - + out of sync לא מסונכרן @@ -1644,6 +1644,19 @@ Address: %4 ההודעה אומתה. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [רשת-בדיקה] + + TransactionDesc @@ -2121,7 +2134,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + יצוא הנתונים בטאב הנוכחי לקובץ + + + Backup Wallet גבה ארנק diff --git a/src/qt/locale/bitcoin_hi_IN.ts b/src/qt/locale/bitcoin_hi_IN.ts index 42282f564a..ecdb3405e2 100644 --- a/src/qt/locale/bitcoin_hi_IN.ts +++ b/src/qt/locale/bitcoin_hi_IN.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright कापीराइट - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &नया पता - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... नेटवर्क से समकालिक (मिल) रहा है ... - + &Overview &विवरण @@ -394,7 +404,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -404,12 +414,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &निर्यात - - - + Send coins to a Bitcoin address @@ -419,12 +424,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -434,7 +434,7 @@ This product includes software developed by the OpenSSL Project for use in the O पहचान शब्द/अक्षर जो वॉलेट एनक्रिपशन के लिए इस्तेमाल किया है उसे बदलिए! - + &Debug window @@ -444,23 +444,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin बीटकोइन - + Wallet वॉलेट - + &Send @@ -505,12 +505,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &फाइल - + &Settings &सेट्टिंग्स @@ -525,12 +525,7 @@ This product includes software developed by the OpenSSL Project for use in the O टैबस टूलबार - - Actions toolbar - कार्य टूलबार - - - + [testnet] [टेस्टनेट] @@ -546,7 +541,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n सक्रिया संपर्क बीटकोइन नेटवर्क से%n सक्रिया संपर्क बीटकोइन नेटवर्क से - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -571,7 +571,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n हफ़्ता%n हफ्ते - + %1 behind %1 पीछे @@ -586,7 +586,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error भूल @@ -601,22 +601,22 @@ This product includes software developed by the OpenSSL Project for use in the O जानकारी - + 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? - + Up to date नवीनतम - + Catching up... - + Confirm transaction fee @@ -665,7 +665,7 @@ Address: %4 वॉलेट एन्क्रिप्टेड है तथा अभी लॉक्ड है - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -673,7 +673,7 @@ Address: %4 ClientModel - + Network Alert @@ -1054,7 +1054,7 @@ Address: %4 लेन देन की पुष्टि अभी नहीं हुई है, इसलिए इन्हें अभी मोजुदा बैलेंस में गिना नहीं गया है| - + out of sync @@ -1641,6 +1641,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2118,7 +2131,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet बैकप वॉलेट diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts index c11fd7008c..fb26af366e 100644 --- a/src/qt/locale/bitcoin_hr.ts +++ b/src/qt/locale/bitcoin_hr.ts @@ -5,7 +5,7 @@ About Bitcoin - O Bitcoinu + O Bitcoin-u @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Nova adresa - + 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. Ovo su vaše Bitcoin adrese za primanje isplate. Možda želite dati drukčiju adresu svakom primatelju tako da možete pratiti tko je platio. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + Izvoz podataka iz trenutnog taba u datoteku + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... &Potpišite poruku... - + Synchronizing with network... Usklađivanje s mrežom ... - + &Overview &Pregled @@ -393,22 +403,17 @@ This product includes software developed by the OpenSSL Project for use in the O &Promijena lozinke... - + Importing blocks from disk... - + Importiranje blokova sa diska... Reindexing blocks on disk... - + Re-indeksiranje blokova na disku... - - &Export... - &Izvoz... - - - + Send coins to a Bitcoin address Slanje novca na bitcoin adresu @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O Promijeni postavke konfiguracije za bitcoin - - Export the data in the current tab to a file - Izvoz podataka iz trenutnog taba u datoteku - - - + Backup wallet to another location Napravite sigurnosnu kopiju novčanika na drugoj lokaciji @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Promijenite lozinku za šifriranje novčanika - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin Bitcoin - + Wallet Novčanik - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Datoteka - + &Settings &Konfiguracija @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Traka kartica - - Actions toolbar - Traka akcija - - - + [testnet] [testnet] @@ -545,14 +540,19 @@ This product includes software developed by the OpenSSL Project for use in the O %n aktivna veza na Bitcoin mrežu%n aktivne veze na Bitcoin mrežu%n aktivnih veza na Bitcoin mrežu - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Processed %1 blocks of transaction history. - + Obrađeno %1 blokova povijesti transakcije. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error Greška @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Ažurno - + Catching up... Ažuriranje... - + Confirm transaction fee @@ -665,7 +665,7 @@ Adresa:%4 Novčanik je <b>šifriran</b> i trenutno <b>zaključan</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -673,7 +673,7 @@ Adresa:%4 ClientModel - + Network Alert @@ -1054,7 +1054,7 @@ Adresa:%4 Ukupni iznos transakcija koje tek trebaju biti potvrđene, i još uvijek nisu uračunate u trenutni saldo - + out of sync @@ -1185,22 +1185,22 @@ Adresa:%4 Block chain - + Lanac blokova Current number of blocks - + Trenutni broj blokova Estimated total blocks - + Procjenjeni ukupni broj blokova Last block time - + Posljednje vrijeme bloka @@ -1640,6 +1640,19 @@ Adresa:%4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2117,7 +2130,12 @@ Adresa:%4 WalletView - + + Export the data in the current tab to a file + Izvoz podataka iz trenutnog taba u datoteku + + + Backup Wallet @@ -2372,7 +2390,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Block creation options: - + Opcije za kreiranje bloka: @@ -2527,7 +2545,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Imports blocks from external blk000??.dat file - + Importiraj blokove sa vanjskog blk000??.dat fajla @@ -2557,7 +2575,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Only accept block chain matching built-in checkpoints (default: 1) - + Prihvati samo lance blokova koji se podudaraju sa ugrađenim checkpoint-ovima (default: 1) @@ -2602,12 +2620,12 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Set maximum block size in bytes (default: 250000) - + Podesite maksimalnu veličinu bloka u bajtovima (default: 250000) Set minimum block size in bytes (default: 0) - + Podesite minimalnu veličinu bloka u bajtovima (default: 0) @@ -2682,7 +2700,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Execute command when the best block changes (%s in cmd is replaced by block hash) - + Izvršite naredbu kada se najbolji blok promjeni (%s u cmd je zamjenjen sa block hash) diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts index 578eaad178..5e885b0c21 100644 --- a/src/qt/locale/bitcoin_hu.ts +++ b/src/qt/locale/bitcoin_hu.ts @@ -27,13 +27,13 @@ MIT/X11 szoftverlicenc alatt kiadva, lásd a mellékelt fájlt COPYING vagy http Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (http://www.openssl.org/) és kriptográfiai szoftvertben való felhasználásra, írta Eric Young (eay@cryptsoft.com) és UPnP szoftver, írta Thomas Bernard. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -65,7 +65,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt &Új cím - + 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. Ezekkel a Bitcoin-címekkel fogadhatod kifizetéseket. Érdemes lehet minden egyes kifizető számára külön címet létrehozni, hogy könnyebben nyomon követhesd, kitől kaptál már pénzt. @@ -95,7 +95,17 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - + + Export the data in the current tab to a file + Jelenlegi nézet exportálása fájlba + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Üzenet ellenőrzése, hogy valóban a megjelölt Bitcoin címekkel van-e aláírva. @@ -312,17 +322,17 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt BitcoinGUI - + Sign &message... Üzenet aláírása... - + Synchronizing with network... Szinkronizálás a hálózattal... - + &Overview &Áttekintés @@ -397,7 +407,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Jelszó &megváltoztatása... - + Importing blocks from disk... A blokkok importálása lemezről... @@ -407,12 +417,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt A blokkok lemezen történő ujraindexelése... - - &Export... - &Exportálás... - - - + Send coins to a Bitcoin address Érmék küldése megadott címre @@ -422,12 +427,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Bitcoin konfigurációs opciók - - Export the data in the current tab to a file - Jelenlegi nézet exportálása fájlba - - - + Backup wallet to another location Biztonsági másolat készítése a Tárcáról egy másik helyre @@ -437,7 +437,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Tárcakódoló jelszó megváltoztatása - + &Debug window &Debug ablak @@ -447,23 +447,23 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Hibakereső és diagnosztikai konzol megnyitása - + &Verify message... Üzenet &valódiságának ellenőrzése - - + + Bitcoin Bitcoin - + Wallet Tárca - + &Send @@ -508,12 +508,12 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Annak ellenőrzése, hogy az üzenetek valóban a megjelölt Bitcoin címekkel vannak-e alaírva - + &File &Fájl - + &Settings &Beállítások @@ -528,12 +528,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt Fül eszköztár - - Actions toolbar - Parancsok eszköztár - - - + [testnet] [teszthálózat] @@ -549,7 +544,12 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt %n aktív kapcsolat a Bitcoin-hálózattal%n aktív kapcsolat a Bitcoin-hálózattal - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -574,7 +574,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - + %1 behind @@ -589,7 +589,7 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - + Error @@ -604,22 +604,22 @@ Ez a termék az OpenSSL Project által lett kifejlesztve az OpenSSL Toolkit (htt - + 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? - + Up to date Naprakész - + Catching up... Frissítés... - + Confirm transaction fee Tranzakciós díj jóváhagyása @@ -669,7 +669,7 @@ Cím: %4 Tárca <b>kódolva</b> és jelenleg <b>zárva</b>. - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -677,7 +677,7 @@ Cím: %4 ClientModel - + Network Alert @@ -1059,7 +1059,7 @@ Cím: %4 Még megerősítésre váró, a jelenlegi egyenlegbe be nem számított tranzakciók - + out of sync Nincs szinkronban. @@ -1646,6 +1646,19 @@ Cím: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [teszthálózat] + + TransactionDesc @@ -2123,7 +2136,12 @@ Cím: %4 WalletView - + + Export the data in the current tab to a file + Jelenlegi nézet exportálása fájlba + + + Backup Wallet Biztonsági másolat készítése a Tárcáról diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts index 64efbd982e..15e154e0b4 100644 --- a/src/qt/locale/bitcoin_it.ts +++ b/src/qt/locale/bitcoin_it.ts @@ -28,14 +28,14 @@ Distribuito sotto la licenza software MIT/X11, vedi il file COPYING incluso oppu Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso del Toolkit OpenSSL (http://www.openssl.org/), software crittografico scritto da Eric Young (eay@cryptsoft.com) e software UPnP scritto da Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Gli sviluppatori di Bitcoin + The Bitcoin developers + Sviluppatori di Bitcoin @@ -66,7 +66,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso &Nuovo indirizzo - + 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. Questi sono i tuoi indirizzi Bitcoin per ricevere pagamenti. Potrai darne uno diverso ad ognuno per tenere così traccia di chi ti sta pagando. @@ -96,7 +96,17 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Cancella l'indirizzo attualmente selezionato dalla lista - + + Export the data in the current tab to a file + Esporta i dati nella tabella corrente su un file + + + + &Export + &Esporta... + + + Verify a message to ensure it was signed with a specified Bitcoin address Verifica un messaggio per accertarsi che sia firmato con un indirizzo Bitcoin specifico @@ -313,17 +323,17 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso BitcoinGUI - + Sign &message... Firma il &messaggio... - + Synchronizing with network... Sto sincronizzando con la rete... - + &Overview &Sintesi @@ -398,7 +408,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso &Cambia la passphrase... - + Importing blocks from disk... Importa blocchi dal disco... @@ -408,12 +418,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Re-indicizzazione blocchi su disco... - - &Export... - &Esporta... - - - + Send coins to a Bitcoin address Invia monete ad un indirizzo bitcoin @@ -423,12 +428,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Modifica configurazione opzioni per bitcoin - - Export the data in the current tab to a file - Esporta i dati nella tabella corrente su un file - - - + Backup wallet to another location Backup portamonete in un'altra locazione @@ -438,7 +438,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Cambia la passphrase per la cifratura del portamonete - + &Debug window Finestra &Debug @@ -448,35 +448,35 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Apri la console di degugging e diagnostica - + &Verify message... &Verifica messaggio... - - + + Bitcoin Bitcoin - + Wallet Portamonete - + &Send &Spedisci &Receive - + &Ricevi &Addresses - + &Indirizzi @@ -509,12 +509,12 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Verifica i messaggi per accertarsi che siano stati firmati con gli indirizzi Bitcoin specificati - + &File &File - + &Settings &Impostazioni @@ -529,12 +529,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Barra degli strumenti "Tabs" - - Actions toolbar - Barra degli strumenti "Azioni" - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso %n connessione attiva alla rete Bitcoin%n connessioni attive alla rete Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Processati %1 di %2 (circa) blocchi della cronologia transazioni. @@ -575,7 +575,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso %n settimana%n settimane - + %1 behind @@ -590,7 +590,7 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso - + Error Errore @@ -605,22 +605,22 @@ Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso Informazione - + 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? Questa transazione è superiore al limite di dimensione. È comunque possibile inviarla con una commissione di %1, che va ai nodi che processano la tua transazione e contribuisce a sostenere la rete. Vuoi pagare la commissione? - + Up to date Aggiornato - + Catching up... In aggiornamento... - + Confirm transaction fee Conferma compenso transazione @@ -671,7 +671,7 @@ Indirizzo: %4 Il portamonete è <b>cifrato</b> e attualmente <b>bloccato</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Riscontrato un errore irreversibile. Bitcoin non può più continuare in sicurezza e verrà terminato. @@ -679,7 +679,7 @@ Indirizzo: %4 ClientModel - + Network Alert Avviso di rete @@ -1061,7 +1061,7 @@ Indirizzo: %4 Totale delle transazioni in corso di conferma, che non sono ancora incluse nel saldo attuale - + out of sync fuori sincrono @@ -1647,6 +1647,19 @@ Indirizzo: %4 Messaggio verificato. + + SplashScreen + + + The Bitcoin developers + Sviluppatori di Bitcoin + + + + [testnet] + [testnet] + + TransactionDesc @@ -2124,7 +2137,12 @@ Indirizzo: %4 WalletView - + + Export the data in the current tab to a file + Esporta i dati nella tabella corrente su un file + + + Backup Wallet @@ -2136,7 +2154,7 @@ Indirizzo: %4 Backup Failed - + Backup fallito @@ -2401,7 +2419,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Corrupted block database detected - + Rilevato database blocchi corrotto @@ -2411,7 +2429,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Do you want to rebuild the block database now? - + Vuoi ricostruire ora il database dei blocchi? @@ -2431,7 +2449,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Error opening block database - + Errore caricamento database blocchi diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts index bb785f7672..da4c99be80 100644 --- a/src/qt/locale/bitcoin_ja.ts +++ b/src/qt/locale/bitcoin_ja.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... ネットワークと同期化中。。。 - + &Overview &概観 @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &輸出。。。 - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O 財布の暗号化のためのパスフレーズを変わる - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &ファイル - + &Settings &設定 @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O タブツールバー - - Actions toolbar - アクションツールバー - - - + [testnet] [テストネット] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date 新しいのバージョンが無し - + Catching up... 追いつく中。。。 - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 財布は<b>暗号化とロックです</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_la.ts b/src/qt/locale/bitcoin_la.ts index 80712275b9..64c26ff437 100644 --- a/src/qt/locale/bitcoin_la.ts +++ b/src/qt/locale/bitcoin_la.ts @@ -27,14 +27,14 @@ Distributum sub MIT/X11 licentia programmatum, vide comitantem plicam COPYING ve Hoc productum continet programmata composita ab OpenSSL Project pro utendo in OpenSSL Toolkit (http://www.openssl.org/) et programmata cifrarum scripta ab Eric Young (eay@cryptsoft.com) et UPnP programmata scripta ab Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Bitcoin curatores + The Bitcoin developers + Bitcoin curatores @@ -65,7 +65,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op &Nova Inscriptio - + 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. Haec sunt inscriptiones Bitcoin tuae pro accipendo pensitationes. Cupias variam ad quemque mittentem dare ut melius scias quem tibi pensare. @@ -95,7 +95,17 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Dele active selectam inscriptionem ex enumeratione - + + Export the data in the current tab to a file + Exporta data in hac tabella in plicam + + + + &Export + &Exporta + + + Verify a message to ensure it was signed with a specified Bitcoin address Verifica nuntium ut cures signatum esse cum specificata inscriptione Bitcoin @@ -112,7 +122,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - + Hae sunt inscriptiones mittendi pensitationes. Semper inspice quantitatem et inscriptionem accipiendi antequam nummos mittis. @@ -312,17 +322,17 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op BitcoinGUI - + Sign &message... Signa &nuntium... - + Synchronizing with network... Synchronizans cum rete... - + &Overview &Summarium @@ -397,7 +407,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op &Muta tesseram... - + Importing blocks from disk... Importans frusta ab disco... @@ -407,12 +417,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Recreans indicem frustorum in disco... - - &Export... - &Exporta... - - - + Send coins to a Bitcoin address Mitte nummos ad inscriptionem Bitcoin @@ -422,12 +427,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Muta configurationis optiones pro Bitcoin - - Export the data in the current tab to a file - Exporta data in activa tabella ad plicam - - - + Backup wallet to another location Conserva cassidile in locum alium @@ -437,7 +437,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Muta tesseram utam pro cassidilis cifrando - + &Debug window Fenestra &Debug @@ -447,23 +447,23 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Aperi terminalem debug et diagnosticalem - + &Verify message... &Verifica nuntium... - - + + Bitcoin Bitcoin - + Wallet Cassidile - + &Send &Mitte @@ -508,12 +508,12 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Verifica nuntios ut certus sis eos signatos esse cum specificatis inscriptionibus Bitcoin - + &File &Plica - + &Settings &Configuratio @@ -528,12 +528,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Tabella instrumentorum "Tabs" - - Actions toolbar - Tabella instrumentorum "Actiones" - - - + [testnet] [testnet] @@ -549,7 +544,12 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op %n activa conexio ad rete Bitcoin%n activae conexiones ad rete Bitcoin - + + No block source available... + Nulla fons frustorum absens... + + + Processed %1 of %2 (estimated) blocks of transaction history. Perfecta %1 de %2 (aestimato) frusta historiae transactionum. @@ -574,7 +574,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op %n hebdomas%n hebdomades - + %1 behind %1 post @@ -589,7 +589,7 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Transactiones post hoc nondum visibiles erunt. - + Error Error @@ -604,22 +604,22 @@ Hoc productum continet programmata composita ab OpenSSL Project pro utendo in Op Informatio - + 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? Haec transactio maior est quam limen magnitudinis. Adhuc potes id mittere mercede %1, quae it nodis qui procedunt tuam transactionem et adiuvat sustinere rete. Visne mercedem solvere? - + Up to date Recentissimo - + Catching up... Persequens... - + Confirm transaction fee Confirma mercedem transactionis @@ -669,7 +669,7 @@ Inscriptio: %4 Cassidile <b>cifratum</b> est et iam nunc <b>seratum</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Error fatalis accidit. Bitcoin nondum pergere tute potest, et exibit. @@ -677,7 +677,7 @@ Inscriptio: %4 ClientModel - + Network Alert Monitio Retis @@ -1058,7 +1058,7 @@ Inscriptio: %4 Totali nummi transactionum quae adhuc confirmandae sunt, et nondum afficiunt pendendum - + out of sync non synchronizato @@ -1644,6 +1644,19 @@ Inscriptio: %4 Nuntius verificatus. + + SplashScreen + + + The Bitcoin developers + Bitcoin curatores + + + + [testnet] + [testnet] + + TransactionDesc @@ -2121,7 +2134,12 @@ Inscriptio: %4 WalletView - + + Export the data in the current tab to a file + Exporta data in hac tabella in plicam + + + Backup Wallet Conserva cassidile @@ -2526,7 +2544,7 @@ exempli gratia: alertnotify=echo %%s | mail -s "Bitcoin Notificatio" a Set the number of threads to service RPC calls (default: 4) - + Constitue numerum filorum ad tractandum RPC postulationes (praedefinitum: 4) diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts index 65f9870009..d46baa341f 100644 --- a/src/qt/locale/bitcoin_lt.ts +++ b/src/qt/locale/bitcoin_lt.ts @@ -27,13 +27,13 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Šiame produkte yra OpenSSL projekto kuriamas OpenSSL Toolkit (http://www.openssl.org/), Eric Young parašyta kriptografinė programinė įranga bei Thomas Bernard sukurta UPnP programinė įranga. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -65,7 +65,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. &Naujas adresas - + 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. Tai yra jūsų Bitcoin adresai mokėjimų gavimui. Galite duoti skirtingus adresus atskiriems siuntėjams, kad galėtumėte sekti, kas jums moka. @@ -95,7 +95,17 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Patikrinkite žinutę, jog įsitikintumėte, kad ją pasirašė nurodytas Bitcoin adresas @@ -312,17 +322,17 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. BitcoinGUI - + Sign &message... Pasirašyti ži&nutę... - + Synchronizing with network... Sinchronizavimas su tinklu ... - + &Overview &Apžvalga @@ -397,7 +407,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. &Keisti slaptafrazę... - + Importing blocks from disk... @@ -407,12 +417,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - - &Export... - &Eksportuoti... - - - + Send coins to a Bitcoin address Siųsti monetas Bitcoin adresui @@ -422,12 +427,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Keisti bitcoin konfigūracijos galimybes - - Export the data in the current tab to a file - - - - + Backup wallet to another location Daryti piniginės atsarginę kopiją @@ -437,7 +437,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Pakeisti slaptafrazę naudojamą piniginės užšifravimui - + &Debug window &Derinimo langas @@ -447,23 +447,23 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Atverti derinimo ir diagnostikos konsolę - + &Verify message... &Tikrinti žinutę... - - + + Bitcoin Bitcoin - + Wallet Piniginė - + &Send @@ -508,12 +508,12 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - + &File &Failas - + &Settings &Nustatymai @@ -528,12 +528,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. Kortelių įrankinė - - Actions toolbar - Veiksmų įrankinė - - - + [testnet] [testavimotinklas] @@ -549,7 +544,12 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. %n Bitcoin tinklo aktyvus ryšys%n Bitcoin tinklo aktyvūs ryšiai%n Bitcoin tinklo aktyvūs ryšiai - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -574,7 +574,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - + %1 behind @@ -589,7 +589,7 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - + Error @@ -604,22 +604,22 @@ Platinama pagal MIT/X11 licenciją, kurią rasite faile COPYING arba http://www. - + 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? - + Up to date Atnaujinta - + Catching up... Vejamasi... - + Confirm transaction fee Patvirtinti sandorio mokestį @@ -668,7 +668,7 @@ Adresas: %4 Piniginė <b>užšifruota</b> ir šiuo metu <b>užrakinta</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -676,7 +676,7 @@ Adresas: %4 ClientModel - + Network Alert Tinklo įspėjimas @@ -1057,7 +1057,7 @@ Adresas: %4 Iš viso sandorių, įskaitant tuos kurie dar turi būti patvirtinti, ir jie dar nėra įskaičiuotii į einamosios sąskaitos balansą - + out of sync @@ -1643,6 +1643,19 @@ Adresas: %4 Žinutė patikrinta. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testavimotinklas] + + TransactionDesc @@ -2120,7 +2133,12 @@ Adresas: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_lv_LV.ts b/src/qt/locale/bitcoin_lv_LV.ts index bd01582778..53f36523fc 100644 --- a/src/qt/locale/bitcoin_lv_LV.ts +++ b/src/qt/locale/bitcoin_lv_LV.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Jauna adrese - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Parakstīt &ziņojumu... - + Synchronizing with network... Sinhronizācija ar tīklu... - + &Overview &Pārskats @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Mainīt paroli - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Eksportēt... - - - + Send coins to a Bitcoin address Nosūtīt bitkoinus uz Bitcoin adresi @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O Mainīt Bitcoin konfigurācijas uzstādījumus - - Export the data in the current tab to a file - Datus no tekošā ieliktņa eksportēt uz failu - - - + Backup wallet to another location Izveidot maciņa rezerves kopiju citur @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Mainīt maciņa šifrēšanas paroli - + &Debug window &Debug logs @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O Atvērt atkļūdošanas un diagnostikas konsoli - + &Verify message... &Pārbaudīt ziņojumu... - - + + Bitcoin - + Wallet Maciņš - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Fails - + &Settings &Uzstādījumi @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Ciļņu rīkjosla - - Actions toolbar - Darbību rīkjosla - - - + [testnet] [testnet] @@ -545,7 +540,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n aktīvu savienojumu ar Bitcoin tīklu%n aktīvs savienojums ar Bitcoin tīklu%n aktīvu savienojumu as Bitcoin tīklu - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error Kļūda @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Sinhronizēts - + Catching up... Sinhronizējos... - + Confirm transaction fee Apstiprināt transakcijas maksu @@ -665,7 +665,7 @@ Adrese: %4 Maciņš ir <b>šifrēts</b> un pašlaik <b>slēgts</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -673,7 +673,7 @@ Adrese: %4 ClientModel - + Network Alert Tīkla brīdinājums @@ -1054,7 +1054,7 @@ Adrese: %4 Kopējā apstiprināmo transakciju vērtība, vēl nav ieskaitīta kopējā bilancē - + out of sync nav sinhronizēts @@ -1640,6 +1640,19 @@ Adrese: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -2117,7 +2130,12 @@ Adrese: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet Izveidot maciņa rezerves kopiju diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts index aadc42e71f..6a62cad33a 100644 --- a/src/qt/locale/bitcoin_nb.ts +++ b/src/qt/locale/bitcoin_nb.ts @@ -28,13 +28,13 @@ Distribuert under MIT/X11 programvarelisensen, se medfølgende fil COPYING eller Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i OpenSSL Toolkit (http://www.openssl.org/) og kryptografisk programvare skrevet av Eric Young (eay@cryptsoft.com) og UPnP programvare skrevet av Thomas Bernard. - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -66,7 +66,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i &Ny Adresse - + 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. Dette er dine Bitcoin-adresser for mottak av betalinger. Du kan gi forskjellige adresser til alle som skal betale deg for å holde bedre oversikt. @@ -96,7 +96,17 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Slett den valgte adressen fra listen. - + + Export the data in the current tab to a file + Eksporter data fra nåværende fane til fil + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Verifiser en melding for å være sikker på at den ble signert av en angitt Bitcoin-adresse @@ -313,17 +323,17 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i BitcoinGUI - + Sign &message... Signer &melding... - + Synchronizing with network... Synkroniserer med nettverk... - + &Overview &Oversikt @@ -398,7 +408,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i &Endre Adgangsfrase... - + Importing blocks from disk... Importere blokker... @@ -408,12 +418,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Re-indekserer blokker på disk... - - &Export... - &Eksporter... - - - + Send coins to a Bitcoin address Send til en Bitcoin-adresse @@ -423,12 +428,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Endre oppsett for Bitcoin - - Export the data in the current tab to a file - Eksporter data fra nåværende fane til fil - - - + Backup wallet to another location Sikkerhetskopiér lommebok til annet sted @@ -438,7 +438,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Endre adgangsfrasen brukt for kryptering av lommebok - + &Debug window &Feilsøkingsvindu @@ -448,23 +448,23 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Åpne konsoll for feilsøk og diagnostikk - + &Verify message... &Verifiser melding... - - + + Bitcoin Bitcoin - + Wallet Lommebok - + &Send &Send @@ -509,12 +509,12 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Bekreft meldinger for å være sikker på at de ble signert av en angitt Bitcoin-adresse - + &File &Fil - + &Settings &Innstillinger @@ -529,12 +529,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Verktøylinje for faner - - Actions toolbar - Verktøylinje for handlinger - - - + [testnet] [testnett] @@ -550,7 +545,12 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i %n aktiv forbindelse til Bitcoin-nettverket%n aktive forbindelser til Bitcoin-nettverket - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -575,7 +575,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - + %1 behind @@ -590,7 +590,7 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i Transaksjoner etter dette vil ikke være synlige enda. - + Error @@ -605,22 +605,22 @@ Dette produktet inneholder programvare utviklet av OpenSSL prosjektet for bruk i - + 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? Denne transaksjonen overstiger størrelsesbegrensningen. Du kan likevel sende den med et gebyr på %1, som går til nodene som prosesserer transaksjonen din og støtter nettverket. Vil du betale gebyret? - + Up to date Ajour - + Catching up... Kommer ajour... - + Confirm transaction fee Bekreft transaksjonsgebyr @@ -670,7 +670,7 @@ Adresse: %4 Lommeboken er <b>kryptert</b> og for tiden <b>låst</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. En fatal feil har inntruffet. Det er ikke trygt å fortsette og Bitcoin må derfor avslutte. @@ -678,7 +678,7 @@ Adresse: %4 ClientModel - + Network Alert Nettverksvarsel @@ -1060,7 +1060,7 @@ Adresse: %4 Totalt antall ubekreftede transaksjoner som ikke telles med i saldo enda - + out of sync ute av synk @@ -1646,6 +1646,19 @@ Adresse: %4 Melding verifisert. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnett] + + TransactionDesc @@ -2123,7 +2136,12 @@ Adresse: %4 WalletView - + + Export the data in the current tab to a file + Eksporter data fra nåværende fane til fil + + + Backup Wallet Sikkerhetskopier lommebok diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts index 52c05c7dcc..c059a1f9f4 100644 --- a/src/qt/locale/bitcoin_nl.ts +++ b/src/qt/locale/bitcoin_nl.ts @@ -28,14 +28,14 @@ Gedistribueerd onder de MIT/X11 software licentie, zie het bijgevoegde bestand C Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in de OpenSSL Toolkit (http://www.openssl.org/) en cryptografische software gemaakt door Eric Young (eay@cryptsoft.com) en UPnP software geschreven door Thomas Bernard. - + Copyright Auteursrecht - 2009-%1 The Bitcoin developers - 2009-%1 De Bitcoinontwikkelaars + The Bitcoin developers + De Bitcoin-ontwikkelaars @@ -66,7 +66,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d &Nieuw Adres - + 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. Dit zijn uw Bitcoinadressen om betalingen mee te ontvangen. U kunt er voor kiezen om een uniek adres aan te maken voor elke afzender. Op deze manier kunt u bijhouden wie al aan u betaald heeft. @@ -96,7 +96,17 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Verwijder het geselecteerde adres van de lijst - + + Export the data in the current tab to a file + Exporteer de data in de huidige tab naar een bestand + + + + &Export + &Exporteer + + + Verify a message to ensure it was signed with a specified Bitcoin address Controleer een bericht om te verifiëren dat het gespecificeerde Bitcoinadres het bericht heeft ondertekend. @@ -313,17 +323,17 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d BitcoinGUI - + Sign &message... &Onderteken bericht... - + Synchronizing with network... Synchroniseren met netwerk... - + &Overview &Overzicht @@ -398,7 +408,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d &Wijzig Wachtwoord - + Importing blocks from disk... Blokken aan het importeren vanaf harde schijf... @@ -408,12 +418,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Bezig met herindexeren van blokken op harde schijf... - - &Export... - &Exporteer... - - - + Send coins to a Bitcoin address Verstuur munten naar een Bitcoinadres @@ -423,12 +428,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Wijzig instellingen van Bitcoin - - Export the data in the current tab to a file - Exporteer de data in de huidige tab naar een bestand - - - + Backup wallet to another location &Backup portemonnee naar een andere locatie @@ -438,7 +438,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Wijzig het wachtwoord voor uw portemonneversleuteling - + &Debug window &Debugscherm @@ -448,23 +448,23 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Open debugging en diagnostische console - + &Verify message... &Verifiëer bericht... - - + + Bitcoin Bitcoin - + Wallet Portemonnee - + &Send &Versturen @@ -509,12 +509,12 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Verifiëer handtekeningen om zeker te zijn dat de berichten zijn ondertekend met de gespecificeerde Bitcoinadressen - + &File &Bestand - + &Settings &Instellingen @@ -529,12 +529,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Tab-werkbalk - - Actions toolbar - Actie-werkbalk - - - + [testnet] [testnetwerk] @@ -550,7 +545,12 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d %n actieve connectie naar Bitcoinnetwerk%n actieve connecties naar Bitcoinnetwerk - + + No block source available... + Geen bron van blokken beschikbaar... + + + Processed %1 of %2 (estimated) blocks of transaction history. %1 van %2 (geschat) blokken van de transactiehistorie verwerkt. @@ -575,7 +575,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d %n week%n weken - + %1 behind %1 achter @@ -590,7 +590,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Transacties na dit moment zullen nu nog niet zichtbaar zijn. - + Error Fout @@ -605,22 +605,22 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Informatie - + 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? Deze transactie overschrijdt de groottelimiet. Om de transactie alsnog te versturen kunt u transactiekosten betalen van %1. Deze transactiekosten gaan naar de nodes die uw transactie verwerken en het helpt op deze manier bij het ondersteunen van het Bitcoinnetwerk. Wilt u de transactiekosten betalen? - + Up to date Bijgewerkt - + Catching up... Aan het bijwerken... - + Confirm transaction fee Bevestig transactiekosten @@ -670,7 +670,7 @@ Adres: %4 Portemonnee is <b>versleuteld</b> en momenteel <b>gesloten</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Er is een fatale fout opgetreden. Bitcoin kan niet meer veilig doorgaan en zal nu afgesloten worden. @@ -678,7 +678,7 @@ Adres: %4 ClientModel - + Network Alert Netwerkwaarschuwing @@ -1059,7 +1059,7 @@ Adres: %4 Totaal van de transacties die nog moeten worden bevestigd en nog niet zijn meegeteld in uw huidige saldo - + out of sync niet gesynchroniseerd @@ -1645,6 +1645,19 @@ Adres: %4 Bericht correct geverifiëerd. + + SplashScreen + + + The Bitcoin developers + De Bitcoin-ontwikkelaars + + + + [testnet] + [testnetwerk] + + TransactionDesc @@ -2122,7 +2135,12 @@ Adres: %4 WalletView - + + Export the data in the current tab to a file + Exporteer de data in de huidige tab naar een bestand + + + Backup Wallet Portomonnee backuppen diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts index b74fbdf88a..cbe76f6e09 100644 --- a/src/qt/locale/bitcoin_pl.ts +++ b/src/qt/locale/bitcoin_pl.ts @@ -28,14 +28,14 @@ Distributed under the MIT/X11 software license, see the accompanying file COPYIN 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 Prawo autorskie - 2009-%1 The Bitcoin developers - 2009-%1 deweloperzy Bitcoin + The Bitcoin developers + @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Nowy Adres - + 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. Tutaj znajdują się twoje adresy Bitcoin do odbioru płatności. Możesz nadać oddzielne adresy dla każdego z wysyłających monety, żeby śledzić oddzielnie ich opłaty. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O Usuń zaznaczony adres z listy - + + Export the data in the current tab to a file + Eksportuj dane z aktywnej karty do pliku + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem Bitcoin. @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Podpisz wiado&mość... - + Synchronizing with network... Synchronizacja z siecią... - + &Overview P&odsumowanie @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Zmień hasło... - + Importing blocks from disk... Importowanie bloków z dysku... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O Ponowne indeksowanie bloków na dysku... - - &Export... - &Eksportuj... - - - + Send coins to a Bitcoin address Wyślij monety na adres Bitcoin @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O Zmienia opcje konfiguracji bitcoina - - Export the data in the current tab to a file - Eksportuj dane z aktywnej karty do pliku - - - + Backup wallet to another location Zapasowy portfel w innej lokalizacji @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O Zmień hasło użyte do szyfrowania portfela - + &Debug window &Okno debudowania @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O Otwórz konsolę debugowania i diagnostyki - + &Verify message... &Zweryfikuj wiadomość... - - + + Bitcoin Bitcoin - + Wallet Portfel - + &Send Wyślij @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem Bitcoin. - + &File &Plik - + &Settings P&referencje @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Pasek zakładek - - Actions toolbar - Pasek akcji - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n aktywne połączenie do sieci Bitcoin%n aktywne połączenia do sieci Bitcoin%n aktywnych połączeń do sieci Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Przetworzono (w przybliżeniu) %1 z %2 bloków historii transakcji. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n tydzień%n tygodni%n tygodni - + %1 behind @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error Błąd @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O Informacja - + 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? Transakcja przekracza limit. Możesz wysłać ją płacąc prowizję %1, która zostaje przekazana do węzłów, które ją prześlą i pomoże wspierać sieć Bitcoin. Czy chcesz zapłacić prowizję? - + Up to date Aktualny - + Catching up... Łapanie bloków... - + Confirm transaction fee Potwierdź prowizję transakcyjną @@ -670,7 +670,7 @@ Adres: %4 Portfel jest <b>zaszyfrowany</b> i obecnie <b>zablokowany</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Błąd krytyczny. Bitcoin nie może kontynuować bezpiecznie więc zostanie zamknięty. @@ -678,7 +678,7 @@ Adres: %4 ClientModel - + Network Alert Sieć Alert @@ -1059,7 +1059,7 @@ Adres: %4 Suma transakcji, które nie zostały jeszcze potwierdzone, i które nie zostały wliczone do twojego obecnego salda - + out of sync desynchronizacja @@ -1645,6 +1645,19 @@ Adres: %4 Wiadomość zweryfikowana. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Adres: %4 WalletView - + + Export the data in the current tab to a file + Eksportuj dane z aktywnej karty do pliku + + + Backup Wallet Kopia Zapasowa Portfela diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts index 87537f967c..de5751c4cf 100644 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ b/src/qt/locale/bitcoin_pt_BR.ts @@ -28,14 +28,14 @@ Distribuido sob a licença de software MIT/X11, veja o arquivo anexo COPYING ou Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenSSL Toolkit (http://www.openssl.org/), software de criptografia escrito por Eric Young (eay@cryptsoft.com) e sofware UPnP escrito por Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Os desenvolvedores do Bitcoin + The Bitcoin developers + @@ -66,7 +66,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS &Novo endereço - + 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. Estes são os seus endereços Bitcoin para receber pagamentos. Você pode querer enviar um endereço diferente para cada remetente, para acompanhar quem está pagando. @@ -96,7 +96,17 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Excluir os endereços selecionados da lista - + + Export the data in the current tab to a file + Exportar os dados na aba atual para um arquivo + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço Bitcoin específico. @@ -313,17 +323,17 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS BitcoinGUI - + Sign &message... &Assinar Mensagem... - + Synchronizing with network... Sincronizando com a rede... - + &Overview &Visão geral @@ -398,7 +408,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS &Mudar frase de segurança... - + Importing blocks from disk... Importando blocos do disco... @@ -408,12 +418,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Reindexando blocos no disco... - - &Export... - &Exportar... - - - + Send coins to a Bitcoin address Enviar moedas para um endereço bitcoin @@ -423,12 +428,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Modificar opções de configuração para bitcoin - - Export the data in the current tab to a file - Exportar os dados na aba atual para um arquivo - - - + Backup wallet to another location Fazer cópia de segurança da carteira para uma outra localização @@ -438,7 +438,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Mudar a frase de segurança utilizada na criptografia da carteira - + &Debug window Janela de &Depuração @@ -448,23 +448,23 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Abrir console de depuração e diagnóstico - + &Verify message... &Verificar mensagem... - - + + Bitcoin Bitcoin - + Wallet Carteira - + &Send &Enviar @@ -509,12 +509,12 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Verificar mensagens para se assegurar que elas foram assinadas pelo dono de Endereços Bitcoin específicos - + &File &Arquivo - + &Settings &Configurações @@ -529,12 +529,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Barra de ferramentas - - Actions toolbar - Barra de ações - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS %n conexão ativa na rede Bitcoin%n conexões ativas na rede Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Processado %1 de %2 blocos (estimado) de histórico de transações. @@ -575,7 +575,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS %n semana%n semanas - + %1 behind %1 atrás @@ -590,7 +590,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Transações após isso ainda não estão visíveis. - + Error Erro @@ -605,22 +605,22 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Informação - + 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? A transação está acima do tamanho limite. Você ainda enviar ela com uma taxa de %1, que vai para os nós processam sua transação e ajuda a manter a rede. Você quer pagar a taxa? - + Up to date Atualizado - + Catching up... Recuperando o atraso ... - + Confirm transaction fee Confirmar taxa de transação @@ -669,7 +669,7 @@ Endereço: %4 Carteira está <b>criptografada</b> e atualmente <b>bloqueada</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Um erro fatal ocorreu. Bitcoin não pode continuar em segurança e irá fechar. @@ -677,7 +677,7 @@ Endereço: %4 ClientModel - + Network Alert Alerta da Rede @@ -1058,7 +1058,7 @@ Endereço: %4 Total de transações ainda não confirmadas, e que ainda não contam no saldo atual - + out of sync fora de sincronia @@ -1644,6 +1644,19 @@ Endereço: %4 Mensagem verificada. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2121,7 +2134,12 @@ Endereço: %4 WalletView - + + Export the data in the current tab to a file + Exportar os dados na aba atual para um arquivo + + + Backup Wallet Fazer cópia de segurança da Carteira diff --git a/src/qt/locale/bitcoin_pt_PT.ts b/src/qt/locale/bitcoin_pt_PT.ts index 1ff4461cd4..593c4e9d16 100644 --- a/src/qt/locale/bitcoin_pt_PT.ts +++ b/src/qt/locale/bitcoin_pt_PT.ts @@ -28,14 +28,14 @@ Distribuído sob uma licença de software MIT/X11, por favor verifique o ficheir Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no OpenSSL Toolkit (http://www.openssl.org/), software criptográfico escrito por Eric Young (eay@cryptsoft.com) e software UPnP escrito por Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Os programadores Bitcoin + The Bitcoin developers + @@ -66,7 +66,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open &Novo Endereço - + 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. Estes são os seus endereços Bitcoin para receber pagamentos. Poderá enviar um endereço diferente para cada remetente para poder identificar os pagamentos. @@ -96,7 +96,17 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Apagar o endereço selecionado da lista - + + Export the data in the current tab to a file + Exportar os dados no separador actual para um ficheiro + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Verifique a mensagem para assegurar que foi assinada com o endereço Bitcoin especificado @@ -313,17 +323,17 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open BitcoinGUI - + Sign &message... Assinar &mensagem... - + Synchronizing with network... Sincronizando com a rede... - + &Overview Visã&o geral @@ -398,7 +408,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Mudar &Palavra-passe... - + Importing blocks from disk... Importando blocos do disco... @@ -408,12 +418,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Reindexando blocos no disco... - - &Export... - &Exportar... - - - + Send coins to a Bitcoin address Enviar moedas para um endereço bitcoin @@ -423,12 +428,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Modificar opções de configuração para bitcoin - - Export the data in the current tab to a file - Exportar os dados no separador actual para um ficheiro - - - + Backup wallet to another location Faça uma cópia de segurança da carteira para outra localização @@ -438,7 +438,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Mudar a frase de segurança utilizada na encriptação da carteira - + &Debug window Janela de &depuração @@ -448,23 +448,23 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Abrir consola de diagnóstico e depuração - + &Verify message... &Verificar mensagem... - - + + Bitcoin Bitcoin - + Wallet Carteira - + &Send &Enviar @@ -509,12 +509,12 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Verifique mensagens para assegurar que foram assinadas com o endereço Bitcoin especificado - + &File &Ficheiro - + &Settings Con&figurações @@ -529,12 +529,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Barra de separadores - - Actions toolbar - Barra de ações - - - + [testnet] [rede de testes] @@ -550,7 +545,12 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open %n ligação ativa à rede Bitcoin%n ligações ativas à rede Bitcoin - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. Processados %1 dos %2 blocos (estimados) do histórico de transacções. @@ -575,7 +575,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open %n semana%n semanas - + %1 behind %1 em atraso @@ -590,7 +590,7 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Transações posteriores poderão não ser imediatamente visíveis. - + Error Erro @@ -605,22 +605,22 @@ Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no Open Informação - + 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? Esta transação tem um tamanho superior ao limite máximo. Poderá enviá-la pagando uma taxa de %1, que será entregue ao nó que processar a sua transação e ajudará a suportar a rede. Deseja pagar a taxa? - + Up to date Atualizado - + Catching up... Recuperando... - + Confirm transaction fee Confirme a taxa de transação @@ -670,7 +670,7 @@ Endereço: %4 A carteira está <b>encriptada</b> e atualmente <b>bloqueada</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ocorreu um erro fatal. O Bitcoin não pode continuar com segurança e irá fechar. @@ -678,7 +678,7 @@ Endereço: %4 ClientModel - + Network Alert Alerta da Rede @@ -1059,7 +1059,7 @@ Endereço: %4 Total de transações ainda não confirmadas, e que não estão contabilizadas ainda no seu saldo actual - + out of sync fora de sincronia @@ -1645,6 +1645,19 @@ Endereço: %4 Mensagem verificada. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [rede de testes] + + TransactionDesc @@ -2122,7 +2135,12 @@ Endereço: %4 WalletView - + + Export the data in the current tab to a file + Exportar os dados no separador actual para um ficheiro + + + Backup Wallet Cópia de Segurança da Carteira diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts index b5c92b82e9..047cd48fed 100644 --- a/src/qt/locale/bitcoin_ro_RO.ts +++ b/src/qt/locale/bitcoin_ro_RO.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Adresă nouă - + 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. Acestea sunt adresele dumneavoastră Bitcoin pentru a primi plăţi. Dacă doriţi, puteți da o adresa diferită fiecărui expeditor, pentru a putea ţine evidenţa plăţilor. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O Sterge adresele curent selectate din lista - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Verifica mesajul pentru a te asigura ca a fost insemnat cu o adresa bitcoin specifica @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Semneaza &mesaj... - + Synchronizing with network... Se sincronizează cu reţeaua... - + &Overview &Detalii @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Schimbă parola... - + Importing blocks from disk... Importare blocks de pe disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Exportă... - - - + Send coins to a Bitcoin address &Trimiteţi Bitcoin către o anumită adresă @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O Modifică setările pentru Bitcoin - - Export the data in the current tab to a file - Exporta datele din tab-ul curent catre un fiesier - - - + Backup wallet to another location Creaza copie de rezerva a portofelului intr-o locatie diferita @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Schimbă parola folosită pentru criptarea portofelului electronic - + &Debug window & Fereastra debug @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O Deschide consola de debug si diagnosticare - + &Verify message... Verifica mesajul - - + + Bitcoin Bitcoin - + Wallet Portofelul - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Fişier - + &Settings &Setări @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Bara de ferestre de lucru - - Actions toolbar - Bara de acţiuni - - - + [testnet] [testnet] @@ -545,7 +540,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n active connections to Bitcoin network%n active connections to Bitcoin network%n active connections to Bitcoin network - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Actualizat - + Catching up... Se actualizează... - + Confirm transaction fee Confirma taxa tranzactiei @@ -661,7 +661,7 @@ Address: %4 Portofelul electronic este <b>criptat</b> iar in momentul de faţă este <b>blocat</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert Alerta retea @@ -1050,7 +1050,7 @@ Address: %4 Totalul tranzacţiilor care aşteaptă să fie confirmate şi care nu sunt încă luate în calcul la afişarea soldului contului. - + out of sync Nu este sincronizat @@ -1636,6 +1636,19 @@ Address: %4 Mesaj verificat + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index c7bcd641f7..192f98bc1c 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -28,14 +28,14 @@ This product includes software developed by the OpenSSL Project for use in the O Этот продукт включает ПО, разработанное OpenSSL Project для использования в OpenSSL Toolkit (http://www.openssl.org/) и криптографическое ПО, написанное Eric Young (eay@cryptsoft.com) и ПО для работы с UPnP, написанное Thomas Bernard. - + Copyright Все права защищены - 2009-%1 The Bitcoin developers - 2009-%1 разработчики Bitcoin + The Bitcoin developers + Разработчики Bitcoin @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Новый адрес - + 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. Это Ваши адреса для получения платежей. Вы можете дать разные адреса отправителям, чтобы отслеживать, кто именно вам платит. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O Удалить выбранный адрес из списка - + + Export the data in the current tab to a file + Экспортировать данные из вкладки в файл + + + + &Export + &Экспорт + + + Verify a message to ensure it was signed with a specified Bitcoin address Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Bitcoin @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... &Подписать сообщение... - + Synchronizing with network... Синхронизация с сетью... - + &Overview О&бзор @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Изменить пароль... - + Importing blocks from disk... Импортируются блоки с диска... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O Идёт переиндексация блоков на диске... - - &Export... - &Экспорт... - - - + Send coins to a Bitcoin address Отправить монеты на указанный адрес Bitcoin @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O Изменить параметры конфигурации Bitcoin - - Export the data in the current tab to a file - Экспортировать данные из вкладки в файл - - - + Backup wallet to another location Сделать резервную копию бумажника в другом месте @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O Изменить пароль шифрования бумажника - + &Debug window &Окно отладки @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O Открыть консоль отладки и диагностики - + &Verify message... &Проверить сообщение... - - + + Bitcoin Биткоин - + Wallet Бумажник - + &Send &Отправить @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O Проверить сообщения, чтобы удостовериться, что они были подписаны определённым адресом Bitcoin - + &File &Файл - + &Settings &Настройки @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Панель вкладок - - Actions toolbar - Панель действий - - - + [testnet] [тестовая сеть] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n активное соединение с сетью%n активных соединений с сетью%n активных соединений с сетью - + + No block source available... + Источник блоков недоступен... + + + Processed %1 of %2 (estimated) blocks of transaction history. Обработано %1 из %2 (примерно) блоков истории транзакций. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n неделя%n недели%n недель - + %1 behind %1 позади @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O Транзакции после этой пока не будут видны. - + Error Ошибка @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O Информация - + 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? Транзакция превышает максимальный размер. Вы можете провести её, заплатив комиссию %1, которая достанется узлам, обрабатывающим эту транзакцию, и поможет работе сети. Вы действительно хотите заплатить комиссию? - + Up to date Синхронизировано - + Catching up... Синхронизируется... - + Confirm transaction fee Подтвердите комиссию @@ -670,7 +670,7 @@ Address: %4 Бумажник <b>зашифрован</b> и в настоящее время <b>заблокирован</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Произошла неисправимая ошибка. Bitcoin не может безопасно продолжать работу и будет закрыт. @@ -678,7 +678,7 @@ Address: %4 ClientModel - + Network Alert Сетевая Тревога @@ -1059,7 +1059,7 @@ Address: %4 Общая сумма всех транзакций, которые до сих пор не подтверждены, и до сих пор не учитываются в текущем балансе - + out of sync не синхронизировано @@ -1645,6 +1645,19 @@ Address: %4 Сообщение проверено. + + SplashScreen + + + The Bitcoin developers + Разработчики Bitcoin + + + + [testnet] + [тестовая сеть] + + TransactionDesc @@ -2122,7 +2135,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + Экспортировать данные из вкладки в файл + + + Backup Wallet Сделать резервную копию бумажника diff --git a/src/qt/locale/bitcoin_se.ts b/src/qt/locale/bitcoin_se.ts deleted file mode 100644 index ef468f74b4..0000000000 --- a/src/qt/locale/bitcoin_se.ts +++ /dev/null @@ -1,2871 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - - - - - <b>Bitcoin</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. - - - - - Copyright - - - - - 2009-%1 The Bitcoin developers - - - - - AddressBookPage - - - Address Book - - - - - Double-click to edit address or label - - - - - Create a new address - - - - - Copy the currently selected address to the system clipboard - - - - - &New Address - - - - - 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. - - - - - &Copy Address - - - - - Show &QR Code - - - - - Sign a message to prove you own a Bitcoin address - - - - - Sign &Message - - - - - Delete the currently selected address from the list - - - - - Verify a message to ensure it was signed with a specified Bitcoin address - - - - - &Verify Message - - - - - &Delete - - - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - - - - - Copy &Label - - - - - &Edit - - - - - Send &Coins - - - - - Export Address Book Data - - - - - Comma separated file (*.csv) - - - - - Error exporting - - - - - Could not write to file %1. - - - - - AddressTableModel - - - Label - - - - - Address - - - - - (no label) - - - - - AskPassphraseDialog - - - Passphrase Dialog - - - - - 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? - - - - - IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. - - - - - - Warning: The Caps Lock key is on! - - - - - - 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. - - - - - - - - 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 successfully changed. - - - - - BitcoinGUI - - - Sign &message... - - - - - Synchronizing with network... - - - - - &Overview - - - - - Show general overview of wallet - - - - - &Transactions - - - - - Browse transaction history - - - - - Edit the list of stored addresses and labels - - - - - Show the list of addresses for receiving payments - - - - - E&xit - - - - - Quit application - - - - - Show information about Bitcoin - - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - - - - - &Encrypt Wallet... - - - - - &Backup Wallet... - - - - - &Change Passphrase... - - - - - Importing blocks from disk... - - - - - Reindexing blocks on disk... - - - - - &Export... - - - - - Send coins to a Bitcoin address - - - - - Modify configuration options for Bitcoin - - - - - Export the data in the current tab to a file - - - - - Backup wallet to another location - - - - - Change the passphrase used for wallet encryption - - - - - &Debug window - - - - - Open debugging and diagnostic console - - - - - &Verify message... - - - - - - Bitcoin - - - - - Wallet - - - - - &Send - - - - - &Receive - - - - - &Addresses - - - - - &About Bitcoin - - - - - &Show / Hide - - - - - Show or hide the main Window - - - - - Encrypt the private keys that belong to your wallet - - - - - Sign messages with your Bitcoin addresses to prove you own them - - - - - Verify messages to ensure they were signed with specified Bitcoin addresses - - - - - &File - - - - - &Settings - - - - - &Help - - - - - Tabs toolbar - - - - - Actions toolbar - - - - - - [testnet] - - - - - Bitcoin client - - - - - %n active connection(s) to Bitcoin network - - - - - Processed %1 of %2 (estimated) blocks of transaction history. - - - - - Processed %1 blocks of transaction history. - - - - - %n hour(s) - - - - - %n day(s) - - - - - %n week(s) - - - - - %1 behind - - - - - Last received block was generated %1 ago. - - - - - Transactions after this will not yet be visible. - - - - - Error - - - - - Warning - - - - - Information - - - - - 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? - - - - - Up to date - - - - - Catching up... - - - - - Confirm transaction fee - - - - - Sent transaction - - - - - Incoming transaction - - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - - URI handling - - - - - - URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - A fatal error occurred. Bitcoin can no longer continue safely and will quit. - - - - - ClientModel - - - Network Alert - - - - - 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. - - - - - GUIUtil::HelpMessageBox - - - - Bitcoin-Qt - - - - - version - - - - - Usage: - - - - - command-line options - - - - - UI options - - - - - Set language, for example "de_DE" (default: system locale) - - - - - Start minimized - - - - - Show splash screen on startup (default: 1) - - - - - OptionsDialog - - - Options - - - - - &Main - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Automatically start Bitcoin after logging in to the system. - - - - - &Start Bitcoin on system login - - - - - Reset all client options to default. - - - - - &Reset Options - - - - - &Network - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - Map port using &UPnP - - - - - Connect to the Bitcoin network through a SOCKS proxy (e.g. when connecting through Tor). - - - - - &Connect through SOCKS proxy: - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 9050) - - - - - SOCKS &Version: - - - - - SOCKS version of the proxy (e.g. 5) - - - - - &Window - - - - - Show only a tray icon after minimizing the window. - - - - - &Minimize to the tray instead of the taskbar - - - - - 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. - - - - - M&inimize on close - - - - - &Display - - - - - User Interface &language: - - - - - The user interface language can be set here. This setting will take effect after restarting Bitcoin. - - - - - &Unit to show amounts in: - - - - - Choose the default subdivision unit to show in the interface and when sending coins. - - - - - Whether to show Bitcoin addresses in the transaction list or not. - - - - - &Display addresses in transaction list - - - - - &OK - - - - - &Cancel - - - - - &Apply - - - - - default - - - - - Confirm options reset - - - - - Some settings may require a client restart to take effect. - - - - - Do you want to proceed? - - - - - - Warning - - - - - - This setting will take effect after restarting Bitcoin. - - - - - The supplied proxy address is invalid. - - - - - OverviewPage - - - 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. - - - - - Balance: - - - - - Unconfirmed: - - - - - Wallet - - - - - Immature: - - - - - Mined balance that has not yet matured - - - - - <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 - - - - - - out of sync - - - - - PaymentServer - - - Cannot start bitcoin: click-to-pay handler - - - - - QRCodeDialog - - - QR Code Dialog - - - - - Request Payment - - - - - Amount: - - - - - Label: - - - - - Message: - - - - - &Save As... - - - - - Error encoding URI into QR Code. - - - - - The entered amount is invalid, please check. - - - - - Resulting URI too long, try to reduce the text for label / message. - - - - - Save QR Code - - - - - PNG Images (*.png) - - - - - RPCConsole - - - Client name - - - - - - - - - - - - - - N/A - - - - - Client version - - - - - &Information - - - - - Using OpenSSL version - - - - - Startup time - - - - - Network - - - - - Number of connections - - - - - On testnet - - - - - Block chain - - - - - Current number of blocks - - - - - Estimated total blocks - - - - - Last block time - - - - - &Open - - - - - Command-line options - - - - - Show the Bitcoin-Qt help message to get a list with possible Bitcoin command-line options. - - - - - &Show - - - - - &Console - - - - - Build date - - - - - Bitcoin - Debug window - - - - - Bitcoin Core - - - - - Debug log file - - - - - Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. - - - - - Clear console - - - - - Welcome to the Bitcoin RPC console. - - - - - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. - - - - - Type <b>help</b> for an overview of available commands. - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - - - - - Send to multiple recipients at once - - - - - Add &Recipient - - - - - Remove all transaction fields - - - - - Clear &All - - - - - Balance: - - - - - 123.456 BTC - - - - - Confirm the send action - - - - - S&end - - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - - - - - and - - - - - The recipient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - - - - - The amount exceeds your balance. - - - - - The total exceeds your balance when the %1 transaction fee is included. - - - - - Duplicate address found, can only send to each address once per 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: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - SignVerifyMessageDialog - - - Signatures - Sign / Verify a Message - - - - - &Sign Message - - - - - You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - - - - - The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - - Choose an address from the address book - - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Signature - - - - - Copy the current signature to the system clipboard - - - - - Sign the message to prove you own this Bitcoin address - - - - - Sign &Message - - - - - Reset all sign message fields - - - - - - Clear &All - - - - - &Verify Message - - - - - Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. - - - - - The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Verify the message to ensure it was signed with the specified Bitcoin address - - - - - Verify &Message - - - - - Reset all verify message fields - - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Click "Sign Message" to generate signature - - - - - Enter Bitcoin signature - - - - - - The entered address is invalid. - - - - - - - - Please check the address and try again. - - - - - - The entered address does not refer to a key. - - - - - Wallet unlock was cancelled. - - - - - Private key for the entered address is not available. - - - - - Message signing failed. - - - - - Message signed. - - - - - The signature could not be decoded. - - - - - - Please check the signature and try again. - - - - - The signature did not match the message digest. - - - - - Message verification failed. - - - - - Message verified. - - - - - TransactionDesc - - - Open until %1 - - - - - %1/offline - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - Status - - - - - , broadcast through %n node(s) - - - - - Date - - - - - Source - - - - - Generated - - - - - - From - - - - - - - To - - - - - - own address - - - - - label - - - - - - - - - Credit - - - - - matures in %n more block(s) - - - - - not accepted - - - - - - - - Debit - - - - - Transaction fee - - - - - Net amount - - - - - Message - - - - - Comment - - - - - Transaction ID - - - - - Generated coins must mature 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, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - Debug information - - - - - Transaction - - - - - Inputs - - - - - Amount - - - - - true - - - - - false - - - - - , has not been successfully broadcast yet - - - - - Open for %n more block(s) - - - - - unknown - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - - - - - Type - - - - - Address - - - - - Amount - - - - - Open for %n more block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available when it matures in %n more block(s) - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - Sent to - - - - - 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 - - - - - Copy amount - - - - - Copy transaction ID - - - - - 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 - - - - - WalletView - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - Backup Successful - - - - - The wallet data was successfully saved to the new location. - - - - - 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 - - - - - Specify data directory - - - - - Set database cache size in megabytes (default: 25) - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Connect to a node to retrieve peer addresses, and disconnect - - - - - Specify your own public address - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - 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 - - - - - Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - 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: -rpcuser=bitcoinrpc -rpcpassword=%s -(you do not need to remember this password) -The username and password MUST NOT be the same. -If the file does not exist, create it with owner-readable-only file permissions. -It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com - - - - - - 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 - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Error initializing database environment %s! To recover, BACKUP THAT DIRECTORY, then remove everything from it except for wallet.dat. - - - - - 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: 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 relevant alert is received (%s in cmd is replaced by message) - - - - - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - - - - - Set maximum size of high-priority/low-fee transactions in bytes (default: 27000) - - - - - Set the number of script verification threads (1-16, 0=auto, default: 0) - - - - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - - - - - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - - - - - Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade. - - - - - Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. - - - - - Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - - - - - 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. - - - - - Attempt to recover private keys from a corrupt wallet.dat - - - - - Block creation options: - - - - - Connect only to the specified node(s) - - - - - Corrupted block database detected - - - - - Discover own IP address (default: 1 when listening and no -externalip) - - - - - Do you want to rebuild the block database now? - - - - - Error initializing block database - - - - - Error initializing wallet database environment %s! - - - - - Error loading block database - - - - - Error opening block database - - - - - Error: Disk space is low! - - - - - Error: Transaction creation failed! - - - - - Error: Wallet locked, unable to create transaction! - - - - - Error: system error: - - - - - Failed to listen on any port. Use -listen=0 if you want this. - - - - - Failed to read block info - - - - - Failed to read block - - - - - Failed to sync block index - - - - - Failed to write block index - - - - - Failed to write block info - - - - - Failed to write block - - - - - Failed to write file info - - - - - Failed to write to coin database - - - - - Failed to write transaction index - - - - - Failed to write undo data - - - - - Find peers using DNS lookup (default: 1 unless -connect) - - - - - How many blocks to check at startup (default: 288, 0 = all) - - - - - How thorough the block verification is (0-4, default: 3) - - - - - Rebuild block chain index from current blk000??.dat files - - - - - Set the number of threads to service RPC calls (default: 4) - - - - - Verifying blocks... - - - - - Verifying wallet... - - - - - Imports blocks from external blk000??.dat file - - - - - Information - - - - - Invalid -tor address: '%s' - - - - - Maintain a full transaction index (default: 0) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) - - - - - Only accept block chain matching built-in checkpoints (default: 1) - - - - - Only connect to nodes in network <net> (IPv4, IPv6 or Tor) - - - - - Output extra debugging information. Implies all other -debug* options - - - - - Output extra network debugging information - - - - - Prepend debug output with timestamp - - - - - SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Select the version of socks proxy to use (4-5, default: 5) - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Set maximum block size in bytes (default: 250000) - - - - - Set minimum block size in bytes (default: 0) - - - - - Shrink debug.log file on client startup (default: 1 when no -debug) - - - - - Specify connection timeout in milliseconds (default: 5000) - - - - - System error: - - - - - Use UPnP to map the listening port (default: 0) - - - - - Use UPnP to map the listening port (default: 1 when listening) - - - - - Use proxy to reach tor hidden services (default: same as -proxy) - - - - - Username for JSON-RPC connections - - - - - Warning - - - - - Warning: This version is obsolete, upgrade required! - - - - - You need to rebuild the databases using -reindex to change -txindex - - - - - wallet.dat corrupt, salvage failed - - - - - Password for JSON-RPC connections - - - - - Allow JSON-RPC connections from specified IP address - - - - - 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 - - - - - 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 - - - - - Unable to bind to %s on this computer (bind returned error %d, %s) - - - - - Connect through socks proxy - - - - - Allow DNS lookups for -addnode, -seednode and -connect - - - - - Loading addresses... - - - - - Error loading wallet.dat: Wallet corrupted - - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - - - - - Wallet needed to be rewritten: restart Bitcoin to complete - - - - - Error loading wallet.dat - - - - - Invalid -proxy address: '%s' - - - - - Unknown network specified in -onlynet: '%s' - - - - - Unknown -socks proxy version requested: %i - - - - - Cannot resolve -bind address: '%s' - - - - - Cannot resolve -externalip address: '%s' - - - - - Invalid amount for -paytxfee=<amount>: '%s' - - - - - Invalid amount - - - - - Insufficient funds - - - - - Loading block index... - - - - - Add a node to connect to and attempt to keep the connection open - - - - - Unable to bind to %s on this computer. Bitcoin is probably already running. - - - - - Fee per KB to add to transactions you send - - - - - Loading wallet... - - - - - Cannot downgrade wallet - - - - - Cannot initialize keypool - - - - - Cannot write default address - - - - - Rescanning... - - - - - Done loading - - - - - To use the %s option - - - - - 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. - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts index 9f0ba22a82..5449ece984 100644 --- a/src/qt/locale/bitcoin_sk.ts +++ b/src/qt/locale/bitcoin_sk.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Nová adresa - + 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. Toto sú Vaše Bitcoin adresy pre prijímanie platieb. Môžete dať každému odosielateľovi inú rôznu adresu a tak udržiavať prehľad o platbách. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + Exportovať tento náhľad do súboru + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... Podpísať &správu... - + Synchronizing with network... Synchronizácia so sieťou... - + &Overview &Prehľad @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Zmena Hesla... - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Export... - - - + Send coins to a Bitcoin address Poslať bitcoins na adresu @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O Upraviť možnosti nastavenia pre bitcoin - - Export the data in the current tab to a file - Exportovať tento náhľad do súboru - - - + Backup wallet to another location Zálohovať peňaženku na iné miesto @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Zmeniť heslo použité na šifrovanie peňaženky - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet Peňaženka - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Súbor - + &Settings &Nastavenia @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Lišta záložiek - - Actions toolbar - Lišta aktvivít - - - + [testnet] [testovacia sieť] @@ -545,7 +540,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n aktívne spojenie v Bitcoin sieti%n aktívne spojenia v Bitcoin sieti%n aktívnych spojení v Bitconi sieti - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Aktualizovaný - + Catching up... Sťahujem... - + Confirm transaction fee @@ -664,7 +664,7 @@ Adresa: %4 Peňaženka je <b>zašifrovaná</b> a momentálne <b>zamknutá</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -672,7 +672,7 @@ Adresa: %4 ClientModel - + Network Alert @@ -1053,7 +1053,7 @@ Adresa: %4 Suma transakcií ktoré ešte neboli potvrdené a nezapočítavaju sa do celkového zostatku. - + out of sync @@ -1639,6 +1639,19 @@ Adresa: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testovacia sieť] + + TransactionDesc @@ -2116,7 +2129,12 @@ Adresa: %4 WalletView - + + Export the data in the current tab to a file + Exportovať tento náhľad do súboru + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts index 01802e9964..17de8d72c0 100644 --- a/src/qt/locale/bitcoin_sr.ts +++ b/src/qt/locale/bitcoin_sr.ts @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Нова адреса - + 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. Ово су Ваше Bitcoin адресе за примање уплата. Можете да сваком пошиљаоцу дате другачију адресу да би пратили ко је вршио уплате. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... Синхронизација са мрежом у току... - + &Overview &Општи преглед @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O Промени &лозинку... - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Извоз... - - - + Send coins to a Bitcoin address Пошаљите новац на bitcoin адресу @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O Изаберите могућности bitcoin-а - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O Мењање лозинке којом се шифрује новчаник - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet новчаник - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File &Фајл - + &Settings &Подешавања @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O Трака са картицама - - Actions toolbar - Трака са алаткама - - - + [testnet] [testnet] @@ -545,7 +540,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n активна веза са Bitcoin мрежом%n активне везе са Bitcoin мрежом%n активних веза са Bitcoin мрежом - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date Ажурно - + Catching up... Ажурирање у току... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 Новчаник јс <b>шифрован</b> и тренутно <b>закључан</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [testnet] + + TransactionDesc @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts index a6a27ffbad..119f7b6eff 100644 --- a/src/qt/locale/bitcoin_sv.ts +++ b/src/qt/locale/bitcoin_sv.ts @@ -29,14 +29,14 @@ Distribuerad under mjukvarulicensen MIT/X11, se den medföljande filen COPYING e Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användning i OpenSSL Toolkit (http://www.openssl.org/) och kryptografisk mjukvara utvecklad av Eric Young (eay@cryptsoft.com) samt UPnP-mjukvara skriven av Thomas Bernard. - + Copyright Copyright - 2009-%1 The Bitcoin developers - 2009-%1 Bitcoin-utvecklarna + The Bitcoin developers + Bitcoin-utvecklarna @@ -67,7 +67,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni &Ny adress - + 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. Detta är dina Bitcoin-adresser för att ta emot betalningar. Du kan ge varje avsändare en egen adress så att du kan hålla reda på vem som betalar dig. @@ -97,7 +97,17 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Ta bort den valda adressen från listan - + + Export the data in the current tab to a file + Exportera informationen i den nuvarande fliken till en fil + + + + &Export + &Exportera + + + Verify a message to ensure it was signed with a specified Bitcoin address Verifiera meddelandet för att vara säker på att den var signerad med den specificerade Bitcoin-adressen @@ -314,17 +324,17 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni BitcoinGUI - + Sign &message... Signera &meddelande... - + Synchronizing with network... Synkroniserar med nätverk... - + &Overview &Översikt @@ -399,7 +409,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni &Byt Lösenord... - + Importing blocks from disk... Importerar block från disk... @@ -409,12 +419,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Återindexerar block på disken... - - &Export... - &Exportera... - - - + Send coins to a Bitcoin address Skicka mynt till en Bitcoin-adress @@ -424,12 +429,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Ändra konfigurationsalternativ för Bitcoin - - Export the data in the current tab to a file - Exportera informationen i den nuvarande fliken till en fil - - - + Backup wallet to another location Säkerhetskopiera plånboken till en annan plats @@ -439,7 +439,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Byt lösenord för kryptering av plånbok - + &Debug window &Debug fönster @@ -449,23 +449,23 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Öppna debug- och diagnostikkonsolen - + &Verify message... &Verifiera meddelande... - - + + Bitcoin Bitcoin - + Wallet Plånbok - + &Send &Skicka @@ -510,12 +510,12 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Verifiera meddelanden för att vara säker på att de var signerade med den specificerade Bitcoin-adressen - + &File &Arkiv - + &Settings &Inställningar @@ -530,12 +530,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Verktygsfält för Tabbar - - Actions toolbar - Verktygsfältet för Handlingar - - - + [testnet] [testnet] @@ -551,7 +546,12 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni %n aktiv anslutning till Bitcoin-nätverket%n aktiva anslutningar till Bitcoin-nätverket - + + No block source available... + Ingen block-källa tillgänglig... + + + Processed %1 of %2 (estimated) blocks of transaction history. Bearbetat %1 av %2 (uppskattade) block av transaktionshistorik. @@ -576,7 +576,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni %n vecka%n veckor - + %1 behind %1 efter @@ -591,7 +591,7 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Transaktioner efter denna kommer inte ännu vara synliga. - + Error Fel @@ -606,22 +606,22 @@ Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användni Information - + 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? Transaktionen överskrider storleksgränsen. Du kan dock fortfarande skicka den mot en kostnad av %1, som går till noderna som behandlar din transaktion och bidrar till nätverket. Vill du betala denna avgift? - + Up to date Uppdaterad - + Catching up... Hämtar senaste... - + Confirm transaction fee Bekräfta överföringsavgift @@ -671,7 +671,7 @@ Adress: %4 Denna plånbok är <b>krypterad</b> och för närvarande <b>låst</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ett allvarligt fel har uppstått. Bitcoin kan inte längre köras säkert och kommer att avslutas. @@ -679,7 +679,7 @@ Adress: %4 ClientModel - + Network Alert Nätverkslarm @@ -1060,7 +1060,7 @@ Adress: %4 Totalt antal transaktioner som ännu inte bekräftats, och som ännu inte räknas med i aktuellt saldo - + out of sync osynkroniserad @@ -1646,6 +1646,19 @@ Adress: %4 Meddelandet är verifierad. + + SplashScreen + + + The Bitcoin developers + Bitcoin-utvecklarna + + + + [testnet] + [testnet] + + TransactionDesc @@ -2123,7 +2136,12 @@ Adress: %4 WalletView - + + Export the data in the current tab to a file + Exportera informationen i den nuvarande fliken till en fil + + + Backup Wallet Säkerhetskopiera Plånbok diff --git a/src/qt/locale/bitcoin_th_TH.ts b/src/qt/locale/bitcoin_th_TH.ts index fca6c0197a..0557e4700b 100644 --- a/src/qt/locale/bitcoin_th_TH.ts +++ b/src/qt/locale/bitcoin_th_TH.ts @@ -5,12 +5,12 @@ About Bitcoin - + เกี่ยวกับ บิตคอย์น <b>Bitcoin</b> version - + <b>บิตคอย์น<b>รุ่น @@ -23,13 +23,13 @@ This product includes software developed by the OpenSSL Project for use in the O - + Copyright - 2009-%1 The Bitcoin developers + The Bitcoin developers @@ -38,22 +38,22 @@ This product includes software developed by the OpenSSL Project for use in the O Address Book - + สมุดรายชื่อ Double-click to edit address or label - + ดับเบิลคลิก เพื่อแก้ไขที่อยู่ หรือชื่อ Create a new address - + สร้างที่อยู่ใหม่ Copy the currently selected address to the system clipboard - + คัดลอกที่อยู่ที่ถูกเลือกไปยัง คลิปบอร์ดของระบบ @@ -61,7 +61,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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. @@ -91,7 +91,17 @@ This product includes software developed by the OpenSSL Project for use in the O - + + Export the data in the current tab to a file + + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address @@ -103,7 +113,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Delete - + ลบ @@ -128,7 +138,7 @@ This product includes software developed by the OpenSSL Project for use in the O Export Address Book Data - + ส่งออกรายชื่อทั้งหมด @@ -138,12 +148,12 @@ This product includes software developed by the OpenSSL Project for use in the O Error exporting - + ส่งออกผิดพลาด Could not write to file %1. - + ไม่สามารถเขียนไปยังไฟล์ %1 @@ -151,17 +161,17 @@ This product includes software developed by the OpenSSL Project for use in the O Label - + ชื่อ Address - + ที่อยู่ (no label) - + (ไม่มีชื่อ) @@ -174,17 +184,17 @@ This product includes software developed by the OpenSSL Project for use in the O Enter passphrase - + ใส่รหัสผ่าน New passphrase - + รหัสผา่นใหม่ Repeat new passphrase - + กรุณากรอกรหัสผ่านใหม่อีกครั้งหนึ่ง @@ -194,7 +204,7 @@ This product includes software developed by the OpenSSL Project for use in the O Encrypt wallet - + กระเป๋าสตางค์ที่เข้ารหัส @@ -204,7 +214,7 @@ This product includes software developed by the OpenSSL Project for use in the O Unlock wallet - + เปิดกระเป๋าสตางค์ @@ -214,22 +224,22 @@ This product includes software developed by the OpenSSL Project for use in the O Decrypt wallet - + ถอดรหัสกระเป๋าสตางค์ Change passphrase - + เปลี่ยนรหัสผ่าน Enter the old and new passphrase to the wallet. - + กรอกรหัสผ่านเก่าและรหัสผ่านใหม่สำหรับกระเป๋าสตางค์ Confirm wallet encryption - + ยืนยันการเข้ารหัสกระเป๋าสตางค์ @@ -256,7 +266,7 @@ This product includes software developed by the OpenSSL Project for use in the O Wallet encrypted - + กระเป๋าสตางค์ถูกเข้ารหัสเรียบร้อยแล้ว @@ -269,7 +279,7 @@ This product includes software developed by the OpenSSL Project for use in the O Wallet encryption failed - + การเข้ารหัสกระเป๋าสตางค์ผิดพลาด @@ -280,7 +290,7 @@ This product includes software developed by the OpenSSL Project for use in the O The supplied passphrases do not match. - + รหัสผ่านที่คุณกรอกไม่ตรงกัน @@ -308,17 +318,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... - + Synchronizing with network... - + &Overview @@ -393,7 +403,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Importing blocks from disk... @@ -403,12 +413,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - - - - + Send coins to a Bitcoin address @@ -418,12 +423,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Export the data in the current tab to a file - - - - + Backup wallet to another location @@ -433,7 +433,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Debug window @@ -443,23 +443,23 @@ This product includes software developed by the OpenSSL Project for use in the O - + &Verify message... - - + + Bitcoin - + Wallet - + &Send @@ -504,12 +504,12 @@ This product includes software developed by the OpenSSL Project for use in the O - + &File - + &Settings @@ -524,12 +524,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - Actions toolbar - - - - + [testnet] @@ -545,7 +540,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. @@ -570,7 +570,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -585,7 +585,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error @@ -600,22 +600,22 @@ This product includes software developed by the OpenSSL Project for use in the O - + 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? - + Up to date - + Catching up... - + Confirm transaction fee @@ -661,7 +661,7 @@ Address: %4 - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -669,7 +669,7 @@ Address: %4 ClientModel - + Network Alert @@ -1050,7 +1050,7 @@ Address: %4 - + out of sync @@ -1636,6 +1636,19 @@ Address: %4 + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + + + TransactionDesc @@ -1838,7 +1851,7 @@ Address: %4 Address - + ที่อยู่ @@ -2072,12 +2085,12 @@ Address: %4 Label - + ชื่อ Address - + ที่อยู่ @@ -2092,12 +2105,12 @@ Address: %4 Error exporting - + ส่งออกผิดพลาด Could not write to file %1. - + ไม่สามารถเขียนไปยังไฟล์ %1 @@ -2113,7 +2126,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_tr.ts b/src/qt/locale/bitcoin_tr.ts index 02760f4b4e..0563ca7c80 100644 --- a/src/qt/locale/bitcoin_tr.ts +++ b/src/qt/locale/bitcoin_tr.ts @@ -28,14 +28,14 @@ This product includes software developed by the OpenSSL Project for use in the O Bu ürün OpenSSL projesi tarafından OpenSSL araç takımı (http://www.openssl.org/) için geliştirilen yazılımlar, Eric Young (eay@cryptsoft.com) tarafından hazırlanmış şifreleme yazılımları ve Thomas Bernard tarafından programlanmış UPnP yazılımı içerir. - + Copyright Telif hakkı - 2009-%1 The Bitcoin developers - 2009-%1 Bitcoin geliştiricileri + The Bitcoin developers + Bitcoin geliştiricileri @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Yeni adres - + 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. Bunlar, ödeme almak için Bitcoin adresleridir. Kimin ödeme yaptığını izleyebilmek için her ödeme yollaması gereken kişiye değişik bir adres verebilirsiniz. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O Seçili adresi listeden sil - + + Export the data in the current tab to a file + Güncel sekmedeki verileri bir dosyaya aktar + + + + &Export + &Dışa aktar + + + Verify a message to ensure it was signed with a specified Bitcoin address Belirtilen Bitcoin adresi ile imzalandığını doğrulamak için bir mesajı kontrol et @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... &Mesaj imzala... - + Synchronizing with network... Şebeke ile senkronizasyon... - + &Overview &Genel bakış @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O Parolayı &değiştir... - + Importing blocks from disk... Bloklar diskten içe aktarılıyor... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O Diskteki bloklar yeniden endeksleniyor... - - &Export... - &Dışa aktar... - - - + Send coins to a Bitcoin address Bir Bitcoin adresine Bitcoin yolla @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O Bitcoin seçeneklerinin yapılandırmasını değiştir - - Export the data in the current tab to a file - Güncel sekmedeki verileri bir dosyaya aktar - - - + Backup wallet to another location Cüzdanı diğer bir konumda yedekle @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O Cüzdan şifrelemesi için kullanılan parolayı değiştir - + &Debug window &Hata ayıklama penceresi @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O Hata ayıklama ve teşhis penceresini aç - + &Verify message... Mesaj &kontrol et... - - + + Bitcoin Bitcoin - + Wallet Cüzdan - + &Send &Gönder @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O Belirtilen Bitcoin adresleri ile imzalandıklarından emin olmak için mesajları kontrol et - + &File &Dosya - + &Settings &Ayarlar @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Sekme araç çubuğu - - Actions toolbar - Faaliyet araç çubuğu - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O Bitcoin şebekesine %n faal bağlantıBitcoin şebekesine %n faal bağlantı - + + No block source available... + Hiçbir blok kaynağı mevcut değil... + + + Processed %1 of %2 (estimated) blocks of transaction history. Muamele tarihçesinin toplam (tahmini) %2 blokundan %1 blok işlendi. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n hafta%n hafta - + %1 behind %1 geride @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O Bundan sonraki muameleler henüz görüntülenemez. - + Error Hata @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O Bilgi - + 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? Bu muamele boyut sınırlarını aşmıştır. Gene de %1 ücret ödeyerek gönderebilirsiniz, ki bu ücret muamelenizi işleyen ve şebekeye yardım eden düğümlere ödenecektir. Ücreti ödemek istiyor musunuz? - + Up to date Güncel - + Catching up... Aralık kapatılıyor... - + Confirm transaction fee Muamele ücretini teyit et @@ -670,7 +670,7 @@ Adres: %4 Cüzdan <b>şifrelenmiştir</b> ve şu anda <b>kilitlidir</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. Ciddi bir hata oluştu. Bitcoin artık güvenli bir şekilde işlemeye devam edemez ve kapanacaktır. @@ -678,7 +678,7 @@ Adres: %4 ClientModel - + Network Alert Şebeke hakkında uyarı @@ -1059,7 +1059,7 @@ Adres: %4 Doğrulanması beklenen ve henüz güncel bakiyeye ilâve edilmemiş muamelelerin toplamı - + out of sync eşleşme dışı @@ -1645,6 +1645,19 @@ Adres: %4 Mesaj doğrulandı. + + SplashScreen + + + The Bitcoin developers + Bitcoin geliştiricileri + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Adres: %4 WalletView - + + Export the data in the current tab to a file + Güncel sekmedeki verileri bir dosyaya aktar + + + Backup Wallet Cüzdanı yedekle diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts index 1d7c2980f3..c59c2a2f83 100644 --- a/src/qt/locale/bitcoin_uk.ts +++ b/src/qt/locale/bitcoin_uk.ts @@ -28,14 +28,14 @@ This product includes software developed by the OpenSSL Project for use in the O Цей продукт включає в себе програмне забезпечення, розроблене в рамках проекту OpenSSL (http://www.openssl.org/), криптографічне програмне забезпечення, написане Еріком Янгом (eay@cryptsoft.com), та функції для роботи з UPnP, написані Томасом Бернардом. - + Copyright Авторське право - 2009-%1 The Bitcoin developers - 2009-%1 Розробники Bitcoin + The Bitcoin developers + @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Створити адресу - + 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. Це ваші адреси для отримання платежів. Ви можете давати різні адреси різним людям, таким чином маючи можливість відслідкувати хто конкретно і скільки вам заплатив. @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O Вилучити вибрані адреси з переліку - + + Export the data in the current tab to a file + Експортувати дані з поточної вкладки в файл + + + + &Export + + + + Verify a message to ensure it was signed with a specified Bitcoin address Перевірте повідомлення для впевненості, що воно підписано вказаною Bitcoin-адресою @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... &Підписати повідомлення... - + Synchronizing with network... Синхронізація з мережею... - + &Overview &Огляд @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O Змінити парол&ь... - + Importing blocks from disk... Імпорт блоків з диску... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O - - &Export... - &Експорт... - - - + Send coins to a Bitcoin address Відправити монети на вказану адресу @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O Редагувати параметри - - Export the data in the current tab to a file - Експортувати дані з поточної вкладки в файл - - - + Backup wallet to another location Резервне копіювання гаманця в інше місце @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O Змінити пароль, який використовується для шифрування гаманця - + &Debug window Вікно зневадження @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O Відкрити консоль зневадження і діагностики - + &Verify message... Перевірити повідомлення... - - + + Bitcoin Bitcoin - + Wallet Гаманець - + &Send @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O Перевірте повідомлення для впевненості, що воно підписано вказаною Bitcoin-адресою - + &File &Файл - + &Settings &Налаштування @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O Панель вкладок - - Actions toolbar - Панель дій - - - + [testnet] [тестова мережа] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O %n активне з'єднання з мережею%n активні з'єднання з мережею%n активних з'єднань з мережею - + + No block source available... + + + + Processed %1 of %2 (estimated) blocks of transaction history. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + %1 behind @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O - + Error Помилка @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O Інформація - + 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? - + Up to date Синхронізовано - + Catching up... Синхронізується... - + Confirm transaction fee Підтвердити комісію @@ -670,7 +670,7 @@ Address: %4 <b>Зашифрований</b> гаманець <b>заблоковано</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. @@ -678,7 +678,7 @@ Address: %4 ClientModel - + Network Alert Сповіщення мережі @@ -1059,7 +1059,7 @@ Address: %4 Загальна сума всіх транзакцій, які ще не підтверджені, та до цих пір не враховуються в загальному балансі - + out of sync не синхронізовано @@ -1645,6 +1645,19 @@ Address: %4 Повідомлення перевірено. + + SplashScreen + + + The Bitcoin developers + + + + + [testnet] + [тестова мережа] + + TransactionDesc @@ -2122,7 +2135,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + Експортувати дані з поточної вкладки в файл + + + Backup Wallet diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts index e8d84f40f9..3b5067e38f 100644 --- a/src/qt/locale/bitcoin_zh_CN.ts +++ b/src/qt/locale/bitcoin_zh_CN.ts @@ -28,14 +28,14 @@ Distributed under the MIT/X11 software license, see the accompanying file COPYIN 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 版权 - 2009-%1 The Bitcoin developers - 2009-%1 The Bitcoin developers + The Bitcoin developers + Bitcoin-qt 客户端开发团队 @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O &新建地址 - + 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. 这是您用来收款的比特币地址。为了标记不同的资金来源,建议为每个付款人保留不同的收款地址。 @@ -96,7 +96,17 @@ This product includes software developed by the OpenSSL Project for use in the O 从列表中删除选中的地址 - + + Export the data in the current tab to a file + 导出当前数据到文件 + + + + &Export + &导出 + + + Verify a message to ensure it was signed with a specified Bitcoin address 验证消息,确保消息是由指定的比特币地址签名过的。 @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... 对&消息签名... - + Synchronizing with network... 正在与网络同步... - + &Overview &概况 @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O &修改密码... - + Importing blocks from disk... 正在从磁盘导入数据块... @@ -408,12 +418,7 @@ This product includes software developed by the OpenSSL Project for use in the O 正在为数据块建立索引... - - &Export... - &导出... - - - + Send coins to a Bitcoin address 向一个比特币地址发送比特币 @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O 设置选项 - - Export the data in the current tab to a file - 导出当前数据到文件 - - - + Backup wallet to another location 备份钱包到其它文件夹 @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O 修改钱包加密口令 - + &Debug window &调试窗口 @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O 在诊断控制台调试 - + &Verify message... &验证消息... - - + + Bitcoin 比特币 - + Wallet 钱包 - + &Send &发送 @@ -509,12 +509,12 @@ This product includes software developed by the OpenSSL Project for use in the O 校验消息,确保该消息是由指定的比特币地址所有者签名的 - + &File &文件 - + &Settings &设置 @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O 分页工具栏 - - Actions toolbar - 动作工具栏 - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O 到比特币网络的连接共有%n条 - + + No block source available... + No block source available... + + + Processed %1 of %2 (estimated) blocks of transaction history. %1 / %2 个交易历史的区块已下载 @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n 周前 - + %1 behind 落后 %1 @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O 在此之后的交易尚未可见 - + Error 错误 @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O 信息 - + 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? 该交易的字节数超标。您可以选择支付%1的交易费给处理您的交易的网络节点,有助于比特币网络的运行。您愿意支付这笔交易费用吗? - + Up to date 最新状态 - + Catching up... 更新中... - + Confirm transaction fee 确认交易费 @@ -670,7 +670,7 @@ Address: %4 钱包已被<b>加密</b>,当前为<b>锁定</b>状态 - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. 发生严重错误。 @@ -678,7 +678,7 @@ Address: %4 ClientModel - + Network Alert 网络警报 @@ -1060,7 +1060,7 @@ Address: %4 尚未确认的交易总额, 未计入当前余额 - + out of sync 数据同步中 @@ -1646,6 +1646,19 @@ Address: %4 消息验证成功。 + + SplashScreen + + + The Bitcoin developers + Bitcoin-qt 客户端开发团队 + + + + [testnet] + [testnet] + + TransactionDesc @@ -2123,7 +2136,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + 导出当前数据到文件 + + + Backup Wallet 备份钱包 diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts index bf33751649..7ccd5462d7 100644 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ b/src/qt/locale/bitcoin_zh_TW.ts @@ -28,14 +28,14 @@ This product includes software developed by the OpenSSL Project for use in the O 此產品也包含了由 OpenSSL Project 所開發的 OpenSSL Toolkit (http://www.openssl.org/) 軟體, 由 Eric Young (eay@cryptsoft.com) 撰寫的加解密軟體, 以及由 Thomas Bernard 所撰寫的 UPnP 軟體. - + Copyright 版權 - 2009-%1 The Bitcoin developers - Bitcoin 開發人員自西元 2009 至 %1 年起所有 + The Bitcoin developers + 位元幣開發人員 @@ -66,7 +66,7 @@ This product includes software developed by the OpenSSL Project for use in the O 新增位址 - + 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. 這些是你用來收款的位元幣位址. 你可以提供不同的位址給不同的付款人, 來追蹤是誰支付給你. @@ -83,7 +83,7 @@ This product includes software developed by the OpenSSL Project for use in the O Sign a message to prove you own a Bitcoin address - 簽署一則訊息來證明一個位元幣位址是你的 + 簽署訊息是用來證明位元幣位址是你的 @@ -96,9 +96,19 @@ This product includes software developed by the OpenSSL Project for use in the O 從列表中刪除目前選取的位址 - + + Export the data in the current tab to a file + 將目前分頁的資料匯出存成檔案 + + + + &Export + 匯出 + + + Verify a message to ensure it was signed with a specified Bitcoin address - 驗證一則訊息以確認它是用指定的位元幣位址簽署的 + 驗證訊息是用來確認訊息是用指定的位元幣位址簽署的 @@ -113,7 +123,7 @@ This product includes software developed by the OpenSSL Project for use in the O These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - + 這是你用來付款的位元幣位址. 在付錢之前, 務必要檢查金額和收款位址是否正確. @@ -313,17 +323,17 @@ This product includes software developed by the OpenSSL Project for use in the O BitcoinGUI - + Sign &message... 訊息簽署... - + Synchronizing with network... 網路同步中... - + &Overview 總覽 @@ -398,7 +408,7 @@ This product includes software developed by the OpenSSL Project for use in the O 密碼變更... - + Importing blocks from disk... 從磁碟匯入區塊中... @@ -408,14 +418,9 @@ This product includes software developed by the OpenSSL Project for use in the O 重建磁碟區塊索引中... - - &Export... - 匯出... - - - + Send coins to a Bitcoin address - 付錢到一個位元幣位址 + 付錢到位元幣位址 @@ -423,12 +428,7 @@ This product includes software developed by the OpenSSL Project for use in the O 修改位元幣的設定選項 - - Export the data in the current tab to a file - 將目前分頁的資料匯出存成檔案 - - - + Backup wallet to another location 將錢包備份到其它地方 @@ -438,7 +438,7 @@ This product includes software developed by the OpenSSL Project for use in the O 變更錢包加密用的密碼 - + &Debug window 除錯視窗 @@ -448,23 +448,23 @@ This product includes software developed by the OpenSSL Project for use in the O 開啓除錯與診斷主控台 - + &Verify message... 驗證訊息... - - + + Bitcoin 位元幣 - + Wallet 錢包 - + &Send 付出 @@ -506,15 +506,15 @@ This product includes software developed by the OpenSSL Project for use in the O Verify messages to ensure they were signed with specified Bitcoin addresses - 驗證訊息以確認那是用指定的位元幣位址簽署的 + 驗證訊息來確認是用指定的位元幣位址簽署的 - + &File 檔案 - + &Settings 設定 @@ -529,12 +529,7 @@ This product includes software developed by the OpenSSL Project for use in the O 分頁工具列 - - Actions toolbar - 動作工具列 - - - + [testnet] [testnet] @@ -550,7 +545,12 @@ This product includes software developed by the OpenSSL Project for use in the O 與位元幣網路有 %n 個連線在使用中 - + + No block source available... + 目前沒有區塊來源... + + + Processed %1 of %2 (estimated) blocks of transaction history. 已處理了估計全部 %2 個中的 %1 個區塊的交易紀錄. @@ -575,7 +575,7 @@ This product includes software developed by the OpenSSL Project for use in the O %n 個星期 - + %1 behind 落後 %1 @@ -590,7 +590,7 @@ This product includes software developed by the OpenSSL Project for use in the O 會看不見在這之後的交易. - + Error 錯誤 @@ -605,22 +605,22 @@ This product includes software developed by the OpenSSL Project for use in the O 資訊 - + 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? 這筆交易的資料大小超過限制了. 你還是可以付出 %1 的費用來傳送, 這筆費用會付給處理你的交易的節點, 並幫助維持整個網路. 你願意支付這項費用嗎? - + Up to date 最新狀態 - + Catching up... 進度追趕中... - + Confirm transaction fee 確認交易手續費 @@ -669,7 +669,7 @@ Address: %4 錢包<b>已加密</b>並且正<b>上鎖中</b> - + A fatal error occurred. Bitcoin can no longer continue safely and will quit. 發生了致命的錯誤. 位元幣程式無法再繼續安全執行, 只好結束. @@ -677,7 +677,7 @@ Address: %4 ClientModel - + Network Alert 網路警報 @@ -707,7 +707,7 @@ Address: %4 The address associated with this address book entry. This can only be modified for sending addresses. - 與這個位址簿項目關聯的位址. 只能修改付款位址. + 與這個位址簿項目關聯的位址. 付款位址才能被更改. @@ -717,7 +717,7 @@ Address: %4 New sending address - 新付款位址 + 新增付款位址 @@ -1059,7 +1059,7 @@ Address: %4 尚未確認之交易的總額, 不包含在目前餘額中 - + out of sync 沒同步 @@ -1375,7 +1375,7 @@ Address: %4 Duplicate address found, can only send to each address once per send operation. - 發現有重複的位址. 在一次付款動作中, 只能付給每個位址一次. + 發現有重複的位址. 每個付款動作中, 只能付給個別的位址一次. @@ -1514,7 +1514,7 @@ Address: %4 Sign the message to prove you own this Bitcoin address - 簽署一則訊息來證明一個位元幣位址是你的 + 簽署訊息是用來證明這個位元幣位址是你的 @@ -1550,7 +1550,7 @@ Address: %4 Verify the message to ensure it was signed with the specified Bitcoin address - 驗證這則訊息以確認它是用指定的位元幣位址簽署的 + 驗證訊息是用來確認訊息是用指定的位元幣位址簽署的 @@ -1645,6 +1645,19 @@ Address: %4 訊息已驗證. + + SplashScreen + + + The Bitcoin developers + 位元幣開發人員 + + + + [testnet] + [testnet] + + TransactionDesc @@ -2122,7 +2135,12 @@ Address: %4 WalletView - + + Export the data in the current tab to a file + 將目前分頁的資料匯出存成檔案 + + + Backup Wallet 錢包備份 @@ -2167,7 +2185,7 @@ Address: %4 Send command to -server or bitcoind - 送指令至 -server 或 bitcoind + 送指令給 -server 或 bitcoind @@ -2539,7 +2557,7 @@ alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Set the number of threads to service RPC calls (default: 4) - + 設定處理 RPC 服務請求的執行緒數目 (預設為 4) @@ -2619,7 +2637,7 @@ alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Send trace/debug info to console instead of debug.log file - 輸出追蹤或除錯資訊至終端機, 而非 debug.log 檔案 + 在終端機顯示追蹤或除錯資訊, 而非寫到 debug.log 檔 -- cgit v1.2.3