From: alex Date: Tue, 19 Feb 2013 21:40:29 +0000 (+0400) Subject: Update to 0.3.0 (New upstream + new RPC calls) X-Git-Tag: v0.4.0-unstable~43 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=3176e0f244d929669aa3e1d81e0787d82d9150d3 Update to 0.3.0 (New upstream + new RPC calls) --- diff --git a/COPYING b/COPYING index 7b4d9f2..42b288f 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,4 @@ +Copyright (c) 2013 NovaCoin Developers Copyright (c) 2011-2012 PPCoin Developers Copyright (c) 2009-2012 Bitcoin Developers diff --git a/contrib/debian/bin/bitcoin-qt b/contrib/debian/bin/bitcoin-qt old mode 100644 new mode 100755 diff --git a/contrib/debian/bin/bitcoind b/contrib/debian/bin/bitcoind old mode 100644 new mode 100755 diff --git a/contrib/debian/rules b/contrib/debian/rules old mode 100644 new mode 100755 diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml index a8c9dd1..2bf3a7d 100644 --- a/contrib/gitian-descriptors/gitian-win32.yml +++ b/contrib/gitian-descriptors/gitian-win32.yml @@ -15,16 +15,16 @@ remotes: - "url": "https://github.com/ppcoin/ppcoin.git" "dir": "ppcoin" files: -#- "qt-win32-4.7.4-gitian.zip" +- "qt-win32-4.7.4-gitian.zip" - "boost-win32-1.47.0-gitian.zip" - "ppcoin-deps-0.0.1.zip" script: | # - #mkdir $HOME/qt - #cd $HOME/qt - #unzip ../build/qt-win32-4.7.4-gitian.zip - cd $HOME/build - #export PATH=$PATH:$HOME/qt/bin/ + mkdir $HOME/qt + cd $HOME/qt + unzip ../build/qt-win32-4.7.4-gitian.zip + cd $HOME/build/ + export PATH=$PATH:$HOME/qt/bin/ # mkdir boost_1_47_0 cd boost_1_47_0 @@ -51,9 +51,9 @@ script: | export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 export FAKETIME=$REFERENCE_DATETIME export TZ=UTC - #$HOME/qt/src/bin/qmake -spec unsupported/win32-g++-cross MINIUPNPC_LIB_PATH=$HOME/build/miniupnpc MINIUPNPC_INCLUDE_PATH=$HOME/build/ BDB_LIB_PATH=$HOME/build/db-4.8.30.NC/build_unix BDB_INCLUDE_PATH=$HOME/build/db-4.8.30.NC/build_unix BOOST_LIB_PATH=$HOME/build/boost_1_47_0/stage/lib BOOST_INCLUDE_PATH=$HOME/build/boost_1_47_0 BOOST_LIB_SUFFIX=-mt-s BOOST_THREAD_LIB_SUFFIX=_win32-mt-s OPENSSL_LIB_PATH=$HOME/build/openssl-1.0.1b OPENSSL_INCLUDE_PATH=$HOME/build/openssl-1.0.1b/include QRENCODE_LIB_PATH=$HOME/build/qrencode-3.2.0/.libs QRENCODE_INCLUDE_PATH=$HOME/build/qrencode-3.2.0 USE_QRCODE=1 INCLUDEPATH=$HOME/build DEFINES=BOOST_THREAD_USE_LIB BITCOIN_NEED_QT_PLUGINS=1 QMAKE_LRELEASE=lrelease QMAKE_CXXFLAGS=-frandom-seed=ppcoin QMAKE_LFLAGS=-frandom-seed=ppcoin USE_BUILD_INFO=1 - #make $MAKEOPTS - #cp release/bitcoin-qt.exe $OUTDIR/ + $HOME/qt/src/bin/qmake -spec unsupported/win32-g++-cross MINIUPNPC_LIB_PATH=$HOME/build/miniupnpc MINIUPNPC_INCLUDE_PATH=$HOME/build/ BDB_LIB_PATH=$HOME/build/db-4.8.30.NC/build_unix BDB_INCLUDE_PATH=$HOME/build/db-4.8.30.NC/build_unix BOOST_LIB_PATH=$HOME/build/boost_1_47_0/stage/lib BOOST_INCLUDE_PATH=$HOME/build/boost_1_47_0 BOOST_LIB_SUFFIX=-mt-s BOOST_THREAD_LIB_SUFFIX=_win32-mt-s OPENSSL_LIB_PATH=$HOME/build/openssl-1.0.1b OPENSSL_INCLUDE_PATH=$HOME/build/openssl-1.0.1b/include QRENCODE_LIB_PATH=$HOME/build/qrencode-3.2.0/.libs QRENCODE_INCLUDE_PATH=$HOME/build/qrencode-3.2.0 USE_QRCODE=1 INCLUDEPATH=$HOME/build DEFINES=BOOST_THREAD_USE_LIB BITCOIN_NEED_QT_PLUGINS=1 QMAKE_LRELEASE=lrelease QMAKE_CXXFLAGS=-frandom-seed=ppcoin QMAKE_LFLAGS=-frandom-seed=ppcoin USE_BUILD_INFO=1 + make $MAKEOPTS + cp release/ppcoin-qt.exe $OUTDIR/ # cd src export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1 @@ -68,7 +68,7 @@ script: | git archive HEAD | tar -x -C nsis cd nsis/src mkdir ../release - #cp ../../release/* ../release/ + cp ../../release/* ../release/ cp ../../src/*.exe . makensis ../share/setup.nsi cp ../share/ppcoin-*-win32-setup.exe $OUTDIR/ diff --git a/contrib/gitian-descriptors/gitian.yml b/contrib/gitian-descriptors/gitian.yml index cbde4fe..340de5e 100644 --- a/contrib/gitian-descriptors/gitian.yml +++ b/contrib/gitian-descriptors/gitian.yml @@ -49,8 +49,8 @@ script: | make -f makefile.unix STATIC=1 OPENSSL_INCLUDE_PATH="$INSTDIR/include" OPENSSL_LIB_PATH="$INSTDIR/lib" $MAKEOPTS ppcoind USE_UPNP=1 DEBUGFLAGS= mkdir -p $OUTDIR/bin/$GBUILD_BITS install -s ppcoind $OUTDIR/bin/$GBUILD_BITS -#Do not build qt gui client for now -# cd .. -# qmake INCLUDEPATH="$INSTDIR/include" LIBS="-L$INSTDIR/lib" RELEASE=1 USE_QRCODE=1 -# make $MAKEOPTS -# install bitcoin-qt $OUTDIR/bin/$GBUILD_BITS + # + cd .. + qmake INCLUDEPATH="$INSTDIR/include" LIBS="-L$INSTDIR/lib" RELEASE=1 USE_QRCODE=1 + make $MAKEOPTS + install ppcoin-qt $OUTDIR/bin/$GBUILD_BITS diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus old mode 100644 new mode 100755 diff --git a/contrib/pyminer/pyminer.py b/contrib/pyminer/pyminer.py old mode 100644 new mode 100755 diff --git a/contrib/qt_translations.py b/contrib/qt_translations.py old mode 100644 new mode 100755 diff --git a/doc/README_windows.txt b/doc/README_windows.txt index 77d23b3..53545ab 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,6 +1,7 @@ -PPCoin 0.2.2 BETA +NovaCoin 0.3.0 BETA -Copyright (c) 2011-2012 PPCoin Developers +Copyright (c) 2013 NovaCoin Developers +Copyright (c) 2011-2013 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in @@ -10,9 +11,9 @@ cryptographic software written by Eric Young (eay@cryptsoft.com). Intro ----- -PPCoin is a free open source project derived from Bitcoin, with -the goal of providing a long-term energy-efficient crypto-currency. -Built on the foundation of Bitcoin, innovations such as proof-of-stake +NovaCoin is a free open source project derived from PPCoin, with +the goal of providing a long-term energy-efficient scrypt-based crypto-currency. +Built on the foundation of Bitcoin, innovations such as proof-of-stake and scrypt help further advance the field of crypto-currency. @@ -20,9 +21,9 @@ Setup ----- After completing windows setup then run windows command line (cmd) cd daemon - ppcoind -You would need to create a configuration file ppcoin.conf in the default -wallet directory. Grant access to ppcoind.exe in anti-virus and firewall + novacoind +You would need to create a configuration file novacoin.conf in the default +wallet directory. Grant access to novacoind.exe in anti-virus and firewall applications if necessary. The software automatically finds other nodes to connect to. You can @@ -35,16 +36,11 @@ but allowing incoming connections helps the PPCoin network. Upgrade ------- All you existing coins/transactions should be intact with the upgrade. -To upgrade from 0.2, first backup wallet -ppcoind backupwallet +To upgrade from 0.2.x, first backup wallet +novacoind backupwallet Then shutdown ppcoind by -ppcoind stop -Start up the new ppcoind (0.2.2). - - -See the documentation/wiki at the ppcoin website: - http://www.ppcoin.org/ -for help and more information. +novacoind stop +Start up the new novacoind (0.3.0). ------------------ diff --git a/share/genbuild.sh b/share/genbuild.sh old mode 100644 new mode 100755 diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py old mode 100644 new mode 100755 diff --git a/share/qt/make_spinner.py b/share/qt/make_spinner.py old mode 100644 new mode 100755 diff --git a/share/qt/make_windows_icon.sh b/share/qt/make_windows_icon.sh old mode 100644 new mode 100755 index c1e5e19..f775a30 --- a/share/qt/make_windows_icon.sh +++ b/share/qt/make_windows_icon.sh @@ -1,13 +1,5 @@ #!/bin/bash # create multiresolution windows icon - -#ICON_SRC=../../src/qt/res/icons/novacoin.png - ICON_DST=../../src/qt/res/icons/novacoin.ico -#convert ${ICON_SRC} -resize 16x16 novacoin-16.png -#convert ${ICON_SRC} -resize 32x32 novacoin-32.png -#convert ${ICON_SRC} -resize 48x48 novacoin-48.png - convert ../../src/qt/res/icons/novacoin-16.png ../../src/qt/res/icons/novacoin-32.png ../../src/qt/res/icons/novacoin-48.png ${ICON_DST} - diff --git a/share/setup.nsi b/share/setup.nsi index b329f36..0492df0 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -1,16 +1,16 @@ -Name NovaCoin +Name PPCoin RequestExecutionLevel highest SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.2.2 -!define COMPANY "NovaCoin project" -!define URL http://www.novacoin.ru/ +!define VERSION 0.3.0 +!define COMPANY "PPCoin project" +!define URL http://www.ppcoin.org/ # MUI Symbol Definitions -!define MUI_ICON "../share/pixmaps/novacoin.ico" +!define MUI_ICON "../share/pixmaps/bitcoin.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP "../share/pixmaps/nsis-wizard.bmp" !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_RIGHT @@ -19,8 +19,8 @@ SetCompressor /SOLID lzma !define MUI_STARTMENUPAGE_REGISTRY_ROOT HKLM !define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY} !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup -!define MUI_STARTMENUPAGE_DEFAULTFOLDER NovaCoin -#!define MUI_FINISHPAGE_RUN $INSTDIR\novacoin-qt.exe +!define MUI_STARTMENUPAGE_DEFAULTFOLDER PPCoin +!define MUI_FINISHPAGE_RUN $INSTDIR\ppcoin-qt.exe !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" !define MUI_UNWELCOMEFINISHPAGE_BITMAP "../share/pixmaps/nsis-wizard.bmp" !define MUI_UNFINISHPAGE_NOAUTOCLOSE @@ -45,14 +45,14 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile novacoin-0.2.2-win32-setup.exe -InstallDir $PROGRAMFILES\NovaCoin +OutFile ppcoin-0.3.0-win32-setup.exe +InstallDir $PROGRAMFILES\PPCoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.2.2.0 -VIAddVersionKey ProductName NovaCoin +VIProductVersion 0.3.0.0 +VIAddVersionKey ProductName PPCoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyWebsite "${URL}" @@ -66,18 +66,18 @@ ShowUninstDetails show Section -Main SEC0000 SetOutPath $INSTDIR SetOverwrite on - #File ../release/novacoin-qt.exe + File ../release/ppcoin-qt.exe File /oname=license.txt ../COPYING File /oname=readme.txt ../doc/README_windows.txt SetOutPath $INSTDIR\daemon - File ../src/novacoind.exe + File ../src/ppcoind.exe SetOutPath $INSTDIR\src File /r /x *.exe /x *.o ../src\*.* SetOutPath $INSTDIR WriteRegStr HKCU "${REGKEY}\Components" Main 1 # Remove old wxwidgets-based-bitcoin executable and locales: - #Delete /REBOOTOK $INSTDIR\novacoin.exe + #Delete /REBOOTOK $INSTDIR\bitcoin.exe #RMDir /r /REBOOTOK $INSTDIR\locale SectionEnd @@ -87,7 +87,8 @@ Section -post SEC0001 WriteUninstaller $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory $SMPROGRAMS\$StartMenuGroup - CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall NovaCoin.lnk" $INSTDIR\uninstall.exe + CreateShortcut "$SMPROGRAMS\$StartMenuGroup\PPCoin.lnk" $INSTDIR\ppcoin-qt.exe + CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall PPCoin.lnk" $INSTDIR\uninstall.exe !insertmacro MUI_STARTMENU_WRITE_END WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)" WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "${VERSION}" @@ -120,7 +121,7 @@ done${UNSECTION_ID}: # Uninstaller sections Section /o -un.Main UNSEC0000 - #Delete /REBOOTOK $INSTDIR\novacoin-qt.exe + Delete /REBOOTOK $INSTDIR\ppcoin-qt.exe Delete /REBOOTOK $INSTDIR\license.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon @@ -130,9 +131,9 @@ SectionEnd Section -un.post UNSEC0001 DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" - Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall NovaCoin.lnk" - #Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Bitcoin.lnk" - #Delete /REBOOTOK "$SMSTARTUP\Bitcoin.lnk" + Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall PPCoin.lnk" + Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\PPCoin.lnk" + Delete /REBOOTOK "$SMSTARTUP\PPCoin.lnk" Delete /REBOOTOK $INSTDIR\uninstall.exe Delete /REBOOTOK $INSTDIR\debug.log Delete /REBOOTOK $INSTDIR\db.log @@ -140,7 +141,7 @@ Section -un.post UNSEC0001 DeleteRegValue HKCU "${REGKEY}" Path DeleteRegKey /IfEmpty HKCU "${REGKEY}\Components" DeleteRegKey /IfEmpty HKCU "${REGKEY}" - DeleteRegKey HKCR "novacoin" + DeleteRegKey HKCR "ppcoin" RmDir /REBOOTOK $SMPROGRAMS\$StartMenuGroup RmDir /REBOOTOK $INSTDIR Push $R0 diff --git a/share/ui.rc b/share/ui.rc index 5f038e6..063641c 100644 --- a/share/ui.rc +++ b/share/ui.rc @@ -1,4 +1,4 @@ -bitcoin ICON "pixmaps/novacoin.ico" +bitcoin ICON "pixmaps/bitcoin.ico" #include "wx/msw/wx.rc" diff --git a/src/base58.h b/src/base58.h index 041ef80..6dde681 100644 --- a/src/base58.h +++ b/src/base58.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Developers // Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -366,7 +366,7 @@ public: void SetSecret(const CSecret& vchSecret, bool fCompressed) { assert(vchSecret.size() == 32); - SetData(fTestNet ? 239 : 128, &vchSecret[0], vchSecret.size()); + SetData(128 + (fTestNet ? CBitcoinAddress::PUBKEY_ADDRESS_TEST : CBitcoinAddress::PUBKEY_ADDRESS), &vchSecret[0], vchSecret.size()); if (fCompressed) vchData.push_back(1); } @@ -385,10 +385,10 @@ public: bool fExpectTestNet = false; switch(nVersion) { - case 128: + case (128 + CBitcoinAddress::PUBKEY_ADDRESS): break; - case 239: + case (128 + CBitcoinAddress::PUBKEY_ADDRESS_TEST): fExpectTestNet = true; break; diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index d626895..9f39a03 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2011-2013 The PPCoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -47,8 +47,6 @@ static CCriticalSection cs_nWalletUnlockTime; extern Value dumpprivkey(const Array& params, bool fHelp); extern Value importprivkey(const Array& params, bool fHelp); -extern CBigNum bnProofOfWorkLimit; - Object JSONRPCError(int code, const string& message) { Object error; @@ -156,6 +154,11 @@ Object blockToJSON(const CBlock& block, const CBlockIndex* blockindex, bool fPri result.push_back(Pair("previousblockhash", blockindex->pprev->GetBlockHash().GetHex())); if (blockindex->pnext) result.push_back(Pair("nextblockhash", blockindex->pnext->GetBlockHash().GetHex())); + result.push_back(Pair("flags", strprintf("%s%s", blockindex->IsProofOfStake()? "proof-of-stake" : "proof-of-work", blockindex->GeneratedStakeModifier()? " stake-modifier": ""))); + result.push_back(Pair("proofhash", blockindex->IsProofOfStake()? blockindex->hashProofOfStake.GetHex() : blockindex->GetBlockHash().GetHex())); + result.push_back(Pair("entropybit", (int)blockindex->GetStakeEntropyBit())); + result.push_back(Pair("modifier", strprintf("%016"PRI64x, blockindex->nStakeModifier))); + result.push_back(Pair("modifierchecksum", strprintf("%08x", blockindex->nStakeModifierChecksum))); Array txinfo; BOOST_FOREACH (const CTransaction& tx, block.vtx) { @@ -1019,7 +1022,7 @@ Value addmultisigaddress(const Array& params, bool fHelp) { string msg = "addmultisigaddress <'[\"key\",\"key\"]'> [account]\n" "Add a nrequired-to-sign multisignature address to the wallet\"\n" - "each key is a novacoin address or hex-encoded public key\n" + "each key is a bitcoin address or hex-encoded public key\n" "If [account] is specified, assign address to [account]."; throw runtime_error(msg); } @@ -1909,98 +1912,6 @@ Value getwork(const Array& params, bool fHelp) } } -Value getmemorypool(const Array& params, bool fHelp) -{ - if (fHelp || params.size() > 1) - throw runtime_error( - "getmemorypool [data]\n" - "If [data] is not specified, returns data needed to construct a block to work on:\n" - " \"version\" : block version\n" - " \"previousblockhash\" : hash of current highest block\n" - " \"transactions\" : contents of non-coinbase transactions that should be included in the next block\n" - " \"coinbasevalue\" : maximum allowable input to coinbase transaction, including the generation award and transaction fees\n" - " \"coinbaseflags\" : data that should be included in coinbase so support for new features can be judged\n" - " \"time\" : timestamp appropriate for next block\n" - " \"mintime\" : minimum timestamp appropriate for next block\n" - " \"curtime\" : current timestamp\n" - " \"bits\" : compressed target of next block\n" - "If [data] is specified, tries to solve the block and returns true if it was successful."); - - if (params.size() == 0) - { - if (vNodes.empty()) - throw JSONRPCError(-9, "NovaCoin is not connected!"); - - if (IsInitialBlockDownload()) - throw JSONRPCError(-10, "NovaCoin is downloading blocks..."); - - static CReserveKey reservekey(pwalletMain); - - // Update block - static unsigned int nTransactionsUpdatedLast; - static CBlockIndex* pindexPrev; - static int64 nStart; - static CBlock* pblock; - if (pindexPrev != pindexBest || - (nTransactionsUpdated != nTransactionsUpdatedLast && GetTime() - nStart > 5)) - { - nTransactionsUpdatedLast = nTransactionsUpdated; - pindexPrev = pindexBest; - nStart = GetTime(); - - // Create new block - if(pblock) - delete pblock; - pblock = CreateNewBlock(pwalletMain); - if (!pblock) - throw JSONRPCError(-7, "Out of memory"); - } - - // Update nTime - pblock->UpdateTime(pindexPrev); - pblock->nNonce = 0; - - Array transactions; - BOOST_FOREACH(CTransaction tx, pblock->vtx) { - if(tx.IsCoinBase() || tx.IsCoinStake()) - continue; - - CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION); - ssTx << tx; - - transactions.push_back(HexStr(ssTx.begin(), ssTx.end())); - } - - Object result; - result.push_back(Pair("version", pblock->nVersion)); - result.push_back(Pair("previousblockhash", pblock->hashPrevBlock.GetHex())); - result.push_back(Pair("transactions", transactions)); - result.push_back(Pair("coinbasevalue", (int64_t)pblock->vtx[0].vout[0].nValue)); - result.push_back(Pair("coinbaseflags", HexStr(COINBASE_FLAGS.begin(), COINBASE_FLAGS.end()))); - result.push_back(Pair("time", (int64_t)pblock->nTime)); - result.push_back(Pair("mintime", (int64_t)pindexPrev->GetMedianTimePast()+1)); - result.push_back(Pair("curtime", (int64_t)GetAdjustedTime())); - result.push_back(Pair("bits", HexBits(pblock->nBits))); - - return result; - } - else - { - // Parse parameters - CDataStream ssBlock(ParseHex(params[0].get_str()), SER_NETWORK, PROTOCOL_VERSION); - CBlock pblock; - ssBlock >> pblock; - - static CReserveKey reservekey(pwalletMain); - - if(!pblock.SignBlock(*pwalletMain)) - throw JSONRPCError(-100, "Unable to sign block, wallet locked?"); - - return CheckWork(&pblock, *pwalletMain, reservekey); - } -} - - Value getblocktemplate(const Array& params, bool fHelp) { if (fHelp || params.size() > 1) @@ -2185,6 +2096,98 @@ Value submitblock(const Array& params, bool fHelp) return Value::null; } + +Value getmemorypool(const Array& params, bool fHelp) +{ + if (fHelp || params.size() > 1) + throw runtime_error( + "getmemorypool [data]\n" + "If [data] is not specified, returns data needed to construct a block to work on:\n" + " \"version\" : block version\n" + " \"previousblockhash\" : hash of current highest block\n" + " \"transactions\" : contents of non-coinbase transactions that should be included in the next block\n" + " \"coinbasevalue\" : maximum allowable input to coinbase transaction, including the generation award and transaction fees\n" + " \"coinbaseflags\" : data that should be included in coinbase so support for new features can be judged\n" + " \"time\" : timestamp appropriate for next block\n" + " \"mintime\" : minimum timestamp appropriate for next block\n" + " \"curtime\" : current timestamp\n" + " \"bits\" : compressed target of next block\n" + "If [data] is specified, tries to solve the block and returns true if it was successful."); + + if (params.size() == 0) + { + if (vNodes.empty()) + throw JSONRPCError(-9, "NovaCoin is not connected!"); + + if (IsInitialBlockDownload()) + throw JSONRPCError(-10, "NovaCoin is downloading blocks..."); + + static CReserveKey reservekey(pwalletMain); + + // Update block + static unsigned int nTransactionsUpdatedLast; + static CBlockIndex* pindexPrev; + static int64 nStart; + static CBlock* pblock; + if (pindexPrev != pindexBest || + (nTransactionsUpdated != nTransactionsUpdatedLast && GetTime() - nStart > 5)) + { + nTransactionsUpdatedLast = nTransactionsUpdated; + pindexPrev = pindexBest; + nStart = GetTime(); + + // Create new block + if(pblock) + delete pblock; + pblock = CreateNewBlock(pwalletMain); + if (!pblock) + throw JSONRPCError(-7, "Out of memory"); + } + + // Update nTime + pblock->UpdateTime(pindexPrev); + pblock->nNonce = 0; + + Array transactions; + BOOST_FOREACH(CTransaction tx, pblock->vtx) { + if(tx.IsCoinBase() || tx.IsCoinStake()) + continue; + + CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION); + ssTx << tx; + + transactions.push_back(HexStr(ssTx.begin(), ssTx.end())); + } + + Object result; + result.push_back(Pair("version", pblock->nVersion)); + result.push_back(Pair("previousblockhash", pblock->hashPrevBlock.GetHex())); + result.push_back(Pair("transactions", transactions)); + result.push_back(Pair("coinbasevalue", (int64_t)pblock->vtx[0].vout[0].nValue)); + result.push_back(Pair("coinbaseflags", HexStr(COINBASE_FLAGS.begin(), COINBASE_FLAGS.end()))); + result.push_back(Pair("time", (int64_t)pblock->nTime)); + result.push_back(Pair("mintime", (int64_t)pindexPrev->GetMedianTimePast()+1)); + result.push_back(Pair("curtime", (int64_t)GetAdjustedTime())); + result.push_back(Pair("bits", HexBits(pblock->nBits))); + + return result; + } + else + { + // Parse parameters + CDataStream ssBlock(ParseHex(params[0].get_str()), SER_NETWORK, PROTOCOL_VERSION); + CBlock pblock; + ssBlock >> pblock; + + static CReserveKey reservekey(pwalletMain); + + if(!pblock.SignBlock(*pwalletMain)) + throw JSONRPCError(-100, "Unable to sign block, wallet locked?"); + + return CheckWork(&pblock, *pwalletMain, reservekey); + } +} + Value getnewpubkey(const Array& params, bool fHelp) { if (fHelp || params.size() > 1) @@ -2212,7 +2215,6 @@ Value getnewpubkey(const Array& params, bool fHelp) return HexStr(newKey.begin(), newKey.end()); } - Value getblockhash(const Array& params, bool fHelp) { if (fHelp || params.size() != 1) @@ -2252,6 +2254,30 @@ Value getblock(const Array& params, bool fHelp) return blockToJSON(block, pblockindex, params.size() > 1 ? params[1].get_bool() : false); } +Value getblockbynumber(const Array& params, bool fHelp) +{ + if (fHelp || params.size() < 1 || params.size() > 2) + throw runtime_error( + "getblock [txinfo]\n" + "txinfo optional to print more detailed tx info\n" + "Returns details of a block with given block-number."); + + int nHeight = params[0].get_int(); + if (nHeight < 0 || nHeight > nBestHeight) + throw runtime_error("Block number out of range."); + + CBlock block; + CBlockIndex* pblockindex = mapBlockIndex[hashBestChain]; + while (pblockindex->nHeight > nHeight) + pblockindex = pblockindex->pprev; + + uint256 hash = *pblockindex->phashBlock; + + pblockindex = mapBlockIndex[hash]; + block.ReadFromDisk(pblockindex, true); + + return blockToJSON(block, pblockindex, params.size() > 1 ? params[1].get_bool() : false); +} // ppcoin: get information of sync-checkpoint Value getcheckpoint(const Array& params, bool fHelp) @@ -2505,6 +2531,7 @@ static const CRPCCommand vRPCCommands[] = { "addmultisigaddress", &addmultisigaddress, false }, { "getblock", &getblock, false }, { "getblockhash", &getblockhash, false }, + { "getblockbynumber", &getblockbynumber, false }, { "gettransaction", &gettransaction, false }, { "listtransactions", &listtransactions, false }, { "signmessage", &signmessage, false }, @@ -2837,7 +2864,7 @@ void ThreadRPCServer2(void* parg) ThreadSafeMessageBox(strprintf( _("%s, you must set a rpcpassword in the configuration file:\n %s\n" "It is recommended you use the following random password:\n" - "rpcuser=bitcoinrpc\n" + "rpcuser=novarpc\n" "rpcpassword=%s\n" "(you do not need to remember this password)\n" "If the file does not exist, create it with owner-readable-only file permissions.\n"), @@ -3127,6 +3154,8 @@ int CommandLineRPC(int argc, char *argv[]) if (strMethod == "listreceivedbyaccount" && n > 1) ConvertTo(params[1]); if (strMethod == "getbalance" && n > 1) ConvertTo(params[1]); if (strMethod == "getblockhash" && n > 0) ConvertTo(params[0]); + if (strMethod == "getblockbynumber" && n > 0) ConvertTo(params[0]); + if (strMethod == "getblockbynumber" && n > 1) ConvertTo(params[1]); if (strMethod == "getblock" && n > 1) ConvertTo(params[1]); if (strMethod == "move" && n > 2) ConvertTo(params[2]); if (strMethod == "move" && n > 3) ConvertTo(params[3]); diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 80f6db6..2a26388 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers +// Copyright (c) 2011-2013 The PPCoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -26,7 +27,7 @@ namespace Checkpoints static MapCheckpoints mapCheckpoints = boost::assign::map_list_of ( 0, hashGenesisBlockOfficial ) - ; // ppcoin: no checkpoint yet; to be created in future releases + ; bool CheckHardened(int nHeight, const uint256& hash) { @@ -351,6 +352,16 @@ namespace Checkpoints return (nBestHeight >= pindexSync->nHeight + nCoinbaseMaturity || pindexSync->GetBlockTime() + nStakeMinAge < GetAdjustedTime()); } + + // Is the sync-checkpoint too old? + bool IsSyncCheckpointTooOld(unsigned int nSeconds) + { + LOCK(cs_hashSyncCheckpoint); + // sync-checkpoint should always be accepted block + assert(mapBlockIndex.count(hashSyncCheckpoint)); + const CBlockIndex* pindexSync = mapBlockIndex[hashSyncCheckpoint]; + return (pindexSync->GetBlockTime() + nSeconds < GetAdjustedTime()); + } } // ppcoin: sync-checkpoint master key diff --git a/src/checkpoints.h b/src/checkpoints.h index 3dec98b..0e08b30 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,6 +1,5 @@ // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2011-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CHECKPOINT_H @@ -10,8 +9,6 @@ #include "net.h" #include "util.h" -#define STAKE_MIN_AGE (60 * 60 * 24 * 30) // minimum age 30 days for coin age -#define STAKE_MAX_AGE (60 * 60 * 24 * 90) // stake age for full weight #define CHECKPOINT_MAX_SPAN (60 * 60 * 4) // max 4 hours before latest block class uint256; @@ -48,6 +45,7 @@ namespace Checkpoints bool SetCheckpointPrivKey(std::string strPrivKey); bool SendSyncCheckpoint(uint256 hashCheckpoint); bool IsMatureSyncCheckpoint(); + bool IsSyncCheckpointTooOld(unsigned int nSeconds); } // ppcoin: synchronized checkpoint diff --git a/src/db.cpp b/src/db.cpp index e8c066a..3af07f9 100644 --- a/src/db.cpp +++ b/src/db.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers +// Copyright (c) 2011-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -9,6 +9,7 @@ #include "checkpoints.h" #include "util.h" #include "main.h" +#include "kernel.h" #include #include #include @@ -580,8 +581,11 @@ bool CTxDB::LoadBlockIndex() pindexNew->nHeight = diskindex.nHeight; pindexNew->nMint = diskindex.nMint; pindexNew->nMoneySupply = diskindex.nMoneySupply; - pindexNew->fProofOfStake = diskindex.fProofOfStake; + pindexNew->nFlags = diskindex.nFlags; + pindexNew->nStakeModifier = diskindex.nStakeModifier; pindexNew->prevoutStake = diskindex.prevoutStake; + pindexNew->nStakeTime = diskindex.nStakeTime; + pindexNew->hashProofOfStake = diskindex.hashProofOfStake; pindexNew->nVersion = diskindex.nVersion; pindexNew->hashMerkleRoot = diskindex.hashMerkleRoot; pindexNew->nTime = diskindex.nTime; @@ -596,7 +600,7 @@ bool CTxDB::LoadBlockIndex() return error("LoadBlockIndex() : CheckIndex failed at %d", pindexNew->nHeight); // ppcoin: build setStakeSeen - if (pindexNew->fProofOfStake) + if (pindexNew->IsProofOfStake()) setStakeSeen.insert(make_pair(pindexNew->prevoutStake, pindexNew->nStakeTime)); } else @@ -626,6 +630,10 @@ bool CTxDB::LoadBlockIndex() { CBlockIndex* pindex = item.second; pindex->bnChainTrust = (pindex->pprev ? pindex->pprev->bnChainTrust : 0) + pindex->GetBlockTrust(); + // ppcoin: calculate stake modifier checksum + pindex->nStakeModifierChecksum = GetStakeModifierChecksum(pindex); + if (!CheckStakeModifierCheckpoints(pindex->nHeight, pindex->nStakeModifierChecksum)) + return error("CTxDB::LoadBlockIndex() : Failed stake modifier checkpoint height=%d, modifier=0x%016"PRI64x, pindex->nHeight, pindex->nStakeModifier); } // Load hashBestChain pointer to end of best chain diff --git a/src/db.h b/src/db.h index f507d1d..db9fb8a 100644 --- a/src/db.h +++ b/src/db.h @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_DB_H diff --git a/src/init.cpp b/src/init.cpp index 24d9792..47be408 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2011-2013 The PPCoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "db.h" @@ -205,7 +205,7 @@ bool AppInit2(int argc, char* argv[]) #ifdef QT_GUI " -lang= \t\t " + _("Set language, for example \"de_DE\" (default: system locale)") + "\n" + #endif - " -dnsseed \t " + _("Find peers using DNS lookup (default: 0)") + "\n" + + " -dnsseed \t " + _("Find peers using DNS lookup (default: 1)") + "\n" + " -banscore= \t " + _("Threshold for disconnecting misbehaving peers (default: 100)") + "\n" + " -bantime= \t " + _("Number of seconds to keep misbehaving peers from reconnecting (default: 86400)") + "\n" + " -maxreceivebuffer=\t " + _("Maximum per-connection receive buffer, *1000 bytes (default: 10000)") + "\n" + @@ -234,7 +234,7 @@ bool AppInit2(int argc, char* argv[]) #endif " -rpcuser= \t " + _("Username for JSON-RPC connections") + "\n" + " -rpcpassword=\t " + _("Password for JSON-RPC connections") + "\n" + - " -rpcport= \t\t " + _("Listen for JSON-RPC connections on (default: 9902)") + "\n" + + " -rpcport= \t\t " + _("Listen for JSON-RPC connections on (default: 8344)") + "\n" + " -rpcallowip= \t\t " + _("Allow JSON-RPC connections from specified IP address") + "\n" + " -rpcconnect= \t " + _("Send commands to node running on (default: 127.0.0.1)") + "\n" + " -blocknotify= " + _("Execute command when the best block changes (%s in cmd is replaced by block hash)") + "\n" + @@ -450,7 +450,7 @@ bool AppInit2(int argc, char* argv[]) if (walletdb.ReadBestBlock(locator)) pindexRescan = locator.GetBlockIndex(); } - if (pindexBest != pindexRescan) + if (pindexBest != pindexRescan && pindexBest && pindexRescan && pindexBest->nHeight > pindexRescan->nHeight) { InitMessage(_("Rescanning...")); printf("Rescanning last %i blocks (from block %i)...\n", pindexBest->nHeight - pindexRescan->nHeight, pindexRescan->nHeight); diff --git a/src/irc.cpp b/src/irc.cpp index febe9b6..a968023 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/main.cpp b/src/main.cpp index 8a76b03..63e326e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers +// Copyright (c) 2011-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -9,6 +9,8 @@ #include "net.h" #include "init.h" #include "ui_interface.h" +#include "kernel.h" +#include "scrypt_mine.h" #include #include #include @@ -31,8 +33,8 @@ unsigned int nTransactionsUpdated = 0; map mapBlockIndex; set > setStakeSeen; uint256 hashGenesisBlock = hashGenesisBlockOfficial; -CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); -CBigNum bnInitialHashTarget(~uint256(0) >> 20); +static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); +static CBigNum bnInitialHashTarget(~uint256(0) >> 20); unsigned int nStakeMinAge = STAKE_MIN_AGE; int nCoinbaseMaturity = COINBASE_MATURITY_PPC; CBlockIndex* pindexGenesisBlock = NULL; @@ -48,6 +50,7 @@ CMedianFilter cPeerBlockCounts(5, 0); // Amount of blocks that other nodes map mapOrphanBlocks; multimap mapOrphanBlocksByPrev; set > setStakeSeenOrphan; +map mapProofOfStake; map mapOrphanTransactions; map > mapOrphanTransactionsByPrev; @@ -871,8 +874,7 @@ int64 GetProofOfStakeReward(int64 nCoinAge) } static const int64 nTargetTimespan = 7 * 24 * 60 * 60; // one week -static const int64 nTargetSpacingStake = 10 * 60; // ten minutes -static const int64 nTargetSpacingWorkMax = 2 * 60 * 60; // two hours +static const int64 nTargetSpacingWorkMax = 12 * STAKE_TARGET_SPACING; // 2-hour // // minimum amount of work that could possibly be required nTime after @@ -920,7 +922,7 @@ unsigned int static GetNextTargetRequired(const CBlockIndex* pindexLast, bool fP // ppcoin: retarget with exponential moving toward target spacing CBigNum bnNew; bnNew.SetCompact(pindexPrev->nBits); - int64 nTargetSpacing = fProofOfStake? nTargetSpacingStake : min(nTargetSpacingWorkMax, nTargetSpacingStake * (1 + pindexLast->nHeight - pindexPrev->nHeight)); + int64 nTargetSpacing = fProofOfStake? STAKE_TARGET_SPACING : min(nTargetSpacingWorkMax, (int64) STAKE_TARGET_SPACING * (1 + pindexLast->nHeight - pindexPrev->nHeight)); int64 nInterval = nTargetTimespan / nTargetSpacing; bnNew *= ((nInterval - 1) * nTargetSpacing + nActualSpacing + nActualSpacing); bnNew /= ((nInterval + 1) * nTargetSpacing); @@ -1351,15 +1353,17 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex) // already refuses previously-known transaction id's entirely. // This rule applies to all blocks whose timestamp is after March 15, 2012, 0:00 UTC. // On testnet it is enabled as of februari 20, 2012, 0:00 UTC. - - BOOST_FOREACH(CTransaction& tx, vtx) + if (pindex->nTime > 1331769600 || (fTestNet && pindex->nTime > 1329696000)) { - CTxIndex txindexOld; - if (txdb.ReadTxIndex(tx.GetHash(), txindexOld)) + BOOST_FOREACH(CTransaction& tx, vtx) { - BOOST_FOREACH(CDiskTxPos &pos, txindexOld.vSpent) - if (pos.IsNull()) - return false; + CTxIndex txindexOld; + if (txdb.ReadTxIndex(tx.GetHash(), txindexOld)) + { + BOOST_FOREACH(CDiskTxPos &pos, txindexOld.vSpent) + if (pos.IsNull()) + return false; + } } } @@ -1677,69 +1681,6 @@ bool CBlock::SetBestChain(CTxDB& txdb, CBlockIndex* pindexNew) } -// ppcoin: coinstake must meet hash target according to the protocol: -// kernel (input 0) must meet the formula -// hash(nBits + txPrev.block.nTime + txPrev.offset + txPrev.nTime + txPrev.vout.n + nTime) < bnTarget * nCoinDay -// this ensures that the chance of getting a coinstake is proportional to the -// amount of coin age one owns. -// The reason this hash is chosen is the following: -// nBits: encodes all past block timestamps, making computing hash in advance -// more difficult -// txPrev.block.nTime: prevent nodes from guessing a good timestamp to -// generate transaction for future advantage -// txPrev.offset: offset of txPrev inside block, to reduce the chance of -// nodes generating coinstake at the same time -// txPrev.nTime: reduce the chance of nodes generating coinstake at the same -// time -// txPrev.vout.n: output number of txPrev, to reduce the chance of nodes -// generating coinstake at the same time -// block/tx hash should not be used here as they can be generated in vast -// quantities so as to generate blocks faster, degrading the system back into -// a proof-of-work situation. -// -bool CTransaction::CheckProofOfStake(unsigned int nBits) const -{ - CBigNum bnTargetPerCoinDay; - bnTargetPerCoinDay.SetCompact(nBits); - - if (!IsCoinStake()) - return true; - - // Kernel (input 0) must match the stake hash target per coin age (nBits) - const CTxIn& txin = vin[0]; - - // First try finding the previous transaction in database - CTxDB txdb("r"); - CTransaction txPrev; - CTxIndex txindex; - if (!txPrev.ReadFromDisk(txdb, txin.prevout, txindex)) - return false; // previous transaction not in main chain - txdb.Close(); - if (nTime < txPrev.nTime) - return false; // Transaction timestamp violation - - // Verify signature - if (!VerifySignature(txPrev, *this, 0, true, 0)) - return DoS(100, error("CheckProofOfStake() : VerifySignature failed on coinstake %s", GetHash().ToString().c_str())); - - // Read block header - CBlock block; - if (!block.ReadFromDisk(txindex.pos.nFile, txindex.pos.nBlockPos, false)) - return false; // unable to read block of previous transaction - if (block.GetBlockTime() + nStakeMinAge > nTime) - return false; // only count coins meeting min age requirement - - int64 nValueIn = txPrev.vout[txin.prevout.n].nValue; - CBigNum bnCoinDay = CBigNum(nValueIn) * min(nTime-txPrev.nTime, (unsigned int)STAKE_MAX_AGE) / COIN / (24 * 60 * 60); - // Calculate hash - CDataStream ss(SER_GETHASH, 0); - ss << nBits << block.nTime << (txindex.pos.nTxPos - txindex.pos.nBlockPos) << txPrev.nTime << txin.prevout.n << nTime; - if (CBigNum(Hash(ss.begin(), ss.end())) <= bnCoinDay * bnTargetPerCoinDay) - return true; - else - return DoS(100, error("CheckProofOfStake() : check target failed on coinstake %s", GetHash().ToString().c_str())); -} - // ppcoin: total coin age spent in transaction, in the unit of coin-days. // Only those coins meeting minimum age requirement counts. As those // transactions not in main chain are not currently indexed so we @@ -1820,11 +1761,8 @@ bool CBlock::AddToBlockIndex(unsigned int nFile, unsigned int nBlockPos) CBlockIndex* pindexNew = new CBlockIndex(nFile, nBlockPos, *this); if (!pindexNew) return error("AddToBlockIndex() : new CBlockIndex failed"); - map::iterator mi = mapBlockIndex.insert(make_pair(hash, pindexNew)).first; - if (pindexNew->fProofOfStake) - setStakeSeen.insert(make_pair(pindexNew->prevoutStake, pindexNew->nStakeTime)); - pindexNew->phashBlock = &((*mi).first); + pindexNew->phashBlock = &hash; map::iterator miPrev = mapBlockIndex.find(hashPrevBlock); if (miPrev != mapBlockIndex.end()) { @@ -1835,6 +1773,35 @@ bool CBlock::AddToBlockIndex(unsigned int nFile, unsigned int nBlockPos) // ppcoin: compute chain trust score pindexNew->bnChainTrust = (pindexNew->pprev ? pindexNew->pprev->bnChainTrust : 0) + pindexNew->GetBlockTrust(); + // ppcoin: compute stake entropy bit for stake modifier + if (!pindexNew->SetStakeEntropyBit(GetStakeEntropyBit())) + return error("AddToBlockIndex() : SetStakeEntropyBit() failed"); + + // ppcoin: record proof-of-stake hash value + if (pindexNew->IsProofOfStake()) + { + if (!mapProofOfStake.count(hash)) + return error("AddToBlockIndex() : hashProofOfStake not found in map"); + pindexNew->hashProofOfStake = mapProofOfStake[hash]; + } + + // ppcoin: compute stake modifier + uint64 nStakeModifier = 0; + bool fGeneratedStakeModifier = false; + if (!ComputeNextStakeModifier(pindexNew->pprev, nStakeModifier, fGeneratedStakeModifier)) + return error("AddToBlockIndex() : ComputeNextStakeModifier() failed"); + pindexNew->SetStakeModifier(nStakeModifier, fGeneratedStakeModifier); + pindexNew->nStakeModifierChecksum = GetStakeModifierChecksum(pindexNew); + if (!CheckStakeModifierCheckpoints(pindexNew->nHeight, pindexNew->nStakeModifierChecksum)) + return error("AddToBlockIndex() : Rejected by stake modifier checkpoint height=%d, modifier=0x%016"PRI64x, pindexNew->nHeight, nStakeModifier); + + // Add to mapBlockIndex + map::iterator mi = mapBlockIndex.insert(make_pair(hash, pindexNew)).first; + if (pindexNew->IsProofOfStake()) + setStakeSeen.insert(make_pair(pindexNew->prevoutStake, pindexNew->nStakeTime)); + pindexNew->phashBlock = &((*mi).first); + + // Write to disk block index CTxDB txdb; if (!txdb.TxnBegin()) return false; @@ -1902,8 +1869,8 @@ bool CBlock::CheckBlock() const return DoS(50, error("CheckBlock() : coinbase timestamp is too early")); // Check coinstake timestamp - if (IsProofOfStake() && GetBlockTime() > (int64)vtx[1].nTime + nMaxClockDrift) - return DoS(50, error("CheckBlock() : coinstake timestamp is too early")); + if (IsProofOfStake() && !CheckCoinStakeTimestamp(GetBlockTime(), (int64)vtx[1].nTime)) + return DoS(50, error("CheckBlock() : coinstake timestamp violation nTimeBlock=%u nTimeTx=%u", GetBlockTime(), vtx[1].nTime)); // Check coinbase reward if (vtx[0].GetValueOut() > (IsProofOfWork()? (GetProofOfWorkReward(nBits) - vtx[0].GetMinFee() + MIN_TX_FEE) : 0)) @@ -2039,10 +2006,16 @@ bool ProcessBlock(CNode* pfrom, CBlock* pblock) return error("ProcessBlock() : CheckBlock FAILED"); // ppcoin: verify hash target and signature of coinstake tx - if (pblock->IsProofOfStake() && !pblock->vtx[1].CheckProofOfStake(pblock->nBits)) + if (pblock->IsProofOfStake()) { - printf("WARNING: ProcessBlock(): check proof-of-stake failed for block %s\n", hash.ToString().c_str()); - return false; // do not error here as we expect this during initial block download + uint256 hashProofOfStake = 0; + if (!CheckProofOfStake(pblock->vtx[1], pblock->nBits, hashProofOfStake)) + { + printf("WARNING: ProcessBlock(): check proof-of-stake failed for block %s\n", hash.ToString().c_str()); + return false; // do not error here as we expect this during initial block download + } + if (!mapProofOfStake.count(hash)) // add to mapProofOfStake + mapProofOfStake.insert(make_pair(hash, hashProofOfStake)); } CBlockIndex* pcheckpoint = Checkpoints::GetLastSyncCheckpoint(); @@ -2245,6 +2218,10 @@ bool CBlock::CheckBlockSignature() const } + + + + bool CheckDiskSpace(uint64 nAdditionalBytes) { uint64 nFreeBytesAvailable = filesystem::space(GetDataDir()).available; @@ -2313,8 +2290,8 @@ bool LoadBlockIndex(bool fAllowNew) nCoinbaseMaturity = 60; } - printf("%s Network: genesis=0x%s nBitsLimit=0x%08x nBitsInitial=0x%08x nStakeMinAge=%d nCoinbaseMaturity=%d\n", - fTestNet? "Test" : "NovaCoin", hashGenesisBlock.ToString().substr(0, 20).c_str(), bnProofOfWorkLimit.GetCompact(), bnInitialHashTarget.GetCompact(), nStakeMinAge, nCoinbaseMaturity); + printf("%s Network: genesis=0x%s nBitsLimit=0x%08x nBitsInitial=0x%08x nStakeMinAge=%d nCoinbaseMaturity=%d nModifierInterval=%d\n", + fTestNet? "Test" : "NovaCoin", hashGenesisBlock.ToString().substr(0, 20).c_str(), bnProofOfWorkLimit.GetCompact(), bnInitialHashTarget.GetCompact(), nStakeMinAge, nCoinbaseMaturity, nModifierInterval); // // Load block index @@ -2332,13 +2309,6 @@ bool LoadBlockIndex(bool fAllowNew) if (!fAllowNew) return false; - // Genesis Block: - // CBlock(hash=000000000019d6, ver=1, hashPrevBlock=00000000000000, hashMerkleRoot=4a5e1e, nTime=1231006505, nBits=1d00ffff, nNonce=2083236893, vtx=1) - // CTransaction(hash=4a5e1e, ver=1, vin.size=1, vout.size=1, nLockTime=0) - // CTxIn(COutPoint(000000, -1), coinbase 04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73) - // CTxOut(nValue=50.00000000, scriptPubKey=0x5F1DF16B2B704C8A578D0B) - // vMerkleTree: 4a5e1e - // Genesis block const char* pszTimestamp = "https://bitcointalk.org/index.php?topic=134179.msg1502196#msg1502196"; CTransaction txNew; @@ -2357,9 +2327,6 @@ bool LoadBlockIndex(bool fAllowNew) block.nNonce = 1575379; //// debug print - printf("%s\n", block.GetHash().ToString().c_str()); - printf("%s\n", hashGenesisBlock.ToString().c_str()); - printf("%s\n", block.hashMerkleRoot.ToString().c_str()); assert(block.hashMerkleRoot == uint256("0x4cb33b3b6a861dcbc685d3e614a9cafb945738d6833f182855679f2fad02057b")); block.print(); assert(block.GetHash() == hashGenesisBlock); @@ -2518,11 +2485,11 @@ string GetWarnings(string strFor) } // ppcoin: should not enter safe mode for longer invalid chain - // ppcoin: if sync-checkpoint too old enter safe mode - if (Checkpoints::IsMatureSyncCheckpoint() && !fTestNet) + // ppcoin: if sync-checkpoint is too old do not enter safe mode + if (Checkpoints::IsSyncCheckpointTooOld(60 * 60 * 24 * 10) && !fTestNet) { - nPriority = 2000; - strStatusBar = strRPC = "WARNING: Checkpoint is too old. Wait for block chain download, or notify developers."; + nPriority = 100; + strStatusBar = "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."; } // ppcoin: if detected invalid checkpoint enter safe mode @@ -3654,13 +3621,18 @@ CBlock* CreateNewBlock(CWallet* pwallet, bool fProofOfStake) { pblock->nBits = GetNextTargetRequired(pindexPrev, true); CTransaction txCoinStake; - int64 nSearchTime = GetAdjustedTime(); + int64 nSearchTime = txCoinStake.nTime; // search to current time if (nSearchTime > nLastCoinStakeSearchTime) { if (pwallet->CreateCoinStake(*pwallet, pblock->nBits, nSearchTime-nLastCoinStakeSearchTime, txCoinStake)) { - pblock->vtx.push_back(txCoinStake); - pblock->vtx[0].vout[0].SetEmpty(); + if (txCoinStake.nTime >= max(pindexPrev->GetMedianTimePast()+1, pindexPrev->GetBlockTime() - nMaxClockDrift)) + { // make sure coinstake would meet timestamp protocol + // as it would be the same as the block timestamp + pblock->vtx[0].vout[0].SetEmpty(); + pblock->vtx[0].nTime = txCoinStake.nTime; + pblock->vtx.push_back(txCoinStake); + } } nLastCoinStakeSearchInterval = nSearchTime - nLastCoinStakeSearchTime; nLastCoinStakeSearchTime = nSearchTime; @@ -3755,7 +3727,7 @@ CBlock* CreateNewBlock(CWallet* pwallet, bool fProofOfStake) continue; // Timestamp limit - if (tx.nTime > GetAdjustedTime()) + if (tx.nTime > GetAdjustedTime() || (pblock->IsProofOfStake() && tx.nTime > pblock->vtx[1].nTime)) continue; // ppcoin: simplify transaction fee - allow free = false @@ -3817,9 +3789,12 @@ CBlock* CreateNewBlock(CWallet* pwallet, bool fProofOfStake) // Fill in header pblock->hashPrevBlock = pindexPrev->GetBlockHash(); pblock->hashMerkleRoot = pblock->BuildMerkleTree(); + if (pblock->IsProofOfStake()) + pblock->nTime = pblock->vtx[1].nTime; //same as coinstake timestamp pblock->nTime = max(pindexPrev->GetMedianTimePast()+1, pblock->GetMaxTransactionTime()); pblock->nTime = max(pblock->GetBlockTime(), pindexPrev->GetBlockTime() - nMaxClockDrift); - pblock->UpdateTime(pindexPrev); + if (pblock->IsProofOfWork()) + pblock->UpdateTime(pindexPrev); pblock->nNonce = 0; return pblock.release(); @@ -3932,9 +3907,9 @@ bool CheckWork(CBlock* pblock, CWallet& wallet, CReserveKey& reservekey) void static ThreadBitcoinMiner(void* parg); -bool fGenerateBitcoins = false; -bool fLimitProcessors = false; -int nLimitProcessors = -1; +static bool fGenerateBitcoins = false; +static bool fLimitProcessors = false; +static int nLimitProcessors = -1; void BitcoinMiner(CWallet *pwallet, bool fProofOfStake) { diff --git a/src/main.h b/src/main.h index 6636e61..56ce0e4 100644 --- a/src/main.h +++ b/src/main.h @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2011-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MAIN_H @@ -43,6 +42,10 @@ inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONE static const int COINBASE_MATURITY_PPC = 500; // Threshold for nLockTime: below this value it is interpreted as block number, otherwise as UNIX timestamp. static const int LOCKTIME_THRESHOLD = 500000000; // Tue Nov 5 00:53:20 1985 UTC +static const int STAKE_TARGET_SPACING = 10 * 60; // 10-minute block spacing +static const int STAKE_MIN_AGE = 60 * 60 * 24 * 30; // minimum age for coin age +static const int STAKE_MAX_AGE = 60 * 60 * 24 * 90; // stake age of full weight + #ifdef USE_UPNP static const int fHaveUPnP = true; #else @@ -56,6 +59,11 @@ static const int64 nMaxClockDrift = 2 * 60 * 60; // two hours extern CScript COINBASE_FLAGS; + + + + + extern CCriticalSection cs_main; extern std::map mapBlockIndex; extern std::set > setStakeSeen; @@ -83,9 +91,9 @@ extern std::map mapOrphanBlocks; // Settings extern int64 nTransactionFee; -extern bool fGenerateBitcoins; -extern bool fLimitProcessors; -extern int nLimitProcessors; + + + class CReserveKey; class CTxDB; @@ -740,7 +748,6 @@ public: bool CheckTransaction() const; bool AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs=true, bool* pfMissingInputs=NULL); bool GetCoinAge(CTxDB& txdb, uint64& nCoinAge) const; // ppcoin: get transaction coin age - bool CheckProofOfStake(unsigned int nBits) const; protected: const CTxOut& GetOutputFor(const CTxIn& input, const MapPrevTx& inputs) const; @@ -884,7 +891,7 @@ public: // network and disk std::vector vtx; - // ppcoin: block signature - signed by coin base txout[0]'s owner + // ppcoin: block signature - signed by one of the coin base txout[N]'s owner std::vector vchBlockSig; // memory only @@ -953,6 +960,7 @@ public: return thash; } + int64 GetBlockTime() const { return (int64)nTime; @@ -960,6 +968,18 @@ public: void UpdateTime(const CBlockIndex* pindexPrev); + // ppcoin: entropy bit for stake modifier if chosen by modifier + unsigned int GetStakeEntropyBit() const + { + uint160 hashSig = Hash160(vchBlockSig); + if (fDebug && GetBoolArg("-printstakemodifier")) + printf("GetStakeEntropyBit: hashSig=%s", hashSig.ToString().c_str()); + hashSig >>= 159; // take the first bit of the hash + if (fDebug && GetBoolArg("-printstakemodifier")) + printf(" entropybit=%d\n", hashSig.Get64()); + return hashSig.Get64(); + } + // ppcoin: two types of block: proof-of-work or proof-of-stake bool IsProofOfStake() const { @@ -1159,9 +1179,22 @@ public: int nHeight; int64 nMint; int64 nMoneySupply; - bool fProofOfStake; // ppcoin: is the block of proof-of-stake type + + unsigned int nFlags; // ppcoin: block index flags + enum + { + BLOCK_PROOF_OF_STAKE = (1 << 0), // is proof-of-stake block + BLOCK_STAKE_ENTROPY = (1 << 1), // entropy bit for stake modifier + BLOCK_STAKE_MODIFIER = (1 << 2), // regenerated stake modifier + }; + + uint64 nStakeModifier; // hash modifier for proof-of-stake + unsigned int nStakeModifierChecksum; // checksum of index; in-memeory only + + // proof-of-stake specific fields COutPoint prevoutStake; unsigned int nStakeTime; + uint256 hashProofOfStake; // block header int nVersion; @@ -1182,7 +1215,10 @@ public: bnChainTrust = 0; nMint = 0; nMoneySupply = 0; - fProofOfStake = true; + nFlags = 0; + nStakeModifier = 0; + nStakeModifierChecksum = 0; + hashProofOfStake = 0; prevoutStake.SetNull(); nStakeTime = 0; @@ -1204,9 +1240,13 @@ public: bnChainTrust = 0; nMint = 0; nMoneySupply = 0; - fProofOfStake = block.IsProofOfStake(); - if (fProofOfStake) + nFlags = 0; + nStakeModifier = 0; + nStakeModifierChecksum = 0; + hashProofOfStake = 0; + if (block.IsProofOfStake()) { + SetProofOfStake(); prevoutStake = block.vtx[1].vin[0].prevout; nStakeTime = block.vtx[1].nTime; } @@ -1252,7 +1292,7 @@ public: bnTarget.SetCompact(nBits); if (bnTarget <= 0) return 0; - return (fProofOfStake? (CBigNum(1)<<256) / (bnTarget+1) : 1); + return (IsProofOfStake()? (CBigNum(1)<<256) / (bnTarget+1) : 1); } bool IsInMainChain() const @@ -1262,7 +1302,7 @@ public: bool CheckIndex() const { - return IsProofOfWork() ? CheckProofOfWork(GetBlockHash(), nBits) : true; + return true; } bool EraseBlockFromDisk() @@ -1310,20 +1350,53 @@ public: bool IsProofOfWork() const { - return !fProofOfStake; + return !(nFlags & BLOCK_PROOF_OF_STAKE); } bool IsProofOfStake() const { - return fProofOfStake; + return (nFlags & BLOCK_PROOF_OF_STAKE); + } + + void SetProofOfStake() + { + nFlags |= BLOCK_PROOF_OF_STAKE; + } + + unsigned int GetStakeEntropyBit() const + { + return ((nFlags & BLOCK_STAKE_ENTROPY) >> 1); + } + + bool SetStakeEntropyBit(unsigned int nEntropyBit) + { + if (nEntropyBit > 1) + return false; + nFlags |= (nEntropyBit? BLOCK_STAKE_ENTROPY : 0); + return true; + } + + bool GeneratedStakeModifier() const + { + return (nFlags & BLOCK_STAKE_MODIFIER); + } + + void SetStakeModifier(uint64 nModifier, bool fGeneratedStakeModifier) + { + nStakeModifier = nModifier; + if (fGeneratedStakeModifier) + nFlags |= BLOCK_STAKE_MODIFIER; } std::string ToString() const { - return strprintf("CBlockIndex(nprev=%08x, pnext=%08x, nFile=%d, nBlockPos=%-6d nHeight=%d, nMint=%s, nMoneySupply=%s, fProofOfStake=%d prevoutStake=(%s), nStakeTime=%d merkle=%s, hashBlock=%s)", + return strprintf("CBlockIndex(nprev=%08x, pnext=%08x, nFile=%d, nBlockPos=%-6d nHeight=%d, nMint=%s, nMoneySupply=%s, nFlags=(%s)(%d)(%s), nStakeModifier=%016"PRI64x", nStakeModifierChecksum=%08x, hashProofOfStake=%s, prevoutStake=(%s), nStakeTime=%d merkle=%s, hashBlock=%s)", pprev, pnext, nFile, nBlockPos, nHeight, FormatMoney(nMint).c_str(), FormatMoney(nMoneySupply).c_str(), - fProofOfStake, prevoutStake.ToString().c_str(), nStakeTime, + GeneratedStakeModifier() ? "MOD" : "-", GetStakeEntropyBit(), IsProofOfStake()? "PoS" : "PoW", + nStakeModifier, nStakeModifierChecksum, + hashProofOfStake.ToString().c_str(), + prevoutStake.ToString().c_str(), nStakeTime, hashMerkleRoot.ToString().substr(0,10).c_str(), GetBlockHash().ToString().substr(0,20).c_str()); } @@ -1366,16 +1439,19 @@ public: READWRITE(nHeight); READWRITE(nMint); READWRITE(nMoneySupply); - READWRITE(fProofOfStake); - if (fProofOfStake) + READWRITE(nFlags); + READWRITE(nStakeModifier); + if (IsProofOfStake()) { READWRITE(prevoutStake); READWRITE(nStakeTime); + READWRITE(hashProofOfStake); } else if (fRead) { const_cast(this)->prevoutStake.SetNull(); const_cast(this)->nStakeTime = 0; + const_cast(this)->hashProofOfStake = 0; } // block header @@ -1745,7 +1821,7 @@ public: bool CheckSignature() { CKey key; - if (!key.SetPubKey(ParseHex("04a0a849dd49b113d3179a332dd77715c43be4d0076e2f19e66de23dd707e56630f792f298dfd209bf042bb3561f4af6983f3d81e439737ab0bf7f898fecd21aab"))) + if (!key.SetPubKey(ParseHex("043fa441fd4203d03f5df2b75ea14e36f20d39f43e7a61aa7552ab9bcd7ecb0e77a3be4585b13fcdaa22ef6e51f1ff6f2929bec2494385b086fb86610e33193195"))) return error("CAlert::CheckSignature() : SetPubKey failed"); if (!key.Verify(Hash(vchMsg.begin(), vchMsg.end()), vchSig)) return error("CAlert::CheckSignature() : verify signature failed"); diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 85d21e1..25be29f 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -4,7 +4,7 @@ DEPSDIR:=/usr/i586-mingw32msvc -USE_UPNP:=- +USE_UPNP:=0 INCLUDEPATHS= \ -I"$(DEPSDIR)/boost_1_47_0" \ @@ -29,7 +29,7 @@ LIBS= \ DEFS=-D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE DEBUGFLAGS=-g -CFLAGS=-O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) +CFLAGS=-O2 -msse2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) @@ -56,8 +56,6 @@ OBJS= \ obj/irc.o \ obj/keystore.o \ obj/main.o \ - obj/scrypt_mine.o \ - obj/scrypt-x86.o \ obj/net.o \ obj/protocol.o \ obj/bitcoinrpc.o \ @@ -67,8 +65,11 @@ OBJS= \ obj/wallet.o \ obj/walletdb.o \ obj/noui.o \ - obj/pbkdf2.o - + obj/kernel.o \ + obj/pbkdf2.o \ + obj/scrypt_mine.o \ + obj/scrypt-x86.o \ + obj/scrypt-x86_64.o all: novacoind.exe @@ -81,11 +82,10 @@ obj/%.o: %.cpp $(HEADERS) i586-mingw32msvc-g++ -c $(CFLAGS) -o $@ $< obj/scrypt-x86.o: scrypt-x86.S - $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $< + i586-mingw32msvc-g++ -c $(CFLAGS) -MMD -o $@ $< obj/scrypt-x86_64.o: scrypt-x86_64.S - $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $< - + i586-mingw32msvc-g++ -c $(CFLAGS) -MMD -o $@ $< novacoind.exe: $(OBJS:obj/%=obj/%) i586-mingw32msvc-g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) @@ -95,7 +95,7 @@ TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) obj-test/%.o: test/%.cpp $(HEADERS) i586-mingw32msvc-g++ -c $(TESTDEFS) $(CFLAGS) -o $@ $< -test_bitcoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_novacoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) i586-mingw32msvc-g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ -lboost_unit_test_framework $(LIBS) @@ -103,7 +103,7 @@ clean: -rm -f obj/*.o -rm -f novacoind.exe -rm -f obj-test/*.o - -rm -f test_bitcoin.exe + -rm -f test_novacoin.exe -rm -f src/build.h FORCE: diff --git a/src/makefile.mingw b/src/makefile.mingw index 83c0483..d7f2f53 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -52,14 +52,14 @@ # mkdir miniupnpc # cp *.h miniupnpc/ # -# - Build ppcoind.exe +# - Build novacoind.exe # in MinGW MSYS -# cd ppcoin/src -# make ppcoind.exe -f makefile.mingw USE_UPNP=1 +# cd novacoin/src +# make novacoind.exe -f makefile.mingw USE_UPNP=1 # # -USE_UPNP:=- +USE_UPNP:=0 INCLUDEPATHS= \ -I"C:\boost-1.47.0-mgw" \ @@ -82,7 +82,7 @@ LIBS= \ DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE DEBUGFLAGS=-g -CFLAGS=-mthreads -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) +CFLAGS=-mthreads -msse2 -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) @@ -109,8 +109,6 @@ OBJS= \ obj/init.o \ obj/irc.o \ obj/keystore.o \ - obj/scrypt_mine.o \ - obj/scrypt-x86.o \ obj/main.o \ obj/net.o \ obj/protocol.o \ @@ -121,7 +119,12 @@ OBJS= \ obj/wallet.o \ obj/walletdb.o \ obj/noui.o \ - obj/pbkdf2.o + obj/kernel.o \ + obj/pbkdf2.o \ + obj/scrypt_mine.o \ + obj/scrypt-x86.o \ + obj/scrypt-x86_64.o + all: novacoind.exe @@ -134,7 +137,6 @@ obj/scrypt-x86.o: scrypt-x86.S obj/scrypt-x86_64.o: scrypt-x86_64.S $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $< - novacoind.exe: $(OBJS:obj/%=obj/%) g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) @@ -143,11 +145,11 @@ TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) obj-test/%.o: test/%.cpp $(HEADERS) g++ -c $(TESTDEFS) $(CFLAGS) -o $@ $< -test_bitcoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_novacoin.exe: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ -lboost_unit_test_framework $(LIBS) clean: - -del /Q novacoind test_bitcoin + -del /Q novacoind test_novacoin -del /Q obj\* -del /Q obj-test\* -del /Q build.h diff --git a/src/makefile.osx b/src/makefile.osx index f1deb5b..02c0a67 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -19,7 +19,7 @@ LIBPATHS= \ -L"$(DEPSDIR)/lib" \ -L"$(DEPSDIR)/lib/db48" -USE_UPNP:=- +USE_UPNP:=1 LIBS= -dead_strip @@ -59,9 +59,9 @@ ifdef RELEASE # Compile for maximum compatibility and smallest size. # This requires that dependencies are compiled # the same way. -CFLAGS = -mmacosx-version-min=10.5 -arch i386 -O3 +CFLAGS = -mmacosx-version-min=10.5 -arch i386 -O3 -msse2 else -CFLAGS = -g +CFLAGS = -g -msse2 endif # ppc doesn't work because we don't support big-endian @@ -80,8 +80,6 @@ OBJS= \ obj/irc.o \ obj/keystore.o \ obj/main.o \ - obj/scrypt_mine.o \ - obj/scrypt-$(HOSTTYPE).o \ obj/net.o \ obj/protocol.o \ obj/bitcoinrpc.o \ @@ -91,8 +89,10 @@ OBJS= \ obj/wallet.o \ obj/walletdb.o \ obj/noui.o \ - obj/pbkdf2.o - + obj/pbkdf2.o \ + obj/scrypt_mine.o \ + obj/scrypt-x86.o \ + obj/scrypt-x86_64.o ifdef USE_UPNP DEFS += -DUSE_UPNP=$(USE_UPNP) @@ -103,7 +103,7 @@ else endif endif -all: bitcoind +all: novacoind # auto-generated dependencies: -include obj/*.P @@ -121,7 +121,13 @@ obj/%.o: %.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -bitcoind: $(OBJS:obj/%=obj/%) +obj/scrypt-x86.o: scrypt-x86.S + $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $< + +obj/scrypt-x86_64.o: scrypt-x86_64.S + $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $< + +novacoind: $(OBJS:obj/%=obj/%) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) TESTOBJS := $(patsubst test/%.cpp,obj-test/%.o,$(wildcard test/*.cpp)) @@ -133,11 +139,11 @@ obj-test/%.o: test/%.cpp -e '/^$$/ d' -e 's/$$/ :/' < $(@:%.o=%.d) >> $(@:%.o=%.P); \ rm -f $(@:%.o=%.d) -test_bitcoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) +test_novacoin: $(TESTOBJS) $(filter-out obj/init.o,$(OBJS:obj/%=obj/%)) $(CXX) $(CFLAGS) -o $@ $(LIBPATHS) $^ $(LIBS) $(TESTLIBS) clean: - -rm -f bitcoind test_bitcoin + -rm -f novacoind test_novacoin -rm -f obj/*.o -rm -f obj-test/*.o -rm -f obj/*.P diff --git a/src/makefile.unix b/src/makefile.unix index f3c7e20..684585f 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -1,17 +1,15 @@ # Copyright (c) 2009-2010 Satoshi Nakamoto -# Copyright (c) 2011 The PPCoin developers +# Copyright (c) 2011-2012 The PPCoin developers # Distributed under the MIT/X11 software license, see the accompanying # file license.txt or http://www.opensource.org/licenses/mit-license.php. -USE_UPNP:=- +USE_UPNP:=0 DEFS=-DBOOST_SPIRIT_THREADSAFE DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH)) LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH)) -HOSTTYPE = $(shell arch) - TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) LMODE = dynamic @@ -101,8 +99,6 @@ OBJS= \ obj/irc.o \ obj/keystore.o \ obj/main.o \ - obj/scrypt_mine.o \ - obj/scrypt-${HOSTTYPE}.o \ obj/net.o \ obj/protocol.o \ obj/bitcoinrpc.o \ @@ -112,9 +108,11 @@ OBJS= \ obj/wallet.o \ obj/walletdb.o \ obj/noui.o \ - obj/pbkdf2.o - - + obj/kernel.o \ + obj/pbkdf2.o \ + obj/scrypt_mine.o \ + obj/scrypt-x86.o \ + obj/scrypt-x86_64.o all: novacoind diff --git a/src/net.cpp b/src/net.cpp index 0cc2350..f87acbd 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers +// Copyright (c) 2011-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -982,7 +981,8 @@ void MapPort(bool /* unused fMapPort */) // The second name should resolve to a list of seed addresses. // testnet dns seed begins with 't', all else are ppcoin dns seeds. static const char *strDNSSeed[][2] = { - {"seed", "xxx"} + {"seed", "seed.ppcoin.net"}, + {"tnseed", "tnseed.ppcoin.net"}, }; void ThreadDNSAddressSeed(void* parg) @@ -1009,7 +1009,7 @@ void ThreadDNSAddressSeed2(void* parg) printf("ThreadDNSAddressSeed started\n"); int found = 0; - if (true && !fTestNet) + if (true /*!fTestNet*/) // ppcoin enables dns seeding with testnet too { printf("Loading addresses from DNS seeds (could take a while)\n"); @@ -1050,7 +1050,7 @@ void ThreadDNSAddressSeed2(void* parg) unsigned int pnSeed[] = { - 0x90EF78BC, + 0x90EF78BC, 0x33F1C851, 0x36F1C851, 0xC6F5C851, }; void DumpAddresses() @@ -1616,6 +1616,8 @@ void StartNode(void* parg) printf("Error: CreateThread(ThreadDNSAddressSeed) failed\n"); */ + if (!GetBoolArg("-dnsseed", false)) + printf("DNS seeding disabled\n"); if (GetBoolArg("-dnsseed", false)) printf("DNS seeding NYI\n"); @@ -1624,8 +1626,8 @@ void StartNode(void* parg) MapPort(fUseUPnP); // Get addresses from IRC and advertise ours - if (!CreateThread(ThreadIRCSeed, NULL)) - printf("Error: CreateThread(ThreadIRCSeed) failed\n"); + if (!CreateThread(ThreadIRCSeed, NULL)) + printf("Error: CreateThread(ThreadIRCSeed) failed\n"); // Send and receive from sockets, accept connections if (!CreateThread(ThreadSocketHandler, NULL)) diff --git a/src/net.h b/src/net.h index cf06616..661cc33 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_NET_H diff --git a/src/pbkdf2.cpp b/src/pbkdf2.cpp index facfee5..6d3f3dc 100644 --- a/src/pbkdf2.cpp +++ b/src/pbkdf2.cpp @@ -1,146 +1,148 @@ -#include -#include "pbkdf2.h" - -static inline uint32_t -be32dec(const void *pp) -{ - const uint8_t *p = (uint8_t const *)pp; - - return ((uint32_t)(p[3]) + ((uint32_t)(p[2]) << 8) + - ((uint32_t)(p[1]) << 16) + ((uint32_t)(p[0]) << 24)); -} - -static inline void -be32enc(void *pp, uint32_t x) -{ - uint8_t * p = (uint8_t *)pp; - - p[3] = x & 0xff; - p[2] = (x >> 8) & 0xff; - p[1] = (x >> 16) & 0xff; - p[0] = (x >> 24) & 0xff; -} - - - -/* Initialize an HMAC-SHA256 operation with the given key. */ -void -HMAC_SHA256_Init(HMAC_SHA256_CTX * ctx, const void * _K, size_t Klen) -{ - unsigned char pad[64]; - unsigned char khash[32]; - const unsigned char * K = (const unsigned char *)_K; - size_t i; - - /* If Klen > 64, the key is really SHA256(K). */ - if (Klen > 64) { - SHA256_Init(&ctx->ictx); - SHA256_Update(&ctx->ictx, K, Klen); - SHA256_Final(khash, &ctx->ictx); - K = khash; - Klen = 32; - } - - /* Inner SHA256 operation is SHA256(K xor [block of 0x36] || data). */ - SHA256_Init(&ctx->ictx); - memset(pad, 0x36, 64); - for (i = 0; i < Klen; i++) - pad[i] ^= K[i]; - SHA256_Update(&ctx->ictx, pad, 64); - - /* Outer SHA256 operation is SHA256(K xor [block of 0x5c] || hash). */ - SHA256_Init(&ctx->octx); - memset(pad, 0x5c, 64); - for (i = 0; i < Klen; i++) - pad[i] ^= K[i]; - SHA256_Update(&ctx->octx, pad, 64); - - /* Clean the stack. */ - memset(khash, 0, 32); -} - -/* Add bytes to the HMAC-SHA256 operation. */ -void -HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void *in, size_t len) -{ - - /* Feed data to the inner SHA256 operation. */ - SHA256_Update(&ctx->ictx, in, len); -} - -/* Finish an HMAC-SHA256 operation. */ -void -HMAC_SHA256_Final(unsigned char digest[32], HMAC_SHA256_CTX * ctx) -{ - unsigned char ihash[32]; - - /* Finish the inner SHA256 operation. */ - SHA256_Final(ihash, &ctx->ictx); - - /* Feed the inner hash to the outer SHA256 operation. */ - SHA256_Update(&ctx->octx, ihash, 32); - - /* Finish the outer SHA256 operation. */ - SHA256_Final(digest, &ctx->octx); - - /* Clean the stack. */ - memset(ihash, 0, 32); -} - -/** - * PBKDF2_SHA256(passwd, passwdlen, salt, saltlen, c, buf, dkLen): - * Compute PBKDF2(passwd, salt, c, dkLen) using HMAC-SHA256 as the PRF, and - * write the output to buf. The value dkLen must be at most 32 * (2^32 - 1). - */ -void -PBKDF2_SHA256(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt, - size_t saltlen, uint64_t c, uint8_t * buf, size_t dkLen) -{ - HMAC_SHA256_CTX PShctx, hctx; - size_t i; - uint8_t ivec[4]; - uint8_t U[32]; - uint8_t T[32]; - uint64_t j; - int k; - size_t clen; - - /* Compute HMAC state after processing P and S. */ - HMAC_SHA256_Init(&PShctx, passwd, passwdlen); - HMAC_SHA256_Update(&PShctx, salt, saltlen); - - /* Iterate through the blocks. */ - for (i = 0; i * 32 < dkLen; i++) { - /* Generate INT(i + 1). */ - be32enc(ivec, (uint32_t)(i + 1)); - - /* Compute U_1 = PRF(P, S || INT(i)). */ - memcpy(&hctx, &PShctx, sizeof(HMAC_SHA256_CTX)); - HMAC_SHA256_Update(&hctx, ivec, 4); - HMAC_SHA256_Final(U, &hctx); - - /* T_i = U_1 ... */ - memcpy(T, U, 32); - - for (j = 2; j <= c; j++) { - /* Compute U_j. */ - HMAC_SHA256_Init(&hctx, passwd, passwdlen); - HMAC_SHA256_Update(&hctx, U, 32); - HMAC_SHA256_Final(U, &hctx); - - /* ... xor U_j ... */ - for (k = 0; k < 32; k++) - T[k] ^= U[k]; - } - - /* Copy as many bytes as necessary into buf. */ - clen = dkLen - i * 32; - if (clen > 32) - clen = 32; - memcpy(&buf[i * 32], T, clen); - } - - /* Clean PShctx, since we never called _Final on it. */ - memset(&PShctx, 0, sizeof(HMAC_SHA256_CTX)); -} - +// Copyright (c) 2013 NovaCoin Developers + +#include +#include "pbkdf2.h" + +static inline uint32_t +be32dec(const void *pp) +{ + const uint8_t *p = (uint8_t const *)pp; + + return ((uint32_t)(p[3]) + ((uint32_t)(p[2]) << 8) + + ((uint32_t)(p[1]) << 16) + ((uint32_t)(p[0]) << 24)); +} + +static inline void +be32enc(void *pp, uint32_t x) +{ + uint8_t * p = (uint8_t *)pp; + + p[3] = x & 0xff; + p[2] = (x >> 8) & 0xff; + p[1] = (x >> 16) & 0xff; + p[0] = (x >> 24) & 0xff; +} + + + +/* Initialize an HMAC-SHA256 operation with the given key. */ +void +HMAC_SHA256_Init(HMAC_SHA256_CTX * ctx, const void * _K, size_t Klen) +{ + unsigned char pad[64]; + unsigned char khash[32]; + const unsigned char * K = (const unsigned char *)_K; + size_t i; + + /* If Klen > 64, the key is really SHA256(K). */ + if (Klen > 64) { + SHA256_Init(&ctx->ictx); + SHA256_Update(&ctx->ictx, K, Klen); + SHA256_Final(khash, &ctx->ictx); + K = khash; + Klen = 32; + } + + /* Inner SHA256 operation is SHA256(K xor [block of 0x36] || data). */ + SHA256_Init(&ctx->ictx); + memset(pad, 0x36, 64); + for (i = 0; i < Klen; i++) + pad[i] ^= K[i]; + SHA256_Update(&ctx->ictx, pad, 64); + + /* Outer SHA256 operation is SHA256(K xor [block of 0x5c] || hash). */ + SHA256_Init(&ctx->octx); + memset(pad, 0x5c, 64); + for (i = 0; i < Klen; i++) + pad[i] ^= K[i]; + SHA256_Update(&ctx->octx, pad, 64); + + /* Clean the stack. */ + memset(khash, 0, 32); +} + +/* Add bytes to the HMAC-SHA256 operation. */ +void +HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void *in, size_t len) +{ + + /* Feed data to the inner SHA256 operation. */ + SHA256_Update(&ctx->ictx, in, len); +} + +/* Finish an HMAC-SHA256 operation. */ +void +HMAC_SHA256_Final(unsigned char digest[32], HMAC_SHA256_CTX * ctx) +{ + unsigned char ihash[32]; + + /* Finish the inner SHA256 operation. */ + SHA256_Final(ihash, &ctx->ictx); + + /* Feed the inner hash to the outer SHA256 operation. */ + SHA256_Update(&ctx->octx, ihash, 32); + + /* Finish the outer SHA256 operation. */ + SHA256_Final(digest, &ctx->octx); + + /* Clean the stack. */ + memset(ihash, 0, 32); +} + +/** + * PBKDF2_SHA256(passwd, passwdlen, salt, saltlen, c, buf, dkLen): + * Compute PBKDF2(passwd, salt, c, dkLen) using HMAC-SHA256 as the PRF, and + * write the output to buf. The value dkLen must be at most 32 * (2^32 - 1). + */ +void +PBKDF2_SHA256(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt, + size_t saltlen, uint64_t c, uint8_t * buf, size_t dkLen) +{ + HMAC_SHA256_CTX PShctx, hctx; + size_t i; + uint8_t ivec[4]; + uint8_t U[32]; + uint8_t T[32]; + uint64_t j; + int k; + size_t clen; + + /* Compute HMAC state after processing P and S. */ + HMAC_SHA256_Init(&PShctx, passwd, passwdlen); + HMAC_SHA256_Update(&PShctx, salt, saltlen); + + /* Iterate through the blocks. */ + for (i = 0; i * 32 < dkLen; i++) { + /* Generate INT(i + 1). */ + be32enc(ivec, (uint32_t)(i + 1)); + + /* Compute U_1 = PRF(P, S || INT(i)). */ + memcpy(&hctx, &PShctx, sizeof(HMAC_SHA256_CTX)); + HMAC_SHA256_Update(&hctx, ivec, 4); + HMAC_SHA256_Final(U, &hctx); + + /* T_i = U_1 ... */ + memcpy(T, U, 32); + + for (j = 2; j <= c; j++) { + /* Compute U_j. */ + HMAC_SHA256_Init(&hctx, passwd, passwdlen); + HMAC_SHA256_Update(&hctx, U, 32); + HMAC_SHA256_Final(U, &hctx); + + /* ... xor U_j ... */ + for (k = 0; k < 32; k++) + T[k] ^= U[k]; + } + + /* Copy as many bytes as necessary into buf. */ + clen = dkLen - i * 32; + if (clen > 32) + clen = 32; + memcpy(&buf[i * 32], T, clen); + } + + /* Clean PShctx, since we never called _Final on it. */ + memset(&PShctx, 0, sizeof(HMAC_SHA256_CTX)); +} + diff --git a/src/pbkdf2.h b/src/pbkdf2.h index 960d45b..4c55fd9 100644 --- a/src/pbkdf2.h +++ b/src/pbkdf2.h @@ -1,25 +1,27 @@ -#ifndef PBKDF2_H -#define PBKDF2_H - -#include -#include - -typedef struct HMAC_SHA256Context { - SHA256_CTX ictx; - SHA256_CTX octx; -} HMAC_SHA256_CTX; - -void -HMAC_SHA256_Init(HMAC_SHA256_CTX * ctx, const void * _K, size_t Klen); - -void -HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void *in, size_t len); - -void -HMAC_SHA256_Final(unsigned char digest[32], HMAC_SHA256_CTX * ctx); - -void -PBKDF2_SHA256(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt, - size_t saltlen, uint64_t c, uint8_t * buf, size_t dkLen); - -#endif // PBKDF2_H +// Copyright (c) 2013 NovaCoin Developers + +#ifndef PBKDF2_H +#define PBKDF2_H + +#include +#include + +typedef struct HMAC_SHA256Context { + SHA256_CTX ictx; + SHA256_CTX octx; +} HMAC_SHA256_CTX; + +void +HMAC_SHA256_Init(HMAC_SHA256_CTX * ctx, const void * _K, size_t Klen); + +void +HMAC_SHA256_Update(HMAC_SHA256_CTX * ctx, const void *in, size_t len); + +void +HMAC_SHA256_Final(unsigned char digest[32], HMAC_SHA256_CTX * ctx); + +void +PBKDF2_SHA256(const uint8_t * passwd, size_t passwdlen, const uint8_t * salt, + size_t saltlen, uint64_t c, uint8_t * buf, size_t dkLen); + +#endif // PBKDF2_H diff --git a/src/protocol.cpp b/src/protocol.cpp index 4b8b436..e33ede5 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/locale/bitcoin_ca_ES.ts b/src/qt/locale/bitcoin_ca_ES.ts deleted file mode 100644 index 0340550..0000000 --- a/src/qt/locale/bitcoin_ca_ES.ts +++ /dev/null @@ -1,1963 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Sobre Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versió - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - llibreta d'adreces - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - - - - - Double-click to edit address or label - Feu doble clic per editar la direcció o l'etiqueta - - - - Create a new address - Crear una nova adreça - - - - &New Address... - &Nova Adreça ... - - - - Copy the currently selected address to the system clipboard - Copieu l'adreça seleccionada al porta-retalls del sistema - - - - &Copy to Clipboard - - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - - - - - &Delete - &Borrar - - - - Copy address - - - - - Copy label - - - - - Edit - - - - - Delete - - - - - Export Address Book Data - - - - - Comma separated file (*.csv) - - - - - Error exporting - - - - - Could not write to file %1. - - - - - AddressTableModel - - - Label - Etiqueta - - - - Address - Direcció - - - - (no label) - - - - - AskPassphraseDialog - - - Dialog - - - - - - TextLabel - - - - - Enter passphrase - - - - - New passphrase - - - - - Repeat new passphrase - - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - - - - - Encrypt wallet - Xifrar la cartera - - - - This operation needs your wallet passphrase to unlock the wallet. - - - - - Unlock wallet - - - - - This operation needs your wallet passphrase to decrypt the wallet. - - - - - Decrypt wallet - - - - - Change passphrase - - - - - Enter the old and new passphrase to the wallet. - - - - - Confirm wallet encryption - - - - - WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! -Are you sure you wish to encrypt your wallet? - - - - - - Wallet encrypted - - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - - - - - The supplied passphrases do not match. - - - - - Wallet unlock failed - - - - - - - The passphrase entered for the wallet decryption was incorrect. - - - - - Wallet decryption failed - - - - - Wallet passphrase was succesfully changed. - - - - - BitcoinGUI - - - Bitcoin Wallet - - - - - - Synchronizing with network... - Sincronització amb la xarxa ... - - - - Block chain synchronization in progress - Sincronització de la cadena en el progrés - - - - &Overview - - - - - Show general overview of wallet - Mostra panorama general de la cartera - - - - &Transactions - - - - - Browse transaction history - Cerca a l'historial de transaccions - - - - &Address Book - - - - - Edit the list of stored addresses and labels - Edita la llista d'adreces emmagatzemada i etiquetes - - - - &Receive coins - &Rebre monedes - - - - Show the list of addresses for receiving payments - - - - - &Send coins - - - - - Send coins to a bitcoin address - - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - Sortir de l'aplicació - - - - &About %1 - - - - - Show information about Bitcoin - Mostra informació sobre Bitcoin - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Opcions ... - - - - Modify configuration options for bitcoin - Modificar les opcions de configuració per bitcoin - - - - Open &Bitcoin - - - - - Show the Bitcoin window - - - - - &Export... - - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - - - - - Encrypt or decrypt wallet - - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - - - - - Change the passphrase used for wallet encryption - - - - - &File - - - - - &Settings - - - - - &Help - &Ajuda - - - - Tabs toolbar - - - - - Actions toolbar - Accions de la barra d'eines - - - - [testnet] - - - - - bitcoin-qt - - - - - %n active connection(s) to Bitcoin network - - - - - Downloaded %1 of %2 blocks of transaction history. - - - - - Downloaded %1 blocks of transaction history. - - - - - %n second(s) ago - - - - - %n minute(s) ago - - - - - %n hour(s) ago - - - - - %n day(s) ago - - - - - Up to date - Al dia - - - - Catching up... - Posar-se al dia ... - - - - Last received block was generated %1. - - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - L'enviament de ... - - - - Sent transaction - Transacció enviada - - - - Incoming transaction - - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - - - - - EditAddressDialog - - - Edit Address - Editar Adreça - - - - &Label - - - - - The label associated with this address book entry - - - - - &Address - - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - - - - - New sending address - - - - - Edit receiving address - - - - - Edit sending address - - - - - The entered address "%1" is already in the address book. - - - - - The entered address "%1" is not a valid bitcoin address. - - - - - Could not unlock wallet. - - - - - New key generation failed. - - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - Port obert amb &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose adress from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Copieu l'adreça seleccionada al porta-retalls del sistema - - - - &Copy to Clipboard - - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - - - - - Display - - - - - Options - - - - - OverviewPage - - - Form - - - - - Balance: - Balanç: - - - - 123.456 BTC - - - - - Number of transactions: - - - - - 0 - - - - - Unconfirmed: - Sense confirmar: - - - - 0 BTC - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - - <b>Recent transactions</b> - - - - - Your current balance - El seu balanç actual - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - - Total number of transactions in wallet - - - - - QRCodeDialog - - - Dialog - - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Enviar monedes - - - - Send to multiple recipients at once - - - - - &Add recipient... - - - - - Remove all transaction fields - - - - - Clear all - - - - - Balance: - Balanç: - - - - 123.456 BTC - - - - - Confirm the send action - - - - - &Send - - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - - - - - and - - - - - The recepient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - La quantitat a pagar ha de ser major que 0. - - - - Amount exceeds your balance - Import superi el saldo de la seva compte - - - - Total exceeds your balance when the %1 transaction fee is included - - - - - Duplicate address found, can only send to each address once in one send operation - - - - - Error: Transaction creation failed - - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - - SendCoinsEntry - - - Form - - - - - A&mount: - - - - - Pay &To: - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - <b>Status:</b> - - - - - , has not been successfully broadcast yet - - - - - , broadcast through %1 node - - - - - , broadcast through %1 nodes - - - - - <b>Date:</b> - - - - - <b>Source:</b> Generated<br> - - - - - - <b>From:</b> - - - - - unknown - - - - - - - <b>To:</b> - - - - - (yours, label: - - - - - (yours) - - - - - - - - <b>Credit:</b> - - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - - - - - - - <b>Debit:</b> - - - - - <b>Transaction fee:</b> - - - - - <b>Net amount:</b> - - - - - Message: - - - - - Comment: - - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - - - - - Type - - - - - Address - Direcció - - - - Amount - - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - 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 - - - - - Edit label - - - - - Show details... - - - - - Export Transaction Data - - - - - Comma separated file (*.csv) - - - - - Confirmed - - - - - Date - - - - - Type - - - - - Label - Etiqueta - - - - Address - Direcció - - - - Amount - - - - - ID - - - - - Error exporting - - - - - Could not write to file %1. - - - - - Range: - - - - - to - - - - - WalletModel - - - Sending... - L'enviament de ... - - - - bitcoin-core - - - Bitcoin version - - - - - Usage: - - - - - Send command to -server or bitcoind - - - - - List commands - - - - - Get help for a command - - - - - Options: - - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - - - - - Loading wallet... - - - - - Rescanning... - - - - - Done loading - - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts deleted file mode 100644 index fafcf54..0000000 --- a/src/qt/locale/bitcoin_cs.ts +++ /dev/null @@ -1,1979 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - O Bitcoinu - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> verze - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Vývojáři Bitcoinu - -Tohle je experimentální program. - -Šířen pod licencí MIT/X11, viz přiložený soubor license.txt nebo http://www.opensource.org/licenses/mit-license.php. - -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. - - - - AddressBookPage - - - Address Book - 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. - Tohle jsou tvé Bitcoinové adresy pro příjem plateb. Můžeš pokaždé dát každému odesílateli jinou adresu, abys věděl, kdo ti kdy kolik platil. - - - - Double-click to edit address or label - Dvojklikem myši začneš upravovat označení adresy - - - - Create a new address - Vytvoř novou adresu - - - - &New Address... - Nová &adresa... - - - - Copy the currently selected address to the system clipboard - Zkopíruj aktuálně vybranou adresu do systémové schránky - - - - &Copy to Clipboard - &Zkopíruj do schránky - - - - Show &QR Code - Zobraz &QR kód - - - - Sign a message to prove you own this address - Podepiš zprávu, čímž prokážeš, že jsi vlastníkem této adresy - - - - &Sign Message - Po&depiš zprávu - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Smaž aktuálně vybranou adresu ze seznamu. Smazány mohou být pouze adresy příjemců. - - - - &Delete - S&maž - - - - Copy address - Kopíruj adresu - - - - Copy label - Kopíruj označení - - - - Edit - Uprav - - - - Delete - Smaž - - - - Export Address Book Data - Exportuj data adresáře - - - - Comma separated file (*.csv) - CSV formát (*.csv) - - - - Error exporting - Chyba při exportu - - - - Could not write to file %1. - Nemohu zapisovat do souboru %1. - - - - AddressTableModel - - - Label - Označení - - - - Address - Adresa - - - - (no label) - (bez označení) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - Textový popisek - - - - Enter passphrase - Zadej platné heslo - - - - New passphrase - Zadej nové heslo - - - - Repeat new passphrase - Totéž heslo ještě jednou - - - - 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>. - Zadej nové heslo k peněžence.<br/>Použij <b>alespoň 10 náhodných znaků</b> nebo <b>alespoň osm slov</b>. - - - - Encrypt wallet - Zašifruj peněženku - - - - This operation needs your wallet passphrase to unlock the wallet. - K provedení této operace musíš zadat heslo k peněžence, aby se mohla odemknout. - - - - Unlock wallet - Odemkni peněženku - - - - This operation needs your wallet passphrase to decrypt the wallet. - K provedení této operace musíš zadat heslo k peněžence, aby se mohla dešifrovat. - - - - Decrypt wallet - Dešifruj peněženku - - - - Change passphrase - Změň heslo - - - - Enter the old and new passphrase to the wallet. - Zadej staré a nové heslo k peněžence. - - - - Confirm wallet encryption - Potvrď zašifrování peněženky - - - - 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? - VAROVÁNÍ: Pokud zašifruješ peněženku a ztratíš či zapomeneš heslo, <b>PŘIJDEŠ O VŠECHNY BITCOINY</b>! -Jsi si jistý, že chceš peněženku zašifrovat? - - - - - Wallet encrypted - Peněženka je zašifrována - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin se teď ukončí, aby dokončil zašifrování. Pamatuj však, že pouhé zašifrování peněženky úplně nezabraňuje krádeži tvých bitcoinů malwarem, kterým se může počítač nakazit. - - - - - Warning: The Caps Lock key is on. - Upozornění: Caps Lock je zapnutý. - - - - - - - Wallet encryption failed - Zašifrování peněženky selhalo - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Zašifrování peněženky selhalo kvůli vnitřní chybě. Tvá peněženka tedy nebyla zašifrována. - - - - - The supplied passphrases do not match. - Zadaná hesla nejsou shodná. - - - - Wallet unlock failed - Odemčení peněženky selhalo - - - - - - The passphrase entered for the wallet decryption was incorrect. - Nezadal jsi správné heslo pro dešifrování peněženky. - - - - Wallet decryption failed - Dešifrování peněženky selhalo - - - - Wallet passphrase was succesfully changed. - Heslo k peněžence bylo v pořádku změněno. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoinová peněženka - - - - - Synchronizing with network... - Synchronizuji se sítí... - - - - Block chain synchronization in progress - Provádí se synchronizace řetězce bloků - - - - &Overview - &Přehled - - - - Show general overview of wallet - Zobraz celkový přehled peněženky - - - - &Transactions - &Transakce - - - - Browse transaction history - Procházet historii transakcí - - - - &Address Book - &Adresář - - - - Edit the list of stored addresses and labels - Uprav seznam uložených adres a jejich označení - - - - &Receive coins - Pří&jem mincí - - - - Show the list of addresses for receiving payments - Zobraz seznam adres pro příjem plateb - - - - &Send coins - P&oslání mincí - - - - Send coins to a bitcoin address - Pošli mince na Bitcoinovou adresu - - - - Sign &message - Po&depiš zprávu - - - - Prove you control an address - Prokaž vlastnictví adresy - - - - E&xit - &Konec - - - - Quit application - Ukončit aplikaci - - - - &About %1 - &O %1 - - - - Show information about Bitcoin - Zobraz informace o Bitcoinu - - - - About &Qt - O &Qt - - - - Show information about Qt - Zobraz informace o Qt - - - - &Options... - &Možnosti... - - - - Modify configuration options for bitcoin - Uprav nastavení Bitcoinu - - - - Open &Bitcoin - Otevři &Bitcoin - - - - Show the Bitcoin window - Zobraz okno Bitcoinu - - - - &Export... - &Export... - - - - Export the data in the current tab to a file - Exportovat data z tohoto panelu do souboru - - - - &Encrypt Wallet - Zaši&fruj peněženku - - - - Encrypt or decrypt wallet - Zašifruj nebo dešifruj peněženku - - - - &Backup Wallet - &Zazálohovat peněženku - - - - Backup wallet to another location - Zazálohuj peněženku na jiné místo - - - - &Change Passphrase - Změň &heslo - - - - Change the passphrase used for wallet encryption - Změň heslo k šifrování peněženky - - - - &File - &Soubor - - - - &Settings - &Nastavení - - - - &Help - Ná&pověda - - - - Tabs toolbar - Panel s listy - - - - Actions toolbar - Panel akcí - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktivní spojení do Bitcoinové sítě%n aktivní spojení do Bitcoinové sítě%n aktivních spojení do Bitcoinové sítě - - - - Downloaded %1 of %2 blocks of transaction history. - Staženo %1 z %2 bloků transakční historie. - - - - Downloaded %1 blocks of transaction history. - Staženo %1 bloků transakční historie. - - - - %n second(s) ago - před vteřinoupřed %n vteřinamipřed %n vteřinami - - - - %n minute(s) ago - před minutoupřed %n minutamipřed %n minutami - - - - %n hour(s) ago - před hodinoupřed %n hodinamipřed %n hodinami - - - - %n day(s) ago - včerapřed %n dnypřed %n dny - - - - Up to date - aktuální - - - - Catching up... - Stahuji... - - - - Last received block was generated %1. - Poslední stažený blok byl vygenerován %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 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? - - - - Sending... - Posílám... - - - - Sent transaction - Odeslané transakce - - - - Incoming transaction - Příchozí transakce - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Datum: %1 -Částka: %2 -Typ: %3 -Adresa: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Peněženka je <b>zašifrovaná</b> a momentálně <b>odemčená</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Peněženka je <b>zašifrovaná</b> a momentálně <b>zamčená</b> - - - - Backup Wallet - Záloha peněženky - - - - Wallet Data (*.dat) - Data peněženky (*.dat) - - - - Backup Failed - Zálohování selhalo - - - - There was an error trying to save the wallet data to the new location. - Při ukládání peněženky na nové místo se přihodila nějaká chyba. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Jednotka pro částky: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Zvol výchozí podjednotku, která se bude zobrazovat v programu a při posílání mincí - - - - Display addresses in transaction list - Ukazovat adresy ve výpisu transakcí - - - - EditAddressDialog - - - Edit Address - Uprav adresu - - - - &Label - &Označení - - - - The label associated with this address book entry - Označení spojené s tímto záznamem v adresáři - - - - &Address - &Adresa - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adresa spojená s tímto záznamem v adresáři. Lze upravovat jen pro odesílací adresy. - - - - New receiving address - Nová přijímací adresa - - - - New sending address - Nová odesílací adresa - - - - Edit receiving address - Uprav přijímací adresu - - - - Edit sending address - Uprav odesílací adresu - - - - The entered address "%1" is already in the address book. - Zadaná adresa "%1" už v adresáři je. - - - - The entered address "%1" is not a valid bitcoin address. - Zadaná adresa "%1" není platná Bitcoinová adresa. - - - - Could not unlock wallet. - Nemohu odemknout peněženku. - - - - New key generation failed. - Nepodařilo se mi vygenerovat nový klíč. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Spustit Bitcoin při startu systému - - - - Automatically start Bitcoin after the computer is turned on - Automaticky spustí Bitcoin po zapnutí počítače - - - - &Minimize to the tray instead of the taskbar - &Minimalizovávat do ikony v panelu - - - - Show only a tray icon after minimizing the window - Po minimalizaci okna zobrazí pouze ikonu v panelu - - - - Map port using &UPnP - Namapovat port přes &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otevře potřebný port na routeru. Tohle funguje jen za předpokladu, že tvůj router podporuje UPnP a že je UPnP povolené. - - - - M&inimize on close - &Zavřením minimalizovat - - - - 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. - Zavřením se aplikace minimalizuje. Pokud je tato volba zaškrtnuta, tak se aplikace ukončí pouze zvolením Konec v menu. - - - - &Connect through SOCKS4 proxy: - &Připojit přes SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Připojí se do Bitcoinové sítě přes SOCKS4 proxy (např. když se připojuje přes Tor) - - - - Proxy &IP: - &IP adresa proxy: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP adresa proxy (např. 127.0.0.1) - - - - &Port: - P&ort: - - - - Port of the proxy (e.g. 1234) - Port proxy (např. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Dobrovolný transakční poplatek za každý započatý kB dopomáhá k rychlému zpracování tvých transakcí. Většina transakcí má do 1 kB. Doporučená výše poplatku je 0.01. - - - - Pay transaction &fee - Platit &transakční poplatek - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Dobrovolný transakční poplatek za každý započatý kB dopomáhá k rychlému zpracování tvých transakcí. Většina transakcí má do 1 kB. Doporučená výše poplatku je 0.01. - - - - MessagePage - - - Message - Zpráva - - - - 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. - Podepsáním zprávy svými adresami můžeš prokázat, že je skutečně vlastníš. Buď opatrný a nepodepisuj nic vágního; například při phishingových útocích můžeš být lákán, abys něco takového podepsal. Podepisuj pouze zcela úplná a detailní prohlášení, se kterými souhlasíš. - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Tvá adresa (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Vyber adresu z adresáře - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Vlož adresu ze schránky - - - - Alt+P - Alt+V - - - - Enter the message you want to sign here - Sem vepiš zprávu, kterou chceš podepsat - - - - Click "Sign Message" to get signature - Kliknutím na "Podepiš zprávu" získáš podpis - - - - Sign a message to prove you own this address - Podepiš zprávu, čímž prokážeš, že jsi vlastníkem této adresy - - - - &Sign Message - &Podepiš zprávu - - - - Copy the currently selected address to the system clipboard - Zkopíruj podpis do systémové schránky - - - - &Copy to Clipboard - &Zkopíruj do schránky - - - - - - Error signing - Chyba při podepisování - - - - %1 is not a valid address. - %1 není platná adresa. - - - - Private key for %1 is not available. - Soukromý klíč pro %1 není dostupný. - - - - Sign failed - Podepisování selhalo - - - - OptionsDialog - - - Main - Hlavní - - - - Display - Zobrazení - - - - Options - Možnosti - - - - OverviewPage - - - Form - Formulář - - - - Balance: - Stav účtu: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Počet transakcí: - - - - 0 - 0 - - - - Unconfirmed: - Nepotvrzeno: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Peněženka</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Poslední transakce</b> - - - - Your current balance - Aktuální stav tvého účtu - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Celkem z transakcí, které ještě nejsou potvrzené a které se ještě nezapočítávají do celkového stavu účtu - - - - Total number of transactions in wallet - Celkový počet transakcí v peněžence - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - QR kód - - - - Request Payment - Požadovat platbu - - - - Amount: - Částka: - - - - BTC - BTC - - - - Label: - Označení: - - - - Message: - Zpráva: - - - - &Save As... - &Ulož jako... - - - - Save Image... - Ulož obrázek... - - - - PNG Images (*.png) - PNG obrázky (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Pošli mince - - - - Send to multiple recipients at once - Pošli více příjemcům naráz - - - - &Add recipient... - Při&dej příjemce... - - - - Remove all transaction fields - Smaž všechny transakční formuláře - - - - Clear all - Všechno smaž - - - - Balance: - Stav účtu: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Potvrď odeslání - - - - &Send - &Pošli - - - - <b>%1</b> to %2 (%3) - <b>%1</b> pro %2 (%3) - - - - Confirm send coins - Potvrď odeslání mincí - - - - Are you sure you want to send %1? - Jsi si jistý, že chceš poslat %1? - - - - and - a - - - - The recepient address is not valid, please recheck. - Adresa příjemce je neplatná, překontroluj ji prosím. - - - - The amount to pay must be larger than 0. - Odesílaná částka musí být větší než 0. - - - - Amount exceeds your balance - Částka překračuje stav účtu - - - - Total exceeds your balance when the %1 transaction fee is included - Celková částka při připočítání poplatku %1 překročí stav účtu - - - - Duplicate address found, can only send to each address once in one send operation - Zaznamenána duplikovaná adresa; každá adresa může být v odesílané platbě pouze jednou - - - - Error: Transaction creation failed - Chyba: Vytvoření transakce selhalo - - - - 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. - Chyba Transakce byla odmítnuta. Tohle může nastat, pokud nějaké mince z tvé peněženky už jednou byly utraceny, například pokud používáš kopii souboru wallet.dat a mince byly utraceny v druhé kopii, ale nebyly označeny jako utracené v této. - - - - SendCoinsEntry - - - Form - Formulář - - - - A&mount: - Čá&stka: - - - - Pay &To: - &Komu: - - - - - Enter a label for this address to add it to your address book - Zadej označení této adresy; obojí se ti pak uloží do adresáře - - - - &Label: - &Označení: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa příjemce (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Vyber adresu z adresáře - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Vlož adresu ze schránky - - - - Alt+P - Alt+P - - - - Remove this recipient - Smaž tohoto příjemce - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadej Bitcoinovou adresu (např. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Otevřeno pro %1 bloků - - - - Open until %1 - Otřevřeno dokud %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/nepotvrzeno - - - - %1 confirmations - %1 potvrzení - - - - <b>Status:</b> - <b>Stav:</b> - - - - , has not been successfully broadcast yet - , ještě nebylo rozesláno - - - - , broadcast through %1 node - , rozesláno přes %1 uzel - - - - , broadcast through %1 nodes - , rozesláno přes %1 uzlů - - - - <b>Date:</b> - <b>Datum:</b> - - - - <b>Source:</b> Generated<br> - <b>Zdroj:</b> Vygenerováno<br> - - - - - <b>From:</b> - <b>Od:</b> - - - - unknown - neznámo - - - - - - <b>To:</b> - <b>Pro:</b> - - - - (yours, label: - (tvoje, označení: - - - - (yours) - (tvoje) - - - - - - - <b>Credit:</b> - <b>Příjem:</b> - - - - (%1 matures in %2 more blocks) - (%1 dozraje po %2 blocích) - - - - (not accepted) - (neakceptováno) - - - - - - <b>Debit:</b> - <b>Výdaj:</b> - - - - <b>Transaction fee:</b> - <b>Transakční poplatek:</b> - - - - <b>Net amount:</b> - <b>Čistá částka:</b> - - - - Message: - Zpráva: - - - - Comment: - Komentář: - - - - Transaction ID: - ID transakce: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Vygenerované mince musí čekat 120 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do řetězce bloků. Pokud se mu nepodaří dostat se do řetězce, změní se na "neakceptovaný" a nepůjde utratit. Občas se to může stát, když jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty. - - - - TransactionDescDialog - - - Transaction details - Detaily transakce - - - - This pane shows a detailed description of the transaction - Toto okno zobrazuje detailní popis transakce - - - - TransactionTableModel - - - Date - Datum - - - - Type - Typ - - - - Address - Adresa - - - - Amount - Částka - - - - Open for %n block(s) - Otevřeno pro 1 blokOtevřeno pro %n blokyOtevřeno pro %n bloků - - - - Open until %1 - Otřevřeno dokud %1 - - - - Offline (%1 confirmations) - Offline (%1 potvrzení) - - - - Unconfirmed (%1 of %2 confirmations) - Nepotvrzeno (%1 z %2 potvrzení) - - - - Confirmed (%1 confirmations) - Potvrzeno (%1 potvrzení) - - - - Mined balance will be available in %n more blocks - Vytěžené mince budou použitelné po jednom blokuVytěžené mince budou použitelné po %n blocíchVytěžené mince budou použitelné po %n blocích - - - - This block was not received by any other nodes and will probably not be accepted! - Tento blok nedostal žádný jiný uzel a pravděpodobně nebude akceptován! - - - - Generated but not accepted - Vygenerováno, ale neakceptováno - - - - Received with - Přijato do - - - - Received from - Přijato od - - - - Sent to - Posláno na - - - - Payment to yourself - Platba sama sobě - - - - Mined - Vytěženo - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Stav transakce. Najetím myši na toto políčko si zobrazíš počet potvrzení. - - - - Date and time that the transaction was received. - Datum a čas přijetí transakce. - - - - Type of transaction. - Druh transakce. - - - - Destination address of transaction. - Cílová adresa transakce. - - - - Amount removed from or added to balance. - Částka odečtená z nebo přičtená k účtu. - - - - TransactionView - - - - All - Vše - - - - Today - Dnes - - - - This week - Tento týden - - - - This month - Tento měsíc - - - - Last month - Minulý měsíc - - - - This year - Letos - - - - Range... - Rozsah... - - - - Received with - Přijato - - - - Sent to - Posláno - - - - To yourself - Sám sobě - - - - Mined - Vytěženo - - - - Other - Ostatní - - - - Enter address or label to search - Zadej adresu nebo označení pro její vyhledání - - - - Min amount - Minimální částka - - - - Copy address - Kopíruj adresu - - - - Copy label - Kopíruj její označení - - - - Copy amount - Kopíruj částku - - - - Edit label - Uprav označení - - - - Show details... - Zobraz detaily.... - - - - Export Transaction Data - Exportuj transakční data - - - - Comma separated file (*.csv) - CSV formát (*.csv) - - - - Confirmed - Potvrzeno - - - - Date - Datum - - - - Type - Typ - - - - Label - Označení - - - - Address - Adresa - - - - Amount - Částka - - - - ID - ID - - - - Error exporting - Chyba při exportu - - - - Could not write to file %1. - Nemohu zapisovat do souboru %1. - - - - Range: - Rozsah: - - - - to - až - - - - WalletModel - - - Sending... - Posílám... - - - - bitcoin-core - - - Bitcoin version - Verze Bitcoinu - - - - Usage: - Užití: - - - - Send command to -server or bitcoind - Poslat příkaz pro -server nebo bitcoind - - - - List commands - Výpis příkazů - - - - Get help for a command - Získat nápovědu pro příkaz - - - - Options: - Možnosti: - - - - Specify configuration file (default: bitcoin.conf) - Konfigurační soubor (výchozí: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - PID soubor (výchozí: bitcoind.pid) - - - - Generate coins - Generovat mince - - - - Don't generate coins - Negenerovat mince - - - - Start minimized - Startovat minimalizovaně - - - - Specify data directory - Adresář pro data - - - - Specify connection timeout (in milliseconds) - Zadej časový limit spojení (v milisekundách) - - - - Connect through socks4 proxy - Připojovat se přes socks4 proxy - - - - Allow DNS lookups for addnode and connect - Povolit DNS dotazy pro addnode (přidání uzlu) a connect (připojení) - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Čekat na spojení na <portu> (výchozí: 8333 nebo testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Povol nejvýše <n> připojení k uzlům (výchozí: 125) - - - - Add a node to connect to - Přidat uzel, ke kterému se připojit - - - - Connect only to the specified node - Připojovat se pouze k udanému uzlu - - - - Don't accept connections from outside - Nepřijímat připojení zvenčí - - - - Don't bootstrap list of peers using DNS - Nenačítat seznam uzlů z DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - Práh pro odpojování nesprávně se chovajících uzlů (výchozí: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Doba ve vteřinách, po kterou se nebudou moci nesprávně se chovající uzly znovu připojit (výchozí: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maximální velikost přijímacího bufferu pro každé spojení, <n>*1000 bytů (výchozí: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maximální velikost odesílacího bufferu pro každé spojení, <n>*1000 bytů (výchozí: 10000) - - - - Don't attempt to use UPnP to map the listening port - Nesnažit se použít UPnP k namapování naslouchacího portu - - - - Attempt to use UPnP to map the listening port - Snažit se použít UPnP k namapování naslouchacího portu - - - - Fee per kB to add to transactions you send - Poplatek za kB, který se přidá ke každé odeslané transakci - - - - Accept command line and JSON-RPC commands - Akceptovat příkazy z příkazové řádky a přes JSON-RPC - - - - Run in the background as a daemon and accept commands - Běžet na pozadí jako démon a akceptovat příkazy - - - - Use the test network - Použít testovací síť (testnet) - - - - Output extra debugging information - Tisknout speciální ladící informace - - - - Prepend debug output with timestamp - Připojit před ladící výstup časové razítko - - - - Send trace/debug info to console instead of debug.log file - Posílat stopovací/ladící informace do konzole místo do souboru debug.log - - - - Send trace/debug info to debugger - Posílat stopovací/ladící informace do debuggeru - - - - Username for JSON-RPC connections - Uživatelské jméno pro JSON-RPC spojení - - - - Password for JSON-RPC connections - Heslo pro JSON-RPC spojení - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Čekat na JSON-RPC spojení na <portu> (výchozí: 8332) - - - - Allow JSON-RPC connections from specified IP address - Povolit JSON-RPC spojení ze specifikované IP adresy - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Posílat příkazy uzlu běžícím na <ip> (výchozí: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Nastavit zásobník klíčů na velikost <n> (výchozí: 100) - - - - Rescan the block chain for missing wallet transactions - Přeskenovat řetězec bloků na chybějící transakce tvé pěněženky - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -Možnosti SSL: (viz instrukce nastavení SSL v Bitcoin Wiki) - - - - Use OpenSSL (https) for JSON-RPC connections - Použít OpenSSL (https) pro JSON-RPC spojení - - - - Server certificate file (default: server.cert) - Soubor se serverovým certifikátem (výchozí: server.cert) - - - - Server private key (default: server.pem) - Soubor se serverovým soukromým klíčem (výchozí: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Akceptovatelné šifry (výchozí: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Tato nápověda - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Nedaří se mi získat zámek na datový adresář %s. Bitcoin pravděpodobně už jednou běží. - - - - Loading addresses... - Načítám adresy... - - - - Error loading addr.dat - Chyba při načítání addr.dat - - - - Error loading blkindex.dat - Chyba při načítání blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Chyba při načítání wallet.dat: peněženka je poškozená - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Chyba při načítání wallet.dat: peněženka vyžaduje novější verzi Bitcoinu - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Soubor s peněženkou potřeboval přepsat: restartuj Bitcoin, aby se operace dokončila - - - - Error loading wallet.dat - Chyba při načítání wallet.dat - - - - Loading block index... - Načítám index bloků... - - - - Loading wallet... - Načítám peněženku... - - - - Rescanning... - Přeskenovávám... - - - - Done loading - Načítání dokončeno - - - - Invalid -proxy address - Neplatná -proxy adresa - - - - Invalid amount for -paytxfee=<amount> - Neplatná částka pro -paytxfee=<částka> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Upozornění: -paytxfee je nastaveno velmi vysoko. Toto je transakční poplatek, který zaplatíš za každou poslanou transakci. - - - - Error: CreateThread(StartNode) failed - Chyba: Selhalo CreateThread(StartNode) - - - - Warning: Disk space is low - Upozornění: Na disku je málo místa - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Nedaří se mi připojit na port %d na tomhle počítači. Bitcoin už pravděpodobně jednou běží. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Upozornění: Zkontroluj, že máš v počítači správně nastavený datum a čas. Pokud jsou nastaveny špatně, Bitcoin nebude fungovat správně. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts deleted file mode 100644 index 1a7f916..0000000 --- a/src/qt/locale/bitcoin_da.ts +++ /dev/null @@ -1,2004 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Om Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> version - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Adressebog - - - - 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 Bitcoinadresser til at modtage betalinger med. Du kan give en forskellig adresse til hver afsender, så du kan holde styr på hvem der betaler dig. - - - - Double-click to edit address or label - Dobbeltklik for at redigere adresse eller mærkat - - - - Create a new address - Opret en ny adresse - - - - &New Address... - &Ny adresse ... - - - - Copy the currently selected address to the system clipboard - Kopier den valgte adresse til systemets udklipsholder - - - - &Copy to Clipboard - &Kopier til Udklipsholder - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Slet den valgte adresse fra listen. Kun adresser brugt til afsendelse kan slettes. - - - - &Delete - &Slet - - - - Copy address - Kopier adresse - - - - Copy label - Kopier etiket - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Eksporter Adressekartoteketsdata - - - - Comma separated file (*.csv) - Kommasepareret fil (*. csv) - - - - Error exporting - Fejl under eksport - - - - Could not write to file %1. - Kunne ikke skrive til filen %1. - - - - AddressTableModel - - - Label - Etiket - - - - Address - Adresse - - - - (no label) - (ingen etiket) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - TekstEtiket - - - - Enter passphrase - Indtast adgangskode - - - - New passphrase - Ny adgangskode - - - - Repeat new passphrase - Gentag ny adgangskode - - - - 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>. - Indtast den nye adgangskode til tegnebogen.<br/>Brug venligst en adgangskode på <b>10 eller flere tilfældige tegn</b>, eller <b>otte eller flere ord</b>. - - - - Encrypt wallet - Krypter tegnebog - - - - This operation needs your wallet passphrase to unlock the wallet. - Denne funktion har brug for din tegnebogs kodeord for at låse tegnebogen op. - - - - Unlock wallet - Lås tegnebog op - - - - This operation needs your wallet passphrase to decrypt the wallet. - Denne funktion har brug for din tegnebogs kodeord for at dekryptere tegnebogen. - - - - Decrypt wallet - Dekryptér tegnebog - - - - Change passphrase - Skift adgangskode - - - - Enter the old and new passphrase to the wallet. - Indtast den gamle og nye adgangskode til tegnebogen. - - - - Confirm wallet encryption - Bekræft tegnebogskryptering - - - - 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? - ADVARSEL: Hvis du krypterer din tegnebog og mister dit kodeord vil du <b>miste alle dine BITCOINS</b>! -Er du sikker på at du ønsker at kryptere din tegnebog? - - - - - Wallet encrypted - Tegnebog krypteret - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - Tegnebogskryptering mislykkedes - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Tegnebogskryptering mislykkedes på grund af en intern fejl. Din tegnebog blev ikke krypteret. - - - - - The supplied passphrases do not match. - De angivne kodeord stemmer ikke overens. - - - - Wallet unlock failed - Tegnebogsoplåsning mislykkedes - - - - - - The passphrase entered for the wallet decryption was incorrect. - Det angivne kodeord for tegnebogsdekrypteringen er forkert. - - - - Wallet decryption failed - Tegnebogsdekryptering mislykkedes - - - - Wallet passphrase was succesfully changed. - Tegnebogskodeord blev ændret. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin Tegnebog - - - - - Synchronizing with network... - Synkroniserer med netværk ... - - - - Block chain synchronization in progress - Blokkæde synkronisering i gang - - - - &Overview - &Oversigt - - - - Show general overview of wallet - Vis generel oversigt over tegnebog - - - - &Transactions - &Transaktioner - - - - Browse transaction history - Gennemse transaktionshistorik - - - - &Address Book - &Adressebog - - - - Edit the list of stored addresses and labels - Rediger listen over gemte adresser og etiketter - - - - &Receive coins - &Modtag coins - - - - Show the list of addresses for receiving payments - Vis listen over adresser for at modtage betalinger - - - - &Send coins - &Send coins - - - - Send coins to a bitcoin address - Send coins til en bitcoinadresse - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - &Luk - - - - Quit application - Afslut program - - - - &About %1 - &Om %1 - - - - Show information about Bitcoin - Vis oplysninger om Bitcoin - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Indstillinger ... - - - - Modify configuration options for bitcoin - Rediger konfigurationsindstillinger af bitcoin - - - - Open &Bitcoin - Åbn &Bitcoin - - - - Show the Bitcoin window - Vis Bitcoinvinduet - - - - &Export... - &Eksporter... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Kryptér tegnebog - - - - Encrypt or decrypt wallet - Kryptér eller dekryptér tegnebog - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Skift adgangskode - - - - Change the passphrase used for wallet encryption - Skift kodeord anvendt til tegnebogskryptering - - - - &File - &Fil - - - - &Settings - &Indstillinger - - - - &Help - &Hjælp - - - - Tabs toolbar - Faneværktøjslinje - - - - Actions toolbar - Handlingsværktøjslinje - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktiv(e) forbindelse(r) til Bitcoinnetværket%n aktiv(e) forbindelse(r) til Bitcoinnetværket - - - - Downloaded %1 of %2 blocks of transaction history. - Downloadet %1 af %2 blokke af transaktionshistorie. - - - - Downloaded %1 blocks of transaction history. - Downloadet %1 blokke af transaktionshistorie. - - - - %n second(s) ago - %n sekund(er) siden%n sekund(er) siden - - - - %n minute(s) ago - %n minut(ter) siden%n minut(ter) siden - - - - %n hour(s) ago - %n time(r) siden%n time(r) siden - - - - %n day(s) ago - %n dag(e) siden%n dag(e) siden - - - - Up to date - Opdateret - - - - Catching up... - Indhenter... - - - - Last received block was generated %1. - Sidst modtagne blok blev genereret %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Denne transaktion er over størrelsesbegrænsningen. Du kan stadig sende den for et gebyr på %1 som går til de noder der behandler din transaktion, og som hjælper med at støtte netværket. Ønsker du at betale gebyret? - - - - Sending... - Sender... - - - - Sent transaction - Afsendt transaktion - - - - Incoming transaction - Indgående transaktion - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Dato: %1 -Beløb: %2 -Type: %3 -Adresse: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Tegnebog er <b>krypteret</b> og i øjeblikket <b>ulåst</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Tegnebog er <b>krypteret</b> og i øjeblikket <b>låst</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Enhed at vise beløb i: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Vælg den standard underopdelingsenhed som skal vises i brugergrænsefladen, og når du sender coins - - - - Display addresses in transaction list - Vis adresser i transaktionensliste - - - - EditAddressDialog - - - Edit Address - Rediger Adresse - - - - &Label - &Etiket - - - - The label associated with this address book entry - Etiketten forbundet med denne post i adressekartoteket - - - - &Address - &Adresse - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adressen tilknyttet til denne post i adressekartoteket. Dette kan kun ændres for afsendelsesadresser. - - - - New receiving address - Ny modtagelsesadresse - - - - New sending address - Ny afsendelsesadresse - - - - Edit receiving address - Rediger modtagelsesadresse - - - - Edit sending address - Rediger afsendelsesadresse - - - - The entered address "%1" is already in the address book. - Den indtastede adresse "%1" er allerede i adressebogen. - - - - The entered address "%1" is not a valid bitcoin address. - Den indtastede adresse "%1" er ikke en gyldig bitcoinadresse. - - - - Could not unlock wallet. - Kunne ikke låse tegnebog op. - - - - New key generation failed. - Ny nøglegenerering mislykkedes. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Start Bitcoin når systemet startes - - - - Automatically start Bitcoin after the computer is turned on - Start Bitcoin automatisk efter at computeren er tændt - - - - &Minimize to the tray instead of the taskbar - &Minimer til systembakken i stedet for proceslinjen - - - - Show only a tray icon after minimizing the window - Vis kun et systembakkeikon efter minimering af vinduet - - - - Map port using &UPnP - Konfigurer port vha. &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Åbn Bitcoinklient-porten på routeren automatisk. Dette virker kun når din router understøtter UPnP og UPnP er aktiveret. - - - - M&inimize on close - M&inimer ved lukning - - - - 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. - Minimer i stedet for at afslutte programmet når vinduet lukkes. Når denne indstilling er valgt vil programmet kun blive lukket når du har valgt Afslut i menuen. - - - - &Connect through SOCKS4 proxy: - &Forbind gennem SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Opret forbindelse til Bitconnetværket via en SOCKS4 proxy (f.eks. ved tilslutning gennem Tor) - - - - Proxy &IP: - Proxy-&IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP-adressen på proxyen (f.eks. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Porten på proxyen (f.eks. 1234) - - - - 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 - Betal transaktions&gebyr - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresse som betalingen skal sendes til (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Vælg adresse fra adressebog - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Indsæt adresse fra udklipsholderen - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Kopier den valgte adresse til systemets udklipsholder - - - - &Copy to Clipboard - &Kopier til Udklipsholder - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Generelt - - - - Display - Visning - - - - Options - Indstillinger - - - - OverviewPage - - - Form - Formular - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Antal transaktioner: - - - - 0 - 0 - - - - Unconfirmed: - Ubekræftede: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Nyeste transaktioner</b> - - - - Your current balance - Din nuværende saldo - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Summen af ​​transaktioner, der endnu ikke er bekræftet, og endnu ikke er inkluderet i den nuværende saldo - - - - Total number of transactions in wallet - Samlede antal transaktioner i tegnebogen - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Besked: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Send Coins - - - - Send to multiple recipients at once - Send til flere modtagere på én gang - - - - &Add recipient... - &Tilføj modtager... - - - - Remove all transaction fields - - - - - Clear all - Ryd alle - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Bekræft afsendelsen - - - - &Send - &Afsend - - - - <b>%1</b> to %2 (%3) - <b>%1</b> til %2 (%3) - - - - Confirm send coins - Bekræft afsendelse af coins - - - - Are you sure you want to send %1? - Er du sikker på at du vil sende %1? - - - - and - og - - - - The recepient address is not valid, please recheck. - Modtagerens adresse er ikke gyldig. Tjek venligst adressen igen. - - - - The amount to pay must be larger than 0. - Beløbet til betaling skal være større end 0. - - - - Amount exceeds your balance - Beløbet overstiger din saldo - - - - Total exceeds your balance when the %1 transaction fee is included - Totalen overstiger din saldo når %1 transaktionsgebyr er inkluderet - - - - Duplicate address found, can only send to each address once in one send operation - Duplikeret adresse fundet. Du kan kun sende til hver adresse en gang pr. afsendelse. - - - - Error: Transaction creation failed - Fejl: Oprettelse af transaktionen mislykkedes - - - - 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. - Fejl: Transaktionen blev afvist. Dette kan ske hvis nogle af dine coins i din tegnebog allerede var brugt, som hvis du brugte en kopi af wallet.dat og dine coins er blevet brugt i kopien, men ikke er markeret som brugt her. - - - - SendCoinsEntry - - - Form - Formular - - - - A&mount: - B&eløb: - - - - Pay &To: - Betal &Til: - - - - - Enter a label for this address to add it to your address book - Indtast en etiket for denne adresse for at føje den til din adressebog - - - - &Label: - &Etiket: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresse som betalingen skal sendes til (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Vælg adresse fra adressebog - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Indsæt adresse fra udklipsholderen - - - - Alt+P - Alt+P - - - - Remove this recipient - Fjern denne modtager - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Indtast en Bitcoinadresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Åben for %1 blokke - - - - Open until %1 - Åben indtil %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/ubekræftet - - - - %1 confirmations - %1 bekræftelser - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , er ikke blevet transmitteret endnu - - - - , broadcast through %1 node - , transmitteret via %1 node - - - - , broadcast through %1 nodes - , transmitteret via %1 noder - - - - <b>Date:</b> - <b>Dato:</b> - - - - <b>Source:</b> Generated<br> - <b>Kilde:</b> Genereret<br> - - - - - <b>From:</b> - <b>Fra:</b> - - - - unknown - ukendt - - - - - - <b>To:</b> - <b>Til:</b> - - - - (yours, label: - (din, etiket: - - - - (yours) - (din) - - - - - - - <b>Credit:</b> - <b>Kredit:</b> - - - - (%1 matures in %2 more blocks) - (%1 modnes i %2 blokke mere) - - - - (not accepted) - (ikke accepteret) - - - - - - <b>Debit:</b> - <b>Debet:</b> - - - - <b>Transaction fee:</b> - <b>Transaktionsgebyr:</b> - - - - <b>Net amount:</b> - <b>Nettobeløb:</b> - - - - Message: - Besked: - - - - Comment: - Kommentar: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Genererede coins skal vente 120 blokke, før de kan blive brugt. Da du genererede denne blok blev det transmitteret til netværket, for at blive føjet til blokkæden. Hvis det mislykkes at komme ind i kæden, vil den skifte til "ikke godkendt", og ikke blive kunne bruges. Dette kan lejlighedsvis ske, hvis en anden node genererer en blok inden for få sekunder af din. - - - - TransactionDescDialog - - - Transaction details - Transaktionsdetaljer - - - - This pane shows a detailed description of the transaction - Denne rude viser en detaljeret beskrivelse af transaktionen - - - - TransactionTableModel - - - Date - Dato - - - - Type - Type - - - - Address - Adresse - - - - Amount - Beløb - - - - Open for %n block(s) - Åben for %n blok(ke)Åben for %n blok(ke) - - - - Open until %1 - Åben indtil %1 - - - - Offline (%1 confirmations) - Offline (%1 bekræftelser) - - - - Unconfirmed (%1 of %2 confirmations) - Ubekræftet (%1 af %2 bekræftelser) - - - - Confirmed (%1 confirmations) - Bekræftet (%1 bekræftelser) - - - - Mined balance will be available in %n more blocks - Minerede balance vil være tilgængelig om %n blok(ke)Minerede balance vil være tilgængelig om %n blok(ke) - - - - This block was not received by any other nodes and will probably not be accepted! - Denne blok blev ikke modtaget af nogen andre noder, og vil formentlig ikke blive accepteret! - - - - Generated but not accepted - Genereret, men ikke accepteret - - - - Received with - Modtaget med - - - - Received from - - - - - Sent to - Sendt til - - - - Payment to yourself - Betaling til dig selv - - - - Mined - Minerede - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Transactionsstatus. Hold musen over dette felt for at vise antallet af bekræftelser. - - - - Date and time that the transaction was received. - Dato og tid for at transaktionen blev modtaget. - - - - Type of transaction. - Type af transaktion. - - - - Destination address of transaction. - Destinationsadresse for transaktion. - - - - Amount removed from or added to balance. - Beløb fjernet eller tilføjet balance. - - - - TransactionView - - - - All - Alle - - - - Today - I dag - - - - This week - Denne uge - - - - This month - Denne måned - - - - Last month - Sidste måned - - - - This year - Dette år - - - - Range... - Interval... - - - - Received with - Modtaget med - - - - Sent to - Sendt til - - - - To yourself - Til dig selv - - - - Mined - Minerede - - - - Other - Andet - - - - Enter address or label to search - Indtast adresse eller etiket for at søge - - - - Min amount - Min. beløb - - - - Copy address - Kopier adresse - - - - Copy label - Kopier etiket - - - - Copy amount - - - - - Edit label - Rediger etiket - - - - Show details... - Vis detaljer... - - - - Export Transaction Data - Eksportér Transaktionsdata - - - - Comma separated file (*.csv) - Kommasepareret fil (*.csv) - - - - Confirmed - Bekræftet - - - - Date - Dato - - - - Type - Type - - - - Label - Etiket - - - - Address - Adresse - - - - Amount - Beløb - - - - ID - ID - - - - Error exporting - Fejl under eksport - - - - Could not write to file %1. - Kunne ikke skrive til filen %1. - - - - Range: - Interval: - - - - to - til - - - - WalletModel - - - Sending... - Sender... - - - - bitcoin-core - - - Bitcoin version - Bitcoinversion - - - - Usage: - Anvendelse: - - - - Send command to -server or bitcoind - Send kommando til -server eller bitcoind - - - - - List commands - Liste over kommandoer - - - - - Get help for a command - Få hjælp til en kommando - - - - - Options: - Indstillinger: - - - - - Specify configuration file (default: bitcoin.conf) - Angiv konfigurationsfil (standard: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Angiv pid-fil (default: bitcoind.pid) - - - - - Generate coins - Generér coins - - - - - Don't generate coins - Generér ikke coins - - - - - Start minimized - Start minimeret - - - - - Specify data directory - Angiv databibliotek - - - - - Specify connection timeout (in milliseconds) - Angiv tilslutningstimeout (i millisekunder) - - - - - Connect through socks4 proxy - Tilslut via SOCKS4 proxy - - - - - Allow DNS lookups for addnode and connect - Tillad DNS-opslag for addnode og connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - Tilføj en node til at forbinde til - - - - - Connect only to the specified node - Tilslut kun til den angivne node - - - - - Don't accept connections from outside - Acceptér ikke forbindelser udefra - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - Forsøg ikke at bruge UPnP til at konfigurere den lyttende port - - - - Attempt to use UPnP to map the listening port - Forsøg at bruge UPnP til at kofnigurere den lyttende port - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - Accepter kommandolinje- og JSON-RPC-kommandoer - - - - - Run in the background as a daemon and accept commands - Kør i baggrunden som en service, og acceptér kommandoer - - - - - Use the test network - Brug test-netværket - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - Brugernavn til JSON-RPC-forbindelser - - - - - Password for JSON-RPC connections - Password til JSON-RPC-forbindelser - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Lyt til JSON-RPC-forbindelser på <port> (standard: 8332) - - - - - Allow JSON-RPC connections from specified IP address - Tillad JSON-RPC-forbindelser fra bestemt IP-adresse - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Send kommandoer til node, der kører på <ip> (standard: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Sæt nøglepoolstørrelse til <n> (standard: 100) - - - - - Rescan the block chain for missing wallet transactions - Gennemsøg blokkæden for manglende tegnebogstransaktioner - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL-indstillinger: (se Bitcoin Wiki for SSL opsætningsinstruktioner) - - - - Use OpenSSL (https) for JSON-RPC connections - Brug OpenSSL (https) for JSON-RPC-forbindelser - - - - - Server certificate file (default: server.cert) - Servercertifikat-fil (standard: server.cert) - - - - - Server private key (default: server.pem) - Server private nøgle (standard: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Acceptabele ciphers (standard: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - Denne hjælpebesked - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Kan låse data-biblioteket %s. Bitcoin kører sikkert allerede. - - - - Loading addresses... - Indlæser adresser... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - Indlæser blok-indeks... - - - - Loading wallet... - Indlæser tegnebog... - - - - Rescanning... - Genindlæser... - - - - Done loading - Indlæsning gennemført - - - - Invalid -proxy address - Ugyldig -proxy adresse - - - - Invalid amount for -paytxfee=<amount> - Ugyldigt beløb for -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Advarsel:-paytxfee er sat meget højt. Dette er det gebyr du vil betale, hvis du sender en transaktion. - - - - Error: CreateThread(StartNode) failed - Fejl: CreateThread(StartNode) mislykkedes - - - - Warning: Disk space is low - Advarsel: Diskplads er lav - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Kunne ikke binde sig til port %d på denne computer. Bitcoin kører sikkert allerede. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Advarsel: Undersøg venligst at din computers dato og klokkeslet er korrekt indstillet. Hvis der er fejl i disse vil Bitcoin ikke fungere korrekt. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts deleted file mode 100644 index 42cb17d..0000000 --- a/src/qt/locale/bitcoin_de.ts +++ /dev/null @@ -1,1977 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Über Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> Version - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Bitcoin Entwickler - -Dies ist experimentelle Software. - -Veröffentlicht unter der MIT/X11 Software-Lizenz, siehe beiligende Datei license.txt oder http://www.opensource.org/licenses/mit-license.php. - -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. - - - - AddressBookPage - - - Address Book - Adressbuch - - - - 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. - - - - Double-click to edit address or label - Doppelklicken, um die Adresse oder die Bezeichnung zu bearbeiten - - - - Create a new address - Eine neue Adresse erstellen - - - - &New Address... - &Neue Adresse - - - - Copy the currently selected address to the system clipboard - Ausgewählte Adresse in die Zwischenablage kopieren - - - - &Copy to Clipboard - In die Zwischenablage &kopieren - - - - Show &QR Code - &QR-Code anzeigen - - - - Sign a message to prove you own this address - Eine Nachricht signieren, um den Besitz einer Adresse zu beweisen - - - - &Sign Message - Nachricht &signieren - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Die ausgewählte Adresse aus der Liste entfernen. Sie können nur Zahlungsadressen entfernen. - - - - &Delete - &Löschen - - - - Copy address - Adresse kopieren - - - - Copy label - Bezeichnung kopieren - - - - Edit - Bearbeiten - - - - Delete - Löschen - - - - Export Address Book Data - Adressbuch exportieren - - - - Comma separated file (*.csv) - Kommagetrennte Datei (*.csv) - - - - Error exporting - Fehler beim Exportieren - - - - Could not write to file %1. - Konnte nicht in Datei %1 schreiben. - - - - AddressTableModel - - - Label - Bezeichnung - - - - Address - Adresse - - - - (no label) - (keine Bezeichnung) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - Textbezeichnung - - - - Enter passphrase - Passphrase eingeben - - - - New passphrase - Neue Passphrase - - - - Repeat new passphrase - Neue Passphrase wiederholen - - - - 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>. - Geben Sie die neue Passphrase für die Brieftasche ein.<br>Bitte benutzen Sie eine Passphrase bestehend aus <b>10 oder mehr zufälligen Zeichen</b> oder <b>8 oder mehr Wörtern</b>. - - - - Encrypt wallet - Brieftasche verschlüsseln - - - - This operation needs your wallet passphrase to unlock the wallet. - Dieser Vorgang benötigt Ihre Passphrase um die Brieftasche zu entsperren. - - - - Unlock wallet - Brieftasche entsperren - - - - This operation needs your wallet passphrase to decrypt the wallet. - Dieser Vorgang benötigt Ihre Passphrase um die Brieftasche zu entschlüsseln. - - - - Decrypt wallet - Brieftasche entschlüsseln - - - - Change passphrase - Passphrase ändern - - - - Enter the old and new passphrase to the wallet. - Geben Sie die alte und die neue Passphrase der Brieftasche ein. - - - - Confirm wallet encryption - Verschlüsselung der Brieftasche bestätigen - - - - 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? - WARNUNG: Wenn Sie Ihre Brieftasche verschlüsseln und Ihre Passphrase verlieren, werden Sie <b>ALLE IHRE BITCOINS VERLIEREN</b>!<br><br>Sind Sie sich sicher, dass Sie Ihre Brieftasche verschlüsseln möchten? - - - - - Wallet encrypted - Brieftasche verschlüsselt - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Verschlüsselung Ihrer Brieftasche nicht vollständig vor Diebstahl Ihrer Bitcoins durch Schadsoftware schützt, die Ihren Computer befällt. - - - - - Warning: The Caps Lock key is on. - Warnung: Die Feststelltaste ist aktiviert. - - - - - - - Wallet encryption failed - Verschlüsselung der Brieftasche fehlgeschlagen - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Die Verschlüsselung der Brieftasche ist aufgrund eines internen Fehlers fehlgeschlagen. Ihre Brieftasche wurde nicht verschlüsselt. - - - - - The supplied passphrases do not match. - Die eingegebenen Passphrasen stimmen nicht überein. - - - - Wallet unlock failed - Entsperrung der Brieftasche fehlgeschlagen - - - - - - The passphrase entered for the wallet decryption was incorrect. - Die eingegebene Passphrase zum Entschlüsseln der Brieftasche war nicht korrekt. - - - - Wallet decryption failed - Entschlüsselung der Brieftasche fehlgeschlagen - - - - Wallet passphrase was succesfully changed. - Die Passphrase der Brieftasche wurde erfolgreich geändert. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin-Brieftasche - - - - - Synchronizing with network... - Synchronisiere mit Netzwerk... - - - - Block chain synchronization in progress - Synchronisation der Blockkette wird durchgeführt - - - - &Overview - &Übersicht - - - - Show general overview of wallet - Allgemeine Übersicht der Brieftasche anzeigen - - - - &Transactions - &Transaktionen - - - - Browse transaction history - Transaktionsverlauf durchsehen - - - - &Address Book - &Adressbuch - - - - Edit the list of stored addresses and labels - Liste der gespeicherten Zahlungsadressen und Bezeichnungen bearbeiten - - - - &Receive coins - Bitcoins &empfangen - - - - Show the list of addresses for receiving payments - Liste der Empfangsadressen anzeigen - - - - &Send coins - Bitcoins &überweisen - - - - Send coins to a bitcoin address - Bitcoins an eine Bitcoin-Adresse überweisen - - - - Sign &message - &Nachricht signieren... - - - - Prove you control an address - Beweisen Sie die Kontrolle einer Adresse - - - - E&xit - &Beenden - - - - Quit application - Anwendung beenden - - - - &About %1 - &Über %1 - - - - Show information about Bitcoin - Informationen über Bitcoin anzeigen - - - - About &Qt - Über &Qt - - - - Show information about Qt - Informationen über Qt anzeigen - - - - &Options... - &Erweiterte Einstellungen... - - - - Modify configuration options for bitcoin - Erweiterte Bitcoin-Einstellungen ändern - - - - Open &Bitcoin - &Bitcoin öffnen - - - - Show the Bitcoin window - Bitcoin-Fenster anzeigen - - - - &Export... - &Exportieren nach... - - - - Export the data in the current tab to a file - Daten der aktuellen Ansicht in eine Datei exportieren - - - - &Encrypt Wallet - Brieftasche &verschlüsseln... - - - - Encrypt or decrypt wallet - Brieftasche ent- oder verschlüsseln - - - - &Backup Wallet - Brieftasche &sichern... - - - - Backup wallet to another location - Eine Sicherungskopie der Brieftasche erstellen und abspeichern - - - - &Change Passphrase - Passphrase &ändern... - - - - Change the passphrase used for wallet encryption - Ändert die Passphrase, die für die Verschlüsselung der Brieftasche benutzt wird - - - - &File - &Datei - - - - &Settings - &Einstellungen - - - - &Help - &Hilfe - - - - Tabs toolbar - Registerkarten-Leiste - - - - Actions toolbar - Aktionen-Werkzeugleiste - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktive Verbindung zum Bitcoin-Netzwerk%n aktive Verbindungen zum Bitcoin-Netzwerk - - - - Downloaded %1 of %2 blocks of transaction history. - %1 von %2 Blöcken des Transaktionsverlaufs heruntergeladen. - - - - Downloaded %1 blocks of transaction history. - %1 Blöcke des Transaktionsverlaufs heruntergeladen. - - - - %n second(s) ago - vor %n Sekundevor %n Sekunden - - - - %n minute(s) ago - vor %n Minutevor %n Minuten - - - - %n hour(s) ago - vor %n Stundevor %n Stunden - - - - %n day(s) ago - vor %n Tagvor %n Tagen - - - - Up to date - Auf aktuellem Stand - - - - Catching up... - Hole auf... - - - - Last received block was generated %1. - Der letzte empfangene Block wurde %1 generiert. - - - - 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.<br><br>Möchten Sie die Gebühr bezahlen? - - - - Sending... - Transaktionsgebühr bestätigen - - - - Sent transaction - Gesendete Transaktion - - - - Incoming transaction - Eingehende Transaktion - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Datum: %1 -Betrag: %2 -Typ: %3 -Adresse: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Brieftasche ist <b>verschlüsselt</b> und aktuell <b>entsperrt</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Brieftasche ist <b>verschlüsselt</b> und aktuell <b>gesperrt</b> - - - - Backup Wallet - Brieftasche sichern - - - - Wallet Data (*.dat) - Brieftaschen-Datei (*.dat) - - - - Backup Failed - Sicherung der Brieftasche fehlgeschlagen - - - - There was an error trying to save the wallet data to the new location. - Fehler beim abspeichern der Sicherungskopie der Brieftasche. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Einheit der Beträge: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Wählen Sie die Standard-Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Bitcoins angezeigt werden soll - - - - Display addresses in transaction list - Adressen in der Transaktionsliste anzeigen - - - - EditAddressDialog - - - Edit Address - Adresse bearbeiten - - - - &Label - &Bezeichnung - - - - The label associated with this address book entry - Die Bezeichnung dieses Adressbuchseintrags - - - - &Address - &Adresse - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Die Adresse des Adressbucheintrags. Diese kann nur für Zahlungsadressen bearbeitet werden. - - - - New receiving address - Neue Empfangsadresse - - - - New sending address - Neue Zahlungsadresse - - - - Edit receiving address - Empfangsadresse bearbeiten - - - - Edit sending address - Zahlungsadresse bearbeiten - - - - The entered address "%1" is already in the address book. - Die eingegebene Adresse "%1" befindet sich bereits im Adressbuch. - - - - The entered address "%1" is not a valid bitcoin address. - Die eingegebene Adresse "%1" ist keine gültige Bitcoin-Adresse. - - - - Could not unlock wallet. - Die Brieftasche konnte nicht entsperrt werden. - - - - New key generation failed. - Generierung eines neuen Schlüssels fehlgeschlagen. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - Bitcoin beim &Systemstart ausführen - - - - Automatically start Bitcoin after the computer is turned on - Bitcoin automatisch ausführen, wenn der Computer eingeschaltet wird - - - - &Minimize to the tray instead of the taskbar - In den Infobereich anstatt in die Taskleiste &minimieren - - - - Show only a tray icon after minimizing the window - Nur ein Symbol im Infobereich anzeigen, nachdem das Fenster minimiert wurde - - - - Map port using &UPnP - Portweiterleitung via &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatisch den Bitcoin Client-Port auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. - - - - M&inimize on close - Beim Schließen &minimieren - - - - 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. - Minimiert die Anwendung anstatt sie zu Beenden, wenn das Fenster geschlossen wird. Wenn dies aktiviert ist, müssen Sie das Programm über "Beenden" im Menü schließen. - - - - &Connect through SOCKS4 proxy: - Über einen SOCKS4-Proxy &verbinden: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Über einen SOCKS4-Proxy zum Bitcoin-Netzwerk verbinden (z.B. bei einer Verbindung über Tor) - - - - Proxy &IP: - Proxy-&IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP-Adresse des Proxy-Servers (z.B. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Port des Proxy-Servers (z.B. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Optionale Transaktionsgebühr pro kB, die sicherstellt, dass Ihre Transaktionen schnell bearbeitet werden. Die meisten Transaktionen sind 1 kB groß. Eine Gebühr von 0.01 wird empfohlen. - - - - Pay transaction &fee - Transaktions&gebühr bezahlen - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Optionale Transaktionsgebühr pro kB, die sicherstellt, dass Ihre Transaktionen schnell bearbeitet werden. Die meisten Transaktionen sind 1 kB groß. Eine Gebühr von 0.01 wird empfohlen. - - - - MessagePage - - - Message - Nachricht signieren - - - - 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. - Sie können Nachrichten mit Ihren Adressen signieren, um den Besitz dieser Adressen zu beweisen. Bitte nutzen Sie diese Funktion mit Vorsicht und nehmen Sie sich vor Phishing-Angriffen in Acht, um nicht ungewollt etwas zu signieren, dass für Sie negative Auswirkungen haben könnte. - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Die Adresse mit der die Nachricht signiert wird (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Adresse aus dem Adressbuch auswählen - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Adresse aus der Zwischenablage einfügen - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Zu signierende Nachricht hier eingeben - - - - Click "Sign Message" to get signature - Auf "Nachricht signieren" klicken, um die Signatur zu erhalten. Diese wird dann hier angezeigt. - - - - Sign a message to prove you own this address - Die Nachricht signieren, um den Besitz der angegebenen Adresse nachzuweisen - - - - &Sign Message - Nachricht &signieren - - - - Copy the currently selected address to the system clipboard - Aktuelle Signatur in die Zwischenablage kopieren - - - - &Copy to Clipboard - Signatur in die Zwischenablage &kopieren - - - - - - Error signing - Fehler beim Signieren - - - - %1 is not a valid address. - %1 ist keine gültige Adresse. - - - - Private key for %1 is not available. - Privater Schlüssel für %1 ist nicht verfügbar. - - - - Sign failed - Signierung der Nachricht fehlgeschlagen - - - - OptionsDialog - - - Main - Allgemein - - - - Display - Anzeige - - - - Options - Erweiterte Einstellungen - - - - OverviewPage - - - Form - Formular - - - - Balance: - Kontostand: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Anzahl der Transaktionen: - - - - 0 - 0 - - - - Unconfirmed: - Unbestätigt: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brieftasche</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Letzte Transaktionen</b> - - - - Your current balance - Ihr aktueller Kontostand - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Betrag aus unbestätigten Transaktionen, der noch nicht im aktuellen Kontostand enthalten ist - - - - Total number of transactions in wallet - Anzahl aller Transaktionen in der Brieftasche - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - QR-Code - - - - Request Payment - Zahlung anfordern - - - - Amount: - Betrag: - - - - BTC - BTC - - - - Label: - Bezeichnung: - - - - Message: - Nachricht: - - - - &Save As... - &Speichern unter... - - - - Save Image... - QR-Code abspeichern - - - - PNG Images (*.png) - PNG Bild (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Bitcoins überweisen - - - - Send to multiple recipients at once - In einer Transaktion an mehrere Empfänger auf einmal überweisen - - - - &Add recipient... - &Empfänger hinzufügen - - - - Remove all transaction fields - Alle Überweisungsfelder zurücksetzen - - - - Clear all - Zurücksetzen - - - - Balance: - Kontostand: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Überweisung bestätigen - - - - &Send - &Überweisen - - - - <b>%1</b> to %2 (%3) - <b>%1</b> an %2 (%3) - - - - Confirm send coins - Überweisung bestätigen - - - - Are you sure you want to send %1? - Sind Sie sich sicher, dass Sie die folgende Überweisung ausführen möchten?<br>%1 - - - - and - und - - - - The recepient address is not valid, please recheck. - Die Zahlungsadresse ist ungültig, bitte nochmals überprüfen. - - - - The amount to pay must be larger than 0. - Der zu zahlende Betrag muss größer 0 sein. - - - - Amount exceeds your balance - Der angegebene Betrag übersteigt Ihren Kontostand. - - - - Total exceeds your balance when the %1 transaction fee is included - Der angegebene Betrag übersteigt aufgrund der Transaktionsgebühr in Höhe von %1 Ihren Kontostand. - - - - Duplicate address found, can only send to each address once in one send operation - Doppelte Adresse gefunden, pro Überweisung kann an jede Adresse nur einmalig etwas überwiesen werden - - - - Error: Transaction creation failed - Fehler: Transaktionserstellung fehlgeschlagen - - - - 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. - Fehler: Die Transaktion wurde abgelehnt. Dies kann passieren, wenn einige Bitcoins aus Ihrer Brieftasche bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die Bitcoins dort ausgegeben haben und dies daher in der derzeit aktiven Brieftasche nicht vermerkt ist. - - - - SendCoinsEntry - - - Form - Formular - - - - A&mount: - &Betrag: - - - - Pay &To: - &Empfänger: - - - - - Enter a label for this address to add it to your address book - Adressbezeichnung eingeben (diese wird bei unbekannten Adressen inkl. der Adresse dem Adressbuch hinzugefügt) - - - - &Label: - &Bezeichnung: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Die Zahlungsadresse der Überweisung (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Adresse aus Adressbuch wählen - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Adresse aus der Zwischenablage einfügen - - - - Alt+P - Alt+P - - - - Remove this recipient - Diesen Empfänger entfernen - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Bitcoin-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Offen für %1 Blöcke - - - - Open until %1 - Offen bis %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/unbestätigt - - - - %1 confirmations - %1 Bestätigungen - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , wurde noch nicht erfolgreich übertragen - - - - , broadcast through %1 node - , über %1 Knoten übertragen - - - - , broadcast through %1 nodes - , über %1 Knoten übertragen - - - - <b>Date:</b> - <b>Datum:</b> - - - - <b>Source:</b> Generated<br> - <b>Quelle:</b> Generiert<br> - - - - - <b>From:</b> - <b>Von:</b> - - - - unknown - unbekannt - - - - - - <b>To:</b> - <b>An:</b> - - - - (yours, label: - (Eigene Adresse, Bezeichnung: - - - - (yours) - (Eigene Adresse) - - - - - - - <b>Credit:</b> - <b>Gutschrift:</b> - - - - (%1 matures in %2 more blocks) - %1 (reift noch %2 weitere Blöcke) - - - - (not accepted) - (nicht angenommen) - - - - - - <b>Debit:</b> - <b>Belastung:</b> - - - - <b>Transaction fee:</b> - <b>Transaktionsgebühr:</b> - - - - <b>Net amount:</b> - <b>Nettobetrag:</b> - - - - Message: - Nachricht: - - - - Comment: - Kommentar: - - - - Transaction ID: - Transaktions-ID: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Generierte Bitcoins müssen 120 Blöcke lang warten, bevor sie ausgegeben werden können. Als Sie diesen Block generierten, wurde er an das Netzwerk übertragen, um ihn der Blockkette hinzuzufügen. Falls dies fehlschlägt wird der Status in "nicht angenommen" geändert und der Betrag wird nicht verfügbar werden. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block zur selben Zeit wie Sie generierte. - - - - TransactionDescDialog - - - Transaction details - Transaktionsdetails - - - - This pane shows a detailed description of the transaction - Dieser Bereich zeigt eine detaillierte Beschreibung der Transaktion an - - - - TransactionTableModel - - - Date - Datum - - - - Type - Typ - - - - Address - Adresse - - - - Amount - Betrag - - - - Open for %n block(s) - Offen für %n BlockOffen für %n Blöcke - - - - Open until %1 - Offen bis %1 - - - - Offline (%1 confirmations) - Nicht verbunden (%1 Bestätigungen) - - - - Unconfirmed (%1 of %2 confirmations) - Unbestätigt (%1 von %2 Bestätigungen) - - - - Confirmed (%1 confirmations) - Bestätigt (%1 Bestätigungen) - - - - Mined balance will be available in %n more blocks - Der erarbeitete Betrag wird in %n Block verfügbar seinDer erarbeitete Betrag wird in %n Blöcken verfügbar sein - - - - This block was not received by any other nodes and will probably not be accepted! - Dieser Block wurde von keinem anderen Knoten empfangen und wird wahrscheinlich nicht angenommen werden! - - - - Generated but not accepted - Generiert, jedoch nicht angenommen - - - - Received with - Empfangen über - - - - Received from - Empfangen von - - - - Sent to - Überwiesen an - - - - Payment to yourself - Eigenüberweisung - - - - Mined - Erarbeitet - - - - (n/a) - (k.A.) - - - - Transaction status. Hover over this field to show number of confirmations. - Transaktionsstatus. Fahren Sie mit der Maus über dieses Feld, um die Anzahl der Bestätigungen zu sehen. - - - - Date and time that the transaction was received. - Datum und Uhrzeit als die Transaktion empfangen wurde. - - - - Type of transaction. - Art der Transaktion - - - - Destination address of transaction. - Zieladresse der Transaktion. - - - - Amount removed from or added to balance. - Der Betrag, der dem Kontostand abgezogen oder hinzugefügt wurde. - - - - TransactionView - - - - All - Alle - - - - Today - Heute - - - - This week - Diese Woche - - - - This month - Diesen Monat - - - - Last month - Letzten Monat - - - - This year - Dieses Jahr - - - - Range... - Zeitraum - - - - Received with - Empfangen über - - - - Sent to - Überwiesen an - - - - To yourself - Eigenüberweisung - - - - Mined - Erarbeitet - - - - Other - Andere - - - - Enter address or label to search - Zu suchende Adresse oder Bezeichnung eingeben - - - - Min amount - Minimaler Betrag - - - - Copy address - Adresse kopieren - - - - Copy label - Bezeichnung kopieren - - - - Copy amount - Betrag kopieren - - - - Edit label - Bezeichnung bearbeiten - - - - Show details... - Transaktionsdetails anzeigen - - - - Export Transaction Data - Transaktionen exportieren - - - - Comma separated file (*.csv) - Kommagetrennte Datei (*.csv) - - - - Confirmed - Bestätigt - - - - Date - Datum - - - - Type - Typ - - - - Label - Bezeichnung - - - - Address - Adresse - - - - Amount - Betrag - - - - ID - ID - - - - Error exporting - Fehler beim Exportieren - - - - Could not write to file %1. - Konnte nicht in Datei %1 schreiben. - - - - Range: - Zeitraum: - - - - to - bis - - - - WalletModel - - - Sending... - Überweise... - - - - bitcoin-core - - - Bitcoin version - Bitcoin Version - - - - Usage: - Verwendung: - - - - Send command to -server or bitcoind - Befehl an -server oder bitcoind senden - - - - List commands - Befehle auflisten - - - - Get help for a command - Hilfe zu einem Befehl erhalten - - - - Options: - Einstellungen: - - - - Specify configuration file (default: bitcoin.conf) - Konfigurationsdatei angeben (Standard: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - PID-Datei angeben (Standard: bitcoind.pid) - - - - Generate coins - Bitcoins generieren - - - - Don't generate coins - Keine Bitcoins generieren - - - - Start minimized - Minimiert starten - - - - Specify data directory - Datenverzeichnis angeben - - - - Specify connection timeout (in milliseconds) - Verbindungstimeout angeben (in Millisekunden) - - - - Connect through socks4 proxy - Über einen SOCKS4-Proxy verbinden: - - - - Allow DNS lookups for addnode and connect - Erlaube DNS Namensauflösung für addnode und connect - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Verbindungen erwarten an <port> (Standard: 8333 oder test-Netzwerk: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Maximal <n> Verbindungen zu Peers aufrechterhalten (Standard: 125) - - - - Add a node to connect to - Einen Knoten hinzufügen, mit dem sich verbunden werden soll - - - - Connect only to the specified node - Nur mit dem angegebenem Knoten verbinden - - - - Don't accept connections from outside - Keine Verbindungen von außen akzeptieren - - - - Don't bootstrap list of peers using DNS - Keine Peerliste durch die Nutzung von DNS erzeugen - - - - Threshold for disconnecting misbehaving peers (default: 100) - Schwellenwert, um Verbindungen zu sich nicht konform verhaltenden Peers zu beenden (Standard: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Anzahl Sekunden, während denen sich nicht konform verhaltenden Peers die Wiederverbindung verweigert wird (Standard: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maximale Größe des Empfangspuffers pro Verbindung, <n>*1000 Bytes (Standard: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maximale Größe des Sendepuffers pro Verbindung, <n>*1000 Bytes (Standard: 10000) - - - - Don't attempt to use UPnP to map the listening port - Nicht versuchen UPnP zu verwenden, um den abgehörten Port weiterzuleiten - - - - Attempt to use UPnP to map the listening port - Versuchen UPnP zu verwenden, um den abgehörten Port weiterzuleiten - - - - Fee per kB to add to transactions you send - Gebühr pro kB, die gesendeten Transaktionen hinzugefügt wird - - - - Accept command line and JSON-RPC commands - Kommandozeilenbefehle und JSON-RPC Befehle annehmen - - - - Run in the background as a daemon and accept commands - Als Hintergrunddienst starten und Befehle akzeptieren - - - - Use the test network - Das test-Netzwerk verwenden - - - - Output extra debugging information - Ausgabe zusätzlicher Debugging-Informationen - - - - Prepend debug output with timestamp - Der Debug-Ausgabe einen Zeitstempel voranstellen - - - - Send trace/debug info to console instead of debug.log file - Rückverfolgungs- und Debug-Informationen an die Konsole senden anstatt sie in die debug.log Datei zu schreiben - - - - Send trace/debug info to debugger - Rückverfolgungs- und Debug-Informationen an den Debugger senden - - - - Username for JSON-RPC connections - Benutzername für JSON-RPC Verbindungen - - - - Password for JSON-RPC connections - Passwort für JSON-RPC Verbindungen - - - - Listen for JSON-RPC connections on <port> (default: 8332) - JSON-RPC Verbindungen erwarten an <port> (Standard: 8332) - - - - Allow JSON-RPC connections from specified IP address - JSON-RPC Verbindungen von der angegebenen IP-Adresse erlauben - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Sende Befehle an Knoten <ip> (Standard: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Setze Größe des Schlüsselpools auf <n> (Standard: 100) - - - - Rescan the block chain for missing wallet transactions - Blockkette erneut nach fehlenden Transaktionen der Brieftasche durchsuchen - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL Einstellungen: (siehe Bitcoin-Wiki für SSL Installationsanweisungen) - - - - Use OpenSSL (https) for JSON-RPC connections - OpenSSL (https) für JSON-RPC Verbindungen benutzen - - - - Server certificate file (default: server.cert) - Server Zertifikat (Standard: server.cert) - - - - Server private key (default: server.pem) - Privater Serverschlüssel (Standard: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Akzeptierte Chiffren (Standard: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Dieser Hilfetext - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Konnte das Datenverzeichnis %s nicht sperren. Evtl. wurde Bitcoin bereits gestartet. - - - - Loading addresses... - Lade Adressen... - - - - Error loading addr.dat - Fehler beim Laden von addr.dat - - - - Error loading blkindex.dat - Fehler beim Laden von blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Fehler beim Laden von wallet.dat: Brieftasche beschädigt - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Fehler beim Laden von wallet.dat: Brieftasche benötigt neuere Version von Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Brieftasche muss neu geschrieben werden: starten Sie Bitcoin zur Fertigstellung neu - - - - Error loading wallet.dat - Fehler beim Laden von wallet.dat (Brieftasche) - - - - Loading block index... - Lade Blockindex... - - - - Loading wallet... - Lade Geldbörse... - - - - Rescanning... - Durchsuche erneut... - - - - Done loading - Laden abgeschlossen - - - - Invalid -proxy address - Fehlerhafte Proxy-Adresse - - - - Invalid amount for -paytxfee=<amount> - Ungültige Angabe für -paytxfee=<Betrag> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Warnung: -paytxfee ist auf einen sehr hohen Wert gesetzt. Dies ist die Gebühr die beim Senden einer Transaktion fällig wird. - - - - Error: CreateThread(StartNode) failed - Fehler: CreateThread(StartNode) fehlgeschlagen - - - - Warning: Disk space is low - Warnung: Festplattenplatz wird knapp - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Fehler beim registrieren des Ports %d auf diesem Computer. Evtl. wurde Bitcoin bereits gestartet. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Warnung: Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da Bitcoin ansonsten nicht ordnungsgemäß funktionieren wird. - - - - beta - Beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts deleted file mode 100644 index a388508..0000000 --- a/src/qt/locale/bitcoin_es.ts +++ /dev/null @@ -1,2006 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Sobre Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> - versión - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Guia de direcciones - - - - 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. - - - - Double-click to edit address or label - Haz doble click para editar una dirección o etiqueta - - - - Create a new address - Crea una nueva dirección - - - - &New Address... - &Nueva Dirección - - - - Copy the currently selected address to the system clipboard - Copia la dirección seleccionada al portapapeles - - - - &Copy to Clipboard - &Copiar al portapapeles - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Borra la dirección seleccionada de la lista. Solo las direcciónes de envio se pueden borrar. - - - - &Delete - Bo&rrar - - - - Copy address - Copia dirección - - - - Copy label - Copia etiqueta - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Exporta datos de la Guia de direcciones - - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - - Error exporting - Exportar errores - - - - Could not write to file %1. - No se pudo escribir al archivo %1. - - - - AddressTableModel - - - Label - Etiqueta - - - - Address - Dirección - - - - (no label) - (sin etiqueta) - - - - AskPassphraseDialog - - - Dialog - Cambiar contraseña - - - - - TextLabel - Cambiar contraseña: - - - - Enter passphrase - Introduce contraseña actual - - - - New passphrase - Nueva contraseña - - - - Repeat new passphrase - Repite nueva contraseña: - - - - 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>. - Introduce la nueva contraseña de cartera.<br/>Por favor utiliza un contraseña <b>de 10 o mas caracteres aleatorios</b>, u <b>ocho o mas palabras</b>. - - - - Encrypt wallet - Encriptar cartera - - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita la contraseña para desbloquear la cartera. - - - - Unlock wallet - Desbloquea cartera - - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación necesita la contraseña para decriptar la cartera. - - - - Decrypt wallet - Decriptar cartera - - - - Change passphrase - Cambia contraseña - - - - Enter the old and new passphrase to the wallet. - Introduce la contraseña anterior y la nueva de cartera - - - - Confirm wallet encryption - Confirma la encriptación de cartera - - - - 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? - ATENCION: ¡Si encriptas tu cartera y pierdes la contraseña perderas <b>TODOS TUS BITCOINS</b>!" -¿Seguro que quieres seguir encriptando la cartera? - - - - - Wallet encrypted - Cartera encriptada - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - Encriptación de cartera fallida - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Encriptación de cartera fallida debido a un error interno. Tu cartera no ha sido encriptada. - - - - - The supplied passphrases do not match. - Las contraseñas no coinciden. - - - - Wallet unlock failed - Desbloqueo de cartera fallido - - - - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para decriptar la cartera es incorrecta. - - - - Wallet decryption failed - Decriptación de cartera fallida - - - - Wallet passphrase was succesfully changed. - La contraseña de cartera ha sido cambiada con exit. - - - - BitcoinGUI - - - Bitcoin Wallet - Cartera Bitcoin - - - - - Synchronizing with network... - Sincronizando con la red... - - - - Block chain synchronization in progress - Sincronización cadena de bloques en progreso - - - - &Overview - &Vista general - - - - Show general overview of wallet - Muestra una vista general de cartera - - - - &Transactions - &Transacciónes - - - - Browse transaction history - Visiona el historial de transacciónes - - - - &Address Book - &Guia de direcciónes - - - - Edit the list of stored addresses and labels - Edita la lista de las direcciónes y etiquetas almacenada - - - - &Receive coins - &Recibe monedas - - - - Show the list of addresses for receiving payments - Muestra la lista de direcciónes utilizadas para recibir pagos - - - - &Send coins - &Envia monedas - - - - Send coins to a bitcoin address - Envia monedas a una dirección bitcoin - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - &Salir - - - - Quit application - Salir de la aplicación - - - - &About %1 - S&obre %1 - - - - Show information about Bitcoin - Muestra información sobre Bitcoin - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Opciones - - - - Modify configuration options for bitcoin - Modifica opciones de configuración - - - - Open &Bitcoin - Abre &Bitcoin - - - - Show the Bitcoin window - Muestra la ventana de Bitcoin - - - - &Export... - &Exporta... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Encriptar cartera - - - - Encrypt or decrypt wallet - Encriptar o decriptar cartera - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Cambiar la contraseña - - - - Change the passphrase used for wallet encryption - Cambiar la contraseña utilizada para la encriptación de cartera - - - - &File - &Archivo - - - - &Settings - &Configuración - - - - &Help - &Ayuda - - - - Tabs toolbar - Barra de pestañas - - - - Actions toolbar - Barra de acciónes - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n conexión activa hacia la red Bitcoin%n conexiones activas hacia la red Bitcoin - - - - Downloaded %1 of %2 blocks of transaction history. - Se han bajado %1 de %2 bloques de historial. - - - - Downloaded %1 blocks of transaction history. - Se han bajado %1 bloques de historial. - - - - %n second(s) ago - Hace %n segundoHace %n segundos - - - - %n minute(s) ago - Hace %n minutoHace %n minutos - - - - %n hour(s) ago - Hace %n horaHace %n horas - - - - %n day(s) ago - Hace %n díaHace %n días - - - - Up to date - Actualizado - - - - Catching up... - Recuperando... - - - - Last received block was generated %1. - El ultimo bloque recibido fue generado %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Esta transacción supera el límite. Puedes seguir enviandola incluyendo una comisión de %s que se va a repartir entre los nodos que procesan su transacción y ayudan a mantener la red. ¿Quieres seguir con la transacción? - - - - Sending... - Enviando... - - - - Sent transaction - Transacción enviada - - - - Incoming transaction - Transacción entrante - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Fecha: %1 -Cantidad: %2 -Tipo: %3 -Dirección: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - La cartera esta <b>encriptada</b> y actualmente <b>desbloqueda</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - La cartera esta <b>encriptada</b> y actualmente <b>bloqueda</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Unidad en la que mostrar cantitades: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Elige la subdivisión por defecto para mostrar cantidaded en la interfaz cuando se envien monedas - - - - Display addresses in transaction list - Muestra direcciones en el listado de movimientos - - - - EditAddressDialog - - - Edit Address - Editar Dirección - - - - &Label - &Etiqueta - - - - The label associated with this address book entry - La etiqueta asociada con esta entrada de la guia - - - - &Address - &Dirección - - - - The address associated with this address book entry. This can only be modified for sending addresses. - La dirección asociada con esta entrada en la guia. Solo puede ser modificada para direcciónes de envío. - - - - New receiving address - Nueva dirección para recibir - - - - New sending address - Nueva dirección para enviar - - - - Edit receiving address - Editar dirección de recepción - - - - Edit sending address - Editar dirección de envio - - - - The entered address "%1" is already in the address book. - La dirección introducia "%1" ya esta guardada en la guia. - - - - The entered address "%1" is not a valid bitcoin address. - La dirección introducida "%1" no es una dirección Bitcoin valida. - - - - Could not unlock wallet. - No se pudo desbloquear la cartera. - - - - New key generation failed. - La generación de nueva clave fallida. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Arranca Bitcoin al iniciar el sistema - - - - Automatically start Bitcoin after the computer is turned on - Arranca Bitcoin cuando se encienda el ordenador - - - - &Minimize to the tray instead of the taskbar - &Minimiza a la bandeja en vez de la barra de tareas - - - - Show only a tray icon after minimizing the window - Muestra solo el icono de sistema cuando se minimize la ventana - - - - Map port using &UPnP - Mapea el puerto usando &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Intenta abrir el puerto adecuado en el router automaticamente. Esta opcion solo funciona si el router soporta UPnP y esta activado. - - - - M&inimize on close - M&inimiza a la bandeja al cerrar - - - - 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. - Minimiza la ventana en lugar de salir de la aplicación.Cuando esta opcion esta activa la aplicación solo se puede cerrar seleccionando Salir desde el menu. - - - - &Connect through SOCKS4 proxy: - &Conecta atraves de un proxy SOCKS4: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Conecta a la red Bitcoin atraves de un proxy SOCKS4 (ej. para conectar con la red Tor) - - - - Proxy &IP: - &IP Proxy: - - - - IP address of the proxy (e.g. 127.0.0.1) - Dirección IP del proxy (ej. 127.0.0.1) - - - - &Port: - &Puerto: - - - - Port of the proxy (e.g. 1234) - Puerto del servidor proxy (ej. 1234) - - - - 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 - Comision de &transacciónes - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - La dirección donde enviar el pago (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Elije dirección de la guia - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Pega dirección desde portapapeles - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Copia la dirección seleccionada al portapapeles - - - - &Copy to Clipboard - &Copiar al portapapeles - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Principal - - - - Display - Mostrado - - - - Options - Opciones - - - - OverviewPage - - - Form - Desde - - - - Balance: - Balance: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Numero de movimientos: - - - - 0 - 0 - - - - Unconfirmed: - No confirmado(s): - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Cartera</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Movimientos recientes</b> - - - - Your current balance - Tu balance actual - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - El total de las transacciones que faltan por confirmar y que no se cuentan para el total general. - - - - Total number of transactions in wallet - El numero total de movimiento en cartera - - - - QRCodeDialog - - - Dialog - Cambiar contraseña - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Mensaje: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Envia monedas - - - - Send to multiple recipients at once - Envia a multiples destinatarios de una vez - - - - &Add recipient... - &Agrega destinatario... - - - - Remove all transaction fields - - - - - Clear all - &Borra todos - - - - Balance: - Balance: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Confirma el envio - - - - &Send - &Envía - - - - <b>%1</b> to %2 (%3) - <b>%1</b> to %2 (%3) - - - - Confirm send coins - Confirmar el envio de monedas - - - - Are you sure you want to send %1? - Estas seguro que quieres enviar %1? - - - - and - y - - - - The recepient address is not valid, please recheck. - La dirección de destinatarion no es valida, comprueba otra vez. - - - - The amount to pay must be larger than 0. - La cantidad por pagar tiene que ser mayor 0. - - - - Amount exceeds your balance - La cantidad sobrepasa tu saldo - - - - Total exceeds your balance when the %1 transaction fee is included - El total sobrepasa tu saldo cuando se incluyen %1 como tasa de envio - - - - Duplicate address found, can only send to each address once in one send operation - Tienes una dirección duplicada, solo puedes enviar a direcciónes individuales de una sola vez - - - - Error: Transaction creation failed - Error: La transacción no se pudo crear - - - - 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: La transacción fue rechazada. Esto puede haber ocurrido si alguna de las monedas ya estaba gastada o si ha usado una copia de wallet.dat y las monedas se gastaron en la copia pero no se han marcado como gastadas aqui. - - - - SendCoinsEntry - - - Form - Envio - - - - A&mount: - Cantidad: - - - - Pay &To: - &Pagar a: - - - - - Enter a label for this address to add it to your address book - Introduce una etiqueta a esta dirección para añadirla a tu guia - - - - &Label: - &Etiqueta: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - La dirección donde enviar el pago (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Elije dirección de la guia - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Pega dirección desde portapapeles - - - - Alt+P - Alt+P - - - - Remove this recipient - Elimina destinatario - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Abierto hasta %1 bloques - - - - Open until %1 - Abierto hasta %1 - - - - %1/offline? - %1/fuera de linea? - - - - %1/unconfirmed - %1/no confirmado - - - - %1 confirmations - %1 confirmaciónes - - - - <b>Status:</b> - <b>Estado:</b> - - - - , has not been successfully broadcast yet - , no ha sido emitido satisfactoriamente todavía - - - - , broadcast through %1 node - , emitido mediante %1 nodo - - - - , broadcast through %1 nodes - , emitido mediante %1 nodos - - - - <b>Date:</b> - <b>Fecha:</b> - - - - <b>Source:</b> Generated<br> - <b>Fuente:</b> Generado<br> - - - - - <b>From:</b> - <b>De:</b> - - - - unknown - desconocido - - - - - - <b>To:</b> - <b>Para:</b> - - - - (yours, label: - (tuya, etiqueta: - - - - (yours) - (tuya) - - - - - - - <b>Credit:</b> - <b>Crédito:</b> - - - - (%1 matures in %2 more blocks) - (%1 madura en %1 bloques mas) - - - - (not accepted) - (no aceptada) - - - - - - <b>Debit:</b> - <b>Débito:</b> - - - - <b>Transaction fee:</b> - <b>Comisión transacción:</b> - - - - <b>Net amount:</b> - <b>Cantidad total:</b> - - - - Message: - Mensaje: - - - - Comment: - Comentario: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Las monedas generadas deben esperar 120 bloques antes de ser gastadas. Cuando has generado este bloque se emitió a la red para ser agregado en la cadena de bloques. Si falla al incluirse en la cadena, cambiará a "no aceptado" y las monedas no se podrán gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque casi al mismo tiempo que el tuyo. - - - - TransactionDescDialog - - - Transaction details - Detalles de transacción - - - - This pane shows a detailed description of the transaction - Esta ventana muestra información detallada sobre la transacción - - - - TransactionTableModel - - - Date - Fecha - - - - Type - Tipo - - - - Address - Dirección - - - - Amount - Cantidad - - - - Open for %n block(s) - Abierto por %n bloqueAbierto por %n bloques - - - - Open until %1 - Abierto hasta %1 - - - - Offline (%1 confirmations) - Fuera de linea (%1 confirmaciónes) - - - - Unconfirmed (%1 of %2 confirmations) - No confirmado (%1 de %2 confirmaciónes) - - - - Confirmed (%1 confirmations) - Confirmado (%1 confirmaciones) - - - - Mined balance will be available in %n more blocks - El balance minado estará disponible en %n bloque masEl balance minado estará disponible en %n bloques mas - - - - This block was not received by any other nodes and will probably not be accepted! - Este bloque no ha sido recibido por otros nodos y probablemente no sea aceptado ! - - - - Generated but not accepted - Generado pero no acceptado - - - - Received with - Recibido con - - - - Received from - - - - - Sent to - Enviado a - - - - Payment to yourself - Pago proprio - - - - Mined - Minado - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Estado de transacción. Pasa el raton sobre este campo para ver el numero de confirmaciónes. - - - - Date and time that the transaction was received. - Fecha y hora cuando se recibió la transaccion - - - - Type of transaction. - Tipo de transacción. - - - - Destination address of transaction. - Dirección de destino para la transacción - - - - Amount removed from or added to balance. - Cantidad restada o añadida al balance - - - - TransactionView - - - - All - Todo - - - - Today - Hoy - - - - This week - Esta semana - - - - This month - Esta mes - - - - Last month - Mes pasado - - - - This year - Este año - - - - Range... - Rango... - - - - Received with - Recibido con - - - - Sent to - Enviado a - - - - To yourself - A ti mismo - - - - Mined - Minado - - - - Other - Otra - - - - Enter address or label to search - Introduce una dirección o etiqueta para buscar - - - - Min amount - Cantidad minima - - - - Copy address - Copia dirección - - - - Copy label - Copia etiqueta - - - - Copy amount - - - - - Edit label - Edita etiqueta - - - - Show details... - Muestra detalles... - - - - Export Transaction Data - Exportar datos de transacción - - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - - Confirmed - Confirmado - - - - Date - Fecha - - - - Type - Tipo - - - - Label - Etiqueta - - - - Address - Dirección - - - - Amount - Cantidad - - - - ID - ID - - - - Error exporting - Error exportando - - - - Could not write to file %1. - No se pudo escribir en el archivo %1. - - - - Range: - Rango: - - - - to - para - - - - WalletModel - - - Sending... - Enviando... - - - - bitcoin-core - - - Bitcoin version - Versión Bitcoin - - - - Usage: - Uso: - - - - Send command to -server or bitcoind - Envia comando a bitcoin lanzado con -server u bitcoind - - - - - List commands - Muestra comandos - - - - - Get help for a command - Recibir ayuda para un comando - - - - - Options: - Opciones: - - - - - Specify configuration file (default: bitcoin.conf) - Especifica archivo de configuración (predeterminado: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Especifica archivo pid (predeterminado: bitcoin.pid) - - - - - Generate coins - Genera monedas - - - - - Don't generate coins - No generar monedas - - - - - Start minimized - Arranca minimizado - - - - - Specify data directory - Especifica directorio para los datos - - - - - Specify connection timeout (in milliseconds) - Especifica tiempo de espera para conexion (en milisegundos) - - - - - Connect through socks4 proxy - Conecta mediante proxy socks4 - - - - - Allow DNS lookups for addnode and connect - Permite búsqueda DNS para addnode y connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - Agrega un nodo para conectarse - - - - - Connect only to the specified node - Conecta solo al nodo especificado - - - - - Don't accept connections from outside - No aceptar conexiones desde el exterior - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - No intentar usar UPnP para mapear el puerto de entrada - - - - - Attempt to use UPnP to map the listening port - Intenta usar UPnP para mapear el puerto de escucha. - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - Aceptar comandos consola y JSON-RPC - - - - - Run in the background as a daemon and accept commands - Correr como demonio y acepta comandos - - - - - Use the test network - Usa la red de pruebas - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - Usuario para las conexiones JSON-RPC - - - - - Password for JSON-RPC connections - Contraseña para las conexiones JSON-RPC - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Escucha conexiones JSON-RPC en el puerto <port> (predeterminado: 8332) - - - - - Allow JSON-RPC connections from specified IP address - Permite conexiones JSON-RPC desde la dirección IP especificada - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Envia comando al nodo situado en <ip> (predeterminado: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Ajusta el numero de claves en reserva <n> (predeterminado: 100) - - - - - Rescan the block chain for missing wallet transactions - Rescanea la cadena de bloques para transacciones perdidas de la cartera - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - Opciones SSL: (ver la Bitcoin Wiki para instrucciones de configuración SSL) - - - - - Use OpenSSL (https) for JSON-RPC connections - Usa OpenSSL (https) para las conexiones JSON-RPC - - - - - Server certificate file (default: server.cert) - Certificado del servidor (Predeterminado: server.cert) - - - - - Server private key (default: server.pem) - Clave privada del servidor (Predeterminado: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cifrados aceptados (Predeterminado: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - Este mensaje de ayuda - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - No se puede obtener permiso de trabajo en la carpeta de datos %s. Probablemente Bitcoin ya se está ejecutando. - - - - - Loading addresses... - Cargando direcciónes... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - Cargando el index de bloques... - - - - Loading wallet... - Cargando cartera... - - - - Rescanning... - Rescaneando... - - - - Done loading - Carga completa - - - - Invalid -proxy address - Dirección -proxy invalida - - - - Invalid amount for -paytxfee=<amount> - Cantidad inválida para -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Precaución: -paytxfee es muy alta. Esta es la comisión que pagarás si envias una transacción. - - - - Error: CreateThread(StartNode) failed - Error: CreateThread(StartNode) fallido - - - - Warning: Disk space is low - Atención: Poco espacio en el disco duro - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - No es posible escuchar en el puerto %d en este ordenador. Probablemente Bitcoin ya se está ejecutando. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Precaución: Por favor revisa que la fecha y hora de tu ordenador son correctas. Si tu reloj está mal Bitcoin no funcionará correctamente. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts deleted file mode 100644 index d0986b6..0000000 --- a/src/qt/locale/bitcoin_es_CL.ts +++ /dev/null @@ -1,2006 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Sobre Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> - versión - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Guia de direcciones - - - - 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. - - - - Double-click to edit address or label - Haz doble clic para editar una dirección o etiqueta - - - - Create a new address - Crea una nueva dirección - - - - &New Address... - &Nueva dirección - - - - Copy the currently selected address to the system clipboard - Copia la dirección seleccionada al portapapeles - - - - &Copy to Clipboard - &Copiar al portapapeles - - - - Show &QR Code - Mostrar Código &QR - - - - Sign a message to prove you own this address - Firmar un mensaje para provar que usted es dueño de esta dirección - - - - &Sign Message - Firmar Mensaje - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Borra la dirección seleccionada de la lista. Solo las direcciónes de envio se pueden borrar. - - - - &Delete - &Borrar - - - - Copy address - Copia dirección - - - - Copy label - Copia etiqueta - - - - Edit - Editar - - - - Delete - Borrar - - - - Export Address Book Data - Exporta datos de la guia de direcciones - - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - - Error exporting - Exportar errores - - - - Could not write to file %1. - No se pudo escribir al archivo %1. - - - - AddressTableModel - - - Label - Etiqueta - - - - Address - Dirección - - - - (no label) - (sin etiqueta) - - - - AskPassphraseDialog - - - Dialog - Cambiar contraseña - - - - - TextLabel - Cambiar contraseña: - - - - Enter passphrase - Introduce contraseña actual - - - - New passphrase - Nueva contraseña - - - - Repeat new passphrase - Repite nueva contraseña: - - - - 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>. - Introduce la nueva contraseña para la billetera.<br/>Por favor utiliza un contraseña <b>de 10 o mas caracteres aleatorios</b>, u <b>ocho o mas palabras</b>. - - - - Encrypt wallet - Codificar billetera - - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita la contraseña para desbloquear la billetera. - - - - Unlock wallet - Desbloquea billetera - - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación necesita la contraseña para decodificar la billetara. - - - - Decrypt wallet - Decodificar cartera - - - - Change passphrase - Cambia contraseña - - - - Enter the old and new passphrase to the wallet. - Introduce la contraseña anterior y la nueva de cartera - - - - Confirm wallet encryption - Confirma la codificación de cartera - - - - 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? - ATENCIÓN: ¡Si codificas tu billetera y pierdes la contraseña perderás <b>TODOS TUS BITCOINS</b>!" -¿Seguro que quieres seguir codificando la billetera? - - - - - Wallet encrypted - Billetera codificada - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin se cerrará para finalizar el proceso de encriptación. Recuerde que encriptar su billetera no protegera completatamente sus bitcoins de ser robados por malware que infecte su computador - - - - - Warning: The Caps Lock key is on. - Precaucion: Mayúsculas Activadas - - - - - - - Wallet encryption failed - Falló la codificación de la billetera - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - La codificación de la billetera falló debido a un error interno. Tu billetera no ha sido codificada. - - - - - The supplied passphrases do not match. - Las contraseñas no coinciden. - - - - Wallet unlock failed - Ha fallado el desbloqueo de la billetera - - - - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para decodificar la billetera es incorrecta. - - - - Wallet decryption failed - Ha fallado la decodificación de la billetera - - - - Wallet passphrase was succesfully changed. - La contraseña de billetera ha sido cambiada con éxito. - - - - BitcoinGUI - - - Bitcoin Wallet - Billetera Bitcoin - - - - - Synchronizing with network... - Sincronizando con la red... - - - - Block chain synchronization in progress - Sincronización de la cadena de bloques en progreso - - - - &Overview - &Vista general - - - - Show general overview of wallet - Muestra una vista general de la billetera - - - - &Transactions - &Transacciónes - - - - Browse transaction history - Explora el historial de transacciónes - - - - &Address Book - &Guia de direcciónes - - - - Edit the list of stored addresses and labels - Edita la lista de direcciones y etiquetas almacenadas - - - - &Receive coins - &Recibir monedas - - - - Show the list of addresses for receiving payments - Muestra la lista de direcciónes utilizadas para recibir pagos - - - - &Send coins - &Envíar monedas - - - - Send coins to a bitcoin address - Enviar monedas a una dirección bitcoin - - - - Sign &message - Firmar Mensaje - - - - Prove you control an address - Suministre dirección de control - - - - E&xit - &Salir - - - - Quit application - Salir del programa - - - - &About %1 - S&obre %1 - - - - Show information about Bitcoin - Muestra información acerca de Bitcoin - - - - About &Qt - Acerca de - - - - Show information about Qt - Mostrar Información sobre QT - - - - &Options... - &Opciones - - - - Modify configuration options for bitcoin - Modifica las opciones de configuración de bitcoin - - - - Open &Bitcoin - Abre &Bitcoin - - - - Show the Bitcoin window - Muestra la ventana de Bitcoin - - - - &Export... - &Exportar... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Codificar la billetera - - - - Encrypt or decrypt wallet - Codificar o decodificar la billetera - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Cambiar la contraseña - - - - Change the passphrase used for wallet encryption - Cambiar la contraseña utilizada para la codificación de la billetera - - - - &File - &Archivo - - - - &Settings - &Configuración - - - - &Help - &Ayuda - - - - Tabs toolbar - Barra de pestañas - - - - Actions toolbar - Barra de acciónes - - - - [testnet] - [red-de-pruebas] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n conexión activa hacia la red Bitcoin%n conexiones activas hacia la red Bitcoin - - - - Downloaded %1 of %2 blocks of transaction history. - Descargados %1 de %2 bloques del historial de transacciones. - - - - Downloaded %1 blocks of transaction history. - Descargado %1 bloques del historial de transacciones. - - - - %n second(s) ago - Hace %n segundoHace %n segundos - - - - %n minute(s) ago - Hace %n minutoHace %n minutos - - - - %n hour(s) ago - Hace %n horaHace %n horas - - - - %n day(s) ago - Hace %n díaHace %n días - - - - Up to date - Actualizado - - - - Catching up... - Recuperando... - - - - Last received block was generated %1. - El ultimo bloque recibido fue generado %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Esta transacción supera el límite. Puedes seguir enviandola incluyendo una comisión de %s que se va a repartir entre los nodos que procesan su transacción y ayudan a mantener la red. ¿Quieres seguir con la transacción? - - - - Sending... - Enviando... - - - - Sent transaction - Transacción enviada - - - - Incoming transaction - Transacción entrante - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Fecha: %1 -Cantidad: %2 -Tipo: %3 -Dirección: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - La billetera esta <b>codificada</b> y actualmente <b>desbloqueda</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - La billetera esta <b>codificada</b> y actualmente <b>bloqueda</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Unidad en la que mostrar cantitades: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Elige la subdivisión por defecto para mostrar cantidaded en la interfaz cuando se envien monedas - - - - Display addresses in transaction list - Muestra direcciones en el listado de transaccioines - - - - EditAddressDialog - - - Edit Address - Editar dirección - - - - &Label - &Etiqueta - - - - The label associated with this address book entry - La etiqueta asociada con esta entrada de la libreta de direcciones - - - - &Address - &Dirección - - - - The address associated with this address book entry. This can only be modified for sending addresses. - La dirección asociada con esta entrada en la libreta de direcciones. Solo puede ser modificada para direcciónes de envío. - - - - New receiving address - Nueva dirección para recibir - - - - New sending address - Nueva dirección para enviar - - - - Edit receiving address - Editar dirección de recepción - - - - Edit sending address - Editar dirección de envio - - - - The entered address "%1" is already in the address book. - La dirección introducida "%1" ya esta guardada en la libreta de direcciones. - - - - The entered address "%1" is not a valid bitcoin address. - La dirección introducida "%1" no es una dirección Bitcoin valida. - - - - Could not unlock wallet. - No se pudo desbloquear la billetera. - - - - New key generation failed. - La generación de nueva clave falló. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Inicia Bitcoin al iniciar el sistema - - - - Automatically start Bitcoin after the computer is turned on - Inicia Bitcoin automáticamente despues de encender el computador - - - - &Minimize to the tray instead of the taskbar - &Minimiza a la bandeja en vez de la barra de tareas - - - - Show only a tray icon after minimizing the window - Muestra solo un ícono en la bandeja después de minimizar la ventana - - - - Map port using &UPnP - Direcciona el puerto usando &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Abre automáticamente el puerto del cliente Bitcoin en el router. Esto funciona solo cuando tu router es compatible con UPnP y está habilitado. - - - - M&inimize on close - M&inimiza a la bandeja al cerrar - - - - 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. - Minimiza la ventana en lugar de salir del programa cuando la ventana se cierra. Cuando esta opción esta activa el programa solo se puede cerrar seleccionando Salir desde el menu. - - - - &Connect through SOCKS4 proxy: - &Conecta a traves de un proxy SOCKS4: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Conecta a la red Bitcoin a través de un proxy SOCKS4 (ej. cuando te conectas por la red Tor) - - - - Proxy &IP: - &IP Proxy: - - - - IP address of the proxy (e.g. 127.0.0.1) - Dirección IP del servidor proxy (ej. 127.0.0.1) - - - - &Port: - &Puerto: - - - - Port of the proxy (e.g. 1234) - Puerto del servidor proxy (ej. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Comisión opcional por kB que ayuda a asegurar que sus transacciones son procesadas rápidamente. La mayoria de transacciones son de 1 KB. Se recomienda comisión de 0.01 - - - - Pay transaction &fee - Comisión de &transacciónes - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Comisión opcional por kB que ayuda a asegurar que sus transacciones son procesadas rápidamente. La mayoria de transacciones son de 1 KB. Se recomienda comisión de 0.01 - - - - MessagePage - - - Message - Mensaje - - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - La dirección donde enviar el pago (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Elije dirección de la guia - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Pega dirección desde portapapeles - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Escriba el mensaje que desea firmar - - - - Click "Sign Message" to get signature - Click en "Firmar Mensage" para conseguir firma - - - - Sign a message to prove you own this address - Firmar un mensjage para probar que usted es dueño de esta dirección - - - - &Sign Message - & Firmar Mensaje - - - - Copy the currently selected address to the system clipboard - Copiar la dirección seleccionada al portapapeles - - - - &Copy to Clipboard - &Copiar al portapapeles - - - - - - Error signing - Error al firmar - - - - %1 is not a valid address. - %1 no es una dirección válida. - - - - Private key for %1 is not available. - Llave privada para %q no esta disponible. - - - - Sign failed - Falló Firma - - - - OptionsDialog - - - Main - Principal - - - - Display - Mostrado - - - - Options - Opciones - - - - OverviewPage - - - Form - Formulario - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Numero de transacciones: - - - - 0 - 0 - - - - Unconfirmed: - No confirmados: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Cartera</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Transacciones recientes</b> - - - - Your current balance - Tu saldo actual - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Total de transacciones que no han sido confirmadas aun, y que no cuentan para el saldo actual. - - - - Total number of transactions in wallet - Número total de transacciones en la billetera - - - - QRCodeDialog - - - Dialog - Cambiar contraseña - - - - QR Code - Código QR - - - - Request Payment - Solicitar Pago - - - - Amount: - Cantidad: - - - - BTC - BTC - - - - Label: - Etiqueta - - - - Message: - Mensaje: - - - - &Save As... - &Guardar Como... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Enviar monedas - - - - Send to multiple recipients at once - Enviar a múltiples destinatarios - - - - &Add recipient... - &Agrega destinatario... - - - - Remove all transaction fields - Remover todos los campos de la transacción - - - - Clear all - &Borra todos - - - - Balance: - Balance: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Confirma el envio - - - - &Send - &Envía - - - - <b>%1</b> to %2 (%3) - <b>%1</b> to %2 (%3) - - - - Confirm send coins - Confirmar el envio de monedas - - - - Are you sure you want to send %1? - Estas seguro que quieres enviar %1? - - - - and - y - - - - The recepient address is not valid, please recheck. - La dirección de destinatarion no es valida, comprueba otra vez. - - - - The amount to pay must be larger than 0. - La cantidad por pagar tiene que ser mayor 0. - - - - Amount exceeds your balance - La cantidad sobrepasa tu saldo - - - - Total exceeds your balance when the %1 transaction fee is included - El total sobrepasa tu saldo cuando se incluyen %1 como tasa de envio - - - - Duplicate address found, can only send to each address once in one send operation - Tienes una dirección duplicada, solo puedes enviar a direcciónes individuales de una sola vez - - - - Error: Transaction creation failed - Error: La transacción no se pudo crear - - - - 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: La transacción fue rechazada. Esto puede haber ocurrido si alguna de las monedas ya estaba gastada o si ha usado una copia de wallet.dat y las monedas se gastaron en la copia pero no se han marcado como gastadas aqui. - - - - SendCoinsEntry - - - Form - Envio - - - - A&mount: - Cantidad: - - - - Pay &To: - &Pagar a: - - - - - Enter a label for this address to add it to your address book - Introduce una etiqueta a esta dirección para añadirla a tu guia - - - - &Label: - &Etiqueta: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - La dirección donde enviar el pago (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Elije dirección de la guia - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Pega dirección desde portapapeles - - - - Alt+P - Alt+P - - - - Remove this recipient - Elimina destinatario - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Abierto hasta %1 bloques - - - - Open until %1 - Abierto hasta %1 - - - - %1/offline? - %1/fuera de linea? - - - - %1/unconfirmed - %1/no confirmado - - - - %1 confirmations - %1 confirmaciónes - - - - <b>Status:</b> - <b>Estado:</b> - - - - , has not been successfully broadcast yet - , no ha sido emitido satisfactoriamente todavía - - - - , broadcast through %1 node - , emitido mediante %1 nodo - - - - , broadcast through %1 nodes - , emitido mediante %1 nodos - - - - <b>Date:</b> - <b>Fecha:</b> - - - - <b>Source:</b> Generated<br> - <b>Fuente:</b> Generado<br> - - - - - <b>From:</b> - <b>De:</b> - - - - unknown - desconocido - - - - - - <b>To:</b> - <b>Para:</b> - - - - (yours, label: - (tuya, etiqueta: - - - - (yours) - (tuya) - - - - - - - <b>Credit:</b> - <b>Crédito:</b> - - - - (%1 matures in %2 more blocks) - (%1 madura en %2 bloques mas) - - - - (not accepted) - (no aceptada) - - - - - - <b>Debit:</b> - <b>Débito:</b> - - - - <b>Transaction fee:</b> - <b>Comisión transacción:</b> - - - - <b>Net amount:</b> - <b>Cantidad total:</b> - - - - Message: - Mensaje: - - - - Comment: - Comentario: - - - - Transaction ID: - ID de Transacción: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Las monedas generadas deben esperar 120 bloques antes de ser gastadas. Cuando has generado este bloque se emitió a la red para ser agregado en la cadena de bloques. Si falla al incluirse en la cadena, cambiará a "no aceptado" y las monedas no se podrán gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque casi al mismo tiempo que el tuyo. - - - - TransactionDescDialog - - - Transaction details - Detalles de transacción - - - - This pane shows a detailed description of the transaction - Esta ventana muestra información detallada sobre la transacción - - - - TransactionTableModel - - - Date - Fecha - - - - Type - Tipo - - - - Address - Dirección - - - - Amount - Cantidad - - - - Open for %n block(s) - Abierto por %n bloqueAbierto por %n bloques - - - - Open until %1 - Abierto hasta %1 - - - - Offline (%1 confirmations) - Fuera de linea (%1 confirmaciónes) - - - - Unconfirmed (%1 of %2 confirmations) - No confirmado (%1 de %2 confirmaciónes) - - - - Confirmed (%1 confirmations) - Confirmado (%1 confirmaciones) - - - - Mined balance will be available in %n more blocks - El balance minado estará disponible en %n bloque masEl balance minado estará disponible en %n bloques mas - - - - This block was not received by any other nodes and will probably not be accepted! - Este bloque no ha sido recibido por otros nodos y probablemente no sea aceptado ! - - - - Generated but not accepted - Generado pero no acceptado - - - - Received with - Recibido con - - - - Received from - Recibido de - - - - Sent to - Enviado a - - - - Payment to yourself - Pagar a usted mismo - - - - Mined - Minado - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Estado de transacción. Pasa el raton sobre este campo para ver el numero de confirmaciónes. - - - - Date and time that the transaction was received. - Fecha y hora cuando se recibió la transaccion - - - - Type of transaction. - Tipo de transacción. - - - - Destination address of transaction. - Dirección de destino para la transacción - - - - Amount removed from or added to balance. - Cantidad restada o añadida al balance - - - - TransactionView - - - - All - Todo - - - - Today - Hoy - - - - This week - Esta semana - - - - This month - Esta mes - - - - Last month - Mes pasado - - - - This year - Este año - - - - Range... - Rango... - - - - Received with - Recibido con - - - - Sent to - Enviado a - - - - To yourself - A ti mismo - - - - Mined - Minado - - - - Other - Otra - - - - Enter address or label to search - Introduce una dirección o etiqueta para buscar - - - - Min amount - Cantidad minima - - - - Copy address - Copia dirección - - - - Copy label - Copia etiqueta - - - - Copy amount - Copiar Cantidad - - - - Edit label - Edita etiqueta - - - - Show details... - Muestra detalles... - - - - Export Transaction Data - Exportar datos de transacción - - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - - Confirmed - Confirmado - - - - Date - Fecha - - - - Type - Tipo - - - - Label - Etiqueta - - - - Address - Dirección - - - - Amount - Cantidad - - - - ID - ID - - - - Error exporting - Error exportando - - - - Could not write to file %1. - No se pudo escribir en el archivo %1. - - - - Range: - Rango: - - - - to - para - - - - WalletModel - - - Sending... - Enviando... - - - - bitcoin-core - - - Bitcoin version - Versión Bitcoin - - - - Usage: - Uso: - - - - Send command to -server or bitcoind - Envia comando a bitcoin lanzado con -server u bitcoind - - - - - List commands - Muestra comandos - - - - - Get help for a command - Recibir ayuda para un comando - - - - - Options: - Opciones: - - - - - Specify configuration file (default: bitcoin.conf) - Especifica archivo de configuración (predeterminado: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Especifica archivo pid (predeterminado: bitcoin.pid) - - - - - Generate coins - Genera monedas - - - - - Don't generate coins - No generar monedas - - - - - Start minimized - Arranca minimizado - - - - - Specify data directory - Especifica directorio para los datos - - - - - Specify connection timeout (in milliseconds) - Especifica tiempo de espera para conexion (en milisegundos) - - - - - Connect through socks4 proxy - Conecta mediante proxy socks4 - - - - - Allow DNS lookups for addnode and connect - Permite búsqueda DNS para addnode y connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Escuchar por conecciones en <puerto> (Por defecto: 8333 o red de prueba: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Mantener al menos <n> conecciones por cliente (por defecto: 125) - - - - Add a node to connect to - Agrega un nodo para conectarse - - - - - Connect only to the specified node - Conecta solo al nodo especificado - - - - - Don't accept connections from outside - No aceptar conexiones desde el exterior - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - Umbral de desconección de clientes con mal comportamiento (por defecto: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - No intentar usar UPnP para mapear el puerto de entrada - - - - - Attempt to use UPnP to map the listening port - Intenta usar UPnP para mapear el puerto de escucha. - - - - - Fee per kB to add to transactions you send - Comisión por kB para adicionarla a las transacciones enviadas - - - - Accept command line and JSON-RPC commands - Aceptar comandos consola y JSON-RPC - - - - - Run in the background as a daemon and accept commands - Correr como demonio y acepta comandos - - - - - Use the test network - Usa la red de pruebas - - - - - Output extra debugging information - Adjuntar informacion extra de depuracion - - - - Prepend debug output with timestamp - Anteponer salida de depuracion con marca de tiempo - - - - Send trace/debug info to console instead of debug.log file - Enviar informacion de seguimiento a la consola en vez del archivo debug.log - - - - Send trace/debug info to debugger - Enviar informacion de seguimiento al depurador - - - - Username for JSON-RPC connections - Usuario para las conexiones JSON-RPC - - - - - Password for JSON-RPC connections - Contraseña para las conexiones JSON-RPC - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Escucha conexiones JSON-RPC en el puerto <port> (predeterminado: 8332) - - - - - Allow JSON-RPC connections from specified IP address - Permite conexiones JSON-RPC desde la dirección IP especificada - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Envia comando al nodo situado en <ip> (predeterminado: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Ajusta el numero de claves en reserva <n> (predeterminado: 100) - - - - - Rescan the block chain for missing wallet transactions - Rescanea la cadena de bloques para transacciones perdidas de la cartera - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - Opciones SSL: (ver la Bitcoin Wiki para instrucciones de configuración SSL) - - - - - Use OpenSSL (https) for JSON-RPC connections - Usa OpenSSL (https) para las conexiones JSON-RPC - - - - - Server certificate file (default: server.cert) - Certificado del servidor (Predeterminado: server.cert) - - - - - Server private key (default: server.pem) - Clave privada del servidor (Predeterminado: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cifrados aceptados (Predeterminado: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - Este mensaje de ayuda - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - No se puede obtener permiso de trabajo en la carpeta de datos %s. Probablemente Bitcoin ya se está ejecutando. - - - - - Loading addresses... - Cargando direcciónes... - - - - Error loading addr.dat - Error cargando addr.dat - - - - Error loading blkindex.dat - Error cargando blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Error cargando wallet.dat: Billetera corrupta - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Error cargando wallet.dat: Billetera necesita una vercion reciente de Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - La billetera necesita ser reescrita: reinicie Bitcoin para completar - - - - Error loading wallet.dat - Error cargando wallet.dat - - - - Loading block index... - Cargando el index de bloques... - - - - Loading wallet... - Cargando cartera... - - - - Rescanning... - Rescaneando... - - - - Done loading - Carga completa - - - - Invalid -proxy address - Dirección -proxy invalida - - - - Invalid amount for -paytxfee=<amount> - Cantidad inválida para -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Precaución: -paytxfee es muy alta. Esta es la comisión que pagarás si envias una transacción. - - - - Error: CreateThread(StartNode) failed - Error: CreateThread(StartNode) fallido - - - - Warning: Disk space is low - Atención: Poco espacio en el disco duro - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - No es posible escuchar en el puerto %d en este ordenador. Probablemente Bitcoin ya se está ejecutando. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Precaución: Por favor revise que la fecha y hora de tu ordenador son correctas. Si tu reloj está mal configurado Bitcoin no funcionará correctamente. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts deleted file mode 100644 index a14037f..0000000 --- a/src/qt/locale/bitcoin_et.ts +++ /dev/null @@ -1,1963 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - - - - - <b>Bitcoin</b> version - - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - - - - - Double-click to edit address or label - - - - - Create a new address - Loo uus aadress - - - - &New Address... - &Uus aadress... - - - - Copy the currently selected address to the system clipboard - - - - - &Copy to Clipboard - Kopeeri lõikelauale - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - - - - - &Delete - &Kustuta - - - - Copy address - - - - - Copy label - - - - - Edit - - - - - Delete - - - - - Export Address Book Data - - - - - Comma separated file (*.csv) - - - - - Error exporting - Viga eksportimisel - - - - Could not write to file %1. - - - - - AddressTableModel - - - Label - Silt - - - - Address - Aadress - - - - (no label) - (silti pole) - - - - AskPassphraseDialog - - - Dialog - Dialoog - - - - - TextLabel - - - - - Enter passphrase - - - - - New passphrase - - - - - Repeat new passphrase - - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - - - - - Encrypt wallet - - - - - This operation needs your wallet passphrase to unlock the wallet. - - - - - Unlock wallet - - - - - This operation needs your wallet passphrase to decrypt the wallet. - - - - - Decrypt wallet - - - - - Change passphrase - - - - - Enter the old and new passphrase to the wallet. - - - - - Confirm wallet encryption - - - - - WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! -Are you sure you wish to encrypt your wallet? - - - - - - Wallet encrypted - - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - - - - - The supplied passphrases do not match. - - - - - Wallet unlock failed - - - - - - - The passphrase entered for the wallet decryption was incorrect. - - - - - Wallet decryption failed - - - - - Wallet passphrase was succesfully changed. - - - - - BitcoinGUI - - - Bitcoin Wallet - - - - - - Synchronizing with network... - - - - - Block chain synchronization in progress - - - - - &Overview - &Ülevaade - - - - Show general overview of wallet - - - - - &Transactions - &Tehingud - - - - Browse transaction history - Sirvi tehingute ajalugu - - - - &Address Book - &Aadressiraamat - - - - Edit the list of stored addresses and labels - - - - - &Receive coins - - - - - Show the list of addresses for receiving payments - - - - - &Send coins - - - - - Send coins to a bitcoin address - - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - - - - - &About %1 - - - - - Show information about Bitcoin - - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Valikud... - - - - Modify configuration options for bitcoin - - - - - Open &Bitcoin - - - - - Show the Bitcoin window - - - - - &Export... - &Ekspordi... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - - - - - Encrypt or decrypt wallet - - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - - - - - Change the passphrase used for wallet encryption - - - - - &File - &Fail - - - - &Settings - &Seaded - - - - &Help - &Abiinfo - - - - Tabs toolbar - - - - - Actions toolbar - - - - - [testnet] - - - - - bitcoin-qt - - - - - %n active connection(s) to Bitcoin network - - - - - Downloaded %1 of %2 blocks of transaction history. - - - - - Downloaded %1 blocks of transaction history. - - - - - %n second(s) ago - - - - - %n minute(s) ago - - - - - %n hour(s) ago - - - - - %n day(s) ago - - - - - Up to date - - - - - Catching up... - - - - - Last received block was generated %1. - - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - - - - - Sent transaction - - - - - Incoming transaction - - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - - - - - EditAddressDialog - - - Edit Address - Muuda aadressi - - - - &Label - Si&lt - - - - The label associated with this address book entry - - - - - &Address - - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - - - - - New sending address - - - - - Edit receiving address - - - - - Edit sending address - - - - - The entered address "%1" is already in the address book. - - - - - The entered address "%1" is not a valid bitcoin address. - - - - - Could not unlock wallet. - - - - - New key generation failed. - - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose adress from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - - - - - &Copy to Clipboard - Kopeeri lõikelauale - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - - - - - Display - - - - - Options - - - - - OverviewPage - - - Form - - - - - Balance: - - - - - 123.456 BTC - - - - - Number of transactions: - - - - - 0 - - - - - Unconfirmed: - - - - - 0 BTC - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - - <b>Recent transactions</b> - - - - - Your current balance - - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - - Total number of transactions in wallet - - - - - QRCodeDialog - - - Dialog - Dialoog - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Sõnum: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - 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 - - - - - &Send - - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - - - - - and - - - - - The recepient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - - - - - Amount exceeds your balance - - - - - Total exceeds your balance when the %1 transaction fee is included - - - - - Duplicate address found, can only send to each address once in one send operation - - - - - Error: Transaction creation failed - - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - - SendCoinsEntry - - - Form - - - - - A&mount: - - - - - Pay &To: - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - <b>Status:</b> - - - - - , has not been successfully broadcast yet - - - - - , broadcast through %1 node - - - - - , broadcast through %1 nodes - - - - - <b>Date:</b> - - - - - <b>Source:</b> Generated<br> - - - - - - <b>From:</b> - - - - - unknown - tundmatu - - - - - - <b>To:</b> - - - - - (yours, label: - - - - - (yours) - - - - - - - - <b>Credit:</b> - - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - - - - - - - <b>Debit:</b> - - - - - <b>Transaction fee:</b> - - - - - <b>Net amount:</b> - - - - - Message: - Sõnum: - - - - Comment: - Kommentaar: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - Kuupäev - - - - Type - Tüüp - - - - Address - Aadress - - - - Amount - Kogus - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - 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 - - - - - Edit label - - - - - Show details... - - - - - Export Transaction Data - - - - - Comma separated file (*.csv) - - - - - Confirmed - - - - - Date - Kuupäev - - - - Type - Tüüp - - - - Label - Silt - - - - Address - Aadress - - - - Amount - Kogus - - - - ID - - - - - Error exporting - Viga eksportimisel - - - - Could not write to file %1. - - - - - Range: - - - - - to - - - - - WalletModel - - - Sending... - - - - - bitcoin-core - - - Bitcoin version - - - - - Usage: - - - - - Send command to -server or bitcoind - - - - - List commands - - - - - Get help for a command - - - - - Options: - - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - - - - - Loading wallet... - - - - - Rescanning... - - - - - Done loading - - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_eu_ES.ts b/src/qt/locale/bitcoin_eu_ES.ts deleted file mode 100644 index b4e71af..0000000 --- a/src/qt/locale/bitcoin_eu_ES.ts +++ /dev/null @@ -1,1963 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> Bertsio - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Helbide-liburua - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - - - - - Double-click to edit address or label - - - - - Create a new address - Sortu helbide berria - - - - &New Address... - - - - - Copy the currently selected address to the system clipboard - - - - - &Copy to Clipboard - - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - - - - - &Delete - &Ezabatu - - - - Copy address - - - - - Copy label - - - - - Edit - - - - - Delete - - - - - Export Address Book Data - - - - - Comma separated file (*.csv) - - - - - Error exporting - - - - - Could not write to file %1. - - - - - AddressTableModel - - - Label - - - - - Address - Helbidea - - - - (no label) - - - - - AskPassphraseDialog - - - Dialog - - - - - - TextLabel - - - - - Enter passphrase - - - - - New passphrase - - - - - Repeat new passphrase - - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - - - - - Encrypt wallet - - - - - This operation needs your wallet passphrase to unlock the wallet. - - - - - Unlock wallet - - - - - This operation needs your wallet passphrase to decrypt the wallet. - - - - - Decrypt wallet - - - - - Change passphrase - - - - - Enter the old and new passphrase to the wallet. - - - - - Confirm wallet encryption - - - - - WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! -Are you sure you wish to encrypt your wallet? - - - - - - Wallet encrypted - - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - - - - - The supplied passphrases do not match. - - - - - Wallet unlock failed - - - - - - - The passphrase entered for the wallet decryption was incorrect. - - - - - Wallet decryption failed - - - - - Wallet passphrase was succesfully changed. - - - - - BitcoinGUI - - - Bitcoin Wallet - - - - - - Synchronizing with network... - - - - - Block chain synchronization in progress - - - - - &Overview - - - - - Show general overview of wallet - - - - - &Transactions - - - - - Browse transaction history - - - - - &Address Book - - - - - Edit the list of stored addresses and labels - - - - - &Receive coins - - - - - Show the list of addresses for receiving payments - - - - - &Send coins - - - - - Send coins to a bitcoin address - - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - - - - - &About %1 - - - - - Show information about Bitcoin - - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - - - - - Modify configuration options for bitcoin - - - - - Open &Bitcoin - - - - - Show the Bitcoin window - - - - - &Export... - - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - - - - - Encrypt or decrypt wallet - - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - - - - - Change the passphrase used for wallet encryption - - - - - &File - - - - - &Settings - - - - - &Help - - - - - Tabs toolbar - - - - - Actions toolbar - - - - - [testnet] - - - - - bitcoin-qt - - - - - %n active connection(s) to Bitcoin network - - - - - Downloaded %1 of %2 blocks of transaction history. - - - - - Downloaded %1 blocks of transaction history. - - - - - %n second(s) ago - - - - - %n minute(s) ago - - - - - %n hour(s) ago - - - - - %n day(s) ago - - - - - Up to date - - - - - Catching up... - - - - - Last received block was generated %1. - - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - - - - - Sent transaction - - - - - Incoming transaction - - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - - - - - EditAddressDialog - - - Edit Address - - - - - &Label - - - - - The label associated with this address book entry - - - - - &Address - - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - - - - - New sending address - - - - - Edit receiving address - - - - - Edit sending address - - - - - The entered address "%1" is already in the address book. - - - - - The entered address "%1" is not a valid bitcoin address. - - - - - Could not unlock wallet. - - - - - New key generation failed. - - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose adress from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - - - - - &Copy to Clipboard - - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - - - - - Display - - - - - Options - - - - - OverviewPage - - - Form - - - - - Balance: - - - - - 123.456 BTC - - - - - Number of transactions: - - - - - 0 - - - - - Unconfirmed: - - - - - 0 BTC - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - - <b>Recent transactions</b> - - - - - Your current balance - - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - - Total number of transactions in wallet - - - - - QRCodeDialog - - - Dialog - - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - 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 - - - - - &Send - - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - - - - - and - - - - - The recepient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - - - - - Amount exceeds your balance - - - - - Total exceeds your balance when the %1 transaction fee is included - - - - - Duplicate address found, can only send to each address once in one send operation - - - - - Error: Transaction creation failed - - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - - SendCoinsEntry - - - Form - - - - - A&mount: - - - - - Pay &To: - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - <b>Status:</b> - - - - - , has not been successfully broadcast yet - - - - - , broadcast through %1 node - - - - - , broadcast through %1 nodes - - - - - <b>Date:</b> - - - - - <b>Source:</b> Generated<br> - - - - - - <b>From:</b> - - - - - unknown - - - - - - - <b>To:</b> - - - - - (yours, label: - - - - - (yours) - - - - - - - - <b>Credit:</b> - - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - - - - - - - <b>Debit:</b> - - - - - <b>Transaction fee:</b> - - - - - <b>Net amount:</b> - - - - - Message: - - - - - Comment: - - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - - - - - Type - - - - - Address - Helbidea - - - - Amount - - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - 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 - - - - - Edit label - - - - - Show details... - - - - - Export Transaction Data - - - - - Comma separated file (*.csv) - - - - - Confirmed - - - - - Date - - - - - Type - - - - - Label - - - - - Address - Helbidea - - - - Amount - - - - - ID - - - - - Error exporting - - - - - Could not write to file %1. - - - - - Range: - - - - - to - - - - - WalletModel - - - Sending... - - - - - bitcoin-core - - - Bitcoin version - - - - - Usage: - - - - - Send command to -server or bitcoind - - - - - List commands - - - - - Get help for a command - - - - - Options: - - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - - - - - Loading wallet... - - - - - Rescanning... - - - - - Done loading - - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts deleted file mode 100644 index ed2aff6..0000000 --- a/src/qt/locale/bitcoin_fa.ts +++ /dev/null @@ -1,1980 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - در مورد بیتکویین - - - - - <b>Bitcoin</b> version - نسخه - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - کپی رایت © 2012-2009 Bitcoin Developers - -این یک نرم‌افزار آزمایشی است. - -توزیع شده تحت امتیاز نرم‌افزار MIT/X11، از فایل همراه با عنوان license.txt یا http://www.opensource.org/licenses/mit-license.php دیدن کنید. - -این محصول از نرم‌افزار ساخته شده در OpenSSL Project برای استفاده در جعبه ابزار OpenSSL‏ (http://www.openssl.org/‎)، نرم‌افزار نهفته نوشته شده توسط اریک یانگ (eay@cryptsoft.com) و نرم‌افزار UPnP نوشته شده توسط توماس برنارد تشکیل شده است. - - - - AddressBookPage - - - Address Book - دفتر آدرس - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - ااینجا آدرسهای بیتکویین هستند برای در یافت پر داختها. شما می توانید از مسیر های متفاوت پر داخت در بیابید بدین دلیل شما می توانید مسیر پر داخت کننده نگهداری کنید -درس روی پنجره اصلی نمایش می شود - - - - Double-click to edit address or label - برای ویرایش آدرس یا بر چسب دو بار کلیک کنید - - - - Create a new address - آدرس نو ایجاد کنید - - - - &New Address... - آدرس نو... - - - - Copy the currently selected address to the system clipboard - آدرس انتخاب شده در سیستم تخته رسم گیره دار کپی کنید - - - - &Copy to Clipboard - کپی در تخته رسم گیره دار - - - - Show &QR Code - نمایش &کد QR - - - - Sign a message to prove you own this address - یک پیام را امضا کنید تا ثابت کنید صاحب این نشانی هستید - - - - &Sign Message - &امضای پیام - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - آدرس انتخاب شده از لیست حذف کنید. فقط آدرسهای ارسال شده می شود حفذ کرد - - - - &Delete - آدرس نو - - - - Copy address - کپی آدرس - - - - Copy label - کپی بر چسب - - - - Edit - ویرایش - - - - Delete - حذف - - - - Export Address Book Data - آدرس انتخاب شده در سیستم تخته رسم گیره دار کپی کنید - - - - Comma separated file (*.csv) - Comma فایل جدا - - - - Error exporting - خطای صادرت - - - - Could not write to file %1. - تا فایل %1 نمی شود نوشت - - - - AddressTableModel - - - Label - ر چسب - - - - Address - ایل جدا - - - - (no label) - خطای صادرت - - - - AskPassphraseDialog - - - Dialog - تگفتگو - - - - - TextLabel - بر چسب - - - - Enter passphrase - وارد عبارت عبور - - - - New passphrase - عبارت عبور نو - - - - Repeat new passphrase - تکرار عبارت عبور نو - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - وارد کنید..&lt;br/&gt عبارت عبور نو در پنجره - 10 یا بیشتر کاراکتورهای تصادفی استفاده کنید &lt;b&gt لطفا عبارت عبور - - - - Encrypt wallet - رمز بندی پنجره - - - - This operation needs your wallet passphrase to unlock the wallet. - این عملیت نیاز عبارت عبور پنجره شما دارد برای رمز گشایی آن - - - - Unlock wallet - تکرار عبارت عبور نو - - - - This operation needs your wallet passphrase to decrypt the wallet. - این عملیت نیاز عبارت عبور شما دارد برای رمز بندی آن - - - - Decrypt wallet - رمز بندی پنجره - - - - Change passphrase - تغییر عبارت عبور - - - - Enter the old and new passphrase to the wallet. - عبارت عبور نو و قدیم در پنجره وارد کنید - - - - Confirm wallet encryption - تایید رمز گذاری - - - - WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! -Are you sure you wish to encrypt your wallet? - هشدار اگر شما روی پنجره رمز بگذارید و عبارت عبور فراموش کنید همه بیتکویینس شما گم می کنید. متماینید کن که می خواهید رمز بگذارید - - - - - Wallet encrypted - تغییر عبارت عبور - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Biticon هم اکنون بسته می‌شود تا فرایند رمزگذاری را تمام کند. به خاطر داشته باشید که رمزگذاری کیف پولتان نمی‌تواند به طور کامل بیتیکون‌های شما را در برابر دزدیده شدن توسط بدافزارهایی که رایانه شما را آلوده می‌کنند، محافظت نماید. - - - - - Warning: The Caps Lock key is on. - هشدار: کلید حروف بزرگ روشن است. - - - - - - - Wallet encryption failed - عبارت عبور نو و قدیم در پنجره وارد کنید - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - تنا موفق رمز بندی پنجره ناشی از خطای داخل شد. پنجره شما مرز بندی نشده است - - - - - The supplied passphrases do not match. - عبارت عبور عرضه تطابق نشد - - - - Wallet unlock failed - نجره رمز گذار شد - - - - - - The passphrase entered for the wallet decryption was incorrect. - اموفق رمز بندی پنجر - - - - Wallet decryption failed - ناموفق رمز بندی پنجره - - - - Wallet passphrase was succesfully changed. - عبارت عبور با موفقیت تغییر شد - - - - BitcoinGUI - - - Bitcoin Wallet - پنجره بیتکویین - - - - - Synchronizing with network... - همگام سازی با شبکه ... - - - - Block chain synchronization in progress - همگام زنجیر بلوک در حال پیشرفت - - - - &Overview - بررسی اجمالی - - - - Show general overview of wallet - نمای کلی پنجره نشان بده - - - - &Transactions - &amp;معاملات - - - - Browse transaction history - نمایش تاریخ معاملات - - - - &Address Book - دفتر آدرس - - - - Edit the list of stored addresses and labels - ویرایش لیست آدرسها و بر چسب های ذخیره ای - - - - &Receive coins - در یافت سکه - - - - Show the list of addresses for receiving payments - نمایش لیست آدرس ها برای در یافت پر داخت ها - - - - &Send coins - رسال سکه ها - - - - Send coins to a bitcoin address - ارسال سکه به آدرس بیتکویین - - - - Sign &message - امضای &پیام - - - - Prove you control an address - اثبات کنید که روی یک نشانی کنترل دارید - - - - E&xit - خروج - - - - Quit application - خروج از برنامه - - - - &About %1 - &حدود%1 - - - - Show information about Bitcoin - نمایش اطلاعات در مورد بیتکویین - - - - About &Qt - درباره &Qt - - - - Show information about Qt - نمایش اطلاعات درباره Qt - - - - &Options... - تنظیمات... - - - - Modify configuration options for bitcoin - صلاح تنظیمات برای بیتکویین - - - - Open &Bitcoin - باز کردن &amp;بیتکویین - - - - Show the Bitcoin window - نمایش پنجره بیتکویین - - - - &Export... - &;صادرات - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &رمز بندی پنجره - - - - Encrypt or decrypt wallet - رمز بندی یا رمز گشایی پنجره - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - تغییر عبارت عبور - - - - Change the passphrase used for wallet encryption - عبارت عبور رمز گشایی پنجره تغییر کنید - - - - &File - فایل - - - - &Settings - تنظیمات - - - - &Help - کمک - - - - Tabs toolbar - نوار ابزار زبانه ها - - - - Actions toolbar - نوار ابزار عملیت - - - - [testnet] - آزمایش شبکه - - - - bitcoin-qt - بیتکویین - - - - %n active connection(s) to Bitcoin network - در صد ارتباطات فعال بیتکویین با شبکه %n - - - - Downloaded %1 of %2 blocks of transaction history. - %1 %2 دانلود 1% 2% بلوک معاملات - - - - Downloaded %1 blocks of transaction history. - دانلود بلوکهای معملات %1 - - - - %n second(s) ago - %n بعد از چند دقیقه - - - - %n minute(s) ago - %n بعد از چند دقیقه - - - - %n hour(s) ago - %n بعد از چند دقیقه - - - - %n day(s) ago - %n بعد از چند روزز - - - - Up to date - تا تاریخ - - - - Catching up... - ابتلا به بالا - - - - Last received block was generated %1. - خرین بلوک در یافت شده تولید شده بود %1 - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - این معامله از اندازه محدوده بیشتر است. شما می توانید آد را با دستمزد 1% بفرستید که شامل گره معامله شما می باشد و به شبکه های اینترنتی کمک خواهد کردو آیا شما می خواهید این پول پر داخت%1 - - - - Sending... - ارسال... - - - - Sent transaction - معامله ارسال شده - - - - Incoming transaction - معامله در یافت شده - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - تاریخ %1 -مبلغ%2 -نوع %3 -آدرس %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - زمایش شبکهه - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - زمایش شبکه - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &;واحد نمایش مبلغ - - - - Choose the default subdivision unit to show in the interface, and when sending coins - زیر بخش پیش فرض در واسط انتخاب کنید و سکه ها ارسال کنید - - - - Display addresses in transaction list - نمایش آدرس ها در لیست معامله - - - - EditAddressDialog - - - Edit Address - اصلاح آدرس - - - - &Label - بر چسب - - - - The label associated with this address book entry - بر چسب با دفتر آدرس ورود مرتبط است - - - - &Address - آدرس - - - - The address associated with this address book entry. This can only be modified for sending addresses. - آدرس با دفتر آدرس ورودی مرتبط است. این فقط در مورد آدرسهای ارسال شده است - - - - New receiving address - آدرس در یافت نو - - - - New sending address - آدرس ارسال نو - - - - Edit receiving address - اصلاح آدرس در یافت - - - - Edit sending address - اصلاح آدرس ارسال - - - - The entered address "%1" is already in the address book. - %1آدرس وارد شده دیگر در دفتر آدرس است - - - - The entered address "%1" is not a valid bitcoin address. - آدرس وارد شده آدرس معتبر بیتکویید نیست %1 - - - - Could not unlock wallet. - رمز گشایی پنجره امکان پذیر نیست - - - - New key generation failed. - کلید نسل جدید ناموفق است - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - شروع بیتکویین از پنجره سیستم استارت - - - - Automatically start Bitcoin after the computer is turned on - شروع بیتکویین اتوماتین بعد از روشن کامپیوتر - - - - &Minimize to the tray instead of the taskbar - حد اقل رساندن در جای نوار ابزار ها - - - - Show only a tray icon after minimizing the window - نمایش فقط نماد سینی بعد از حد اقل رساندن پنجره - - - - Map port using &UPnP - درگاه با استفاده از - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - اتوماتیک باز کردن بندر بیتکویین در روتر . این فقط در مواردی می باشد که روتر با کمک یو پ ن پ کار می کند - - - - M&inimize on close - حد اقل رساندن در نزدیک - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - حد اقل رساندن در جای خروج بر نامه وقتیکه پنجره بسته است.وقتیکه این فعال است برنامه خاموش می شود بعد از انتخاب دستور خاموش در منیو - - - - &Connect through SOCKS4 proxy: - ارتباط با توسط - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - وسل به شبکه بیتکویین با توسط - - - - Proxy &IP: - درس پروکسی - - - - IP address of the proxy (e.g. 127.0.0.1) - درس پروکسی - - - - &Port: - پورت پروکسی - - - - Port of the proxy (e.g. 1234) - ورت پروکسی - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - نرخ اختیاری تراکنش هر کیلوبایت که به شما کمک می‌کند اطمینان پیدا کنید که تراکنش‌ها به سرعت پردازش می‌شوند. بیشتر تراکنش‌ها ۱ کیلوبایت هستند. نرخ 0.01 پیشنهاد می‌شود. - - - - Pay transaction &fee - دستمزد&amp;پر داخت معامله - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - نرخ اختیاری تراکنش هر کیلوبایت که به شما کمک می‌کند اطمینان پیدا کنید که تراکنش‌ها به سرعت پردازش می‌شوند. بیشتر تراکنش‌ها ۱ کیلوبایت هستند. نرخ 0.01 پیشنهاد می‌شود. - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - آدرس برای ارسال پر داخت (bijvoorbeeld: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - آدرس از دفتر انتخاب کنید - - - - Alt+A - Alt+A - - - - Paste address from clipboard - آدرس از تخته رسم گیره دار پست کنید - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - پیامی را که می‌خواهید امضا کنید در اینجا وارد کنید - - - - Click "Sign Message" to get signature - روی «امضای پیام» کلیک کنید تا امضا را دریافت نمایید - - - - Sign a message to prove you own this address - یک پیام را امضا کنید تا ثابت کنید صاحب این نشانی هستید - - - - &Sign Message - &امضای پیام - - - - Copy the currently selected address to the system clipboard - آدرس انتخاب شده در سیستم تخته رسم گیره دار کپی کنید - - - - &Copy to Clipboard - کپی در تخته رسم گیره دار - - - - - - Error signing - خطا در امضا - - - - %1 is not a valid address. - %1 یک نشانی معتبر نیست. - - - - Private key for %1 is not available. - کلید خصوصی برای %1 در دسترس نیست. - - - - Sign failed - امضا موفق نبود - - - - OptionsDialog - - - Main - صلی - - - - Display - دیسپلی - - - - Options - اصلی - - - - OverviewPage - - - Form - تراز - - - - Balance: - راز: - - - - 123.456 BTC - 123.456 بتس - - - - Number of transactions: - تعداد معامله - - - - 0 - 0 - - - - Unconfirmed: - تایید نشده - - - - 0 BTC - 0 - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ -<html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ -p, li { white-space: pre-wrap; }⏎ -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">⏎ -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">کیف پول</span></p></body></html> - - - - <b>Recent transactions</b> - اخرین معاملات&lt - - - - Your current balance - تزار جاری شما - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - تعداد معاملات که تایید شده ولی هنوز در تزار جاری شما بر شمار نرفته است - - - - Total number of transactions in wallet - تعداد معاملات در صندوق - - - - QRCodeDialog - - - Dialog - تگفتگو - - - - QR Code - کد QR - - - - Request Payment - درخواست پرداخت - - - - Amount: - مقدار: - - - - BTC - BTC - - - - Label: - برچسب: - - - - Message: - پیام - - - - &Save As... - &ذخیره به عنوان... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - ارسال سکه ها - - - - Send to multiple recipients at once - ارسال چندین در یافت ها فورا - - - - &Add recipient... - &;در یافت کننده اضافه کنید ... - - - - Remove all transaction fields - پاک کردن تمام ستون‌های تراکنش - - - - Clear all - >همه چیز پاک کنید - - - - Balance: - تزار : - - - - 123.456 BTC - 123.456 بتس - - - - Confirm the send action - عملیت دوم تایید کنید - - - - &Send - &;ارسال - - - - <b>%1</b> to %2 (%3) - (%3) تا <b>%1</b> درصد%2 - - - - Confirm send coins - ارسال سکه ها تایید کنید - - - - Are you sure you want to send %1? - %1شما متماینید که می خواهید 1% ارسال کنید ؟ - - - - and - و - - - - The recepient address is not valid, please recheck. - آدرس در یافت دو باره چک کنید - - - - The amount to pay must be larger than 0. - مبلغ پر داخت باید از 0 بیشتر باشد - - - - Amount exceeds your balance - مبلغ از تزار بیشتر است - - - - Total exceeds your balance when the %1 transaction fee is included - مجموعه از تزار شما بیشتر می باشد وقتیکه 1% معامله شامل می شود %1 - - - - Duplicate address found, can only send to each address once in one send operation - نشانی تکراری مشاهده شد. در یک عملیات ارسال فقط می‌توان یک بار به هر نشانی ارسال کرد - - - - Error: Transaction creation failed - خطا ایجاد معامله اشتباه است - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - خطا . معامله رد شد.این هنگامی که سکه ها در والت شما هنوز ارسال شده اند ولی شما کپی والت استفاده می کنید و سکه ها روی کپی فرستاده شده اند و به عنوان ارسال شنه مشخص نشده اتفاقی می افتد. - - - - SendCoinsEntry - - - Form - تراز - - - - A&mount: - A&amp;مبلغ : - - - - Pay &To: - به&amp;پر داخت : - - - - - Enter a label for this address to add it to your address book - برای آدرس بر پسب وارد کنید که در دفتر آدرس اضافه شود - - - - &Label: - & بر چسب - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - آدرس برای ارسال پر داخت (bijvoorbeeld: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - اآدرسن ازدفتر آدرس انتخاب کنید - - - - Alt+A - Alt+A - - - - Paste address from clipboard - آدرس از تخته رسم گیره دار پست کنید - - - - Alt+P - Alt+P - - - - Remove this recipient - بر داشتن این در یافت کننده - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - آدرس بیتکویین وارد کنید (bijvoorbeeld: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - باز کردن 1% بلوک 1%1 - - - - Open until %1 - باز کردن تا%1 - - - - %1/offline? - %1 انلاین نیست - - - - %1/unconfirmed - %1 تایید نشده - - - - %1 confirmations - ایید %1 - - - - <b>Status:</b> - &lt;b&gt;وضعیت :&lt;/b&gt; - - - - , has not been successfully broadcast yet - هنوز با مو فقیت ارسال نشده - - - - , broadcast through %1 node - ارسال توسط گره %1 - - - - , broadcast through %1 nodes - رسال توسط گره های %1 - - - - <b>Date:</b> - &lt;b&gt;تاریخ :&lt;/b&gt - - - - <b>Source:</b> Generated<br> - &lt;b&gt;منبع :&lt;/b&gt; Generated&lt;br&gt - - - - - <b>From:</b> - &lt;b&gt;از:&lt;/b&gt; - - - - unknown - مشخص نیست - - - - - - <b>To:</b> - &lt;b&gt;به :&lt;/b&gt; - - - - (yours, label: - مال شما ، بر چسب( - - - - (yours) - مال شما) ( - - - - - - - <b>Credit:</b> - &lt;b&gt;اعتبار :&lt;/b&gt; - - - - (%1 matures in %2 more blocks) - (%1 )بالغ در بلوک 2% و بیشتر%2 - - - - (not accepted) - قابل قبول نیست ( ) - - - - - - <b>Debit:</b> - &lt;b&gt;مقدار خالص:&lt;/b&gt; - - - - <b>Transaction fee:</b> - &lt;b&gt;پر داخت معامله :&lt;/b&gt; - - - - <b>Net amount:</b> - &lt;b&gt;مبلغ خالص :&lt;/b&gt; - - - - Message: - پیام - - - - Comment: - مورد نظر - - - - Transaction ID: - شماره تراکنش: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - برای ارسال واحد های تولید شده باید 120 بلوک باشند. هنگامی که بلون ایجاد می شود به شبکه ارسال می شود تا در زنجیر بلوکها اضافه شود. و گر نه بلوک به غیر قابول و غیر ارسال عوض می شود. این اتفاقی می افتد وقتی که همزمان گره دیگر در بلوک ایجاد می شود. - - - - TransactionDescDialog - - - Transaction details - جزییات معاملات - - - - This pane shows a detailed description of the transaction - در این قاب شیشه توصیف دقیق معامله نشان می شود - - - - TransactionTableModel - - - Date - تاریخ - - - - Type - نوع - - - - Address - ایل جدا - - - - Amount - مبلغ - - - - Open for %n block(s) - بلوک %n باز شده برای - - - - Open until %1 - از شده تا 1%1 - - - - Offline (%1 confirmations) - افلایین (%1) - - - - Unconfirmed (%1 of %2 confirmations) - تایید نشده (%1/%2) - - - - Confirmed (%1 confirmations) - تایید شده (%1) - - - - Mined balance will be available in %n more blocks - و بیشتر باشند قابل قابول می شود %n تزار اصلی بعد از اینکه بلوکها - - - - 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 - روگرفت مقدار - - - - Edit label - اصلاح بر چسب - - - - Show details... - جزییت نشان بده - - - - Export Transaction Data - صادرات تاریخ معامله - - - - Comma separated file (*.csv) - Comma فایل جدا - - - - Confirmed - تایید شده - - - - Date - تاریخ - - - - Type - نوع - - - - Label - ر چسب - - - - Address - ایل جدا - - - - Amount - مبلغ - - - - ID - آی دی - - - - Error exporting - خطای صادرت - - - - Could not write to file %1. - تا فایل %1 نمی شود نوشت - - - - Range: - >محدوده - - - - to - به - - - - WalletModel - - - Sending... - ارسال... - - - - bitcoin-core - - - Bitcoin version - سخه بیتکویین - - - - Usage: - ستفاده : - - - - Send command to -server or bitcoind - ارسال فرمان به سرور یا باتکویین - - - - List commands - لیست فومان ها - - - - Get help for a command - کمک برای فرمان - - - - Options: - تنظیمات - - - - Specify configuration file (default: bitcoin.conf) - (: bitcoin.confپیش فرض: )فایل تنظیمی خاص - - - - Specify pid file (default: bitcoind.pid) - (bitcoind.pidپیش فرض : ) فایل پید خاص - - - - Generate coins - سکه های تولید شده - - - - Don't generate coins - تولید سکه ها - - - - Start minimized - شروع حد اقل - - - - Specify data directory - دایرکتور اطلاعاتی خاص - - - - Specify connection timeout (in milliseconds) - (میلی ثانیه )فاصله ارتباط خاص - - - - Connect through socks4 proxy - socks4 proxy ارتباط توسط - - - - Allow DNS lookups for addnode and connect - اجازه متغیر دی ان اس برای اضافه گره یا ارتباط - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - برای اتصالات به <port> (پیش‌فرض: 8333 یا تست‌نت: 18333) گوش کنید - - - - Maintain at most <n> connections to peers (default: 125) - حداکثر <n> اتصال با همکاران برقرار داشته باشید (پیش‌فرض: 125) - - - - Add a node to connect to - ضافه گره برای ارتباط به - - - - Connect only to the specified node - ارتباط فقط به گره خاص - - - - Don't accept connections from outside - قابل ارتباطات از بیرون - - - - Don't bootstrap list of peers using DNS - فهرست همکاران را با استفاده از DNS خودراه‌اندازی نکنید - - - - Threshold for disconnecting misbehaving peers (default: 100) - آستانه برای قطع ارتباط با همکاران بدرفتار (پیش‌فرض: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - مدت زمان به ثانیه برای جلوگیری از همکاران بدرفتار برای اتصال دوباره (پیش‌فرض: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - حداکثر بافر دریافتی در هر اتصال، 1000*<n> (پیش‌فرض: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - حداکثر بافر ارسالی در هر اتصال، 1000*<n> (پیش‌فرض: 10000) - - - - Don't attempt to use UPnP to map the listening port - برای ترسیم بندر شنیدنی UPnP استفاده - - - - Attempt to use UPnP to map the listening port - برای ترسیم بندر شنیدنی UPnP استفاده - - - - Fee per kB to add to transactions you send - نرخ هر کیلوبایت برای اضافه کردن به تراکنش‌هایی که می‌فرستید - - - - Accept command line and JSON-RPC commands - JSON-RPC قابل فرمانها و - - - - Run in the background as a daemon and accept commands - اجرای در پس زمینه به عنوان شبح و قبول فرمان ها - - - - Use the test network - استفاده شبکه آزمایش - - - - Output extra debugging information - اطلاعات اشکال‌زدایی اضافی خروجی - - - - Prepend debug output with timestamp - به خروجی اشکال‌زدایی برچسب زمان بزنید - - - - Send trace/debug info to console instead of debug.log file - اطلاعات ردگیری/اشکال‌زدایی را به جای فایل لاگ اشکال‌زدایی به کنسول بفرستید - - - - Send trace/debug info to debugger - اطلاعات ردگیری/اشکال‌زدایی را به اشکال‌زدا بفرستید - - - - Username for JSON-RPC connections - JSON-RPC شناسه برای ارتباطات - - - - Password for JSON-RPC connections - JSON-RPC عبارت عبور برای ارتباطات - - - - Listen for JSON-RPC connections on <port> (default: 8332) - ( 8332پیش فرض :) &lt;poort&gt; JSON-RPC شنوایی برای ارتباطات - - - - Allow JSON-RPC connections from specified IP address - از آدرس آی پی خاص JSON-RPC قبول ارتباطات - - - - Send commands to node running on <ip> (default: 127.0.0.1) - (127.0.0.1پیش فرض: ) &lt;ip&gt; دادن فرمانها برای استفاده گره ها روی - - - - Set key pool size to <n> (default: 100) - (100پیش فرض:)&lt;n&gt; گذاشتن اندازه کلید روی - - - - Rescan the block chain for missing wallet transactions - اسکان مجدد زنجیر بلوکها برای گم والت معامله - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -( نگاه کنید Bitcoin Wiki در SSLتنظیمات ):SSL گزینه های - - - - Use OpenSSL (https) for JSON-RPC connections - JSON-RPCبرای ارتباطات استفاده کنید OpenSSL (https) - - - - Server certificate file (default: server.cert) - (server.certپیش فرض: )گواهی نامه سرور - - - - Server private key (default: server.pem) - (server.pemپیش فرض: ) کلید خصوصی سرور - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - رمز های قابل قبول( TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - پیام کمکی - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - رمز گشایی دایرکتور داده ها امکان پذیر نیست. شاید بیت کویین در حال فعال می باشد%s - - - - Loading addresses... - بار گیری آدرس ها - - - - Error loading addr.dat - خطا در بارگیری addr.dat - - - - Error loading blkindex.dat - خطا در بارگیری blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - خطا در بارگیری wallet.dat: کیف پول خراب شده است - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - خطا در بارگیری wallet.dat: کیف پول به ویرایش جدیدتری از Biticon نیاز دارد - - - - Wallet needed to be rewritten: restart Bitcoin to complete - سلام - - - - Error loading wallet.dat - خطا در بارگیری wallet.dat - - - - Loading block index... - بار گیری شاخص بلوک - - - - Loading wallet... - بار گیری والت - - - - Rescanning... - اسکان مجدد - - - - Done loading - بار گیری انجام شده است - - - - Invalid -proxy address - آدرس پروکسی معتبر نیست - - - - Invalid amount for -paytxfee=<amount> - paytxfee=&lt;بالغ &gt;مبلغ نا معتبر - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - خطا : پر داخت خیلی بالا است. این پر داخت معامله است که شما هنگام ارسال معامله باید پر داخت کنید - - - - Error: CreateThread(StartNode) failed - خطا :ایجاد موضوع(گره) اشتباه بود - - - - Warning: Disk space is low - هشدار: جای دیسک پایین است - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - وسل بندر به کامپیوتر امکان پذیر نیست. شاید بیتکویید در حال فعال است%d - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - هشدار: تاریخ و ساعت کامپیوتر شما چک کنید. اگر ساعت درست نیست بیتکویین مناسب نخواهد کار کرد - - - - beta - بتا - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_fa_IR.ts b/src/qt/locale/bitcoin_fa_IR.ts deleted file mode 100644 index 2e8df62..0000000 --- a/src/qt/locale/bitcoin_fa_IR.ts +++ /dev/null @@ -1,1963 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - در مورد بیتکویین - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> version - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - - - - - Double-click to edit address or label - - - - - Create a new address - - - - - &New Address... - - - - - Copy the currently selected address to the system clipboard - - - - - &Copy to Clipboard - - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - - - - - &Delete - - - - - Copy address - - - - - Copy label - - - - - Edit - - - - - Delete - - - - - Export Address Book Data - - - - - Comma separated file (*.csv) - - - - - Error exporting - - - - - Could not write to file %1. - - - - - AddressTableModel - - - Label - - - - - Address - - - - - (no label) - - - - - AskPassphraseDialog - - - Dialog - - - - - - TextLabel - - - - - Enter passphrase - - - - - New passphrase - - - - - Repeat new passphrase - - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - - - - - Encrypt wallet - - - - - This operation needs your wallet passphrase to unlock the wallet. - - - - - Unlock wallet - - - - - This operation needs your wallet passphrase to decrypt the wallet. - - - - - Decrypt wallet - - - - - Change passphrase - - - - - Enter the old and new passphrase to the wallet. - - - - - Confirm wallet encryption - - - - - WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! -Are you sure you wish to encrypt your wallet? - - - - - - Wallet encrypted - - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - - - - - The supplied passphrases do not match. - - - - - Wallet unlock failed - - - - - - - The passphrase entered for the wallet decryption was incorrect. - - - - - Wallet decryption failed - - - - - Wallet passphrase was succesfully changed. - - - - - BitcoinGUI - - - Bitcoin Wallet - - - - - - Synchronizing with network... - - - - - Block chain synchronization in progress - - - - - &Overview - - - - - Show general overview of wallet - - - - - &Transactions - - - - - Browse transaction history - - - - - &Address Book - - - - - Edit the list of stored addresses and labels - - - - - &Receive coins - - - - - Show the list of addresses for receiving payments - - - - - &Send coins - - - - - Send coins to a bitcoin address - - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - - - - - &About %1 - - - - - Show information about Bitcoin - - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - - - - - Modify configuration options for bitcoin - - - - - Open &Bitcoin - - - - - Show the Bitcoin window - - - - - &Export... - - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - - - - - Encrypt or decrypt wallet - - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - - - - - Change the passphrase used for wallet encryption - - - - - &File - - - - - &Settings - - - - - &Help - - - - - Tabs toolbar - - - - - Actions toolbar - - - - - [testnet] - - - - - bitcoin-qt - - - - - %n active connection(s) to Bitcoin network - - - - - Downloaded %1 of %2 blocks of transaction history. - - - - - Downloaded %1 blocks of transaction history. - - - - - %n second(s) ago - - - - - %n minute(s) ago - - - - - %n hour(s) ago - - - - - %n day(s) ago - - - - - Up to date - - - - - Catching up... - - - - - Last received block was generated %1. - - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - - - - - Sent transaction - - - - - Incoming transaction - - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - - - - - EditAddressDialog - - - Edit Address - - - - - &Label - - - - - The label associated with this address book entry - - - - - &Address - - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - - - - - New sending address - - - - - Edit receiving address - - - - - Edit sending address - - - - - The entered address "%1" is already in the address book. - - - - - The entered address "%1" is not a valid bitcoin address. - - - - - Could not unlock wallet. - - - - - New key generation failed. - - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose adress from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - - - - - &Copy to Clipboard - - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - - - - - Display - - - - - Options - - - - - OverviewPage - - - Form - - - - - Balance: - - - - - 123.456 BTC - - - - - Number of transactions: - - - - - 0 - - - - - Unconfirmed: - - - - - 0 BTC - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - - <b>Recent transactions</b> - - - - - Your current balance - - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - - Total number of transactions in wallet - - - - - QRCodeDialog - - - Dialog - - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - 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 - - - - - &Send - - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - - - - - and - - - - - The recepient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - - - - - Amount exceeds your balance - - - - - Total exceeds your balance when the %1 transaction fee is included - - - - - Duplicate address found, can only send to each address once in one send operation - - - - - Error: Transaction creation failed - - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - - SendCoinsEntry - - - Form - - - - - A&mount: - - - - - Pay &To: - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - <b>Status:</b> - - - - - , has not been successfully broadcast yet - - - - - , broadcast through %1 node - - - - - , broadcast through %1 nodes - - - - - <b>Date:</b> - - - - - <b>Source:</b> Generated<br> - - - - - - <b>From:</b> - - - - - unknown - - - - - - - <b>To:</b> - - - - - (yours, label: - - - - - (yours) - - - - - - - - <b>Credit:</b> - - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - - - - - - - <b>Debit:</b> - - - - - <b>Transaction fee:</b> - - - - - <b>Net amount:</b> - - - - - Message: - - - - - Comment: - - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - - - - - Type - - - - - Address - - - - - Amount - - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - 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 - - - - - Edit label - - - - - Show details... - - - - - Export Transaction Data - - - - - Comma separated file (*.csv) - - - - - Confirmed - - - - - Date - - - - - Type - - - - - Label - - - - - Address - - - - - Amount - - - - - ID - - - - - Error exporting - - - - - Could not write to file %1. - - - - - Range: - - - - - to - - - - - WalletModel - - - Sending... - - - - - bitcoin-core - - - Bitcoin version - - - - - Usage: - - - - - Send command to -server or bitcoind - - - - - List commands - - - - - Get help for a command - - - - - Options: - - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - - - - - Loading wallet... - - - - - Rescanning... - - - - - Done loading - - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts deleted file mode 100644 index 8b64819..0000000 --- a/src/qt/locale/bitcoin_fi.ts +++ /dev/null @@ -1,1978 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Tietoa Bitcoinista - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versio - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - AddressBookPage - - - Address Book - Osoitekirja - - - - 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 sinun Bitcoin-osoitteesi suoritusten vastaanottamiseen. Voit halutessasi antaa kullekin lähettäjälle eri osoitteen, jotta voit seurata kuka sinulle maksaa. - - - - Double-click to edit address or label - Kaksoisnapauta muokataksesi osoitetta tai nimeä - - - - Create a new address - Luo uusi osoite - - - - &New Address... - &Uusi osoite - - - - Copy the currently selected address to the system clipboard - Kopioi valittu osoite leikepöydälle - - - - &Copy to Clipboard - &Kopioi leikepöydälle - - - - Show &QR Code - Näytä &QR-koodi - - - - Sign a message to prove you own this address - Allekirjoita viesti millä todistat omistavasi tämän osoitteen - - - - &Sign Message - &Allekirjoita viesti - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Poista valittuna oleva osoite listasta. Vain lähettämiseen käytettäviä osoitteita voi poistaa. - - - - &Delete - &Poista - - - - Copy address - Kopioi osoite - - - - Copy label - Kopioi nimi - - - - Edit - Muokkaa - - - - Delete - Poista - - - - Export Address Book Data - Vie osoitekirja - - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - - Error exporting - Virhe viedessä osoitekirjaa - - - - Could not write to file %1. - Ei voida kirjoittaa tiedostoon %1. - - - - AddressTableModel - - - Label - Nimi - - - - Address - Osoite - - - - (no label) - (ei nimeä) - - - - AskPassphraseDialog - - - Dialog - Dialogi - - - - - TextLabel - TekstiMerkki - - - - Enter passphrase - Anna tunnuslause - - - - New passphrase - Uusi tunnuslause - - - - Repeat new passphrase - Toista uusi tunnuslause - - - - 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>. - Anna lompakolle uusi tunnuslause.<br/>Käytä tunnuslausetta, jossa on ainakin <b>10 satunnaista mekkiä</b> tai <b>kahdeksan sanaa</b>. - - - - Encrypt wallet - Salaa lompakko - - - - This operation needs your wallet passphrase to unlock the wallet. - Tätä toimintoa varten sinun täytyy antaa lompakon tunnuslause sen avaamiseksi. - - - - Unlock wallet - Avaa lompakko - - - - This operation needs your wallet passphrase to decrypt the wallet. - Tätä toimintoa varten sinun täytyy antaa lompakon tunnuslause salauksen purkuun. - - - - Decrypt wallet - Pura lompakon salaus - - - - Change passphrase - Vaihda tunnuslause - - - - Enter the old and new passphrase to the wallet. - Anna vanha ja uusi tunnuslause. - - - - Confirm wallet encryption - Hyväksy lompakon salaus - - - - 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? - VAROITUS: Mikäli salaat lompakkosi ja unohdat tunnuslauseen, <b>MENETÄT LOMPAKON KOKO SISÄLLÖN</b>! -Tahdotko varmasti salata lompakon? - - - - - Wallet encrypted - Lompakko salattu - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin sulkeutuu lopettaessaan salausprosessin. Muista että salattu lompakko ei täysin suojaa sitä haittaohjelmien aiheuttamilta varkauksilta. - - - - - Warning: The Caps Lock key is on. - Varoitus: Caps Lock on päällä. - - - - - - - Wallet encryption failed - Lompakon salaus epäonnistui - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Lompakon salaaminen epäonnistui sisäisen virheen vuoksi. Lompakkoa ei salattu. - - - - - The supplied passphrases do not match. - Annetut tunnuslauseet eivät täsmää. - - - - Wallet unlock failed - Lompakon avaaminen epäonnistui. - - - - - - The passphrase entered for the wallet decryption was incorrect. - Annettu tunnuslause oli väärä. - - - - Wallet decryption failed - Lompakon salauksen purku epäonnistui. - - - - Wallet passphrase was succesfully changed. - Lompakon tunnuslause on vaihdettu. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin-lompakko - - - - - Synchronizing with network... - Synkronoidaan verkon kanssa... - - - - Block chain synchronization in progress - Block chainin synkronointi kesken - - - - &Overview - &Yleisnäkymä - - - - Show general overview of wallet - Näyttää kokonaiskatsauksen lompakon tilanteesta - - - - &Transactions - &Rahansiirrot - - - - Browse transaction history - Selaa rahansiirtohistoriaa - - - - &Address Book - &Osoitekirja - - - - Edit the list of stored addresses and labels - Muokkaa tallennettujen nimien ja osoitteiden listaa - - - - &Receive coins - &Bitcoinien vastaanottaminen - - - - Show the list of addresses for receiving payments - Näytä Bitcoinien vastaanottamiseen käytetyt osoitteet - - - - &Send coins - &Lähetä Bitcoineja - - - - Send coins to a bitcoin address - Lähetä Bitcoin-osoitteeseen - - - - Sign &message - Allekirjoita &viesti - - - - Prove you control an address - Todista että hallitset osoitetta - - - - E&xit - L&opeta - - - - Quit application - Lopeta ohjelma - - - - &About %1 - &Tietoja %1 - - - - Show information about Bitcoin - Näytä tietoa Bitcoin-projektista - - - - About &Qt - Tietoja &Qt - - - - Show information about Qt - Näytä tietoja QT:ta - - - - &Options... - &Asetukset... - - - - Modify configuration options for bitcoin - Muokkaa asetuksia - - - - Open &Bitcoin - Avaa &Bitcoin - - - - Show the Bitcoin window - Näytä Bitcoin-ikkuna - - - - &Export... - &Vie... - - - - Export the data in the current tab to a file - Vie aukiolevan välilehden tiedot tiedostoon - - - - &Encrypt Wallet - &Salaa lompakko - - - - Encrypt or decrypt wallet - Kryptaa tai dekryptaa lompakko - - - - &Backup Wallet - &Varmuuskopioi lompakko - - - - Backup wallet to another location - Varmuuskopioi lompakko toiseen sijaintiin - - - - &Change Passphrase - &Vaihda tunnuslause - - - - Change the passphrase used for wallet encryption - Vaihda lompakon salaukseen käytettävä tunnuslause - - - - &File - &Tiedosto - - - - &Settings - &Asetukset - - - - &Help - &Apua - - - - Tabs toolbar - Välilehtipalkki - - - - Actions toolbar - Toimintopalkki - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktiivinen yhteys Bitcoin-verkkoon%n aktiivista yhteyttä Bitcoin-verkkoon - - - - Downloaded %1 of %2 blocks of transaction history. - Ladattu %1 of %2 rahansiirtohistorian lohkoa. - - - - Downloaded %1 blocks of transaction history. - Ladattu %1 lohkoa rahansiirron historiasta. - - - - %n second(s) ago - %n sekunti sitten%n sekuntia sitten - - - - %n minute(s) ago - %n minuutti sitten%n minuuttia sitten - - - - %n hour(s) ago - %n tunti sitten%n tuntia sitten - - - - %n day(s) ago - %n päivä sitten%n päivää sitten - - - - Up to date - Ohjelmisto on ajan tasalla - - - - Catching up... - Kurotaan kiinni... - - - - Last received block was generated %1. - Viimeisin vastaanotettu lohko tuotettu %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Tämä rahansiirto ylittää kokorajoituksen. Voit siitä huolimatta lähettää sen %1 siirtopalkkion mikä menee solmuille jotka käsittelevät rahansiirtosi tämä auttaa myös verkostoa. Haluatko maksaa siirtopalkkion? - - - - Sending... - Lähetetään... - - - - Sent transaction - Lähetetyt rahansiirrot - - - - Incoming transaction - Saapuva rahansiirto - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Päivä: %1 -Määrä: %2 -Tyyppi: %3 -Osoite: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Lompakko on <b>salattu</b> ja tällä hetkellä <b>avoinna</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Lompakko on <b>salattu</b> ja tällä hetkellä <b>lukittuna</b> - - - - Backup Wallet - Varmuuskopioi lompakko - - - - Wallet Data (*.dat) - Lompakkodata (*.dat) - - - - Backup Failed - Varmuuskopio epäonnistui - - - - There was an error trying to save the wallet data to the new location. - Virhe tallennettaessa lompakkodataa uuteen sijaintiin. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Yksikkö, jossa määrät näytetään: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Valitse oletus lisämääre mikä näkyy käyttöliittymässä ja kun lähetät kolikoita - - - - Display addresses in transaction list - Näytä osoitteet rahansiirtoluettelossa - - - - EditAddressDialog - - - Edit Address - Muokkaa osoitetta - - - - &Label - &Nimi - - - - The label associated with this address book entry - Tähän osoitteeseen liitetty nimi - - - - &Address - &Osoite - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Osoite, joka liittyy tämän osoitekirjan merkintään. Tätä voidaan muuttaa vain lähtevissä osoitteissa. - - - - New receiving address - Uusi vastaanottava osoite - - - - New sending address - Uusi lähettävä osoite - - - - Edit receiving address - Muokkaa vastaanottajan osoitetta - - - - Edit sending address - Muokkaa lähtevää osoitetta - - - - The entered address "%1" is already in the address book. - Osoite "%1" on jo osoitekirjassa. - - - - The entered address "%1" is not a valid bitcoin address. - Osoite "%1" ei ole kelvollinen Bitcoin-osoite. - - - - Could not unlock wallet. - Lompakkoa ei voitu avata. - - - - New key generation failed. - Uuden avaimen luonti epäonnistui. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Käynnistä Bitcoin kun kirjaudutaan sisään - - - - Automatically start Bitcoin after the computer is turned on - Käynnistä Bitcoin automaattisesti, kun tietokone kytketään päälle - - - - &Minimize to the tray instead of the taskbar - &Pienennä ilmaisinalueelle työkalurivin sijasta - - - - Show only a tray icon after minimizing the window - Näytä ainoastaan pikkukuvake ikkunan pienentämisen jälkeen - - - - Map port using &UPnP - Portin uudelleenohjaus &UPnP:llä - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Avaa Bitcoin-asiakasohjelman portti reitittimellä automaattisesti. Tämä toimii vain, jos reitittimesi tukee UPnP:tä ja se on käytössä. - - - - M&inimize on close - P&ienennä ikkuna suljettaessa - - - - 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. - Ikkunaa suljettaessa vain pienentää Bitcoin-ohjelman ikkunan lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. - - - - &Connect through SOCKS4 proxy: - &Yhdistä SOCKS4-välityspalvelimen kautta: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Yhdistä Bitcoin-verkkoon SOCKS4-välityspalvelimen kautta (esimerkiksi käyttäessä Tor:ia) - - - - Proxy &IP: - Palvelimen &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - Välityspalvelimen IP-osoite (esim. 127.0.0.1) - - - - &Port: - &Portti: - - - - Port of the proxy (e.g. 1234) - Portti, johon Bitcoin-asiakasohjelma yhdistää (esim. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Vapaaehtoinen rahansiirtopalkkio per kB auttaa nopeuttamaan siirtoja. Useimmat rahansiirrot ovat 1 kB. 0.01 palkkio on suositeltava. - - - - Pay transaction &fee - Maksa rahansiirtopalkkio - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Vapaaehtoinen rahansiirtopalkkio per kB auttaa nopeuttamaan siirtoja. Useimmat rahansiirrot ovat 1 kB. 0.01 palkkio on suositeltava. - - - - MessagePage - - - Message - Viesti - - - - 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. - Voit allekirjoittaa viestit omalla osoitteellasi todistaaksesi että omistat ne. Ole huolellinen, että et allekirjoita mitään epämääräistä, phishing-hyökkääjät voivat huijata sinua allekirjoittamaan luovuttamalla henkilöllisyytesi. Allekirjoita selvitys täysin yksityiskohtaisesti mihin olet sitoutunut. - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Osoite, johon Bitcoinit lähetetään (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Valitse osoite osoitekirjasta - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Liitä osoite leikepöydältä - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Kirjoita tähän viesti minkä haluat allekirjoittaa - - - - Click "Sign Message" to get signature - Klikkaa "Allekirjoita viesti" saadaksesi allekirjoituksen - - - - Sign a message to prove you own this address - Allekirjoita viesti millä todistat omistavasi tämän osoitteen - - - - &Sign Message - &Allekirjoita viesti - - - - Copy the currently selected address to the system clipboard - Kopioi valittu osoite leikepöydälle - - - - &Copy to Clipboard - &Kopioi leikepöydälle - - - - - - Error signing - Virhe allekirjoitettaessa - - - - %1 is not a valid address. - %1 ei ole kelvollinen osoite. - - - - Private key for %1 is not available. - Yksityisavain %1 :lle ei ole saatavilla. - - - - Sign failed - Allekirjoittaminen epäonnistui - - - - OptionsDialog - - - Main - Yleiset - - - - Display - Näyttö - - - - Options - Asetukset - - - - OverviewPage - - - Form - Lomake - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Rahansiirtojen lukumäärä: - - - - 0 - 0 - - - - Unconfirmed: - Vahvistamatta: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Lompakko</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Viimeisimmät rahansiirrot</b> - - - - Your current balance - Tililläsi tällä hetkellä olevien Bitcoinien määrä - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Niiden saapuvien rahansiirtojen määrä, joita Bitcoin-verkko ei vielä ole ehtinyt vahvistaa ja siten eivät vielä näy saldossa. - - - - Total number of transactions in wallet - Lompakolla tehtyjen rahansiirtojen yhteismäärä - - - - QRCodeDialog - - - Dialog - Dialogi - - - - QR Code - QR-koodi - - - - Request Payment - Vastaanota maksu - - - - Amount: - Määrä: - - - - BTC - BTC - - - - Label: - Tunniste: - - - - Message: - Viesti: - - - - &Save As... - &Tallenna nimellä... - - - - Save Image... - Tallenna kuva... - - - - PNG Images (*.png) - PNG kuvat (*png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Lähetä Bitcoineja - - - - Send to multiple recipients at once - Lähetä monelle vastaanottajalle - - - - &Add recipient... - &Lisää vastaanottaja... - - - - Remove all transaction fields - Poista kaikki rahansiiron kentät - - - - Clear all - Tyhjennä lista - - - - Balance: - Saldo: - - - - 123.456 BTC - 123,456 BTC - - - - Confirm the send action - Vahvista lähetys - - - - &Send - &Lähetä - - - - <b>%1</b> to %2 (%3) - <b>%1</b> to %2 (%3) - - - - Confirm send coins - Hyväksy Bitcoinien lähettäminen - - - - Are you sure you want to send %1? - Haluatko varmasti lähettää %1? - - - - and - ja - - - - The recepient address is not valid, please recheck. - Vastaanottajan osoite ei kelpaa, ole hyvä ja tarkista - - - - The amount to pay must be larger than 0. - Maksettavan summan tulee olla suurempi kuin 0 Bitcoinia. - - - - Amount exceeds your balance - Määrä on suurempi kuin tilisi tämänhetkinen saldo. - - - - Total exceeds your balance when the %1 transaction fee is included - Kokonaissumma ylittäää tilisi saldon, kun siihen lisätään %1 BTC rahansiirtomaksu. - - - - Duplicate address found, can only send to each address once in one send operation - Tuplaosite löytynyt, voit ainoastaan lähettää kunkin osoitteen kerran yhdessä lähetysoperaatiossa. - - - - Error: Transaction creation failed - Virhe: Rahansiirron luonti epäonnistui - - - - 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. - Virhe: Rahansiirto hylättiin. Tämä voi tapahtua jos jotkin bitcoineistasi on jo käytetty, esimerkiksi jos olet käyttänyt kopiota wallet.dat-lompakkotiedostosta ja bitcoinit on merkitty käytetyksi vain kopiossa. - - - - SendCoinsEntry - - - Form - Lomake - - - - A&mount: - M&äärä: - - - - Pay &To: - Maksun saaja: - - - - - Enter a label for this address to add it to your address book - Anna nimi tälle osoitteelle, jos haluat lisätä sen osoitekirjaan - - - - &Label: - &Nimi: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Osoite, johon Bitcoinit lähetetään (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Valitse osoite osoitekirjasta - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Liitä osoite leikepöydältä - - - - Alt+P - Alt+P - - - - Remove this recipient - Poista - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Anna Bitcoin-osoite (esim. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Avoinna %1 lohkolle - - - - Open until %1 - Avoinna %1 asti - - - - %1/offline? - %1/ei linjalla? - - - - %1/unconfirmed - %1/vahvistamaton - - - - %1 confirmations - %1 vahvistusta - - - - <b>Status:</b> - <b>Tila:</b> - - - - , has not been successfully broadcast yet - , ei ole vielä onnistuneesti lähetetty - - - - , broadcast through %1 node - , lähetetään %1 solmun kautta - - - - , broadcast through %1 nodes - , lähetetään %1 solmunkautta - - - - <b>Date:</b> - <b>Päivä:</b> - - - - <b>Source:</b> Generated<br> - <b>Lähde:</b> Generoitu<br> - - - - - <b>From:</b> - <b>Lähettäjä:</b> - - - - unknown - tuntematon - - - - - - <b>To:</b> - <b>Vast. ott.:</b> - - - - (yours, label: - (sinun, tunniste: - - - - (yours) - (sinun) - - - - - - - <b>Credit:</b> - <b>Krediitti:</b> - - - - (%1 matures in %2 more blocks) - (%1 erääntyy %2 useammassa lohkossa) - - - - (not accepted) - (ei hyväksytty) - - - - - - <b>Debit:</b> - <b>Debit:</b> - - - - <b>Transaction fee:</b> - <b>Rahansiirtomaksu:</b> - - - - <b>Net amount:</b> - <b>Nettomäärä:</b> - - - - Message: - Viesti: - - - - Comment: - Kommentti: - - - - Transaction ID: - Rahansiirron ID: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Luotujen kolikoiden on odotettava 120 lohkoa ennen kuin ne voidaan käyttää. Kun loit tämän lohkon, se lähetettiin verkkoon lisättäväksi lohkoketjuun. Jos se epäonnistuu ketjuun liittymisessä, se tila tulee muuttumaan "ei hyväksytty" eikä sitä voi käyttää. Tätä voi silloin tällöin esiintyä jos toinen solmu luo lohkon muutamia sekunteja omastasi. - - - - TransactionDescDialog - - - Transaction details - Rahansiirron yksityiskohdat - - - - This pane shows a detailed description of the transaction - Tämä ruutu näyttää yksityiskohtaisen tiedon rahansiirrosta - - - - TransactionTableModel - - - Date - Päivämäärä - - - - Type - Laatu - - - - Address - Osoite - - - - Amount - Määrä - - - - Open for %n block(s) - Auki %n lohkolleAuki %n lohkoille - - - - Open until %1 - Avoinna %1 asti - - - - Offline (%1 confirmations) - Ei yhteyttä verkkoon (%1 vahvistusta) - - - - Unconfirmed (%1 of %2 confirmations) - Vahvistamatta (%1/%2 vahvistusta) - - - - Confirmed (%1 confirmations) - Vahvistettu (%1 vahvistusta) - - - - Mined balance will be available in %n more blocks - Louhittu saldo tulee saataville %n lohkossaLouhittu saldo tulee saataville %n lohkossa - - - - This block was not received by any other nodes and will probably not be accepted! - Tätä lohkoa ei vastaanotettu mistään muusta solmusta ja sitä ei mahdollisesti hyväksytty! - - - - Generated but not accepted - Generoitu mutta ei hyväksytty - - - - Received with - Vastaanotettu osoitteella - - - - Received from - Vastaanotettu - - - - Sent to - Saaja - - - - Payment to yourself - Maksu itsellesi - - - - Mined - Louhittu - - - - (n/a) - (ei saatavilla) - - - - Transaction status. Hover over this field to show number of confirmations. - Rahansiirron tila. Siirrä osoitin kentän päälle nähdäksesi vahvistusten lukumäärä. - - - - Date and time that the transaction was received. - Rahansiirron vastaanottamisen päivämäärä ja aika. - - - - Type of transaction. - Rahansiirron laatu. - - - - Destination address of transaction. - Rahansiirron kohteen Bitcoin-osoite - - - - Amount removed from or added to balance. - Saldoon lisätty tai siitä vähennetty määrä. - - - - TransactionView - - - - All - Kaikki - - - - Today - Tänään - - - - This week - Tällä viikolla - - - - This month - Tässä kuussa - - - - Last month - Viime kuussa - - - - This year - Tänä vuonna - - - - Range... - Alue... - - - - Received with - Vastaanotettu osoitteella - - - - Sent to - Saaja - - - - To yourself - Itsellesi - - - - Mined - Louhittu - - - - Other - Muu - - - - Enter address or label to search - Anna etsittävä osoite tai tunniste - - - - Min amount - Minimimäärä - - - - Copy address - Kopioi osoite - - - - Copy label - Kopioi nimi - - - - Copy amount - Kopioi määrä - - - - Edit label - Muokkaa nimeä - - - - Show details... - Näytä tarkemmat tiedot... - - - - Export Transaction Data - Vie transaktion tiedot - - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - - Confirmed - Vahvistettu - - - - Date - Aika - - - - Type - Laatu - - - - Label - Nimi - - - - Address - Osoite - - - - Amount - Määrä - - - - ID - ID - - - - Error exporting - Virhe tietojen viennissä - - - - Could not write to file %1. - Ei voida kirjoittaa tiedostoon %1. - - - - Range: - Alue: - - - - to - kenelle - - - - WalletModel - - - Sending... - Lähetetään... - - - - bitcoin-core - - - Bitcoin version - Bitcoinin versio - - - - Usage: - Käyttö: - - - - Send command to -server or bitcoind - Lähetä käsky palvelimelle tai bitcoind:lle - - - - List commands - Lista komennoista - - - - Get help for a command - Hanki apua käskyyn - - - - Options: - Asetukset: - - - - Specify configuration file (default: bitcoin.conf) - Määritä asetustiedosto (oletus: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Määritä pid-tiedosto (oletus: bitcoin.pid) - - - - Generate coins - Generoi kolikoita - - - - Don't generate coins - Älä generoi kolikoita - - - - Start minimized - Käynnistä pienennettynä - - - - Specify data directory - Määritä data-hakemisto - - - - Specify connection timeout (in milliseconds) - Määritä yhteyden aikakatkaisu (millisekunneissa) - - - - Connect through socks4 proxy - Yhteys socks4-proxyn kautta - - - - Allow DNS lookups for addnode and connect - Salli DNS haut lisäsolmulle ja yhdistä - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Kuuntele yhteyksiä portista <port> (oletus: 8333 tai testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Pidä enintään <n> yhteyttä verkkoihin (oletus: 125) - - - - Add a node to connect to - Lisää solmu mihin yhdistetään - - - - Connect only to the specified node - Ota yhteys vain tiettyyn solmuun - - - - Don't accept connections from outside - Älä hyväksy ulkopuolisia yhteyksiä - - - - Don't bootstrap list of peers using DNS - Älä alkulataa listaa verkoista DNS:ää käyttäen - - - - Threshold for disconnecting misbehaving peers (default: 100) - Kynnysarvo aikakatkaisulle heikosti toimiville verkoille (oletus: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Sekuntien määrä, kuinka kauan uudelleenkytkeydytään verkkoihin (oletus: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maksimi verkkoyhteyden vastaanottopuskuri, <n>*1000 tavua (oletus: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maksimi verkkoyhteyden lähetyspuskuri, <n>*1000 tavua (oletus: 10000) - - - - Don't attempt to use UPnP to map the listening port - Älä käytä UPnP toimintoa kartoittamaan avointa porttia - - - - Attempt to use UPnP to map the listening port - Yritä käyttää UPnP toimintoa kartoittamaan avointa porttia - - - - Fee per kB to add to transactions you send - palkkio per kB lisätty lähettämiisi rahansiirtoihin - - - - Accept command line and JSON-RPC commands - Hyväksy merkkipohjaiset- ja JSON-RPC-käskyt - - - - Run in the background as a daemon and accept commands - Aja taustalla daemonina ja hyväksy komennot - - - - Use the test network - Käytä test -verkkoa - - - - Output extra debugging information - Tulosta ylimääräistä debuggaustietoa - - - - Prepend debug output with timestamp - Lisää debuggaustiedon tulostukseen aikaleima - - - - Send trace/debug info to console instead of debug.log file - Lähetä jäljitys/debug-tieto konsoliin, debug.log-tiedoston sijaan - - - - Send trace/debug info to debugger - Lähetä jäljitys/debug-tieto debuggeriin - - - - Username for JSON-RPC connections - Käyttäjätunnus JSON-RPC-yhteyksille - - - - Password for JSON-RPC connections - Salasana JSON-RPC-yhteyksille - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Kuuntele JSON-RPC -yhteyksiä portista <port> (oletus: 8332) - - - - Allow JSON-RPC connections from specified IP address - Salli JSON-RPC yhteydet tietystä ip-osoitteesta - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Lähetä käskyjä solmuun osoitteessa <ip> (oletus: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Aseta avainpoolin koko arvoon <n> (oletus: 100) - - - - Rescan the block chain for missing wallet transactions - Skannaa uudelleen lohkoketju lompakon puuttuvien rahasiirtojen vuoksi - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - SSL-asetukset: (lisätietoja Bitcoin-Wikistä) - - - - Use OpenSSL (https) for JSON-RPC connections - Käytä OpenSSL:ää (https) JSON-RPC-yhteyksille - - - - Server certificate file (default: server.cert) - Palvelimen sertifikaatti-tiedosto (oletus: server.cert) - - - - Server private key (default: server.pem) - Palvelimen yksityisavain (oletus: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Hyväksyttävä salaus (oletus: -TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Tämä ohjeviesti - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - En pääse käsiksi data-hakemiston lukitukseen %s. Bitcoin on todennäköisesti jo käynnistetty. - - - - Loading addresses... - Ladataan osoitteita... - - - - Error loading addr.dat - Virhe ladattaessa addr.dat-tiedostoa - - - - Error loading blkindex.dat - Virhe ladattaessa blkindex.dat-tiedostoa - - - - Error loading wallet.dat: Wallet corrupted - Virhe ladattaessa wallet.dat-tiedostoa: Lompakko vioittunut - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Virhe ladattaessa wallet.dat-tiedostoa: Tarvitset uudemman version Bitcoinista - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Lompakko tarvitsee uudelleenkirjoittaa: käynnistä Bitcoin uudelleen - - - - Error loading wallet.dat - Virhe ladattaessa wallet.dat-tiedostoa - - - - Loading block index... - Ladataan lohkoindeksiä... - - - - Loading wallet... - Ladataan lompakkoa... - - - - Rescanning... - Skannataan uudelleen... - - - - Done loading - Lataus on valmis - - - - Invalid -proxy address - Virheellinen proxy-osoite - - - - Invalid amount for -paytxfee=<amount> - Virheellinen määrä -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Varoitus:-paytxfee on erittäin korkea. Tämä on palkkio siirrosta minkä suoritat rahansiirrosta. - - - - Error: CreateThread(StartNode) failed - Virhe: CreateThread(StartNode) epäonnistui - - - - Warning: Disk space is low - Varoitus: Kiintolevytila on loppumassa - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - En pysty varaamaan porttia %d tähän koneeseen. Ehkä Bitcoin on jo käynnissä. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Varoitus: Tarkista, ovatko tietokoneesi päivämäärä ja aika oikein. Mikäli aika on väärin, Bitcoin-ohjelma ei toimi oikein. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_fr_CA.ts b/src/qt/locale/bitcoin_fr_CA.ts deleted file mode 100644 index cc0a0fd..0000000 --- a/src/qt/locale/bitcoin_fr_CA.ts +++ /dev/null @@ -1,1963 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - A propos de Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> version - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Carnet d'adresses - - - - 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. - - - - Double-click to edit address or label - Double-cliquez afin de modifier l'adress ou l'étiquette - - - - Create a new address - Créer une nouvelle adresse - - - - &New Address... - $Nouvelle Adresse - - - - Copy the currently selected address to the system clipboard - Copier l'adresse surligné a votre presse-papier - - - - &Copy to Clipboard - &Copier dans le presse papier - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Supprimer l'adresse sélectionnée dans la liste. Seules les adresses d'envoi peuvent être supprimé. - - - - &Delete - &Supprimer - - - - Copy address - - - - - Copy label - - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Exporter les données du carnet d'adresses - - - - Comma separated file (*.csv) - - - - - Error exporting - - - - - Could not write to file %1. - - - - - AddressTableModel - - - Label - - - - - Address - - - - - (no label) - - - - - AskPassphraseDialog - - - Dialog - - - - - - TextLabel - - - - - Enter passphrase - - - - - New passphrase - - - - - Repeat new passphrase - - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - - - - - Encrypt wallet - - - - - This operation needs your wallet passphrase to unlock the wallet. - - - - - Unlock wallet - - - - - This operation needs your wallet passphrase to decrypt the wallet. - - - - - Decrypt wallet - - - - - Change passphrase - - - - - Enter the old and new passphrase to the wallet. - - - - - Confirm wallet encryption - - - - - WARNING: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! -Are you sure you wish to encrypt your wallet? - - - - - - Wallet encrypted - - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - - - - - The supplied passphrases do not match. - - - - - Wallet unlock failed - - - - - - - The passphrase entered for the wallet decryption was incorrect. - - - - - Wallet decryption failed - - - - - Wallet passphrase was succesfully changed. - - - - - BitcoinGUI - - - Bitcoin Wallet - - - - - - Synchronizing with network... - - - - - Block chain synchronization in progress - - - - - &Overview - - - - - Show general overview of wallet - - - - - &Transactions - - - - - Browse transaction history - - - - - &Address Book - - - - - Edit the list of stored addresses and labels - - - - - &Receive coins - - - - - Show the list of addresses for receiving payments - - - - - &Send coins - - - - - Send coins to a bitcoin address - - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - - - - - &About %1 - - - - - Show information about Bitcoin - - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - - - - - Modify configuration options for bitcoin - - - - - Open &Bitcoin - - - - - Show the Bitcoin window - - - - - &Export... - - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - - - - - Encrypt or decrypt wallet - - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - - - - - Change the passphrase used for wallet encryption - - - - - &File - - - - - &Settings - - - - - &Help - - - - - Tabs toolbar - - - - - Actions toolbar - - - - - [testnet] - - - - - bitcoin-qt - - - - - %n active connection(s) to Bitcoin network - - - - - Downloaded %1 of %2 blocks of transaction history. - - - - - Downloaded %1 blocks of transaction history. - - - - - %n second(s) ago - - - - - %n minute(s) ago - - - - - %n hour(s) ago - - - - - %n day(s) ago - - - - - Up to date - - - - - Catching up... - - - - - Last received block was generated %1. - - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - - - - - Sent transaction - - - - - Incoming transaction - - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - - - - - EditAddressDialog - - - Edit Address - - - - - &Label - - - - - The label associated with this address book entry - - - - - &Address - - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - - - - - New sending address - - - - - Edit receiving address - - - - - Edit sending address - - - - - The entered address "%1" is already in the address book. - - - - - The entered address "%1" is not a valid bitcoin address. - - - - - Could not unlock wallet. - - - - - New key generation failed. - - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose adress from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Copier l'adresse surligné a votre presse-papier - - - - &Copy to Clipboard - &Copier dans le presse papier - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - - - - - Display - - - - - Options - - - - - OverviewPage - - - Form - - - - - Balance: - - - - - 123.456 BTC - - - - - Number of transactions: - - - - - 0 - - - - - Unconfirmed: - - - - - 0 BTC - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - - <b>Recent transactions</b> - - - - - Your current balance - - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - - Total number of transactions in wallet - - - - - QRCodeDialog - - - Dialog - - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - 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 - - - - - &Send - - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - - - - - and - - - - - The recepient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - - - - - Amount exceeds your balance - - - - - Total exceeds your balance when the %1 transaction fee is included - - - - - Duplicate address found, can only send to each address once in one send operation - - - - - Error: Transaction creation failed - - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - - SendCoinsEntry - - - Form - - - - - A&mount: - - - - - Pay &To: - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - <b>Status:</b> - - - - - , has not been successfully broadcast yet - - - - - , broadcast through %1 node - - - - - , broadcast through %1 nodes - - - - - <b>Date:</b> - - - - - <b>Source:</b> Generated<br> - - - - - - <b>From:</b> - - - - - unknown - - - - - - - <b>To:</b> - - - - - (yours, label: - - - - - (yours) - - - - - - - - <b>Credit:</b> - - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - - - - - - - <b>Debit:</b> - - - - - <b>Transaction fee:</b> - - - - - <b>Net amount:</b> - - - - - Message: - - - - - Comment: - - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - - - - - Type - - - - - Address - - - - - Amount - - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - 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 - - - - - Edit label - - - - - Show details... - - - - - Export Transaction Data - - - - - Comma separated file (*.csv) - - - - - Confirmed - - - - - Date - - - - - Type - - - - - Label - - - - - Address - - - - - Amount - - - - - ID - - - - - Error exporting - - - - - Could not write to file %1. - - - - - Range: - - - - - to - - - - - WalletModel - - - Sending... - - - - - bitcoin-core - - - Bitcoin version - - - - - Usage: - - - - - Send command to -server or bitcoind - - - - - List commands - - - - - Get help for a command - - - - - Options: - - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - - - - - Loading wallet... - - - - - Rescanning... - - - - - Done loading - - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_fr_FR.ts b/src/qt/locale/bitcoin_fr_FR.ts deleted file mode 100644 index 08cea95..0000000 --- a/src/qt/locale/bitcoin_fr_FR.ts +++ /dev/null @@ -1,1979 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - À propos de Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> version - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Développeurs de Bitcoin - -Ce logiciel est en phase expérimentale. - -Distribué sous licence MIT/X11, voir le fichier license.txt ou http://www.opensource.org/licenses/mit-license.php. - -Ce produit inclut des logiciels développés par OpenSSL Project pour utilisation dans le OpenSSL Toolkit (http://www.openssl.org/), un logiciel cryptographique écrit par Eric Young (eay@cryptsoft.com) et un logiciel UPnP écrit par Thomas Bernard. - - - - AddressBookPage - - - Address Book - Carnet d'adresses - - - - 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. - - - - Double-click to edit address or label - Double cliquez afin de modifier l'adresse ou l'étiquette - - - - Create a new address - Créer une nouvelle adresse - - - - &New Address... - &Nouvelle Adresse... - - - - Copy the currently selected address to the system clipboard - Copier l'adresse surlignée dans votre presse-papiers - - - - &Copy to Clipboard - &Copier dans le presse-papiers - - - - Show &QR Code - Afficher le &QR Code - - - - Sign a message to prove you own this address - Signer un message pour prouver que vous détenez cette adresse - - - - &Sign Message - &Signer un message - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Supprimer l'adresse sélectionnée dans la liste. Seules les adresses d'envoi peuvent être supprimées. - - - - &Delete - &Supprimer - - - - Copy address - Copier l'adresse - - - - Copy label - Copier l'étiquette - - - - Edit - Éditer - - - - Delete - Effacer - - - - Export Address Book Data - Exporter les données du carnet d'adresses - - - - Comma separated file (*.csv) - Valeurs séparées par des virgules (*.csv) - - - - Error exporting - Erreur lors de l'exportation - - - - Could not write to file %1. - Impossible d'écrire sur le fichier %1. - - - - AddressTableModel - - - Label - Étiquette - - - - Address - Adresse - - - - (no label) - (aucune étiquette) - - - - AskPassphraseDialog - - - Dialog - Dialogue - - - - - TextLabel - TextLabel - - - - Enter passphrase - Entrez la phrase de passe - - - - New passphrase - Nouvelle phrase de passe - - - - Repeat new passphrase - Répétez la phrase de passe - - - - 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>. - Entrez une nouvelle phrase de passe pour le porte-monnaie.<br/>Veuillez utiliser une phrase de <b>10 caractères au hasard ou plus</b> ou bien de <b>huit mots ou plus</b>. - - - - Encrypt wallet - Chiffrer le porte-monnaie - - - - This operation needs your wallet passphrase to unlock the wallet. - Cette opération nécessite votre phrase de passe pour déverrouiller le porte-monnaie. - - - - Unlock wallet - Déverrouiller le porte-monnaie - - - - This operation needs your wallet passphrase to decrypt the wallet. - Cette opération nécessite votre phrase de passe pour décrypter le porte-monnaie. - - - - Decrypt wallet - Décrypter le porte-monnaie - - - - Change passphrase - Changer la phrase de passe - - - - Enter the old and new passphrase to the wallet. - Entrez l’ancienne phrase de passe pour le porte-monnaie ainsi que la nouvelle. - - - - Confirm wallet encryption - Confirmer le chiffrement du porte-monnaie - - - - 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? - ATTENTION : Si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS BITCOINS</b> ! -Êtes-vous sûr de vouloir chiffrer votre porte-monnaie ? - - - - - Wallet encrypted - Porte-monnaie chiffré - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin va à présent se fermer pour terminer la procédure de cryptage. N'oubliez pas que le chiffrement de votre porte-monnaie ne peut pas fournir une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. - - - - - Warning: The Caps Lock key is on. - Attention : la touche Verrouiller Maj est activée. - - - - - - - Wallet encryption failed - Le chiffrement du porte-monnaie a échoué - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Le chiffrement du porte-monnaie a échoué en raison d'une erreur interne. Votre porte-monnaie n'a pas été chiffré. - - - - - The supplied passphrases do not match. - Les phrases de passe entrées ne correspondent pas. - - - - Wallet unlock failed - Le déverrouillage du porte-monnaie a échoué - - - - - - The passphrase entered for the wallet decryption was incorrect. - La phrase de passe entrée pour décrypter le porte-monnaie était incorrecte. - - - - Wallet decryption failed - Le décryptage du porte-monnaie a échoué - - - - Wallet passphrase was succesfully changed. - La phrase de passe du porte-monnaie a été modifiée avec succès. - - - - BitcoinGUI - - - Bitcoin Wallet - Porte-monnaie Bitcoin - - - - - Synchronizing with network... - Synchronisation avec le réseau... - - - - Block chain synchronization in progress - Synchronisation de la chaîne de blocs en cours - - - - &Overview - &Vue d'ensemble - - - - Show general overview of wallet - Affiche une vue d'ensemble du porte-monnaie - - - - &Transactions - &Transactions - - - - Browse transaction history - Permet de parcourir l'historique des transactions - - - - &Address Book - Carnet d'&adresses - - - - Edit the list of stored addresses and labels - Éditer la liste des adresses et des étiquettes stockées - - - - &Receive coins - &Recevoir des pièces - - - - Show the list of addresses for receiving payments - Affiche la liste des adresses pour recevoir des paiements - - - - &Send coins - &Envoyer des pièces - - - - Send coins to a bitcoin address - Envoyer des pièces à une adresse bitcoin - - - - Sign &message - Signer un &message - - - - Prove you control an address - Prouver que vous contrôlez une adresse - - - - E&xit - Q&uitter - - - - Quit application - Quitter l'application - - - - &About %1 - &À propos de %1 - - - - Show information about Bitcoin - Afficher des informations à propos de Bitcoin - - - - About &Qt - À propos de &Qt - - - - Show information about Qt - Afficher des informations sur Qt - - - - &Options... - &Options... - - - - Modify configuration options for bitcoin - Modifier les options de configuration pour bitcoin - - - - Open &Bitcoin - Ouvrir &Bitcoin - - - - Show the Bitcoin window - Afficher la fenêtre de Bitcoin - - - - &Export... - &Exporter... - - - - Export the data in the current tab to a file - Exporter les données de l'onglet courant vers un fichier - - - - &Encrypt Wallet - &Chiffrer le porte-monnaie - - - - Encrypt or decrypt wallet - Chiffrer ou décrypter le porte-monnaie - - - - &Backup Wallet - &Sauvegarder le porte-monnaie - - - - Backup wallet to another location - Sauvegarder le porte-monnaie à un autre emplacement - - - - &Change Passphrase - &Modifier la phrase de passe - - - - Change the passphrase used for wallet encryption - Modifier la phrase de passe utilisée pour le cryptage du porte-monnaie - - - - &File - &Fichier - - - - &Settings - &Réglages - - - - &Help - &Aide - - - - Tabs toolbar - Barre d'outils des onglets - - - - Actions toolbar - Barre d'outils des actions - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n connexion active avec le réseau Bitcoin%n connexions actives avec le réseau Bitcoin - - - - Downloaded %1 of %2 blocks of transaction history. - %1 blocs de l'historique des transactions téléchargés sur un total de %2. - - - - Downloaded %1 blocks of transaction history. - %1 blocs de l'historique de transaction téléchargé. - - - - %n second(s) ago - il y a %n secondeil y a %n secondes - - - - %n minute(s) ago - il y a %n minuteil y a %n minutes - - - - %n hour(s) ago - il y a %n heureil y a %n heures - - - - %n day(s) ago - il y a %n jouril y a %n jours - - - - Up to date - À jour - - - - Catching up... - Rattrapage... - - - - Last received block was generated %1. - Le dernier bloc reçu a été généré %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 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 traitent la transaction et aideront à soutenir le réseau. Voulez-vous payer les frais ? - - - - Sending... - Envoi en cours... - - - - Sent transaction - Transaction envoyée - - - - Incoming transaction - Transaction entrante - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Date : %1 -Montant : %2 -Type : %3 -Adresse : %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Le porte-monnaie est <b>chiffré</b> et est actuellement <b>déverrouillé</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Le porte-monnaie est <b>chiffré</b> et est actuellement <b>verrouillé</b> - - - - Backup Wallet - Sauvegarder le porte-monnaie - - - - Wallet Data (*.dat) - Données de porte-monnaie (*.dat) - - - - Backup Failed - La sauvegarde a échoué - - - - There was an error trying to save the wallet data to the new location. - Une erreur est survenue lors de l'enregistrement des données de porte-monnaie à un autre emplacement. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Unité d'affichage des montants : - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Choisissez la sous-unité par défaut pour l'affichage dans l'interface et lors de l'envoi de pièces - - - - Display addresses in transaction list - Afficher les adresses dans la liste des transactions - - - - EditAddressDialog - - - Edit Address - Éditer l'adresse - - - - &Label - &Étiquette - - - - The label associated with this address book entry - L'étiquette associée à cette entrée du carnet d'adresses - - - - &Address - &Adresse - - - - The address associated with this address book entry. This can only be modified for sending addresses. - L'adresse associée avec cette entrée du carnet d'adresses. Ne peut être modifiée que pour les adresses d'envoi. - - - - New receiving address - Nouvelle adresse de réception - - - - New sending address - Nouvelle adresse d'envoi - - - - Edit receiving address - Éditer l'adresse de réception - - - - Edit sending address - Éditer l'adresse d'envoi - - - - The entered address "%1" is already in the address book. - L'adresse fournie « %1 » est déjà présente dans le carnet d'adresses. - - - - The entered address "%1" is not a valid bitcoin address. - L'adresse fournie « %1 » n'est pas une adresse bitcoin valide. - - - - Could not unlock wallet. - Impossible de déverrouiller le porte-monnaie. - - - - New key generation failed. - Échec de la génération de la nouvelle clef. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Démarrer Bitcoin avec le système de fenêtres - - - - Automatically start Bitcoin after the computer is turned on - Lancer automatiquement Bitcoin lorsque l'ordinateur est allumé - - - - &Minimize to the tray instead of the taskbar - &Minimiser dans la barre système au lieu de la barre des tâches - - - - Show only a tray icon after minimizing the window - Montrer uniquement une icône système après minimisation - - - - Map port using &UPnP - Ouvrir le port avec l'&UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir le port du client Bitcoin automatiquement sur le routeur. Cela ne fonctionne que si votre routeur supporte l'UPnP et si la fonctionnalité est activée. - - - - M&inimize on close - M&inimiser lors de la fermeture - - - - 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. - Minimiser au lieu quitter l'application lorsque la fenêtre est fermée. Lorsque cette option est activée, l'application ne pourra être fermée qu'en sélectionnant Quitter dans le menu déroulant. - - - - &Connect through SOCKS4 proxy: - &Connexion à travers un proxy SOCKS4 : - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Connexion au réseau Bitcoin à travers un proxy SOCKS4 (par ex. lors d'une connexion via Tor) - - - - Proxy &IP: - &IP du proxy : - - - - IP address of the proxy (e.g. 127.0.0.1) - Adresse IP du proxy (par ex. 127.0.0.1) - - - - &Port: - &Port : - - - - Port of the proxy (e.g. 1234) - Port du proxy (par ex. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Frais de transaction optionnels par ko qui aident à garantir un traitement rapide des transactions. La plupart des transactions occupent 1 ko. Des frais de 0.01 sont recommandés. - - - - Pay transaction &fee - Payer des &frais de transaction - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Frais de transaction optionnels par ko qui aident à garantir un traitement rapide des transactions. La plupart des transactions occupent 1 ko. Des frais de 0.01 sont recommandés. - - - - MessagePage - - - Message - 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. - Vous pouvez signer des messages avec vos adresses pour prouver que les détenez. Faites attention à ne pas signer quoi que ce soit de vague car des attaques d'hameçonnage peuvent essayer d'obtenir votre identité par votre signature. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous serez d'accord. - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - L'adresse à laquelle le paiement sera envoyé (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Choisir une adresse depuis le carnet d'adresses - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Coller une adresse depuis le presse-papiers - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Entrez ici le message que vous désirez signer - - - - Click "Sign Message" to get signature - Cliquez sur « Signer le message » pour obtenir la signature - - - - Sign a message to prove you own this address - Signer le message pour prouver que vous détenez cette adresse - - - - &Sign Message - &Signer le message - - - - Copy the currently selected address to the system clipboard - Copier l'adresse surlignée dans votre presse-papiers - - - - &Copy to Clipboard - &Copier dans le presse-papiers - - - - - - Error signing - Une erreur est survenue lors de la signature - - - - %1 is not a valid address. - %1 n'est pas une adresse valide. - - - - Private key for %1 is not available. - La clef privée pour %1 n'est pas disponible. - - - - Sign failed - Échec de la signature - - - - OptionsDialog - - - Main - Principal - - - - Display - Affichage - - - - Options - Options - - - - OverviewPage - - - Form - Formulaire - - - - Balance: - Solde : - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Nombre de transactions : - - - - 0 - 0 - - - - Unconfirmed: - Non confirmé : - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Porte-monnaie</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Transactions récentes</b> - - - - Your current balance - Votre solde actuel - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Total des transactions qui doivent encore être confirmées et qui ne sont pas pris en compte pour le solde actuel - - - - Total number of transactions in wallet - Nombre total de transactions dans le porte-monnaie - - - - QRCodeDialog - - - Dialog - Dialogue - - - - QR Code - QR Code - - - - Request Payment - Demande de paiement - - - - Amount: - Montant : - - - - BTC - BTC - - - - Label: - Étiquette : - - - - Message: - Message : - - - - &Save As... - &Enregistrer sous... - - - - Save Image... - Enregistrer l'image... - - - - PNG Images (*.png) - Images PNG (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Envoyer des pièces - - - - Send to multiple recipients at once - Envoyer des pièces à plusieurs destinataires à la fois - - - - &Add recipient... - &Ajouter un destinataire... - - - - Remove all transaction fields - Enlever tous les champs de transaction - - - - Clear all - Tout effacer - - - - Balance: - Solde : - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Confirmez l'action d'envoi - - - - &Send - &Envoyer - - - - <b>%1</b> to %2 (%3) - <b>%1</b> à %2 (%3) - - - - Confirm send coins - Confirmez l'envoi des pièces - - - - Are you sure you want to send %1? - Êtes-vous sûr de vouloir envoyer %1 ? - - - - and - et - - - - The recepient address is not valid, please recheck. - L'adresse du destinataire n'est pas valide, veuillez la vérifier. - - - - The amount to pay must be larger than 0. - Le montant à payer doit être supérieur à 0. - - - - Amount exceeds your balance - Le montant dépasse votre solde - - - - Total exceeds your balance when the %1 transaction fee is included - Le total dépasse votre solde lorsque les frais de transaction de %1 sont inclus - - - - Duplicate address found, can only send to each address once in one send operation - Adresse dupliquée trouvée, un seul envoi par adresse est possible à chaque opération d'envoi - - - - Error: Transaction creation failed - Erreur : échec de la création de la transaction - - - - 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. - Erreur : la transaction a été rejetée. Cela peut arriver si certaines pièces de votre porte-monnaie ont déjà été dépensées, par exemple si vous avez utilisé une copie de wallet.dat et si des pièces ont été dépensées avec cette copie sans être marquées comme telles ici. - - - - SendCoinsEntry - - - Form - Formulaire - - - - A&mount: - &Montant : - - - - Pay &To: - Payer &à : - - - - - Enter a label for this address to add it to your address book - Entrez une étiquette pour cette adresse afin de l'ajouter à votre carnet d'adresses - - - - &Label: - &Étiquette : - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - L'adresse à laquelle le paiement sera envoyé (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Choisir une adresse dans le carnet d'adresses - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Coller une adresse depuis le presse-papiers - - - - Alt+P - Alt+P - - - - Remove this recipient - Enlever ce destinataire - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Entez une adresse Bitcoin (par ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Ouvert pour %1 blocs - - - - Open until %1 - Ouvert jusqu'à %1 - - - - %1/offline? - %1/hors ligne ? - - - - %1/unconfirmed - %1/non confirmée - - - - %1 confirmations - %1 confirmations - - - - <b>Status:</b> - <b>État :</b> - - - - , has not been successfully broadcast yet - , n'a pas encore été diffusée avec succès - - - - , broadcast through %1 node - , diffusée à travers %1 nœud - - - - , broadcast through %1 nodes - , diffusée à travers %1 nœuds - - - - <b>Date:</b> - <b>Date :</b> - - - - <b>Source:</b> Generated<br> - <b>Source :</b> Généré<br> - - - - - <b>From:</b> - <b>De :</b> - - - - unknown - inconnue - - - - - - <b>To:</b> - <b>À :</b> - - - - (yours, label: - (vôtre, étiquette : - - - - (yours) - (vôtre) - - - - - - - <b>Credit:</b> - <b>Crédit : </b> - - - - (%1 matures in %2 more blocks) - (%1 sera considérée comme mûre suite à %2 blocs de plus) - - - - (not accepted) - (pas accepté) - - - - - - <b>Debit:</b> - <b>Débit : </b> - - - - <b>Transaction fee:</b> - <b>Frais de transaction :</b> - - - - <b>Net amount:</b> - <b>Montant net :</b> - - - - Message: - Message : - - - - Comment: - Commentaire : - - - - Transaction ID: - ID de la transaction : - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Les pièces générées doivent attendre 120 blocs avant de pouvoir être dépensées. Lorsque vous avez généré ce bloc, il a été diffusé sur le réseau pour être ajouté à la chaîne des blocs. S'il échoue a intégrer la chaîne, il sera modifié en « pas accepté » et il ne sera pas possible de le dépenser. Cela peut arriver occasionnellement si un autre nœud génère un bloc quelques secondes avant ou après vous. - - - - TransactionDescDialog - - - Transaction details - Détails de la transaction - - - - This pane shows a detailed description of the transaction - Ce panneau affiche une description détaillée de la transaction - - - - TransactionTableModel - - - Date - Date - - - - Type - Type - - - - Address - Adresse - - - - Amount - Montant - - - - Open for %n block(s) - Ouvert pour %n blocOuvert pour %n blocs - - - - Open until %1 - Ouvert jusqu'à %1 - - - - Offline (%1 confirmations) - Hors ligne (%1 confirmations) - - - - Unconfirmed (%1 of %2 confirmations) - Non confirmée (%1 confirmations sur un total de %2) - - - - Confirmed (%1 confirmations) - Confirmée (%1 confirmations) - - - - Mined balance will be available in %n more blocks - Le solde d'extraction (mined) sera disponible dans %n blocLe solde d'extraction (mined) sera disponible dans %n blocs - - - - This block was not received by any other nodes and will probably not be accepted! - Ce bloc n'a été reçu par aucun autre nœud et ne sera probablement pas accepté ! - - - - Generated but not accepted - Généré mais pas accepté - - - - Received with - Reçue avec - - - - Received from - Reçue de - - - - Sent to - Envoyée à - - - - Payment to yourself - Paiement à vous-même - - - - Mined - Extraction - - - - (n/a) - (indisponible) - - - - Transaction status. Hover over this field to show number of confirmations. - État de la transaction. Laissez le pointeur de la souris sur ce champ pour voir le nombre de confirmations. - - - - Date and time that the transaction was received. - Date et heure de réception de la transaction. - - - - Type of transaction. - Type de transaction. - - - - Destination address of transaction. - L'adresse de destination de la transaction. - - - - Amount removed from or added to balance. - Montant ajouté au ou enlevé du solde. - - - - TransactionView - - - - All - Toutes - - - - Today - Aujourd'hui - - - - This week - Cette semaine - - - - This month - Ce mois - - - - Last month - Mois dernier - - - - This year - Cette année - - - - Range... - Intervalle... - - - - Received with - Reçu avec - - - - Sent to - Envoyé à - - - - To yourself - À vous-même - - - - Mined - Extraction - - - - Other - Autre - - - - Enter address or label to search - Entrez une adresse ou une étiquette à rechercher - - - - Min amount - Montant min - - - - Copy address - Copier l'adresse - - - - Copy label - Copier l'étiquette - - - - Copy amount - Copier le montant - - - - Edit label - Éditer l'étiquette - - - - Show details... - Afficher les détails... - - - - Export Transaction Data - Exporter les données de transaction - - - - Comma separated file (*.csv) - Valeurs séparées par des virgules (*.csv) - - - - Confirmed - Confirmée - - - - Date - Date - - - - Type - Type - - - - Label - Étiquette - - - - Address - Adresse - - - - Amount - Montant - - - - ID - ID - - - - Error exporting - Erreur lors de l'exportation - - - - Could not write to file %1. - Impossible d'écrire sur le fichier %1. - - - - Range: - Intervalle : - - - - to - à - - - - WalletModel - - - Sending... - Envoi en cours... - - - - bitcoin-core - - - Bitcoin version - Version de bitcoin - - - - Usage: - Utilisation : - - - - Send command to -server or bitcoind - Envoyer une commande à -server ou à bitcoind - - - - List commands - Lister les commandes - - - - Get help for a command - Obtenir de l'aide pour une commande - - - - Options: - Options : - - - - Specify configuration file (default: bitcoin.conf) - Spécifier le fichier de configuration (par défaut : bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Spécifier le fichier pid (par défaut : bitcoind.pid) - - - - Generate coins - Générer des pièces - - - - Don't generate coins - Ne pas générer de pièces - - - - Start minimized - Démarrer sous forme minimisée - - - - Specify data directory - Spécifier le répertoire de données - - - - Specify connection timeout (in milliseconds) - Spécifier le délai d'expiration de la connexion (en millisecondes) - - - - Connect through socks4 proxy - Connexion via un proxy socks4 - - - - Allow DNS lookups for addnode and connect - Autoriser les recherches DNS pour l'ajout de nœuds et la connexion - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Écouter les connexions sur le <port> (par défaut : 8333 ou testnet : 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Garder au plus <n> connexions avec les pairs (par défaut : 125) - - - - Add a node to connect to - Ajouter un nœud auquel se connecter - - - - Connect only to the specified node - Ne se connecter qu'au nœud spécifié - - - - Don't accept connections from outside - Ne pas accepter les connexion depuis l'extérieur - - - - Don't bootstrap list of peers using DNS - Ne pas amorcer la liste des pairs en utilisant le DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - Seuil de déconnexion des pairs de mauvaise qualité (par défaut : 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Délai en secondes de refus de reconnexion aux pairs de mauvaise qualité (par défaut : 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Tampon maximal de réception par connexion, <n>*1000 octets (par défaut : 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Tampon maximal d'envoi par connexion, <n>*1000 octets (par défaut : 10000) - - - - Don't attempt to use UPnP to map the listening port - Ne pas tenter d'utiliser l'UPnP pour ouvrir le port d'écoute - - - - Attempt to use UPnP to map the listening port - Essayer d'utiliser l'UPnP pour ouvrir le port d'écoute - - - - Fee per kB to add to transactions you send - Frais par ko à ajouter aux transactions que vous enverrez - - - - Accept command line and JSON-RPC commands - Accepter les commandes de JSON-RPC et de la ligne de commande - - - - Run in the background as a daemon and accept commands - Fonctionner en arrière-plan en tant que démon et accepter les commandes - - - - Use the test network - Utiliser le réseau de test - - - - Output extra debugging information - Informations de débogage supplémentaires - - - - Prepend debug output with timestamp - Faire précéder les données de débogage par un horodatage - - - - Send trace/debug info to console instead of debug.log file - Envoyer les informations de débogage/trace à la console au lieu du fichier debug.log - - - - Send trace/debug info to debugger - Envoyer les informations de débogage/trace au débogueur - - - - Username for JSON-RPC connections - Nom d'utilisateur pour les connexions JSON-RPC - - - - Password for JSON-RPC connections - Mot de passe pour les connexions JSON-RPC - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Écouter les connexions JSON-RPC sur le <port> (par défaut : 8332) - - - - Allow JSON-RPC connections from specified IP address - Autoriser les connexions JSON-RPC depuis l'adresse IP spécifiée - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Envoyer des commandes au nœud fonctionnant à <ip> (par défaut : 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Régler la taille de la plage de clefs sur <n> (par défaut : 100) - - - - Rescan the block chain for missing wallet transactions - Réanalyser la chaîne de blocs pour les transactions de porte-monnaie manquantes - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -Options SSL : (cf. le wiki Bitcoin pour les réglages SSL) - - - - Use OpenSSL (https) for JSON-RPC connections - Utiliser OpenSSL (https) pour les connexions JSON-RPC - - - - Server certificate file (default: server.cert) - Fichier de certificat serveur (par défaut : server.cert) - - - - Server private key (default: server.pem) - Clef privée du serveur (par défaut : server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Clefs de chiffrement acceptables (par défaut : TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Ce message d'aide - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Impossible d'obtenir un verrou sur le répertoire de données %s. Bitcoin fonctionne probablement déjà. - - - - Loading addresses... - Chargement des adresses... - - - - Error loading addr.dat - Erreur lors du chargement de addr.dat - - - - Error loading blkindex.dat - Erreur lors du chargement de blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Erreur lors du chargement de wallet.dat : porte-monnaie corrompu - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Erreur lors du chargement de wallet.dat : le porte-monnaie nécessite une version plus récente de Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Le porte-monnaie nécessitait une réécriture. Veuillez redémarrer Bitcoin pour terminer l'opération - - - - Error loading wallet.dat - Erreur lors du chargement de wallet.dat - - - - Loading block index... - Chargement de l'index des blocs... - - - - Loading wallet... - Chargement du porte-monnaie... - - - - Rescanning... - Nouvelle analyse... - - - - Done loading - Chargement terminé - - - - Invalid -proxy address - Adresse -proxy invalide - - - - Invalid amount for -paytxfee=<amount> - Montant invalide pour -paytxfee=<montant> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Attention : -paytxfee est réglée sur un montant très élevé. Il s'agit des frais de transaction que vous payerez si vous envoyez une transaction. - - - - Error: CreateThread(StartNode) failed - Erreur : CreateThread(StartNode) a échoué - - - - Warning: Disk space is low - Attention : l'espace disque est faible - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Impossible de s'attacher au port %d sur cet ordinateur. Bitcoin fonctionne probablement déjà. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Attention : veuillez vérifier que l'heure et la date de votre ordinateur sont corrects. Si votre horloge n'est pas à l'heure, Bitcoin ne fonctionnera pas correctement. - - - - beta - bêta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts deleted file mode 100644 index 6272450..0000000 --- a/src/qt/locale/bitcoin_he.ts +++ /dev/null @@ -1,1977 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - אודות ביטקוין - - - - <b>Bitcoin</b> version - גרסת <b>ביטקוין</b> - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - זכויות יוצרים © 2009-2012 שמורות למפתחי ביטקוין - -זוהי תוכנה ניסיונית. - -מופץ תחת רישיון תוכנה MIT/X11, ראה את הקובץ המלווה license.txt או http://www.opensource.org/licenses/mit-license.php. - -המוצר הזה כולל תוכנה שפותחה על ידי פרויקט OpenSSL עבור שימוש בערכת הכלים של OpenSSL (http://www.openssl.org/) ובתוכנה קריפטוגרפית שנכתבה על ידי אריק יאנג (eay@cryptsoft.com) ותוכנת UPnP שנכתבה על ידי תומס ברנרד. - - - - AddressBookPage - - - Address Book - פנקס כתובות - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - אלה כתובות הביטקוין שלך עבור קבלת תשלומים. אתה עשוי לרצות לתת כתובת שונה לכל שולח כדי שתוכל לעקוב אחר מי משלם לך. - - - - Double-click to edit address or label - לחץ לחיצה כפולה לערוך כתובת או תוית - - - - Create a new address - יצירת כתובת חדשה - - - - &New Address... - כתובת &חדשה - - - - Copy the currently selected address to the system clipboard - העתק את הכתובת המסומנת ללוח העריכה - - - - &Copy to Clipboard - &העתק ללוח - - - - Show &QR Code - הצג &קוד QR - - - - Sign a message to prove you own this address - חתום על הודעה כדי להוכיח שכתובת זו בבעלותך - - - - &Sign Message - חתום על הו&דעה - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - מחק את הכתובת המסומנת מהרשימה. ניתן למחוק רק כתובות לשליחה. - - - - &Delete - &מחיקה - - - - Copy address - העתק כתובת - - - - Copy label - העתק תוית - - - - Edit - ערוך - - - - Delete - מחק - - - - Export Address Book Data - יצוא נתוני פנקס כתובות - - - - Comma separated file (*.csv) - קובץ מופרד בפסיקים (*.csv) - - - - Error exporting - שגיאה ביצוא - - - - Could not write to file %1. - לא מסוגל לכתוב לקובץ %1. - - - - AddressTableModel - - - Label - תוית - - - - Address - כתובת - - - - (no label) - (ללא כתובת) - - - - AskPassphraseDialog - - - Dialog - שיח - - - - - TextLabel - טקסטתוית - - - - Enter passphrase - הכנס סיסמא - - - - New passphrase - סיסמה חדשה - - - - Repeat new passphrase - חזור על הסיסמה החדשה - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - הכנס את הסיסמה החדשה לארנק. <br/>אנא השתמש בסיסמה המכילה <b>10 תוים אקראיים או יותר</b>, או <b>שמונה מילים או יותר</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? - אזהרה: אם תצפין את הארנק שלך ותאבד את הסיסמה אתה <b>תאבד את כל הביטקוין שלך</b>! -אתה בטוח שברצונך להצפין את הארנק? - - - - - Wallet encrypted - הארנק הוצפן - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - ביטקוין ייסגר עכשיו כדי להשלים את תהליך ההצפנה. זכור שהצפנת הארנק שלך אינו יכול להגן באופן מלא על הביטקוינים שלך מתוכנות זדוניות המושתלות על המחשב. - - - - - Warning: The Caps Lock key is on. - אזהרה: מקש Caps Lock מופעל. - - - - - - - Wallet encryption failed - הצפנת הארנק נכשלה - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - הצפנת הארנק נכשלה עקב שגיאה פנימית. הארנק שלך לא הוצפן. - - - - - The supplied passphrases do not match. - הסיסמות שניתנו אינן תואמות. - - - - Wallet unlock failed - פתיחת הארנק נכשלה - - - - - - The passphrase entered for the wallet decryption was incorrect. - הסיסמה שהוכנסה לפענוח הארנק שגויה. - - - - Wallet decryption failed - פענוח הארנק נכשל - - - - Wallet passphrase was succesfully changed. - סיסמת הארנק שונתה בהצלחה. - - - - BitcoinGUI - - - Bitcoin Wallet - ארנק ביטקוין - - - - - Synchronizing with network... - מסתנכרן עם הרשת... - - - - Block chain synchronization in progress - סנכרון עם שרשרת הבלוקים בעיצומו - - - - &Overview - &סקירה - - - - Show general overview of wallet - הצג סקירה כללית של הארנק - - - - &Transactions - &פעולות - - - - Browse transaction history - דפדף בהיסטוריית הפעולות - - - - &Address Book - פנקס &כתובות - - - - Edit the list of stored addresses and labels - ערוך את רשימת הכתובות והתויות - - - - &Receive coins - &קבלת מטבעות - - - - Show the list of addresses for receiving payments - הצג את רשימת הכתובות לקבלת תשלומים - - - - &Send coins - &שלח מטבעות - - - - Send coins to a bitcoin address - שלח מטבעות לכתובת ביטקוין - - - - Sign &message - חתום על הו&דעה - - - - Prove you control an address - הוכח שאתה שולט בכתובת - - - - E&xit - י&ציאה - - - - Quit application - סגור תוכנה - - - - &About %1 - &אודות %1 - - - - Show information about Bitcoin - הצג מידע על ביטקוין - - - - About &Qt - אודות Qt - - - - Show information about Qt - הצג מידע על Qt - - - - &Options... - &אפשרויות - - - - Modify configuration options for bitcoin - שנה הגדרות עבור ביטקוין - - - - Open &Bitcoin - פתח את &ביטקוין - - - - Show the Bitcoin window - הצג את חלון ביטקוין - - - - &Export... - י&צא - - - - Export the data in the current tab to a file - יצוא הנתונים בטאב הנוכחי לקובץ - - - - &Encrypt Wallet - הצ&פן ארנק - - - - Encrypt or decrypt wallet - הצפן או פענח ארנק - - - - &Backup Wallet - &גיבוי ארנק - - - - Backup wallet to another location - גיבוי הארנק למקום אחר - - - - &Change Passphrase - שנה &סיסמה - - - - Change the passphrase used for wallet encryption - שנה את הסיסמה להצפנת הארנק - - - - &File - &קובץ - - - - &Settings - ה&גדרות - - - - &Help - &עזרה - - - - Tabs toolbar - סרגל כלים טאבים - - - - Actions toolbar - סרגל כלים פעולות - - - - [testnet] - [רשת-בדיקה] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - חיבור פעיל אחד לרשת הביטקוין%n חיבורים פעילים לרשת הביטקוין - - - - Downloaded %1 of %2 blocks of transaction history. - הורדו %1 מתוך %2 בלוקים של היסטוריית פעולות. - - - - Downloaded %1 blocks of transaction history. - הורדו %1 בלוקים של היסטוריית פעולות. - - - - %n second(s) ago - לפני שניהלפני %n שניות - - - - %n minute(s) ago - לפני דקהלפני %n דקות - - - - %n hour(s) ago - לפני שעהלפני %n שעות - - - - %n day(s) ago - לפני יוםלפני %n ימים - - - - Up to date - עדכני - - - - Catching up... - מתעדכן... - - - - Last received block was generated %1. - הבלוק האחרון שהתקבל נוצר ב-%1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - הפעולה הזאת חורגת מהמגבלה. ניתן לשלוח אותה תמורת עמלה בסך %1, שמגיעה לצמתים שמעבדים את הפעולה ועוזרת לתמוך ברשת. האם אתה מעוניין לשלם את העמלה? - - - - Sending... - שולח... - - - - Sent transaction - פעולה שנשלחה - - - - Incoming transaction - פעולה שהתקבלה - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - תאריך: %1 -כמות: %2 -סוג: %3 -כתובת: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - הארנק <b>מוצפן</b> וכרגע <b>פתוח</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - הארנק <b>מוצפן</b> וכרגע <b>נעול</b> - - - - Backup Wallet - גיבוי ארנק - - - - Wallet Data (*.dat) - נתוני ארנק (*.dat) - - - - Backup Failed - הגיבוי נכשל - - - - There was an error trying to save the wallet data to the new location. - היתה שגיאה בניסיון לשמור את מידע הארנק למיקום החדש. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &יחידת מדידה להציג בה כמויות: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - בחר את יחידת החלוקה להצגה בממשק, ובעת שליחת מטבעות - - - - Display addresses in transaction list - הצג כתובות ברשימת הפעולות - - - - EditAddressDialog - - - Edit Address - ערוך כתובת - - - - &Label - ת&וית - - - - The label associated with this address book entry - התוית המשויכת לרשומה הזו בפנקס הכתובות - - - - &Address - &כתובת - - - - The address associated with this address book entry. This can only be modified for sending addresses. - הכתובת המשויכת לרשומה זו בפנקס הכתובות. ניתן לשנות זאת רק עבור כתובות לשליחה. - - - - New receiving address - כתובת חדשה לקבלה - - - - New sending address - כתובת חדשה לשליחה - - - - Edit receiving address - ערוך כתובת לקבלה - - - - Edit sending address - ערוך כתובת לשליחה - - - - The entered address "%1" is already in the address book. - הכתובת שהכנסת "%1" כבר נמצאת בפנקס הכתובות. - - - - The entered address "%1" is not a valid bitcoin address. - הכתובת שהכנסת "%1" אינה כתובת ביטקוין תקינה. - - - - Could not unlock wallet. - פתיחת הארנק נכשלה. - - - - New key generation failed. - יצירת מפתח חדש נכשלה. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - התח&ל את ביטקוין בהפעלת מערכת חלונות - - - - Automatically start Bitcoin after the computer is turned on - התחל את ביטקוין אוטומטית כשהמחשב נדלק - - - - &Minimize to the tray instead of the taskbar - מ&זער למגש במקום לשורת המשימות - - - - Show only a tray icon after minimizing the window - הצג אייקון מגש בלבד לאחר מזעור החלון - - - - Map port using &UPnP - מיפוי פורט באמצעות UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - פתח את פורט ביטקוין בנתב באופן אוטומטי. עובד רק אם UPnP מאופשר ונתמך ע"י הנתב. - - - - M&inimize on close - מז&ער בעת סגירה - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - מזער את התוכנה במקום לצאת ממנה כשהחלון נסגר. כשאפשרות זו פעילה, התוכנה תיסגר רק לאחר בחירת יציאה מהתפריט. - - - - &Connect through SOCKS4 proxy: - התח&בר דרך פרוקסי SOCKS4: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - התחבר לרשת הביטקוין דרך פרוקסי SOCKS4 (למשל, בעת חיבור דרך Tor) - - - - Proxy &IP: - IP של פרוקסי: - - - - IP address of the proxy (e.g. 127.0.0.1) - כתובת האינטרנט של הפרוקסי (למשל 127.0.0.1) - - - - &Port: - &פורט: - - - - Port of the proxy (e.g. 1234) - הפורט של הפרוקסי (למשל 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - עמלת פעולה אופציונלית לכל kB תבטיח שהפעולה שלך תעובד בזריזות. רוב הפעולות הן 1 kB. מומלצת עמלה בסך 0.01. - - - - Pay transaction &fee - שלם &עמלת פעולה - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - עמלת פעולה אופציונלית לכל kB תבטיח שהפעולה שלך תעובד בזריזות. רוב הפעולות הן 1 kB. מומלצת עמלה בסך 0.01. - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - הכתובת אליה יישלח התשלום (למשל 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - בחר כתובת מפנקס הכתובות - - - - Alt+A - Alt+A - - - - Paste address from clipboard - הדבק כתובת מהלוח - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - הכנס כאן את ההודעה שעליך ברצונך לחתום - - - - Click "Sign Message" to get signature - לחץ על "חתום על הודעה" לקבלת חתימה - - - - Sign a message to prove you own this address - חתום על הודעה כדי להוכיח שכתובת זו בבעלותך - - - - &Sign Message - חתום על הו&דעה - - - - Copy the currently selected address to the system clipboard - העתק את הכתובת שסומנה ללוח המערכת - - - - &Copy to Clipboard - ה&עתק ללוח - - - - - - Error signing - שגיאה בחתימה - - - - %1 is not a valid address. - %1 אינה כתובת תקינה. - - - - Private key for %1 is not available. - המפתח הפרטי עבור %1 אינו זמין. - - - - Sign failed - החתימה נכשלה - - - - OptionsDialog - - - Main - ראשי - - - - Display - תצוגה - - - - Options - אפשרויות - - - - OverviewPage - - - Form - טופס - - - - Balance: - יתרה: - - - - 123.456 BTC - 123.456 ביטקוין - - - - Number of transactions: - מספר פעולות: - - - - 0 - 0 - - - - Unconfirmed: - ממתין לאישור: - - - - 0 BTC - 0 ביטקוין - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>פעולות אחרונות</b> - - - - Your current balance - היתרה הנוכחית שלך - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - הסכום הכולל של פעולות שטרם אושרו, ועוד אינן נספרות בחישוב היתרה הנוכחית - - - - Total number of transactions in wallet - המספר הכולל של פעולות בארנק - - - - QRCodeDialog - - - Dialog - שיח - - - - QR Code - קוד QR - - - - Request Payment - בקש תשלום - - - - Amount: - כמות: - - - - BTC - ביטקוין - - - - Label: - תוית: - - - - Message: - הודעה: - - - - &Save As... - &שמור בשם... - - - - Save Image... - שמור תמונה... - - - - PNG Images (*.png) - תמונות PNG (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - שלח מטבעות - - - - Send to multiple recipients at once - שלח למספר מקבלים בו-זמנית - - - - &Add recipient... - &הוסף מקבל... - - - - Remove all transaction fields - הסר את כל השדות בפעולה - - - - Clear all - נקה הכל - - - - Balance: - יתרה: - - - - 123.456 BTC - 123.456 ביטקוין - - - - Confirm the send action - אשר את פעולת השליחה - - - - &Send - &שלח - - - - <b>%1</b> to %2 (%3) - <b>%1</b> ל- %2 (%3) - - - - Confirm send coins - אשר שליחת מטבעות - - - - Are you sure you want to send %1? - האם אתה בטוח שברצונך לשלוח %1? - - - - and - ו- - - - - The recepient address is not valid, please recheck. - כתובת המקבל אינה תקינה, אנא בדוק שנית. - - - - The amount to pay must be larger than 0. - הכמות לשלם חייבת להיות גדולה מ-0. - - - - Amount exceeds your balance - הכמות חורגת מהיתרה שלך. - - - - Total exceeds your balance when the %1 transaction fee is included - הסכום חורג מהיתרה לאחר הכללת עמלת פעולה בסך %1. - - - - Duplicate address found, can only send to each address once in one send operation - כתובת כפולה נמצאה, ניתן לשלוח לכל כתובת רק פעם אחת בכל פעולה שליחה - - - - Error: Transaction creation failed - שגיאה: יצירת הפעולה נכשלה - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - שגיאה: הפעולה נדחתה. זה עשוי לקרות אם חלק מהמטבעות בארנק שלך כבר נוצלו, למשל אם השתמשת בעותק של הקובץ wallet.dat ומטבעות נוצלו בהעתק אך לא סומנו כמנוצלות כאן. - - - - SendCoinsEntry - - - Form - טופס - - - - A&mount: - כ&מות: - - - - Pay &To: - שלם &ל: - - - - - Enter a label for this address to add it to your address book - הכנס תוית לכתובת הזאת כדי להכניס לפנקס הכתובות - - - - &Label: - ת&וית: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - הכתובת אליה יישלח התשלום (למשל 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - בחר כתובת מפנקס הכתובות - - - - Alt+A - Alt+A - - - - Paste address from clipboard - הדבר כתובת מהלוח - - - - Alt+P - Alt+P - - - - Remove this recipient - הסר את המקבל הזה - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - הכנס כתובת ביטקוין (למשל 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - פתוח למשך %1 בלוקים - - - - Open until %1 - פתוח עד %1 - - - - %1/offline? - %1/לא מחובר? - - - - %1/unconfirmed - %1/ממתין לאישור - - - - %1 confirmations - %1 אישורים - - - - <b>Status:</b> - <b>מצב:</b> - - - - , has not been successfully broadcast yet - , טרם שודר בהצלחה - - - - , broadcast through %1 node - , שודר דרך צומת %1 - - - - , broadcast through %1 nodes - , שודר דרך %1 צמתים - - - - <b>Date:</b> - <b>תאריך:</b> - - - - <b>Source:</b> Generated<br> - <b>מקור:</b> נוצר<br> - - - - - <b>From:</b> - <b>מאת:</b> - - - - unknown - לא ידוע - - - - - - <b>To:</b> - <b>אל:</b> - - - - (yours, label: - (שלך, תוית: - - - - (yours) - (שלך) - - - - - - - <b>Credit:</b> - <b>זיכוי:</b> - - - - (%1 matures in %2 more blocks) - (%1 יבגור עוד %2 בלוקים) - - - - (not accepted) - (לא התקבל) - - - - - - <b>Debit:</b> - <b<חיוב:</b> - - - - <b>Transaction fee:</b> - <b>עמלת פעולה:</b> - - - - <b>Net amount:</b> - <b>כמות נטו:</b> - - - - Message: - הודעה: - - - - Comment: - הערה: - - - - Transaction ID: - מזהה פעולה: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - מטבעות שנוצרו חייבים לחכות 120 בלוקים לפני שניתן לנצל אותם. כשיצרת את הבלוק הזה, הוא שודר לרשת כדי להתווסף לשרשרת הבלוקים. אם הוא אינו מצליח להיכנס לשרשרת, הוא ישתנה ל"לא התקבל" ולא ניתן יהיה לנצל אותו. זה יכול לקרות מדי פעם אם צומת אחר מייצר בלוק בהפרש של מספר שניות מהבלוק שלך. - - - - TransactionDescDialog - - - Transaction details - פרטי הפעולה - - - - This pane shows a detailed description of the transaction - חלונית זו מציגה תיאור מפורט של הפעולה - - - - TransactionTableModel - - - Date - תאריך - - - - Type - סוג - - - - Address - כתובת - - - - Amount - כמות - - - - Open for %n block(s) - פתוח למשך בלוק אחדפתוח למשך %n בלוקים - - - - Open until %1 - פתוח עד %1 - - - - Offline (%1 confirmations) - לא מחובר (%1 אישורים) - - - - Unconfirmed (%1 of %2 confirmations) - ממתין לאישור (%1 מתוך %2 אישורים) - - - - Confirmed (%1 confirmations) - מאושר (%1 אישורים) - - - - Mined balance will be available in %n more blocks - יתרה שנכרתה תהיה זמינה עוד בלוק אחדיתרה שנכרתה תהיה זמינה עוד %n בלוקים - - - - 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) - (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 - העתק כמות - - - - Edit label - ערוך תוית - - - - Show details... - הצג פרטים... - - - - Export Transaction Data - יצוא נתוני פעולות - - - - Comma separated file (*.csv) - קובץ מופרד בפסיקים (*.csv) - - - - Confirmed - מאושר - - - - Date - תאריך - - - - Type - סוג - - - - Label - תוית - - - - Address - כתובת - - - - Amount - כמות - - - - ID - מזהה - - - - Error exporting - שגיאה ביצוא - - - - Could not write to file %1. - לא מסוגל לכתוב לקובץ %1. - - - - Range: - טווח: - - - - to - אל - - - - WalletModel - - - Sending... - שולח... - - - - bitcoin-core - - - Bitcoin version - גרסת ביטקוין - - - - Usage: - שימוש: - - - - Send command to -server or bitcoind - שלח פקודה ל -server או bitcoind - - - - List commands - רשימת פקודות - - - - Get help for a command - קבל עזרה עבור פקודה - - - - Options: - אפשרויות: - - - - Specify configuration file (default: bitcoin.conf) - ציין קובץ הגדרות (ברירת מחדל: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - ציין קובץ pid (ברירת מחדל: bitcoind.pid) - - - - Generate coins - צור מטבעות - - - - Don't generate coins - אל תייצר מטבעות - - - - Start minimized - התחל ממוזער - - - - Specify data directory - ציין תיקיית נתונים - - - - Specify connection timeout (in milliseconds) - ציין הגבלת זמן לחיבור (במילישניות) - - - - Connect through socks4 proxy - התחבר דרך פרוקסי socks4 - - - - Allow DNS lookups for addnode and connect - אפשר עיון ב-DNS להוספת צומת וחיבור - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - האזן לחיבורים ב<פורט> (ברירת מחדל: 8333 או ברשת הבדיקה: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - החזק לכל היותר <n> חיבורים לעמיתים (ברירת מחדל: 125) - - - - Add a node to connect to - הוסף צומת להתחבר אליו - - - - Connect only to the specified node - התחבר רק לצומת המצוין - - - - Don't accept connections from outside - אל תקבל חיבורים מבחוץ - - - - Don't bootstrap list of peers using DNS - אל תשתמש ב-DNS לאתחול רשימת עמיתים - - - - Threshold for disconnecting misbehaving peers (default: 100) - סף להתנתקות מעמיתים הנוהגים שלא כהלכה (ברירת מחדל: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - מספר שניות למנוע מעמיתים הנוהגים שלא כהלכה מלהתחבר מחדש (ברירת מחדל: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - חוצץ מירבי לקבלה לכל חיבור, <n>*1000 בתים (ברירת מחדל: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - חוצץ מירבי לשליחה לכל חיבור, <n>*1000 בתים (ברירת מחדל: 10000) - - - - Don't attempt to use UPnP to map the listening port - אל תנסה להשתמש ב-UPnP כדי למפות את הפורט להאזנה - - - - Attempt to use UPnP to map the listening port - נסה להשתמש ב-UPnP כדי למפות את הפורט להאזנה - - - - Fee per kB to add to transactions you send - עמלה לכל kB להוסיף לפעולות שאתה שולח - - - - Accept command line and JSON-RPC commands - קבל פקודות משורת הפקודה ו- JSON-RPC - - - - Run in the background as a daemon and accept commands - רוץ ברקע כדימון וקבל פקודות - - - - Use the test network - השתמש ברשת הבדיקה - - - - Output extra debugging information - פלוט מידע דיבאג נוסף - - - - Prepend debug output with timestamp - הוסף חותמת זמן לפני פלט דיבאג - - - - Send trace/debug info to console instead of debug.log file - שלח מידע דיבאג ועקבה לקונסולה במקום לקובץ debug.log - - - - Send trace/debug info to debugger - שלח מידע דיבאג ועקבה לכלי דיבאג - - - - Username for JSON-RPC connections - שם משתמש לחיבורי JSON-RPC - - - - Password for JSON-RPC connections - סיסמה לחיבורי JSON-RPC - - - - Listen for JSON-RPC connections on <port> (default: 8332) - האזן לחיבורי JSON-RPC ב<פורט> (ברירת מחדל: 8332) - - - - Allow JSON-RPC connections from specified IP address - אפשר חיבורי JSON-RPC מכתובת האינטרנט המצוינת - - - - Send commands to node running on <ip> (default: 127.0.0.1) - שלח פקודות לצומת ב-<ip> (ברירת מחדל: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - קבע את גודל המאגר ל -<n> (ברירת מחדל: 100) - - - - Rescan the block chain for missing wallet transactions - סרוק מחדש את שרשרת הבלוקים למציאת פעולות חסרות בארנק - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - אפשרויות SSL: (ראה את הויקי של ביטקוין עבור הוראות להתקנת SSL) - - - - Use OpenSSL (https) for JSON-RPC connections - השתמש ב-OpenSSL (https( עבור חיבורי JSON-RPC - - - - Server certificate file (default: server.cert) - קובץ תעודת שרת (ברירת מחדל: server.cert) - - - - Server private key (default: server.pem) - מפתח פרטי של השרת (ברירת מחדל: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - צפנים קבילים (ברירת מחדל: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - הודעת העזרה הזו - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - אינו מסוגל לנעול את תיקיית הנתונים %s. כנראה שביטקוין כבר רץ. - - - - Loading addresses... - טוען כתובות... - - - - Error loading addr.dat - שגיאה בטעינת הקובץ addr.dat - - - - Error loading blkindex.dat - שגיאה בטעינת הקובץ blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - שגיאה בטעינת הקובץ wallet.dat: הארנק מושחת - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - שגיאה בטעינת הקובץ wallet.dat: הארנק דורש גרסה חדשה יותר של ביטקוין - - - - Wallet needed to be rewritten: restart Bitcoin to complete - יש לכתוב מחדש את הארנק: אתחל את ביטקוין לסיום - - - - Error loading wallet.dat - שגיאה בטעינת הקובץ wallet.dat - - - - Loading block index... - טוען את אינדקס הבלוקים... - - - - Loading wallet... - טוען ארנק... - - - - Rescanning... - סורק מחדש... - - - - Done loading - טעינה הושלמה - - - - Invalid -proxy address - כתובת פרוקסי לא תקינה - - - - Invalid amount for -paytxfee=<amount> - כמות לא תקינה בפרמטר -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - אזהרה: ערך גבוה מדי הושם בפרמטר -paytxfee. זו העמלה שתשלם אם אתה שולח פעולה. - - - - Error: CreateThread(StartNode) failed - שגיאה: כישלון ב- CreateThread(StartNode) - - - - Warning: Disk space is low - אזהרה: מעט מקום בדיסק - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - לא מסוגל להיקשר לפורט %d במחשב הזה. כנראה שביטקוין כבר רץ. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - אזהרה: אנא בדוק שהתאריך והשעה של המחשב הזה נכונים. אם השעון שלך שגוי ביטקוין לא יפעל כהלכה. - - - - beta - בטא - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts deleted file mode 100644 index 9d9e269..0000000 --- a/src/qt/locale/bitcoin_hr.ts +++ /dev/null @@ -1,1972 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - O Bitcoinu - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> verzija - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Adresar - - - - 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. - - - - Double-click to edit address or label - Dvostruki klik za uređivanje adrese ili oznake - - - - Create a new address - Dodajte novu adresu - - - - &New Address... - &Nova adresa... - - - - Copy the currently selected address to the system clipboard - Kopiraj trenutno odabranu adresu u međuspremnik - - - - &Copy to Clipboard - &Kopiraj u međuspremnik - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Brisanje trenutno odabrane adrese s popisa. Samo adrese za slanje se mogu izbrisati. - - - - &Delete - &Brisanje - - - - Copy address - Kopirati adresu - - - - Copy label - Kopirati oznaku - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Izvoz podataka adresara - - - - Comma separated file (*.csv) - Datoteka vrijednosti odvojenih zarezom (*. csv) - - - - Error exporting - Pogreška kod izvoza - - - - Could not write to file %1. - Ne mogu pisati u datoteku %1. - - - - AddressTableModel - - - Label - Oznaka - - - - Address - Adresa - - - - (no label) - (bez oznake) - - - - AskPassphraseDialog - - - Dialog - Dijalog - - - - - TextLabel - TekstualnaOznaka - - - - Enter passphrase - Unesite lozinku - - - - New passphrase - Nova lozinka - - - - Repeat new passphrase - Ponovite novu lozinku - - - - 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>. - Unesite novi lozinku za novčanik. <br/> Molimo Vas da koristite zaporku od <b>10 ili više slučajnih znakova,</b> ili <b>osam ili više riječi.</b> - - - - Encrypt wallet - Šifriranje novčanika - - - - This operation needs your wallet passphrase to unlock the wallet. - Ova operacija treba lozinku vašeg novčanika kako bi se novčanik otključao. - - - - Unlock wallet - Otključaj novčanik - - - - This operation needs your wallet passphrase to decrypt the wallet. - Ova operacija treba lozinku vašeg novčanika kako bi se novčanik dešifrirao. - - - - Decrypt wallet - Dešifriranje novčanika. - - - - Change passphrase - Promjena lozinke - - - - Enter the old and new passphrase to the wallet. - Unesite staru i novu lozinku za novčanik. - - - - Confirm wallet encryption - Potvrdi šifriranje novčanika - - - - 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? - UPOZORENJE: Ako šifrirate vaš novčanik i izgubite lozinku, <b>IZGUBIT ĆETE SVE SVOJE BITCOINSE!</b> -Jeste li sigurni da želite šifrirati svoj novčanik? - - - - - Wallet encrypted - Novčanik šifriran - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - Šifriranje novčanika nije uspjelo - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Šifriranje novčanika nije uspjelo zbog interne pogreške. Vaš novčanik nije šifriran. - - - - - The supplied passphrases do not match. - Priložene lozinke se ne podudaraju. - - - - Wallet unlock failed - Otključavanje novčanika nije uspjelo - - - - - - The passphrase entered for the wallet decryption was incorrect. - Lozinka za dešifriranje novčanika nije točna. - - - - Wallet decryption failed - Dešifriranje novčanika nije uspjelo - - - - Wallet passphrase was succesfully changed. - Lozinka novčanika je uspješno promijenjena. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin novčanik - - - - - Synchronizing with network... - Usklađivanje s mrežom ... - - - - Block chain synchronization in progress - Sinkronizacija lanca blokova u tijeku - - - - &Overview - &Pregled - - - - Show general overview of wallet - Prikaži opći pregled novčanika - - - - &Transactions - &Transakcije - - - - Browse transaction history - Pretraži povijest transakcija - - - - &Address Book - &Adresar - - - - Edit the list of stored addresses and labels - Uređivanje popisa pohranjenih adresa i oznaka - - - - &Receive coins - &Primanje novca - - - - Show the list of addresses for receiving payments - Prikaži popis adresa za primanje isplate - - - - &Send coins - &Pošalji novac - - - - Send coins to a bitcoin address - Slanje novca na bitcoin adresu - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - &Izlaz - - - - Quit application - Izlazak iz programa - - - - &About %1 - &Više o %1 - - - - Show information about Bitcoin - Prikaži informacije o Bitcoinu - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Postavke - - - - Modify configuration options for bitcoin - Promijeni postavke konfiguracije za bitcoin - - - - Open &Bitcoin - Otvori &Bitcoin - - - - Show the Bitcoin window - Prikaži Bitcoin prozor - - - - &Export... - &Izvoz... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Šifriraj novčanik - - - - Encrypt or decrypt wallet - Šifriranje ili dešifriranje novčanika - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Promijena lozinke - - - - Change the passphrase used for wallet encryption - Promijenite lozinku za šifriranje novčanika - - - - &File - &Datoteka - - - - &Settings - &Konfiguracija - - - - &Help - &Pomoć - - - - Tabs toolbar - Traka kartica - - - - Actions toolbar - Traka akcija - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktivna veza na Bitcoin mrežu%n aktivne veze na Bitcoin mrežu%n aktivnih veza na Bitcoin mrežu - - - - Downloaded %1 of %2 blocks of transaction history. - Preuzeto %1 od %2 blokova povijesti transakcije. - - - - Downloaded %1 blocks of transaction history. - Preuzeto %1 blokova povijesti transakcije. - - - - %n second(s) ago - prije %n sekundeprije %n sekundeprije %n sekundi - - - - %n minute(s) ago - prije %n minuteprije %n minuteprije %n minuta - - - - %n hour(s) ago - prije %n sataprije %n sataprije %n sati - - - - %n day(s) ago - prije %n danaprije %n danaprije %n dana - - - - Up to date - Ažurno - - - - Catching up... - Ažuriranje... - - - - Last received block was generated %1. - Zadnji primljeni blok je generiran %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Ova transakcija je preko ograničenja veličine. Možete ju ipak poslati za naknadu od %1, koja se daje čvorovima koji procesiraju vaše transakcije i tako podržavate mrežu. Želite li platiti naknadu? - - - - Sending... - Slanje... - - - - Sent transaction - Poslana transakcija - - - - Incoming transaction - Dolazna transakcija - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Datum:%1 -Iznos:%2 -Tip:%3 -Adresa:%4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Novčanik je <b>šifriran</b> i trenutno <b>otključan</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Novčanik je <b>šifriran</b> i trenutno <b>zaključan</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Jedinica za prikazivanje iznosa: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Izaberite željeni najmanji dio bitcoina koji će biti prikazan u sučelju i koji će se koristiti za plaćanje. - - - - Display addresses in transaction list - Prikaži adrese u popisu transakcija - - - - EditAddressDialog - - - Edit Address - Izmjeni adresu - - - - &Label - &Oznaka - - - - The label associated with this address book entry - Oznaka ovog upisa u adresar - - - - &Address - &Adresa - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adresa ovog upisa u adresar. Može se mjenjati samo kod adresa za slanje. - - - - New receiving address - Nova adresa za primanje - - - - New sending address - Nova adresa za slanje - - - - Edit receiving address - Uredi adresu za primanje - - - - Edit sending address - Uredi adresu za slanje - - - - The entered address "%1" is already in the address book. - Upisana adresa "%1" je već u adresaru. - - - - The entered address "%1" is not a valid bitcoin address. - Upisana adresa "%1" nije valjana bitcoin adresa. - - - - Could not unlock wallet. - Ne mogu otključati novčanik. - - - - New key generation failed. - Stvaranje novog ključa nije uspjelo. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Pokreni Bitcoin kod pokretanja sustava - - - - Automatically start Bitcoin after the computer is turned on - Automatski pokreni Bitcoin kad se uključi računalo - - - - &Minimize to the tray instead of the taskbar - &Minimiziraj u sistemsku traku umjesto u traku programa - - - - Show only a tray icon after minimizing the window - Prikaži samo ikonu u sistemskoj traci nakon minimiziranja prozora - - - - Map port using &UPnP - Mapiraj port koristeći &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatski otvori port Bitcoin klijenta na ruteru. To radi samo ako ruter podržava UPnP i ako je omogućen. - - - - M&inimize on close - M&inimiziraj kod zatvaranja - - - - 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. - Minimizirati umjesto izaći iz aplikacije kada je prozor zatvoren. Kada je ova opcija omogućena, aplikacija će biti zatvorena tek nakon odabira Izlaz u izborniku. - - - - &Connect through SOCKS4 proxy: - &Povezivanje putem SOCKS4 proxy-a: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Spojite se na Bitcon mrežu putem SOCKS4 proxy-a (npr. kod povezivanja kroz Tor) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP adresa proxy-a (npr. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Port od proxy-a (npr. 1234) - - - - 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 - Plati &naknadu za transakciju - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa za slanje plaćanja (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Odaberite adresu iz adresara - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Zalijepi adresu iz međuspremnika - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Kopiraj trenutno odabranu adresu u međuspremnik - - - - &Copy to Clipboard - &Kopiraj u međuspremnik - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Glavno - - - - Display - Prikaz - - - - Options - Postavke - - - - OverviewPage - - - Form - Oblik - - - - Balance: - Stanje: - - - - 123.456 BTC - 123,456 BTC - - - - Number of transactions: - Broj transakcija: - - - - 0 - 0 - - - - Unconfirmed: - Nepotvrđene: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Lisnica</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Nedavne transakcije</b> - - - - Your current balance - Vaše trenutno stanje računa - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Ukupni iznos transakcija koje tek trebaju biti potvrđene, i još uvijek nisu uračunate u trenutni saldo - - - - Total number of transactions in wallet - Ukupni broj tansakcija u lisnici - - - - QRCodeDialog - - - Dialog - Dijalog - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Poruka: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Pošalji novac - - - - Send to multiple recipients at once - Pošalji k nekoliko primatelja odjednom - - - - &Add recipient... - &Dodaj primatelja... - - - - Remove all transaction fields - - - - - Clear all - Obriši sve - - - - Balance: - Stanje: - - - - 123.456 BTC - 123,456 BTC - - - - Confirm the send action - Potvrdi akciju slanja - - - - &Send - &Pošalji - - - - <b>%1</b> to %2 (%3) - <b>%1</b> do %2 (%3) - - - - Confirm send coins - Potvrdi slanje novca - - - - Are you sure you want to send %1? - Jeste li sigurni da želite poslati %1? - - - - and - i - - - - The recepient address is not valid, please recheck. - Adresa primatelja je nevaljala, molimo provjerite je ponovo. - - - - The amount to pay must be larger than 0. - Iznos mora biti veći od 0. - - - - Amount exceeds your balance - Iznos je veći od stanja računa - - - - Total exceeds your balance when the %1 transaction fee is included - Iznos je veći od stanja računa kad se doda naknada za transakcije od %1 - - - - Duplicate address found, can only send to each address once in one send operation - Pronašli smo adresu koja se ponavlja. U svakom plaćanju program može svaku adresu koristiti samo jedanput - - - - Error: Transaction creation failed - Greška: priprema transakcije nije uspjela - - - - 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. - Generirani novčići moraju pričekati nastanak 120 blokova prije nego što ih je moguće potrošiti. Kad ste generirali taj blok, on je bio emitiran u mrežu kako bi bio dodan postojećim lancima blokova. Ako ne uspije biti dodan, njegov status bit će promijenjen u "nije prihvatljiv" i on neće biti potrošiv. S vremena na vrijeme tako nešto se može desiti ako neki drugi nod približno istovremeno generira blok. - - - - SendCoinsEntry - - - Form - Oblik - - - - A&mount: - &Iznos: - - - - Pay &To: - &Primatelj plaćanja: - - - - - Enter a label for this address to add it to your address book - Unesite oznaku za ovu adresu kako bi ju dodali u vaš adresar - - - - &Label: - &Oznaka: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa za slanje plaćanja (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Odaberite adresu iz adresara - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Zalijepi adresu iz međuspremnika - - - - Alt+P - Alt+P - - - - Remove this recipient - Ukloni ovog primatelja - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Unesite Bitcoin adresu (npr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Otvori za %1 blokova - - - - Open until %1 - Otvoren do %1 - - - - %1/offline? - %1 nije dostupan? - - - - %1/unconfirmed - %1/nepotvrđeno - - - - %1 confirmations - %1 potvrda - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , još nije bio uspješno emitiran - - - - , broadcast through %1 node - , emitiran kroz nod %1 - - - - , broadcast through %1 nodes - , emitiran kroz nodove %1 - - - - <b>Date:</b> - <b>Datum:</b> - - - - <b>Source:</b> Generated<br> - <b>Izvor:</b> Generirano<br> - - - - - <b>From:</b> - <b>Od:</b> - - - - unknown - nepoznato - - - - - - <b>To:</b> - <b>Za:</b> - - - - (yours, label: - (tvoje, oznaka: - - - - (yours) - (tvoje) - - - - - - - <b>Credit:</b> - <b>Uplaćeno:</b> - - - - (%1 matures in %2 more blocks) - (%1 stasava za %2 dodatna bloka) - - - - (not accepted) - (Nije prihvaćeno) - - - - - - <b>Debit:</b> - <b>Potrošeno:</b> - - - - <b>Transaction fee:</b> - <b>Naknada za transakciju:</b> - - - - <b>Net amount:</b> - <b>Neto iznos:</b> - - - - Message: - Poruka: - - - - Comment: - Komentar: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Generirani novčići moraju pričekati nastanak 120 blokova prije nego što ih je moguće potrošiti. Kad ste generirali taj blok, on je bio emitiran u mrežu kako bi bio dodan postojećim lancima blokova. Ako ne uspije biti dodan, njegov status bit će promijenjen u "nije prihvaćen" i on neće biti potrošiv. S vremena na vrijeme tako nešto se može desiti ako neki drugi nod generira blok u približno isto vrijeme. - - - - TransactionDescDialog - - - Transaction details - Detalji transakcije - - - - This pane shows a detailed description of the transaction - Ova panela prikazuje detaljni opis transakcije - - - - TransactionTableModel - - - Date - Datum - - - - Type - Tip - - - - Address - Adresa - - - - Amount - Iznos - - - - Open for %n block(s) - Otvoren za %n blokaOtvoren za %n blokovaOtvoren za %n blokova - - - - Open until %1 - Otvoren do %1 - - - - Offline (%1 confirmations) - Nije na mreži (%1 potvrda) - - - - Unconfirmed (%1 of %2 confirmations) - Nepotvrđen (%1 od %2 potvrda) - - - - Confirmed (%1 confirmations) - Potvrđen (%1 potvrda) - - - - Mined balance will be available in %n more blocks - Saldo iskovanih novčićća bit de dostupan nakon %n dodatnog blokaSaldo iskovanih novčićća bit de dostupan nakon %n dodatnih blokovaSaldo iskovanih novčićća bit de dostupan nakon %n dodatnih blokova - - - - This block was not received by any other nodes and will probably not be accepted! - Generirano - Upozorenje: ovaj blok nije bio primljen od strane bilo kojeg drugog noda i vjerojatno neće biti prihvaćen! - - - - Generated but not accepted - Generirano, ali nije prihvaćeno - - - - Received with - Primljeno s - - - - Received from - - - - - Sent to - Poslano za - - - - Payment to yourself - Plaćanje samom sebi - - - - Mined - Rudareno - - - - (n/a) - (n/d) - - - - Transaction status. Hover over this field to show number of confirmations. - Status transakcije - - - - Date and time that the transaction was received. - Datum i vrijeme kad je transakcija primljena - - - - Type of transaction. - Vrsta transakcije. - - - - Destination address of transaction. - Odredište transakcije - - - - Amount removed from or added to balance. - Iznos odbijen od ili dodan k saldu. - - - - TransactionView - - - - All - Sve - - - - Today - Danas - - - - This week - Ovaj tjedan - - - - This month - Ovaj mjesec - - - - Last month - Prošli mjesec - - - - This year - Ove godine - - - - Range... - Raspon... - - - - Received with - Primljeno s - - - - Sent to - Poslano za - - - - To yourself - Tebi - - - - Mined - Rudareno - - - - Other - Ostalo - - - - Enter address or label to search - Unesite adresu ili oznaku za pretraživanje - - - - Min amount - Min iznos - - - - Copy address - Kopirati adresu - - - - Copy label - Kopirati oznaku - - - - Copy amount - - - - - Edit label - Izmjeniti oznaku - - - - Show details... - Prikazati detalje... - - - - Export Transaction Data - Izvoz podataka transakcija - - - - Comma separated file (*.csv) - Datoteka podataka odvojenih zarezima (*.csv) - - - - Confirmed - Potvrđeno - - - - Date - Datum - - - - Type - Tip - - - - Label - Oznaka - - - - Address - Adresa - - - - Amount - Iznos - - - - ID - ID - - - - Error exporting - Izvoz pogreške - - - - Could not write to file %1. - Ne mogu pisati u datoteku %1. - - - - Range: - Raspon: - - - - to - za - - - - WalletModel - - - Sending... - Slanje... - - - - bitcoin-core - - - Bitcoin version - Bitcoin verzija - - - - Usage: - Upotreba: - - - - Send command to -server or bitcoind - Pošalji komandu usluzi -server ili bitcoind - - - - List commands - Prikaži komande - - - - Get help for a command - Potraži pomoć za komandu - - - - Options: - Postavke: - - - - Specify configuration file (default: bitcoin.conf) - Odredi konfiguracijsku datoteku (ugrađeni izbor: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Odredi proces ID datoteku (ugrađeni izbor: bitcoin.pid) - - - - Generate coins - Generiraj novčiće - - - - Don't generate coins - Ne generiraj novčiće - - - - Start minimized - Pokreni minimiziran - - - - Specify data directory - Odredi direktorij za datoteke - - - - Specify connection timeout (in milliseconds) - Odredi vremenski prozor za spajanje na mrežu (u milisekundama) - - - - Connect through socks4 proxy - Poveži se kroz socks4 proxy - - - - Allow DNS lookups for addnode and connect - Dozvoli DNS upite za dodavanje nodova i povezivanje - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - Unesite nod s kojim se želite spojiti - - - - Connect only to the specified node - Poveži se samo sa određenim nodom - - - - Don't accept connections from outside - Ne prihvaćaj povezivanje izvana - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - Ne pokušaj koristiti UPnP da otvoriš port za uslugu - - - - Attempt to use UPnP to map the listening port - Pokušaj koristiti UPnP da otvoriš port za uslugu - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - Prihvati komande iz tekst moda i JSON-RPC - - - - Run in the background as a daemon and accept commands - Izvršavaj u pozadini kao uslužnik i prihvaćaj komande - - - - Use the test network - Koristi test mrežu - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - Korisničko ime za JSON-RPC veze - - - - Password for JSON-RPC connections - Lozinka za JSON-RPC veze - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Prihvaćaj JSON-RPC povezivanje na portu broj <port> (ugrađeni izbor: 8332) - - - - Allow JSON-RPC connections from specified IP address - Dozvoli JSON-RPC povezivanje s određene IP adrese - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Pošalji komande nodu na adresi <ip> (ugrađeni izbor: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Podesi memorijski prostor za ključeve na <n> (ugrađeni izbor: 100) - - - - Rescan the block chain for missing wallet transactions - Ponovno pretraži lanac blokova za transakcije koje nedostaju - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - SSL postavke: (za detalje o podešavanju SSL opcija vidi Bitcoin Wiki) - - - - Use OpenSSL (https) for JSON-RPC connections - Koristi OpenSSL (https) za JSON-RPC povezivanje - - - - Server certificate file (default: server.cert) - Uslužnikov SSL certifikat (ugrađeni izbor: server.cert) - - - - Server private key (default: server.pem) - Uslužnikov privatni ključ (ugrađeni izbor: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Prihvaljivi načini šifriranja (ugrađeni izbor: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Ova poruka za pomoć - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Program ne može pristupiti direktoriju s datotekama %s. Bitcoin program je vjerojatno već pokrenut. - - - - Loading addresses... - Učitavanje adresa... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - Učitavanje indeksa blokova... - - - - Loading wallet... - Učitavanje novčanika... - - - - Rescanning... - Rescaniranje - - - - Done loading - Učitavanje gotovo - - - - Invalid -proxy address - Nevaljala -proxy adresa - - - - Invalid amount for -paytxfee=<amount> - Nevaljali iznos za opciju -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Upozorenje: -paytxfee je podešen na preveliki iznos. To je iznos koji ćete platiti za obradu transakcije. - - - - Error: CreateThread(StartNode) failed - Greška: CreateThread(StartNode) nije uspjela - - - - Warning: Disk space is low - Upozorenje: Malo diskovnog prostora - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Program ne može koristiti port %d na ovom računalu. Bitcoin program je vjerojatno već pokrenut. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Upozorenje: Molimo provjerite jesu li datum i vrijeme na vašem računalu točni. Ako vaš sat ide krivo, Bitcoin neće raditi ispravno. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts deleted file mode 100644 index 7a66fa6..0000000 --- a/src/qt/locale/bitcoin_hu.ts +++ /dev/null @@ -1,2008 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - A Bitcoinról - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> verzió - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Címjegyzék - - - - 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. - - - - Double-click to edit address or label - Dupla-katt a cím vagy a címke szerkesztéséhez - - - - Create a new address - Új cím létrehozása - - - - &New Address... - &Új cím... - - - - Copy the currently selected address to the system clipboard - A kiválasztott cím másolása a vágólapra - - - - &Copy to Clipboard - &Másolás a vágólapra - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - A kiválasztott cím törlése a listáról. Csak a küldő címek törölhetőek. - - - - &Delete - &Törlés - - - - Copy address - Cím másolása - - - - Copy label - Címke másolása - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Címjegyzék adatainak exportálása - - - - Comma separated file (*.csv) - Vesszővel elválasztott fájl (*. csv) - - - - Error exporting - Hiba exportálás közben - - - - Could not write to file %1. - %1 nevű fájl nem írható. - - - - AddressTableModel - - - Label - Címke - - - - Address - Cím - - - - (no label) - (nincs címke) - - - - AskPassphraseDialog - - - Dialog - Párbeszéd - - - - - TextLabel - SzövegCímke - - - - Enter passphrase - Add meg a jelszót - - - - New passphrase - Új jelszó - - - - Repeat new passphrase - Új jelszó újra - - - - 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>. - Írd be az új jelszót a tárcához.<br/>Használj legalább 10<br/>véletlenszerű karaktert</b> vagy <b>legalább nyolc szót</b>. - - - - Encrypt wallet - Tárca kódolása - - - - This operation needs your wallet passphrase to unlock the wallet. - A tárcád megnyitásához a műveletnek szüksége van a tárcád jelszavára. - - - - Unlock wallet - Tárca megnyitása - - - - This operation needs your wallet passphrase to decrypt the wallet. - A tárcád dekódolásához a műveletnek szüksége van a tárcád jelszavára. - - - - Decrypt wallet - Tárca dekódolása - - - - Change passphrase - Jelszó megváltoztatása - - - - Enter the old and new passphrase to the wallet. - Írd be a tárca régi és új jelszavát. - - - - Confirm wallet encryption - Biztosan kódolni akarod a tárcát? - - - - 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? - FIGYELEM: Ha kódolod a tárcát, és elveszíted a jelszavad, akkor <b>AZ ÖSSZES BITCOINODAT IS EL FOGOD VESZÍTENI!</b> -Biztosan kódolni akarod a tárcát? - - - - - Wallet encrypted - Tárca kódolva - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - Tárca kódolása sikertelen. - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Tárca kódolása belső hiba miatt sikertelen. A tárcád nem lett kódolva. - - - - - The supplied passphrases do not match. - A megadott jelszavak nem egyeznek. - - - - Wallet unlock failed - Tárca megnyitása sikertelen - - - - - - The passphrase entered for the wallet decryption was incorrect. - Hibás jelszó. - - - - Wallet decryption failed - Dekódolás sikertelen. - - - - Wallet passphrase was succesfully changed. - Jelszó megváltoztatva. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin-tárca - - - - - Synchronizing with network... - Szinkronizálás a hálózattal... - - - - Block chain synchronization in progress - Blokklánc-szinkronizálás folyamatban - - - - &Overview - &Áttekintés - - - - Show general overview of wallet - Tárca általános áttekintése - - - - &Transactions - &Tranzakciók - - - - Browse transaction history - Tranzakciótörténet megtekintése - - - - &Address Book - Cím&jegyzék - - - - Edit the list of stored addresses and labels - Tárolt címek és címkék listájának szerkesztése - - - - &Receive coins - Érmék &fogadása - - - - Show the list of addresses for receiving payments - Kiizetést fogadó címek listája - - - - &Send coins - Érmék &küldése - - - - Send coins to a bitcoin address - Érmék küldése megadott címre - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - &Kilépés - - - - Quit application - Kilépés - - - - &About %1 - &A %1-ról - - - - Show information about Bitcoin - Információk a Bitcoinról - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Opciók... - - - - Modify configuration options for bitcoin - Bitcoin konfigurációs opciók - - - - Open &Bitcoin - A &Bitcoin megnyitása - - - - Show the Bitcoin window - A Bitcoin-ablak mutatása - - - - &Export... - &Exportálás... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - Tárca &kódolása - - - - Encrypt or decrypt wallet - Tárca kódolása vagy dekódolása - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - Jelszó &megváltoztatása - - - - Change the passphrase used for wallet encryption - Tárcakódoló jelszó megváltoztatása - - - - &File - &Fájl - - - - &Settings - &Beállítások - - - - &Help - &Súgó - - - - Tabs toolbar - Fül eszköztár - - - - Actions toolbar - Parancsok eszköztár - - - - [testnet] - [teszthálózat] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktív kapcsolat a Bitcoin-hálózattal%n aktív kapcsolat a Bitcoin-hálózattal - - - - Downloaded %1 of %2 blocks of transaction history. - %1 blokk letöltve a tranzakciótörténet %2 blokkjából. - - - - Downloaded %1 blocks of transaction history. - %1 blokk letöltve a tranzakciótörténetből. - - - - %n second(s) ago - %n másodperccel ezelőtt%n másodperccel ezelőtt - - - - %n minute(s) ago - %n perccel ezelőtt%n perccel ezelőtt - - - - %n hour(s) ago - %n órával ezelőtt%n órával ezelőtt - - - - %n day(s) ago - %n nappal ezelőtt%n nappal ezelőtt - - - - Up to date - Naprakész - - - - Catching up... - Frissítés... - - - - Last received block was generated %1. - Az utolsóként kapott blokk generálva: %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Ez a tranzakció túllépi a mérethatárt, de %1 tranzakciós díj ellenében így is elküldheted. Ezt a plusz összeget a tranzakcióidat feldolgozó csomópontok kapják, így magát a hálózatot támogatod vele. Hajlandó vagy megfizetni a díjat? - - - - Sending... - Küldés... - - - - Sent transaction - Tranzakció elküldve. - - - - Incoming transaction - Beérkező tranzakció - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Dátum: %1 -Összeg: %2 -Típus: %3 -Cím: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Tárca <b>kódolva</b> és jelenleg <b>nyitva</b>. - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Tárca <b>kódolva</b> és jelenleg <b>zárva</b>. - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Mértékegység: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Válaszd ki az interfészen és érmék küldésekor megjelenítendő alapértelmezett alegységet. - - - - Display addresses in transaction list - Címek megjelenítése a tranzakciólistában - - - - EditAddressDialog - - - Edit Address - Cím szerkesztése - - - - &Label - Cím&ke - - - - The label associated with this address book entry - A címhez tartozó címke - - - - &Address - &Cím - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Az ehhez a címjegyzék-bejegyzéshez tartozó cím. Ez csak a küldő címeknél módosítható. - - - - New receiving address - Új fogadó cím - - - - New sending address - Új küldő cím - - - - Edit receiving address - Fogadó cím szerkesztése - - - - Edit sending address - Küldő cím szerkesztése - - - - The entered address "%1" is already in the address book. - A megadott "%1" cím már szerepel a címjegyzékben. - - - - The entered address "%1" is not a valid bitcoin address. - A megadott "%1" cím nem egy érvényes Bitcoin-cím. - - - - Could not unlock wallet. - Tárca feloldása sikertelen - - - - New key generation failed. - Új kulcs generálása sikertelen - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Induljon el a számítógép bekapcsolásakor - - - - Automatically start Bitcoin after the computer is turned on - Induljon el a Bitcoin a számítógép bekapcsolásakor - - - - &Minimize to the tray instead of the taskbar - &Kicsinyítés a tálcára az eszköztár helyett - - - - Show only a tray icon after minimizing the window - Kicsinyítés után csak eszköztár-ikont mutass - - - - Map port using &UPnP - &UPnP port-feltérképezés - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - A Bitcoin-kliens portjának automatikus megnyitása a routeren. Ez csak akkor működik, ha a routered támogatja az UPnP-t és az engedélyezve is van rajta. - - - - M&inimize on close - K&icsinyítés záráskor - - - - 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. - Az alkalmazásból való kilépés helyett az eszköztárba kicsinyíti az alkalmazást az ablak bezárásakor. Ez esetben az alkalmazás csak a Kilépés menüponttal zárható be. - - - - &Connect through SOCKS4 proxy: - &Csatlakozás SOCKS4 proxyn keresztül: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - SOCKS4 proxyn keresztüli csatlakozás a Bitcoin hálózatához (pl. Tor-on keresztüli csatlakozás esetén) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - Proxy IP címe (pl.: 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Proxy portja (pl.: 1234) - - - - 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 - Tranzakciós &díj fizetése - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Címzett címe (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) - - - - Choose adress from address book - Válassz egy címet a címjegyzékből - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Cím beillesztése a vágólapról - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - A kiválasztott cím másolása a vágólapra - - - - &Copy to Clipboard - &Másolás a vágólapra - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Fő - - - - Display - Megjelenítés - - - - Options - Opciók - - - - OverviewPage - - - Form - Űrlap - - - - Balance: - Egyenleg: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Tranzakciók száma: - - - - 0 - 0 - - - - Unconfirmed: - Megerősítetlen: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Legutóbbi tranzakciók</b> - - - - Your current balance - Aktuális egyenleged - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Még megerősítésre váró, a jelenlegi egyenlegbe be nem számított tranzakciók - - - - Total number of transactions in wallet - Tárca összes tranzakcióinak száma - - - - QRCodeDialog - - - Dialog - Párbeszéd - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Üzenet: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Érmék küldése - - - - Send to multiple recipients at once - Küldés több címzettnek egyszerre - - - - &Add recipient... - &Címzett hozzáadása ... - - - - Remove all transaction fields - - - - - Clear all - Mindent töröl - - - - Balance: - Egyenleg: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Küldés megerősítése - - - - &Send - &Küldés - - - - <b>%1</b> to %2 (%3) - <b>%1</b> %2-re (%3) - - - - Confirm send coins - Küldés megerősítése - - - - Are you sure you want to send %1? - Valóban el akarsz küldeni %1-t? - - - - and - és - - - - The recepient address is not valid, please recheck. - A címzett címe érvénytelen, kérlek, ellenőrizd. - - - - The amount to pay must be larger than 0. - A fizetendő összegnek nagyobbnak kell lennie 0-nál. - - - - Amount exceeds your balance - Nincs ennyi bitcoin az egyenlegeden. - - - - Total exceeds your balance when the %1 transaction fee is included - A küldeni kívánt összeg és a %1 tranzakciós díj együtt meghaladja az egyenlegeden rendelkezésedre álló összeget. - - - - Duplicate address found, can only send to each address once in one send operation - Többször szerepel ugyanaz a cím. Egy küldési műveletben egy címre csak egyszer lehet küldeni. - - - - Error: Transaction creation failed - Hiba: nem sikerült létrehozni a tranzakciót - - - - 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. - Hiba: a tranzakciót elutasították. Ezt az okozhatja, ha már elköltöttél valamennyi érmét a tárcádból - például ha a wallet.dat-od egy másolatát használtad, és így az elköltés csak abban lett jelölve, de itt nem. - - - - SendCoinsEntry - - - Form - Űrlap - - - - A&mount: - Összeg: - - - - Pay &To: - Címzett: - - - - - Enter a label for this address to add it to your address book - Milyen címkével kerüljön be ez a cím a címtáradba? - - - - - &Label: - Címke: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Címzett címe (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) - - - - Choose address from address book - Válassz egy címet a címjegyzékből - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Cím beillesztése a vágólapról - - - - Alt+P - Alt+P - - - - Remove this recipient - Címzett eltávolítása - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adj meg egy Bitcoin-címet (pl.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L ) - - - - TransactionDesc - - - Open for %1 blocks - Megnyitva %1 blokkra - - - - Open until %1 - Megnyitva %1-ig - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/megerősítetlen - - - - %1 confirmations - %1 megerősítés - - - - <b>Status:</b> - <b>Állapot:</b> - - - - , has not been successfully broadcast yet - , még nem sikerült elküldeni. - - - - , broadcast through %1 node - , %1 csomóponton keresztül elküldve. - - - - , broadcast through %1 nodes - , elküldve %1 csomóponton keresztül. - - - - <b>Date:</b> - <b>Dátum:</b> - - - - <b>Source:</b> Generated<br> - <b>Forrás:</b> Generálva <br> - - - - - <b>From:</b> - <b>Űrlap:</b> - - - - unknown - ismeretlen - - - - - - <b>To:</b> - <b>Címzett:</b> - - - - (yours, label: - (tiéd, címke: - - - - (yours) - (tiéd) - - - - - - - <b>Credit:</b> - <b>Jóváírás</b> - - - - (%1 matures in %2 more blocks) - (%1, %2 múlva készül el) - - - - (not accepted) - (elutasítva) - - - - - - <b>Debit:</b> - <b>Terhelés</b> - - - - <b>Transaction fee:</b> - <b>Tranzakciós díj:</b> - - - - <b>Net amount:</b> - <b>Nettó összeg:</b> - - - - Message: - Üzenet: - - - - Comment: - Megjegyzés: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - A frissen generált érméket csak 120 blokkal később tudod elkölteni. Ez a blokk nyomban szétküldésre került a hálózatba, amint legeneráltad, hogy hozzáadhassák a blokklánchoz. Ha nem kerül be a láncba, úgy az állapota "elutasítva"-ra módosul, és nem költheted el az érméket. Ez akkor következhet be időnként, ha egy másik csomópont mindössze néhány másodperc különbséggel generált le egy blokkot a tiédhez képest. - - - - TransactionDescDialog - - - Transaction details - Tranzakció részletei - - - - This pane shows a detailed description of the transaction - Ez a mező a tranzakció részleteit mutatja - - - - TransactionTableModel - - - Date - Dátum - - - - Type - Típus - - - - Address - Cím - - - - Amount - Összeg - - - - Open for %n block(s) - %n blokkra megnyitva%n blokkra megnyitva - - - - Open until %1 - %1-ig megnyitva - - - - Offline (%1 confirmations) - Offline (%1 megerősítés) - - - - Unconfirmed (%1 of %2 confirmations) - Megerősítetlen (%1 %2 megerősítésből) - - - - Confirmed (%1 confirmations) - Megerősítve (%1 megerősítés) - - - - Mined balance will be available in %n more blocks - %n blokk múlva lesz elérhető a bányászott egyenleg.%n blokk múlva lesz elérhető a bányászott egyenleg. - - - - This block was not received by any other nodes and will probably not be accepted! - Ezt a blokkot egyetlen másik csomópont sem kapta meg, így valószínűleg nem lesz elfogadva! - - - - Generated but not accepted - Legenerálva, de még el nem fogadva. - - - - Received with - Erre a címre - - - - Received from - - - - - Sent to - Erre a címre - - - - Payment to yourself - Magadnak kifizetve - - - - Mined - Kibányászva - - - - (n/a) - (nincs) - - - - Transaction status. Hover over this field to show number of confirmations. - Tranzakció állapota. Húzd ide a kurzort, hogy lásd a megerősítések számát. - - - - Date and time that the transaction was received. - Tranzakció fogadásának dátuma és időpontja. - - - - Type of transaction. - Tranzakció típusa. - - - - Destination address of transaction. - A tranzakció címzettjének címe. - - - - Amount removed from or added to balance. - Az egyenleghez jóváírt vagy ráterhelt összeg. - - - - TransactionView - - - - All - Mind - - - - Today - Mai - - - - This week - Ezen a héten - - - - This month - Ebben a hónapban - - - - Last month - Múlt hónapban - - - - This year - Ebben az évben - - - - Range... - Tartomány ... - - - - Received with - Erre a címre - - - - Sent to - Erre a címre - - - - To yourself - Magadnak - - - - Mined - Kibányászva - - - - Other - Más - - - - Enter address or label to search - Írd be a keresendő címet vagy címkét - - - - Min amount - Minimális összeg - - - - Copy address - Cím másolása - - - - Copy label - Címke másolása - - - - Copy amount - - - - - Edit label - Címke szerkesztése - - - - Show details... - Részletek... - - - - Export Transaction Data - Tranzakció adatainak exportálása - - - - Comma separated file (*.csv) - Vesszővel elválasztott fájl (*.csv) - - - - Confirmed - Megerősítve - - - - Date - Dátum - - - - Type - Típus - - - - Label - Címke - - - - Address - Cím - - - - Amount - Összeg - - - - ID - Azonosító - - - - Error exporting - Hiba lépett fel exportálás közben - - - - Could not write to file %1. - %1 fájlba való kiírás sikertelen. - - - - Range: - Tartomány: - - - - to - meddig - - - - WalletModel - - - Sending... - Küldés ... - - - - bitcoin-core - - - Bitcoin version - Bitcoin verzió - - - - Usage: - Használat: - - - - Send command to -server or bitcoind - Parancs küldése a -serverhez vagy a bitcoindhez - - - - - List commands - Parancsok kilistázása - - - - - Get help for a command - Segítség egy parancsról - - - - - Options: - Opciók - - - - - Specify configuration file (default: bitcoin.conf) - Konfigurációs fájl (alapértelmezett: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - pid-fájl (alapértelmezett: bitcoind.pid) - - - - - Generate coins - Érmék generálása - - - - - Don't generate coins - Bitcoin-generálás leállítása - - - - - Start minimized - Indítás lekicsinyítve - - - - - Specify data directory - Adatkönyvtár - - - - - Specify connection timeout (in milliseconds) - Csatlakozás időkerete (milliszekundumban) - - - - - Connect through socks4 proxy - Csatlakozás SOCKS4 proxyn keresztül - - - - - Allow DNS lookups for addnode and connect - DNS-kikeresés engedélyezése az addnode-nál és a connect-nél - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - Elérendő csomópont megadása - - - - - Connect only to the specified node - Csatlakozás csak a megadott csomóponthoz - - - - - Don't accept connections from outside - Külső csatlakozások elutasítása - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - UPnP-használat letiltása a figyelő port feltérképezésénél - - - - - Attempt to use UPnP to map the listening port - UPnP-használat engedélyezése a figyelő port feltérképezésénél - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - Parancssoros és JSON-RPC parancsok elfogadása - - - - - Run in the background as a daemon and accept commands - Háttérben futtatás daemonként és parancsok elfogadása - - - - - Use the test network - Teszthálózat használata - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - Felhasználói név JSON-RPC csatlakozásokhoz - - - - - Password for JSON-RPC connections - Jelszó JSON-RPC csatlakozásokhoz - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - JSON-RPC csatlakozásokhoz figyelendő <port> (alapértelmezett: 8332) - - - - - Allow JSON-RPC connections from specified IP address - JSON-RPC csatlakozások engedélyezése meghatározott IP-címről - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Parancsok küldése <ip> címen működő csomóponthoz (alapértelmezett: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Kulcskarika mérete <n> (alapértelmezett: 100) - - - - - Rescan the block chain for missing wallet transactions - Blokklánc újraszkennelése hiányzó tárca-tranzakciók után - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL-opciók: (lásd a Bitcoin Wiki SSL-beállítási instrukcióit) - - - - - Use OpenSSL (https) for JSON-RPC connections - OpenSSL (https) használata JSON-RPC csatalkozásokhoz - - - - - Server certificate file (default: server.cert) - Szervertanúsítvány-fájl (alapértelmezett: server.cert) - - - - - Server private key (default: server.pem) - Szerver titkos kulcsa (alapértelmezett: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Elfogadható rejtjelkulcsok (alapértelmezett: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH ) - - - - - This help message - Ez a súgó-üzenet - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Az %s adatkönyvtár nem zárható. A Bitcoin valószínűleg fut már. - - - - Loading addresses... - Címek betöltése... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - Blokkindex betöltése... - - - - Loading wallet... - Tárca betöltése... - - - - Rescanning... - Újraszkennelés... - - - - Done loading - Betöltés befejezve. - - - - Invalid -proxy address - Érvénytelen -proxy cím - - - - Invalid amount for -paytxfee=<amount> - Étvénytelen -paytxfee=<összeg> összeg - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Figyelem: a -paytxfee nagyon magas. Ennyi tranzakciós díjat fogsz fizetni, ha elküldöd a tranzakciót. - - - - Error: CreateThread(StartNode) failed - Hiba: CreateThread(StartNode) sikertelen - - - - Warning: Disk space is low - Figyelem: kevés a hely a lemezen. - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - A %d port nem elérhető ezen a gépen. A Bitcoin valószínűleg fut már. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Figyelem: Ellenőrizd, hogy helyesen van-e beállítva a gépeden a dátum és az idő. A Bitcoin nem fog megfelelően működni, ha rosszul van beállítvaaz órád. - - - - beta - béta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts deleted file mode 100644 index 98dc47e..0000000 --- a/src/qt/locale/bitcoin_it.ts +++ /dev/null @@ -1,2014 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Info su Bitcoin - - - - <b>Bitcoin</b> version - Versione di <b>Bitcoin</b> - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Bitcoin Developers - -Questo è un software sperimentale. - -Distribuito sotto la licenza software MIT/X11, vedi il file license.txt incluso oppure su http://www.opensource.org/licenses/mit-license.php. - -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. - - - - AddressBookPage - - - Address Book - Rubrica - - - - 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. - - - - Double-click to edit address or label - Fai doppio click per modificare o cancellare l'etichetta - - - - Create a new address - Crea un nuovo indirizzo - - - - &New Address... - &Nuovo indirizzo... - - - - Copy the currently selected address to the system clipboard - Copia l'indirizzo attualmente selezionato nella clipboard - - - - &Copy to Clipboard - &Copia nella clipboard - - - - Show &QR Code - Mostra il codice &QR - - - - Sign a message to prove you own this address - Firma un messaggio per dimostrare di possedere questo indirizzo - - - - &Sign Message - &Firma il messaggio - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Cancella l'indirizzo attualmente selezionato dalla lista. Solo indirizzi d'invio possono essere cancellati. - - - - &Delete - &Cancella - - - - Copy address - Copia l'indirizzo - - - - Copy label - Copia l'etichetta - - - - Edit - Modifica - - - - Delete - Cancella - - - - Export Address Book Data - Esporta gli indirizzi della rubrica - - - - Comma separated file (*.csv) - Testo CSV (*.csv) - - - - Error exporting - Errore nell'esportazione - - - - Could not write to file %1. - Impossibile scrivere sul file %1. - - - - AddressTableModel - - - Label - Etichetta - - - - Address - Indirizzo - - - - (no label) - (nessuna etichetta) - - - - AskPassphraseDialog - - - Dialog - Dialogo - - - - - TextLabel - Etichetta - - - - Enter passphrase - Inserisci la passphrase - - - - New passphrase - Nuova passphrase - - - - Repeat new passphrase - Ripeti la 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>. - Inserisci la passphrase per il portamonete.<br/>Per piacere usare unapassphrase di <b>10 o più caratteri casuali</b>, o <b>otto o più parole</b>. - - - - Encrypt wallet - Cifra il portamonete - - - - This operation needs your wallet passphrase to unlock the wallet. - Quest'operazione necessita della passphrase per sbloccare il portamonete. - - - - Unlock wallet - Sblocca il portamonete - - - - This operation needs your wallet passphrase to decrypt the wallet. - Quest'operazione necessita della passphrase per decifrare il portamonete, - - - - Decrypt wallet - Decifra il portamonete - - - - Change passphrase - Cambia la passphrase - - - - Enter the old and new passphrase to the wallet. - Inserisci la vecchia e la nuova passphrase per il portamonete. - - - - Confirm wallet encryption - Conferma la cifratura del portamonete - - - - 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? - ATTENZIONE: se si cifra il portamonete e si perde la frase d'ordine, <b>SI PERDERANNO TUTTI I PROPRI BITCOIN</b>! -Si è sicuri di voler cifrare il portamonete? - - - - - Wallet encrypted - Portamonete cifrato - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin verrà ora chiuso per finire il processo di crittazione. Ricorda che criptare il tuo portamonete non può fornire una protezione totale contro furti causati da malware che dovessero infettare il tuo computer. - - - - - Warning: The Caps Lock key is on. - Attenzione: tasto Blocco maiuscole attivo. - - - - - - - Wallet encryption failed - Cifratura del portamonete fallita - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Cifratura del portamonete fallita a causa di un errore interno. Il portamonete non è stato cifrato. - - - - - The supplied passphrases do not match. - Le passphrase inserite non corrispondono. - - - - Wallet unlock failed - Sblocco del portamonete fallito - - - - - - The passphrase entered for the wallet decryption was incorrect. - La passphrase inserita per la decifrazione del portamonete è errata. - - - - Wallet decryption failed - Decifrazione del portamonete fallita - - - - Wallet passphrase was succesfully changed. - Passphrase del portamonete modificata con successo. - - - - BitcoinGUI - - - Bitcoin Wallet - Portamonete di bitcoin - - - - - Synchronizing with network... - Sto sincronizzando con la rete... - - - - Block chain synchronization in progress - sincronizzazione della catena di blocchi in corso - - - - &Overview - &Sintesi - - - - Show general overview of wallet - Mostra lo stato generale del portamonete - - - - &Transactions - &Transazioni - - - - Browse transaction history - Cerca nelle transazioni - - - - &Address Book - &Rubrica - - - - Edit the list of stored addresses and labels - Modifica la lista degli indirizzi salvati e delle etichette - - - - &Receive coins - &Ricevi monete - - - - Show the list of addresses for receiving payments - Mostra la lista di indirizzi su cui ricevere pagamenti - - - - &Send coins - &Invia monete - - - - Send coins to a bitcoin address - Invia monete ad un indirizzo bitcoin - - - - Sign &message - Firma il &messaggio - - - - Prove you control an address - Dimostra di controllare un indirizzo - - - - E&xit - &Esci - - - - Quit application - Chiudi applicazione - - - - &About %1 - &Informazioni su %1 - - - - Show information about Bitcoin - Mostra informazioni su Bitcoin - - - - About &Qt - Informazioni su &Qt - - - - Show information about Qt - Mostra informazioni su Qt - - - - &Options... - &Opzioni... - - - - Modify configuration options for bitcoin - Modifica configurazione opzioni per bitcoin - - - - Open &Bitcoin - Apri &Bitcoin - - - - Show the Bitcoin window - Mostra la finestra Bitcoin - - - - &Export... - &Esporta... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Cifra il portamonete - - - - Encrypt or decrypt wallet - Cifra o decifra il portamonete - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Cambia la passphrase - - - - Change the passphrase used for wallet encryption - Cambia la passphrase per la cifratura del portamonete - - - - &File - &File - - - - &Settings - &Impostazioni - - - - &Help - &Aiuto - - - - Tabs toolbar - Barra degli strumenti "Tabs" - - - - Actions toolbar - Barra degli strumenti "Azioni" - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n connessione attiva alla rete Bitcoin%n connessioni attive alla rete Bitcoin - - - - Downloaded %1 of %2 blocks of transaction history. - Scaricati %1 dei %2 blocchi dello storico transazioni. - - - - Downloaded %1 blocks of transaction history. - Scaricati %1 blocchi dello storico transazioni. - - - - %n second(s) ago - %n secondo fa%n secondi fa - - - - %n minute(s) ago - %n minuto fa%n minuti fa - - - - %n hour(s) ago - %n ora fa%n ore fa - - - - %n day(s) ago - %n giorno fa%n giorni fa - - - - Up to date - Aggiornato - - - - Catching up... - In aggiornamento... - - - - Last received block was generated %1. - L'ultimo blocco ricevuto è stato generato %1 - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 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? - - - - Sending... - Invio... - - - - Sent transaction - Transazione inviata - - - - Incoming transaction - Transazione ricevuta - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Data: %1 -Quantità: %2 -Tipo: %3 -Indirizzo: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Il portamonete è <b>cifrato</b> e attualmente <b>sbloccato</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Il portamonete è <b>cifrato</b> e attualmente <b>bloccato</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Unità di misura degli importi in: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Scegli l'unità di suddivisione di default per l'interfaccia e per l'invio di monete - - - - Display addresses in transaction list - Mostra gli indirizzi nella lista delle transazioni - - - - EditAddressDialog - - - Edit Address - Modifica l'indirizzo - - - - &Label - &Etichetta - - - - The label associated with this address book entry - L'etichetta associata a questo indirizzo nella rubrica - - - - &Address - &Indirizzo - - - - The address associated with this address book entry. This can only be modified for sending addresses. - L'indirizzo associato a questa voce della rubrica. Si può modificare solo negli indirizzi di spedizione. - - - - New receiving address - Nuovo indirizzo di ricezione - - - - New sending address - Nuovo indirizzo d'invio - - - - Edit receiving address - Modifica indirizzo di ricezione - - - - Edit sending address - Modifica indirizzo d'invio - - - - The entered address "%1" is already in the address book. - L'indirizzo inserito "%1" è già in rubrica. - - - - The entered address "%1" is not a valid bitcoin address. - L'indirizzo inserito "%1" non è un indirizzo bitcoin valido. - - - - Could not unlock wallet. - Impossibile sbloccare il portamonete. - - - - New key generation failed. - Generazione della nuova chiave non riuscita. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Fai partire Bitcoin all'avvio del sistema - - - - Automatically start Bitcoin after the computer is turned on - Avvia automaticamente Bitcoin all'accensione del computer - - - - &Minimize to the tray instead of the taskbar - &Minimizza sul tray invece che sulla barra delle applicazioni - - - - Show only a tray icon after minimizing the window - Mostra solo un'icona nel tray quando si minimizza la finestra - - - - Map port using &UPnP - Mappa le porte tramite l'&UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Apri automaticamente la porta del client Bitcoin sul router. Questo funziona solo se il router supporta UPnP ed è abilitato. - - - - M&inimize on close - M&inimizza alla chiusura - - - - 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. - Riduci ad icona, invece di uscire dall'applicazione quando la finestra viene chiusa. Quando questa opzione è attivata, l'applicazione verrà chiusa solo dopo aver selezionato Esci nel menu. - - - - &Connect through SOCKS4 proxy: - &Collegati tramite SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Connettiti alla rete Bitcon attraverso un proxy SOCKS4 (ad esempio quando ci si collega via Tor) - - - - Proxy &IP: - &IP del proxy: - - - - IP address of the proxy (e.g. 127.0.0.1) - Indirizzo IP del proxy (ad esempio 127.0.0.1) - - - - &Port: - &Porta: - - - - Port of the proxy (e.g. 1234) - Porta del proxy (es. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Commissione di transazione per kB; è opzionale e contribuisce ad assicurare che le transazioni siano elaborate velocemente. Le transazioni sono per la maggior parte da 1 kB. Commissione raccomandata 0,01. - - - - Pay transaction &fee - Paga la &commissione - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Commissione di transazione per kB; è opzionale e contribuisce ad assicurare che le transazioni siano elaborate velocemente. Le transazioni sono per la maggior parte da 1 kB. Commissione raccomandata 0,01. - - - - MessagePage - - - Message - Messaggio - - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - L'indirizzo del beneficiario cui inviare il pagamento (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Scegli l'indirizzo dalla rubrica - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Incollare l'indirizzo dagli appunti - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Inserisci qui il messaggio che vuoi firmare - - - - Click "Sign Message" to get signature - Clicca "Firma il messaggio" per ottenere la firma - - - - Sign a message to prove you own this address - Firma un messaggio per dimostrare di possedere questo indirizzo - - - - &Sign Message - &Firma il messaggio - - - - Copy the currently selected address to the system clipboard - Copia l'indirizzo attualmente selezionato nella clipboard - - - - &Copy to Clipboard - &Copia nella clipboard - - - - - - Error signing - Errore nel firmare - - - - %1 is not a valid address. - %1 non è un indirizzo valido. - - - - Private key for %1 is not available. - La chiave privata per %1 non è disponibile. - - - - Sign failed - Firma non riuscita - - - - OptionsDialog - - - Main - Principale - - - - Display - Mostra - - - - Options - Opzioni - - - - OverviewPage - - - Form - Modulo - - - - Balance: - Saldo - - - - 123.456 BTC - 123,456 BTC - - - - Number of transactions: - Numero di transazioni: - - - - 0 - 0 - - - - Unconfirmed: - Non confermato: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">⏎ -<html><head><meta name="qrichtext" content="1" /><style type="text/css">⏎ -p, li { white-space: pre-wrap; }⏎ -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">⏎ -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Transazioni recenti</b> - - - - Your current balance - Saldo attuale - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Totale delle transazioni in corso di conferma, che non sono ancora incluse nel saldo attuale - - - - Total number of transactions in wallet - Numero delle transazioni effettuate - - - - QRCodeDialog - - - Dialog - Dialogo - - - - QR Code - Codice QR - - - - Request Payment - Richiedi pagamento - - - - Amount: - Importo: - - - - BTC - BTC - - - - Label: - Etichetta: - - - - Message: - Messaggio: - - - - &Save As... - &Salva come... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Spedisci Bitcoin - - - - Send to multiple recipients at once - Spedisci a diversi beneficiari in una volta sola - - - - &Add recipient... - &Aggiungi beneficiario... - - - - Remove all transaction fields - Rimuovi tutti i campi della transazione - - - - Clear all - Cancella tutto - - - - Balance: - Saldo: - - - - 123.456 BTC - 123,456 BTC - - - - Confirm the send action - Conferma la spedizione - - - - &Send - &Spedisci - - - - <b>%1</b> to %2 (%3) - <b>%1</b> to %2 (%3) - - - - Confirm send coins - Conferma la spedizione di bitcoin - - - - Are you sure you want to send %1? - Si è sicuri di voler spedire %1? - - - - and - e - - - - The recepient address is not valid, please recheck. - L'indirizzo del beneficiario non è valido, per cortesia controlla. - - - - The amount to pay must be larger than 0. - L'importo da pagare dev'essere maggiore di 0. - - - - Amount exceeds your balance - L'importo è superiore al saldo attuale - - - - Total exceeds your balance when the %1 transaction fee is included - Il totale è superiore al saldo attuale includendo la commissione %1 - - - - Duplicate address found, can only send to each address once in one send operation - Trovato un indirizzo doppio, si può spedire solo una volta a ciascun indirizzo in una singola operazione. - - - - Error: Transaction creation failed - Errore: creazione della transazione fallita - - - - 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. - Errore: la transazione è stata rifiutata. Ciò accade se alcuni bitcoin nel portamonete sono stati già spesi, ad esempio se è stata usata una copia del file wallet.dat e i bitcoin sono stati spesi dalla copia ma non segnati come spesi qui. - - - - SendCoinsEntry - - - Form - Modulo - - - - A&mount: - &Importo: - - - - Pay &To: - Paga &a: - - - - - Enter a label for this address to add it to your address book - Inserisci un'etichetta per questo indirizzo, per aggiungerlo nella rubrica - - - - &Label: - &Etichetta - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - L'indirizzo del beneficiario cui inviare il pagamento (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Scegli l'indirizzo dalla rubrica - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Incollare l'indirizzo dagli appunti - - - - Alt+P - Alt+P - - - - Remove this recipient - Rimuovere questo beneficiario - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Inserisci un indirizzo Bitcoin (ad esempio 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Aperto per %1 blocchi - - - - Open until %1 - Aperto fino a %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/non confermato - - - - %1 confirmations - %1 conferme - - - - <b>Status:</b> - <b>Stato:</b> - - - - , has not been successfully broadcast yet - , non è stato ancora trasmesso con successo - - - - , broadcast through %1 node - , trasmesso attraverso %1 nodo - - - - , broadcast through %1 nodes - , trasmesso attraverso %1 nodi - - - - <b>Date:</b> - <b>Data:</b> - - - - <b>Source:</b> Generated<br> - <b>Fonte:</b> Generato<br> - - - - - <b>From:</b> - <b>Da:</b> - - - - unknown - sconosciuto - - - - - - <b>To:</b> - <b>Per:</b> - - - - (yours, label: - (vostro, etichetta: - - - - (yours) - (vostro) - - - - - - - <b>Credit:</b> - <b>Credito:</b> - - - - (%1 matures in %2 more blocks) - (%1 matura in altri %2 blocchi) - - - - (not accepted) - (non accettate) - - - - - - <b>Debit:</b> - <b>Debito:</b> - - - - <b>Transaction fee:</b> - <b>Commissione:</b> - - - - <b>Net amount:</b> - <b>Importo netto:</b> - - - - Message: - Messaggio: - - - - Comment: - Commento: - - - - Transaction ID: - ID della transazione: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Bisogna attendere 120 blocchi prima di spendere I bitcoin generati. Quando è stato generato questo blocco, è stato trasmesso alla rete per aggiungerlo alla catena di blocchi. Se non riesce a entrare nella catena, verrà modificato in "non accettato" e non sarà spendibile. Questo può accadere a volte, se un altro nodo genera un blocco entro pochi secondi del tuo. - - - - TransactionDescDialog - - - Transaction details - Dettagli sulla transazione - - - - This pane shows a detailed description of the transaction - Questo pannello mostra una descrizione dettagliata della transazione - - - - TransactionTableModel - - - Date - Data - - - - Type - Tipo - - - - Address - Indirizzo - - - - Amount - Importo - - - - Open for %n block(s) - Aperto per %n bloccoAperto per %n blocchi - - - - Open until %1 - Aperto fino a %1 - - - - Offline (%1 confirmations) - Offline (%1 conferme) - - - - Unconfirmed (%1 of %2 confirmations) - Non confermati (%1 su %2 conferme) - - - - Confirmed (%1 confirmations) - Confermato (%1 conferme) - - - - Mined balance will be available in %n more blocks - Il saldo generato sarà disponibile tra %n altro bloccoIl saldo generato sarà disponibile tra %n altri blocchi - - - - This block was not received by any other nodes and will probably not be accepted! - Questo blocco non è stato ricevuto da altri nodi e probabilmente non sarà accettato! - - - - Generated but not accepted - Generati, ma non accettati - - - - Received with - Ricevuto tramite - - - - Received from - Ricevuto da - - - - Sent to - Spedito a - - - - Payment to yourself - Pagamento a te stesso - - - - Mined - Ottenuto dal mining - - - - (n/a) - (N / a) - - - - Transaction status. Hover over this field to show number of confirmations. - Stato della transazione. Passare con il mouse su questo campo per vedere il numero di conferme. - - - - Date and time that the transaction was received. - Data e ora in cui la transazione è stata ricevuta. - - - - Type of transaction. - Tipo di transazione. - - - - Destination address of transaction. - Indirizzo di destinazione della transazione. - - - - Amount removed from or added to balance. - Importo rimosso o aggiunto al saldo. - - - - TransactionView - - - - All - Tutti - - - - Today - Oggi - - - - This week - Questa settimana - - - - This month - Questo mese - - - - Last month - Il mese scorso - - - - This year - Quest'anno - - - - Range... - Intervallo... - - - - Received with - Ricevuto tramite - - - - Sent to - Spedito a - - - - To yourself - A te - - - - Mined - Ottenuto dal mining - - - - Other - Altro - - - - Enter address or label to search - Inserisci un indirizzo o un'etichetta da cercare - - - - Min amount - Importo minimo - - - - Copy address - Copia l'indirizzo - - - - Copy label - Copia l'etichetta - - - - Copy amount - Copia l'importo - - - - Edit label - Modifica l'etichetta - - - - Show details... - Mostra i dettagli... - - - - Export Transaction Data - Esporta i dati della transazione - - - - Comma separated file (*.csv) - Testo CSV (*.csv) - - - - Confirmed - Confermato - - - - Date - Data - - - - Type - Tipo - - - - Label - Etichetta - - - - Address - Indirizzo - - - - Amount - Importo - - - - ID - ID - - - - Error exporting - Errore nell'esportazione - - - - Could not write to file %1. - Impossibile scrivere sul file %1. - - - - Range: - Intervallo: - - - - to - a - - - - WalletModel - - - Sending... - Invio... - - - - bitcoin-core - - - Bitcoin version - Versione di Bitcoin - - - - Usage: - Utilizzo: - - - - Send command to -server or bitcoind - Manda il comando a -server o bitcoind - - - - - List commands - Lista comandi - - - - - Get help for a command - Aiuto su un comando - - - - - Options: - Opzioni: - - - - - Specify configuration file (default: bitcoin.conf) - Specifica il file di configurazione (di default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Specifica il file pid (default: bitcoind.pid) - - - - - Generate coins - Genera Bitcoin - - - - - Don't generate coins - Non generare Bitcoin - - - - - Start minimized - Parti in icona - - - - - Specify data directory - Specifica la cartella dati - - - - - Specify connection timeout (in milliseconds) - Specifica il timeout di connessione (in millisecondi) - - - - - Connect through socks4 proxy - Connessione tramite socks4 proxy - - - - - Allow DNS lookups for addnode and connect - Consenti ricerche DNS per aggiungere nodi e collegare - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Ascolta le connessioni JSON-RPC su <porta> (default: 8333 o testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Mantieni al massimo <n> connessioni ai peer (default: 125) - - - - Add a node to connect to - Aggiungi un nodo e connetti a - - - - - Connect only to the specified node - Connetti solo al nodo specificato - - - - - Don't accept connections from outside - Non accettare connessioni dall'esterno - - - - - Don't bootstrap list of peers using DNS - Non avviare la lista dei peer usando il DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - Soglia di disconnessione dei peer di cattiva qualità (default: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Numero di secondi di sospensione che i peer di cattiva qualità devono trascorrere prima di riconnettersi (default: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Buffer di ricezione massimo per connessione, <n>*1000 byte (default: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Buffer di invio massimo per connessione, <n>*1000 byte (default: 10000) - - - - Don't attempt to use UPnP to map the listening port - Non usare l'UPnP per mappare la porta - - - - - Attempt to use UPnP to map the listening port - Prova ad usare l'UPnp per mappare la porta - - - - - Fee per kB to add to transactions you send - Commissione per kB da aggiungere alle transazioni in uscita - - - - Accept command line and JSON-RPC commands - Accetta da linea di comando e da comandi JSON-RPC - - - - - Run in the background as a daemon and accept commands - Esegui in background come demone e accetta i comandi - - - - - Use the test network - Utilizza la rete di prova - - - - - Output extra debugging information - Produci informazioni extra utili al debug - - - - Prepend debug output with timestamp - Anteponi all'output di debug una marca temporale - - - - Send trace/debug info to console instead of debug.log file - Invia le informazioni di trace/debug alla console invece che al file debug.log - - - - Send trace/debug info to debugger - Invia le informazioni di trace/debug al debugger - - - - Username for JSON-RPC connections - Nome utente per connessioni JSON-RPC - - - - - Password for JSON-RPC connections - Password per connessioni JSON-RPC - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Attendi le connessioni JSON-RPC su <porta> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - Consenti connessioni JSON-RPC dall'indirizzo IP specificato - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Inviare comandi al nodo in esecuzione su <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Impostare la quantità di chiavi di riserva a <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - Ripeti analisi della catena dei blocchi per cercare le transazioni mancanti dal portamonete - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -Opzioni SSL: (vedi il wiki di Bitcoin per le istruzioni di configurazione SSL) - - - - - Use OpenSSL (https) for JSON-RPC connections - Utilizzare OpenSSL (https) per le connessioni JSON-RPC - - - - - Server certificate file (default: server.cert) - File certificato del server (default: server.cert) - - - - - Server private key (default: server.pem) - Chiave privata del server (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Cifrari accettabili (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - Questo messaggio di aiuto - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Non è possibile ottenere i dati sulla directory %s. Probabilmente Bitcoin è già in esecuzione. - - - - Loading addresses... - Caricamento indirizzi... - - - - Error loading addr.dat - Errore caricamento addr.dat - - - - Error loading blkindex.dat - Errore caricamento blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Errore caricamento wallet.dat: Wallet corrotto - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Errore caricamento wallet.dat: il wallet richiede una versione nuova di Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Il portamonete deve essere riscritto: riavviare Bitcoin per completare - - - - Error loading wallet.dat - Errore caricamento wallet.dat - - - - Loading block index... - Caricamento dell'indice del blocco... - - - - Loading wallet... - Caricamento portamonete... - - - - Rescanning... - Ripetere la scansione... - - - - Done loading - Caricamento completato - - - - Invalid -proxy address - Indirizzo -proxy non valido - - - - Invalid amount for -paytxfee=<amount> - Importo non valido per -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Attenzione: -paytxfee è molto alta. Questa è la commissione che si paga quando si invia una transazione. - - - - Error: CreateThread(StartNode) failed - Errore: CreateThread(StartNode) non riuscito - - - - Warning: Disk space is low - Attenzione: lo spazio su disco è scarso - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Impossibile collegarsi alla porta %d su questo computer. Probabilmente Bitcoin è già in esecuzione. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Attenzione: si prega di controllare che la data del computer e l'ora siano corrette. Se il vostro orologio è sbagliato Bitcoin non funziona correttamente. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts deleted file mode 100644 index d733f1a..0000000 --- a/src/qt/locale/bitcoin_lt.ts +++ /dev/null @@ -1,1978 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Apie Bitcoiną - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versija - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Autorystės teisės© 2009-2012 Bitcoin Developers -DĖMESIO: programa eksperimentinė! - -Platinama pagal licenziją MIT/X11, papildomą informaciją rasite faile license.txt arba dokumente pagal nuorodą: http://www.opensource.org/licenses/mit-license.php. - -Šiame produkte yra projekto OpenSSL (http://www.openssl.org/), Eriko Jango (eay@cryptsoft.com) parašyti kriptografinės funkcijos ir algoritmai ir UPnP darbui skirtos funkcijos parašytos Tomo Bernardo. - - - - - AddressBookPage - - - Address Book - Adresų knygelė - - - - 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. - Čia yra Jūsų adresai skirti mokėjimams gauti. Jūs galite skirtingiems žmonėms duoti skirtingus adresus. Tai Jums palengvins kontroliuoti mokėjimus bei padidins anonimiškumą. - - - - - Double-click to edit address or label - Tam, kad pakeisti ar redaguoti adresą arba žymę turite objektą dukart spragtelti pele. - - - - Create a new address - Sukurti naują adresą - - - - &New Address... - &Naujas adresas... - - - - Copy the currently selected address to the system clipboard - Kopijuoti esamą adresą į mainų atmintį - - - - &Copy to Clipboard - &C Kopijuoti į mainų atmintų - - - - Show &QR Code - Rodyti &QR kodą - - - - Sign a message to prove you own this address - Registruotis žinute įrodančia, kad turite šį adresą - - - - &Sign Message - &S Registruotis žinute - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Pašalinti iš sąrašo pažymėtą adresą(gali būti pašalinti tiktai adresų knygelės įrašai). - - - - &Delete - &D Pašalinti - - - - Copy address - Copijuoti adresą - - - - Copy label - Kopijuoti žymę - - - - Edit - Redaguoti - - - - Delete - Pašalinti - - - - Export Address Book Data - Eksportuoti adresų knygelės duomenis - - - - Comma separated file (*.csv) - Kableliais išskirtas failas (*.csv) - - - - Error exporting - Eksportavimo klaida - - - - Could not write to file %1. - Nepavyko įrašyti į failą %1. - - - - AddressTableModel - - - Label - Žymė - - - - Address - Adresas - - - - (no label) - (nėra žymės) - - - - AskPassphraseDialog - - - Dialog - Dialogas - - - - - TextLabel - Teksto žymė - - - - Enter passphrase - Įvesti slaptažodį - - - - New passphrase - Naujas slaptažodis - - - - Repeat new passphrase - Pakartoti naują slaptažodį - - - - 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>. - Įveskite naują slaptažodį piniginei <br/> Prašome naudoti slaptažodį iš <b> 10 ar daugiau atsitiktinių simbolių </b> arba <b> aštuonių ar daugiau žodžių </b>. - - - - Encrypt wallet - Užšifruoti piniginę - - - - This operation needs your wallet passphrase to unlock the wallet. - Ši operacija reikalauja jūsų piniginės slaptažodžio jai atrakinti. - - - - Unlock wallet - Atrakinti piniginę - - - - This operation needs your wallet passphrase to decrypt the wallet. - Ši operacija reikalauja jūsų piniginės slaptažodžio jai iššifruoti. - - - - Decrypt wallet - Iššifruoti piniginę - - - - Change passphrase - Pakeisti slaptažodį - - - - Enter the old and new passphrase to the wallet. - Įveskite seną ir naują piniginės slaptažodžius - - - - Confirm wallet encryption - Patvirtinkite piniginės užšifravimą - - - - 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? - ĮSPĖJIMAS: Jei užšifruosite savo piniginę ir prarasite savo slaptažodį, Jūs <b> PRARASITE VISUS SAVO BITKOINUS, </b>! -Ar jūs tikrai norite užšifruoti savo piniginę? - - - - - Wallet encrypted - Piniginė užšifruota - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin dabar užsidarys šifravimo proceso pabaigai. Atminkite, kad piniginės šifravimas negali pilnai apsaugoti bitcoinų vagysčių kai tinkle esančios kenkėjiškos programos patenka į jūsų kompiuterį. - - - - - Warning: The Caps Lock key is on. - ĮSPĖJIMAS: Įjungtos didžiosios raidės - - - - - - - Wallet encryption failed - Nepavyko užšifruoti piniginę - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Dėl vidinės klaidos nepavyko užšifruoti piniginę.Piniginė neužšifruota. - - - - - The supplied passphrases do not match. - Įvestas slaptažodis nesutampa - - - - Wallet unlock failed - Nepavyko atrakinti piniginę - - - - - - The passphrase entered for the wallet decryption was incorrect. - Neteisingai įvestas slaptažodis piniginės iššifravimui - - - - Wallet decryption failed - Nepavyko iššifruoti piniginę - - - - Wallet passphrase was succesfully changed. - Sėkmingai pakeistas piniginės slaptažodis - - - - BitcoinGUI - - - Bitcoin Wallet - Bitkoinų piniginė - - - - - Synchronizing with network... - Sinchronizavimas su tinklu ... - - - - Block chain synchronization in progress - Vyksta blokų grandinės sinchronizavimas - - - - &Overview - &O Apžvalga - - - - Show general overview of wallet - Rodyti piniginės bendrą apžvalgą - - - - &Transactions - &T Sandoriai - - - - Browse transaction history - Apžvelgti sandorių istoriją - - - - &Address Book - &Adresų knygelė - - - - Edit the list of stored addresses and labels - Redaguoti išsaugotus adresus bei žymes - - - - &Receive coins - &R Gautos monetos - - - - Show the list of addresses for receiving payments - Parodyti adresų sąraša mokėjimams gauti - - - - &Send coins - &Siųsti monetas - - - - Send coins to a bitcoin address - Siųsti monetas bitkoinų adresu - - - - Sign &message - Registruoti praneši&mą - - - - Prove you control an address - Įrodyti, kad jūs valdyti adresą - - - - E&xit - &x išėjimas - - - - Quit application - Išjungti programą - - - - &About %1 - &Apie %1 - - - - Show information about Bitcoin - Rodyti informaciją apie Bitkoiną - - - - About &Qt - Apie &Qt - - - - Show information about Qt - Rodyti informaciją apie Qt - - - - &Options... - &Opcijos... - - - - Modify configuration options for bitcoin - Keisti bitcoin konfigūracijos galimybes - - - - Open &Bitcoin - Atidaryti &Bitcoin - - - - Show the Bitcoin window - Rodyti Bitcoin langą - - - - &Export... - &Eksportas... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &E Užšifruoti piniginę - - - - Encrypt or decrypt wallet - Užšifruoti ar iššifruoti piniginę - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &C Pakeisti slaptažodį - - - - Change the passphrase used for wallet encryption - Pakeisti slaptažodį naudojamą piniginės užšifravimui - - - - &File - &Failas - - - - &Settings - Nu&Statymai - - - - &Help - &H Pagelba - - - - Tabs toolbar - Tabs įrankių juosta - - - - Actions toolbar - Veiksmų įrankių juosta - - - - [testnet] - [testavimotinklas] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n Bitcoin tinklo aktyvus ryšys%n Bitcoin tinklo aktyvūs ryšiai%n Bitcoin tinklo aktyvūs ryšiai - - - - Downloaded %1 of %2 blocks of transaction history. - Atsisiuntė %1 iš %2 sandorių istorijos blokų - - - - Downloaded %1 blocks of transaction history. - Atsisiuntė %1 iš %2 sandorių istorijos blokų - - - - %n second(s) ago - Prieš %n sekundęPrieš %n sekundesPrieš %n sekundžių - - - - %n minute(s) ago - Prieš %n minutęPrieš %n minutesPrieš %n minutčių - - - - %n hour(s) ago - Prieš %n valandąPrieš %n valandasPrieš %n valandų - - - - %n day(s) ago - Prieš %n dienąPrieš %n dienasPrieš %n dienų - - - - Up to date - Iki šiol - - - - Catching up... - Gaudo... - - - - Last received block was generated %1. - Paskutinis gautas blokas buvo sukurtas %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Šis sandoris viršija leistiną dydį. Jūs galite įvykdyti jį papildomai sumokėję %1 mokesčių, kurie bus išsiųsti tais pačiais mazgais kuriais vyko sandoris ir padės palaikyti tinklą. Ar jūs norite apmokėti papildomą mokestį? - - - - Sending... - Siunčiama... - - - - Sent transaction - Sandoris nusiųstas - - - - Incoming transaction - Ateinantis sandoris - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Data: %1 -Suma: %2 -Tipas: %3 -Adresas: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Piniginė <b>užšifruota</b> ir šiuo metu <b>atrakinta</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Piniginė <b>užšifruota</b> ir šiuo metu <b>užrakinta</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &U vienetų rodyti sumas: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Rodomų ir siunčiamų monetų kiekio matavimo vienetai - - - - Display addresses in transaction list - Rodyti adresus sandorių sąraše - - - - EditAddressDialog - - - Edit Address - Redaguoti adresą - - - - &Label - &L Žymė - - - - The label associated with this address book entry - Žymė yra susieta su šios adresų knygelęs turiniu - - - - &Address - &Adresas - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adresas yra susietas su šios adresų knygelęs turiniu. Tai gali būti keičiama tik siuntimo adresams. - - - - New receiving address - Naujas gavimo adresas - - - - New sending address - Naujas siuntimo adresas - - - - Edit receiving address - Taisyti gavimo adresą - - - - Edit sending address - Taisyti siuntimo adresą - - - - The entered address "%1" is already in the address book. - Įvestas adresas "%1"yra adresų knygelėje - - - - The entered address "%1" is not a valid bitcoin address. - Įvestas adresas "%1"nėra galiojantis bitkoinų adresas - - - - Could not unlock wallet. - Neįmanoma atrakinti piniginės - - - - New key generation failed. - Naujas raktas nesukurtas - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &S Paleisti Bitcoin programą su window sistemos paleidimu - - - - Automatically start Bitcoin after the computer is turned on - Automatiškai paleisti Bitkoin programą kai yra įjungiamas kompiuteris - - - - &Minimize to the tray instead of the taskbar - &M sumažinti langą bet ne užduočių juostą - - - - Show only a tray icon after minimizing the window - Po programos lango sumažinimo rodyti tik programos ikoną. - - - - Map port using &UPnP - Prievado struktūra naudojant & UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatiškai atidaryti Bitcoin kliento maršrutizatoriaus prievadą. Tai veikia tik tada, kai jūsų maršrutizatorius palaiko UPnP ir ji įjungta. - - - - M&inimize on close - &i Sumažinti uždarant - - - - 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. - Uždarant langą neuždaryti programos. Kai ši parinktis įjungta, programa bus uždaryta tik pasirinkus meniu komandą Baigti. - - - - &Connect through SOCKS4 proxy: - &C Jungtis per socks4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Jungtis į Bitkoin tinklą per socks4 proxy (pvz. jungiantis per Tor) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP adresas proxy (pvz. 127.0.0.1) - - - - &Port: - &Prievadas: - - - - Port of the proxy (e.g. 1234) - Proxy prievadas (pvz. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Neprivaloma sandorio mokestis už KB, kuris padeda įsitikinti, kad jūsų sandoriai tvarkomi greitai. Daugelis sandorių yra tik 1KB dydžio. Rekomenduojamas 0,01 mokestis. - - - - Pay transaction &fee - &f Mokėti sandorio mokestį - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Neprivaloma sandorio mokestis už KB, kuris padeda įsitikinti, kad jūsų sandoriai tvarkomi greitai. Daugelis sandorių yra tik 1KB dydžio. Rekomenduojamas 0,01 mokestis. - - - - MessagePage - - - Message - Žinutė - - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Nurodyti adresą mokėjimui siųsti (pvz. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Pasirinkite adresą iš adresų knygelės - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Įvesti adresą iš mainų atminties - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Įveskite pranešimą, kurį norite pasirašyti čia - - - - Click "Sign Message" to get signature - Spragtelėkite "Registruotis žinutę" tam, kad gauti parašą - - - - Sign a message to prove you own this address - Registruotis žinute įrodymuii, kad turite šį adresą - - - - &Sign Message - &S Registravimosi žinutė - - - - Copy the currently selected address to the system clipboard - Kopijuoti pasirinktą adresą į sistemos mainų atmintį - - - - &Copy to Clipboard - Kopijuoti į mainų atmintį - - - - - - Error signing - Klaida pasirašant - - - - %1 is not a valid address. - %1 tai negaliojantis adresas - - - - Private key for %1 is not available. - Privataus rakto %1 nėra - - - - Sign failed - Registravimas nepavyko - - - - OptionsDialog - - - Main - Pagrindinis - - - - Display - Ekranas - - - - Options - Opcijos - - - - OverviewPage - - - Form - Forma - - - - Balance: - Balansas - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Sandorių kiekis - - - - 0 - 0 - - - - Unconfirmed: - Nepatvirtinti: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Naujausi sandoris</b> - - - - Your current balance - Jūsų einamasis balansas - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Iš viso sandorių, įskaitant tuos kurie dar turi būti patvirtinti, ir jie dar nėra įskaičiuotii į einamosios sąskaitos balansą - - - - Total number of transactions in wallet - Bandras sandorių kiekis piniginėje - - - - QRCodeDialog - - - Dialog - Dialogas - - - - QR Code - QR kodas - - - - Request Payment - Prašau išmokėti - - - - Amount: - Suma: - - - - BTC - BTC - - - - Label: - Žymė: - - - - Message: - Žinutė: - - - - &Save As... - &S išsaugoti kaip... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Siųsti monetas - - - - Send to multiple recipients at once - Siųsti keliems gavėjams vienu metu - - - - &Add recipient... - &A Pridėti gavėją - - - - Remove all transaction fields - Pašalinti visus sandorio laukus - - - - Clear all - Ištrinti viską - - - - Balance: - Balansas: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Patvirtinti siuntimo veiksmą - - - - &Send - &Siųsti - - - - <b>%1</b> to %2 (%3) - <b>%1</b> to %2 (%3) - - - - Confirm send coins - Patvirtinti siuntimui monetas - - - - Are you sure you want to send %1? - Ar esate įsitikinę, kad norite siųsti %1? - - - - and - ir - - - - The recepient address is not valid, please recheck. - Negaliojantis gavėjo adresas. Patikrinkite. - - - - The amount to pay must be larger than 0. - Apmokėjimo suma turi būti didesnė negu 0. - - - - Amount exceeds your balance - Suma viršija jūsų balansą - - - - Total exceeds your balance when the %1 transaction fee is included - Jei pridedame sandorio mokestį %1 bendra suma viršija jūsų balansą - - - - Duplicate address found, can only send to each address once in one send operation - Rastas adreso dublikatas - - - - Error: Transaction creation failed - KLAIDA:nepavyko sudaryti sandorio - - - - 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. - Klaida: sandoris buvo atmestas.Tai gali įvykti, jei kai kurios monetos iš jūsų piniginėje jau buvo panaudotos, pvz. jei naudojote wallet.dat kopiją ir monetos buvo išleistos kopijoje, bet nepažymėtos kaip skirtos išleisti čia. - - - - SendCoinsEntry - - - Form - Forma - - - - A&mount: - Su&ma: - - - - Pay &To: - Mokėti &T gavėjui: - - - - - Enter a label for this address to add it to your address book - Įveskite žymę šiam adresui kad galėtumėte įtraukti ją į adresų knygelę - - - - &Label: - &L žymė: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresas mokėjimo siuntimui (pvz. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Pasirinkite adresą iš adresų knygelės - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Įvesti adresą iš mainų atminties - - - - Alt+P - Alt+P - - - - Remove this recipient - Pašalinti šitą gavėją - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Įveskite bitkoinų adresą (pvz. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Atidaryta %1 blokams - - - - Open until %1 - Atidaryta iki %1 - - - - %1/offline? - %1/atjungtas? - - - - %1/unconfirmed - %1/nepatvirtintas - - - - %1 confirmations - %1 patvirtinimai - - - - <b>Status:</b> - <b>Būsena:</b> - - - - , has not been successfully broadcast yet - , transliavimas dar nebuvo sėkmingas - - - - , broadcast through %1 node - , transliuota per %1 mazgą - - - - , broadcast through %1 nodes - , transliuota per %1 mazgus - - - - <b>Date:</b> - <b>Data:</b> - - - - <b>Source:</b> Generated<br> - <b>Šaltinis:</b> Sukurta<br> - - - - - <b>From:</b> - <b>Nuo:</b> - - - - unknown - nežinomas - - - - - - <b>To:</b> - <b>Skirta:</b> - - - - (yours, label: - (jūsų, žymė: - - - - (yours) - (jūsų) - - - - - - - <b>Credit:</b> - <b>Kreditas:</b> - - - - (%1 matures in %2 more blocks) - (%1 apmokėtinas %2 daugiau blokais) - - - - (not accepted) - (nepriimta) - - - - - - <b>Debit:</b> - <b>Debitas:</b> - - - - <b>Transaction fee:</b> - <b>Sandorio mokestis:</b> - - - - <b>Net amount:</b> - <b>Neto suma:</b> - - - - Message: - Žinutė: - - - - Comment: - Komentaras: - - - - Transaction ID: - Sandorio ID: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Išgautos monetos turi sulaukti 120 blokų, kol jos gali būti naudojamos. Kai sukūrėte šį bloką, jis buvo transliuojamas tinkle ir turėjo būti įtrauktas į blokų grandinę. Jei nepavyksta patekti į grandinę, bus pakeista į "nepriėmė", o ne "vartojamas". Tai kartais gali atsitikti, jei kitas mazgas per keletą sekundžių sukuria bloką po jūsų bloko. - - - - TransactionDescDialog - - - Transaction details - Sandorio išsami informacija - - - - This pane shows a detailed description of the transaction - Šis langas sandorio detalų aprašymą - - - - TransactionTableModel - - - Date - Data - - - - Type - Tipas - - - - Address - Adresas - - - - Amount - Suma - - - - Open for %n block(s) - Atidaryta %n blokuiAtidaryta %n blokamsAtidaryta %n blokų - - - - Open until %1 - Atidaryta kol %n - - - - Offline (%1 confirmations) - Atjungta (%1 patvirtinimai) - - - - Unconfirmed (%1 of %2 confirmations) - Nepatvirtintos (%1 iš %2 patvirtinimų) - - - - Confirmed (%1 confirmations) - Patvirtinta (%1 patvirtinimai) - - - - Mined balance will be available in %n more blocks - Išgautas balansas bus pasiekiamas po %n blokoIšgautas balansas bus pasiekiamas po %n blokųIšgautas balansas bus pasiekiamas po %n blokų - - - - This block was not received by any other nodes and will probably not be accepted! - Šis blokas negautas nė vienu iš mazgų ir matomai nepriimtas - - - - Generated but not accepted - Išgauta bet nepriimta - - - - Received with - Gauta su - - - - Received from - Gauta iš - - - - Sent to - Siųsta - - - - Payment to yourself - Mokėjimas sau - - - - Mined - Išgauta - - - - (n/a) - nepasiekiama - - - - Transaction status. Hover over this field to show number of confirmations. - Sandorio būklė. Užvedus pelės žymeklį ant šios srities matysite patvirtinimų skaičių. - - - - Date and time that the transaction was received. - Sandorio gavimo data ir laikas - - - - Type of transaction. - Sandorio tipas - - - - Destination address of transaction. - Sandorio paskirties adresas - - - - Amount removed from or added to balance. - Suma pridėta ar išskaičiuota iš balanso - - - - TransactionView - - - - All - Visi - - - - Today - Šiandien - - - - This week - Šią savaitę - - - - This month - Šį mėnesį - - - - Last month - Paskutinį mėnesį - - - - This year - Šiais metais - - - - Range... - Grupė - - - - Received with - Gauta su - - - - Sent to - Išsiųsta - - - - To yourself - Skirta sau - - - - Mined - Išgauta - - - - Other - Kita - - - - Enter address or label to search - Įveskite adresą ar žymę į paiešką - - - - Min amount - Minimali suma - - - - Copy address - Kopijuoti adresą - - - - Copy label - Kopijuoti žymę - - - - Copy amount - Kopijuoti sumą - - - - Edit label - Taisyti žymę - - - - Show details... - Parodyti išsamiai - - - - Export Transaction Data - Sandorio duomenų eksportavimas - - - - Comma separated file (*.csv) - Kableliais atskirtų duomenų failas (*.csv) - - - - Confirmed - Patvirtintas - - - - Date - Data - - - - Type - Tipas - - - - Label - Žymė - - - - Address - Adresas - - - - Amount - Suma - - - - ID - ID - - - - Error exporting - Eksportavimo klaida - - - - Could not write to file %1. - Neįmanoma įrašyti į failą %1. - - - - Range: - Grupė: - - - - to - skirta - - - - WalletModel - - - Sending... - Siunčiama - - - - bitcoin-core - - - Bitcoin version - Bitcoin versija - - - - Usage: - Naudojimas: - - - - Send command to -server or bitcoind - Siųsti komandą serveriui arba bitcoind - - - - List commands - Komandų sąrašas - - - - Get help for a command - Suteikti pagalba komandai - - - - Options: - Opcijos: - - - - Specify configuration file (default: bitcoin.conf) - Nurodyti konfigūracijos failą (pagal nutylėjimąt: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Nurodyti pid failą (pagal nutylėjimą: bitcoind.pid) - - - - Generate coins - Sukurti monetas - - - - Don't generate coins - Neišgavinėti monetų - - - - Start minimized - Pradžia sumažinta - - - - Specify data directory - Nustatyti duomenų direktoriją - - - - Specify connection timeout (in milliseconds) - Nustatyti sujungimo trukmę (milisekundėmis) - - - - Connect through socks4 proxy - Prisijungti per socks4 proxy - - - - Allow DNS lookups for addnode and connect - Leisti DNS paiešką sujungimui ir mazgo pridėjimui - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Sujungimo klausymas prijungčiai <port> (pagal nutylėjimą: 8333 arba testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Palaikyti ne daugiau <n> jungčių kolegoms (pagal nutylėjimą: 125) - - - - Add a node to connect to - Pridėti mazgą prie sujungti su - - - - Connect only to the specified node - Prisijungti tik prie nurodyto mazgo - - - - Don't accept connections from outside - Nepriimti išorinio sujungimo - - - - Don't bootstrap list of peers using DNS - Neleisti kolegų sąrašo naudojant DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - Atjungimo dėl netinkamo kolegų elgesio riba (pagal nutylėjimą: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Sekundžių kiekis eikiamas palaikyti ryšį dėl lygiarangių nestabilumo (pagal nutylėjimą: 86.400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maksimalus buferis priėmimo sujungimui <n>*1000 bitų (pagal nutylėjimą: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maksimalus buferis siuntimo sujungimui <n>*1000 bitų (pagal nutylėjimą: 10000) - - - - Don't attempt to use UPnP to map the listening port - Nenaudoti UPnP klausymo prievado struktūros - - - - Attempt to use UPnP to map the listening port - Bandymas naudoti UPnP struktūra klausymosi prievadui - - - - Fee per kB to add to transactions you send - Įtraukti mokestį už kB siunčiamiems sandoriams - - - - Accept command line and JSON-RPC commands - Priimti komandinę eilutę ir JSON-RPC komandas - - - - Run in the background as a daemon and accept commands - Dirbti fone kaip šešėlyje ir priimti komandas - - - - Use the test network - Naudoti testavimo tinklą - - - - Output extra debugging information - Išėjimo papildomas derinimo informacija - - - - Prepend debug output with timestamp - Prideėti laiko žymę derinimo rezultatams - - - - Send trace/debug info to console instead of debug.log file - Siųsti atsekimo/derinimo info į konsolę vietoj debug.log failo - - - - Send trace/debug info to debugger - Siųsti sekimo/derinimo info derintojui - - - - Username for JSON-RPC connections - Vartotojo vardas JSON-RPC jungimuisi - - - - Password for JSON-RPC connections - Slaptažodis JSON-RPC sujungimams - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Klausymas JSON-RPC sujungimui prijungčiai <port> (pagal nutylėjimą: 8332) - - - - Allow JSON-RPC connections from specified IP address - Leisti JSON-RPC tik iš nurodytų IP adresų - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Siųsti komandą mazgui dirbančiam <ip> (pagal nutylėjimą: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Nustatyti rakto apimties dydį <n> (pagal nutylėjimą: 100) - - - - Rescan the block chain for missing wallet transactions - Ieškoti prarastų piniginės sandorių blokų grandinėje - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - SSL opcijos (žr.e Bitcoin Wiki for SSL setup instructions) - - - - Use OpenSSL (https) for JSON-RPC connections - Naudoti OpenSSL (https) jungimuisi JSON-RPC - - - - Server certificate file (default: server.cert) - Serverio sertifikato failas (pagal nutylėjimą: server.cert) - - - - Server private key (default: server.pem) - Serverio privatus raktas (pagal nutylėjimą: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Priimtini šifrai (pagal nutylėjimą: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Pagelbos žinutė - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Negali gauti duomenų katalogo %s rakto. Bitcoin tikriausiai jau veikia. - - - - Loading addresses... - Užkraunami adresai... - - - - Error loading addr.dat - addr.dat pakrovimo klaida - - - - Error loading blkindex.dat - blkindex.dat pakrovimo klaida - - - - Error loading wallet.dat: Wallet corrupted - wallet.dat pakrovimo klaida, wallet.dat sugadintas - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - wallet.dat pakrovimo klaida, wallet.dat reikalauja naujasnės Bitcoin versijos - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Piniginė turi būti prrašyta: įvykdymui perkraukite Bitcoin - - - - Error loading wallet.dat - wallet.dat pakrovimo klaida - - - - Loading block index... - Užkraunami blokų indeksai... - - - - Loading wallet... - Užkraunama piniginė... - - - - Rescanning... - Peržiūra - - - - Done loading - Pakrovimas baigtas - - - - Invalid -proxy address - Neteisingas proxy adresas - - - - Invalid amount for -paytxfee=<amount> - Neteisinga suma -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Įspėjimas: -paytxfee yra nustatytas per didelis. Tai sandorio mokestis, kurį turėsite mokėti, jei siųsite sandorį. - - - - Error: CreateThread(StartNode) failed - Klaida: nepasileidžia CreateThread(StartNode) - - - - Warning: Disk space is low - Įspėjimas: nepakanka vietos diske - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Nepavyko susieti šiame kompiuteryje prievado %d. Bitcoin tikriausiai jau veikia. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Įspėjimas: Patikrinkite, kad kompiuterio data ir laikas yra teisingi.Jei Jūsų laikrodis neteisingai nustatytas Bitcoin, veiks netinkamai. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts deleted file mode 100644 index eac291c..0000000 --- a/src/qt/locale/bitcoin_nb.ts +++ /dev/null @@ -1,1980 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Om Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versjon - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Bitcoin Utviklerne - -Dette er eksperimentell programvare. - -Distribuert under MIT/X11 programvarelisensen, se medfølgende fil license.txt eller http://www.opensource.org/licenses/mit-license.php. - -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. - - - - AddressBookPage - - - Address Book - Adressebok - - - - 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 å motta betalinger. Du kan gi en separat adresse til hver avsender slik at du kan holde oversikt over hvem som betaler deg. - - - - Double-click to edit address or label - Dobbeltklikk for å redigere adresse eller merkelapp - - - - Create a new address - Lag en ny adresse - - - - &New Address... - &Ny adresse... - - - - Copy the currently selected address to the system clipboard - Kopier den valgte adressen til systemets utklippstavle - - - - &Copy to Clipboard - &Kopier til utklippstavle - - - - Show &QR Code - Vis &QR Kode - - - - Sign a message to prove you own this address - Signér en melding for å bevise at du eier denne adressen - - - - &Sign Message - &Signér Melding - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Slett den valgte adressen fra listen. Bare adresser for sending kan slettes. - - - - &Delete - &Slett - - - - Copy address - Kopier adresse - - - - Copy label - Kopier merkelapp - - - - Edit - Rediger - - - - Delete - Slett - - - - Export Address Book Data - Eksporter adressebok - - - - Comma separated file (*.csv) - Kommaseparert fil (*.csv) - - - - Error exporting - Feil ved eksportering - - - - Could not write to file %1. - Kunne ikke skrive til filen %1. - - - - AddressTableModel - - - Label - Merkelapp - - - - Address - Adresse - - - - (no label) - (ingen merkelapp) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - Merkelapp - - - - Enter passphrase - Angi adgangsfrase - - - - New passphrase - Ny adgangsfrase - - - - Repeat new passphrase - Gjenta ny adgangsfrase - - - - 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>. - Skriv inn den nye adgangsfrasen for lommeboken.<br/>Vennligst bruk en adgangsfrase med <b>10 eller flere tilfeldige tegn</b>, eller <b>åtte eller flere ord</b>. - - - - Encrypt wallet - Krypter lommebok - - - - This operation needs your wallet passphrase to unlock the wallet. - Denne operasjonen krever adgangsfrasen til lommeboken for å låse den opp. - - - - Unlock wallet - Lås opp lommebok - - - - This operation needs your wallet passphrase to decrypt the wallet. - Denne operasjonen krever adgangsfrasen til lommeboken for å dekryptere den. - - - - Decrypt wallet - Dekrypter lommebok - - - - Change passphrase - Endre adgangsfrase - - - - Enter the old and new passphrase to the wallet. - Skriv inn gammel og ny adgangsfrase for lommeboken. - - - - Confirm wallet encryption - Bekreft kryptering av lommebok - - - - 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? - ADVARSEL: Hvis du krypterer lommeboken og mister adgangsfrasen vil du <b>MISTE ALLE DINE BITCOINS</b>! -Er du sikker på at du vil kryptere lommeboken? - - - - - Wallet encrypted - Lommebok kryptert - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin vil nå lukkes for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke fullt ut kan beskytte dine bitcoins fra å bli stjålet om skadevare infiserer datamaskinen. - - - - - Warning: The Caps Lock key is on. - Advarsel: Caps lock tasten er på. - - - - - - - Wallet encryption failed - Kryptering av lommebok feilet - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Kryptering av lommebok feilet på grunn av en intern feil. Din lommebok ble ikke kryptert. - - - - - The supplied passphrases do not match. - De angitte adgangsfrasene er ulike. - - - - Wallet unlock failed - Opplåsing av lommebok feilet - - - - - - The passphrase entered for the wallet decryption was incorrect. - Adgangsfrasen angitt for dekryptering av lommeboken var feil. - - - - Wallet decryption failed - Dekryptering av lommebok feilet - - - - Wallet passphrase was succesfully changed. - Lommebokens adgangsfrase ble endret. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin Lommebok - - - - - Synchronizing with network... - Synkroniserer med nettverk... - - - - Block chain synchronization in progress - Synkronisering av blokk-kjede igang - - - - &Overview - &Oversikt - - - - Show general overview of wallet - Vis generell oversikt over lommeboken - - - - &Transactions - &Transaksjoner - - - - Browse transaction history - Vis transaksjonshistorikk - - - - &Address Book - &Adressebok - - - - Edit the list of stored addresses and labels - Rediger listen over adresser og deres merkelapper - - - - &Receive coins - &Motta bitcoins - - - - Show the list of addresses for receiving payments - Vis listen over adresser for mottak av betalinger - - - - &Send coins - &Send bitcoins - - - - Send coins to a bitcoin address - Send bitcoins til en adresse - - - - Sign &message - Signér &melding - - - - Prove you control an address - Bevis at du kontrollerer en adresse - - - - E&xit - &Avslutt - - - - Quit application - Avslutt applikasjonen - - - - &About %1 - &Om %1 - - - - Show information about Bitcoin - Vis informasjon om Bitcoin - - - - About &Qt - Om &Qt - - - - Show information about Qt - Vis informasjon om Qt - - - - &Options... - &Innstillinger... - - - - Modify configuration options for bitcoin - Endre innstillinger for bitcoin - - - - Open &Bitcoin - Åpne &Bitcoin - - - - Show the Bitcoin window - Vis Bitcoin-vinduet - - - - &Export... - &Eksporter... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Krypter Lommebok - - - - Encrypt or decrypt wallet - Krypter eller dekrypter lommebok - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Endre Adgangsfrase - - - - Change the passphrase used for wallet encryption - Endre adgangsfrasen brukt for kryptering av lommebok - - - - &File - &Fil - - - - &Settings - &Innstillinger - - - - &Help - &Hjelp - - - - Tabs toolbar - Verktøylinje for faner - - - - Actions toolbar - Verktøylinje for handlinger - - - - [testnet] - [testnett] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktiv forbindelse til Bitcoin-nettverket%n aktive forbindelser til Bitcoin-nettverket - - - - Downloaded %1 of %2 blocks of transaction history. - Lastet ned %1 av %2 blokker med transaksjonshistorikk. - - - - Downloaded %1 blocks of transaction history. - Lastet ned %1 blokker med transaksjonshistorikk. - - - - %n second(s) ago - for %n sekund sidenfor %n sekunder siden - - - - %n minute(s) ago - for %n minutt sidenfor %n minutter siden - - - - %n hour(s) ago - for %n time sidenfor %n timer siden - - - - %n day(s) ago - for %n dag sidenfor %n dager siden - - - - Up to date - Ajour - - - - Catching up... - Kommer ajour... - - - - Last received block was generated %1. - Siste mottatte blokk ble generert %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 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? - - - - Sending... - Sender... - - - - Sent transaction - Sendt transaksjon - - - - Incoming transaction - Innkommende transaksjon - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Dato: %1 -Beløp: %2 -Type: %3 -Adresse: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Lommeboken er <b>kryptert</b> og for tiden <b>ulåst</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Lommeboken er <b>kryptert</b> og for tiden <b>låst</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Enhet for å vise beløp i: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Velg standard underenhet som skal vises i grensesnittet og ved sending av mynter - - - - Display addresses in transaction list - Vis adresser i transaksjonslisten - - - - EditAddressDialog - - - Edit Address - Rediger adresse - - - - &Label - &Merkelapp - - - - The label associated with this address book entry - Merkelappen koblet til denne adressen i adresseboken - - - - &Address - &Adresse - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adressen til denne oppføringen i adresseboken. Denne kan kun endres for utsendingsadresser. - - - - New receiving address - Ny mottaksadresse - - - - New sending address - Ny utsendingsadresse - - - - Edit receiving address - Rediger mottaksadresse - - - - Edit sending address - Rediger utsendingsadresse - - - - The entered address "%1" is already in the address book. - Den oppgitte adressen "%1" er allerede i adresseboken. - - - - The entered address "%1" is not a valid bitcoin address. - en oppgitte adressen "%1" er ikke en gyldig bitcoin-adresse. - - - - Could not unlock wallet. - Kunne ikke låse opp lommeboken. - - - - New key generation failed. - Generering av ny nøkkel feilet. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Start Bitcoin ved oppstart - - - - Automatically start Bitcoin after the computer is turned on - Start Bitcoin automatisk når datamaskinen blir slått på - - - - &Minimize to the tray instead of the taskbar - &Minimer til systemkurv istedenfor oppgavelinjen - - - - Show only a tray icon after minimizing the window - Vis kun ikon i systemkurv etter minimering av vinduet - - - - Map port using &UPnP - Sett opp port vha. &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Åpne automatisk Bitcoin klientporten på ruteren. Dette virker kun om din ruter støtter UPnP og dette er påslått. - - - - M&inimize on close - M&inimér ved lukking - - - - 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. - Minimerer vinduet istedenfor å avslutte applikasjonen når vinduet lukkes. Når dette er slått på avsluttes applikasjonen kun ved å velge avslutt i menyen. - - - - &Connect through SOCKS4 proxy: - &Koble til gjennom SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Koble til Bitcoin nettverket gjennom en SOCKS4 mellomtjener (f.eks. for tilkobling gjennom Tor) - - - - Proxy &IP: - Mellomtjeners &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP-adresse for mellomtjener (f.eks. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Port for mellomtjener (f.eks. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Valgfritt transaksjonsgebyr per kB som sikrer at dine transaksjoner blir raskt prosessert. De fleste transaksjoner er 1 kB. Et gebyr på 0.01 er anbefalt. - - - - Pay transaction &fee - Betal transaksjons&gebyr - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Valgfritt transaksjonsgebyr per kB som sikrer at dine transaksjoner blir raskt prosessert. De fleste transaksjoner er 1 kB. Et gebyr på 0.01 er anbefalt. - - - - MessagePage - - - Message - Melding - - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adressen betalingen skal sendes til (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Velg adresse fra adresseboken - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Lim inn adresse fra utklippstavlen - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Skriv inn meldingen du vil signere her - - - - Click "Sign Message" to get signature - Klikk "Signér Melding" for signatur - - - - Sign a message to prove you own this address - Signér en melding for å bevise at du eier denne adressen - - - - &Sign Message - &Signér Melding - - - - Copy the currently selected address to the system clipboard - Kopier den valgte adressen til systemets utklippstavle - - - - &Copy to Clipboard - &Kopier til utklippstavle - - - - - - Error signing - Feil ved signering - - - - %1 is not a valid address. - %1 er ikke en gyldig adresse - - - - Private key for %1 is not available. - Privat nøkkel for %1 er ikke tilgjengelig. - - - - Sign failed - Signering feilet - - - - OptionsDialog - - - Main - Hoved - - - - Display - Visning - - - - Options - Innstillinger - - - - OverviewPage - - - Form - Skjema - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Antall transaksjoner: - - - - 0 - 0 - - - - Unconfirmed: - Ubekreftet - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Lommebok</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Siste transaksjoner</b> - - - - Your current balance - Din nåværende saldo - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Totalt antall ubekreftede transaksjoner som ikke telles med i saldo enda - - - - Total number of transactions in wallet - Totalt antall transaksjoner i lommeboken - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - QR Kode - - - - Request Payment - Etterspør Betaling - - - - Amount: - Beløp: - - - - BTC - BTC - - - - Label: - Merkelapp: - - - - Message: - Melding: - - - - &Save As... - &Lagre Som... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Send Bitcoins - - - - Send to multiple recipients at once - Send til flere enn én mottaker - - - - &Add recipient... - &Legg til mottaker... - - - - Remove all transaction fields - Fjern alle transaksjonsfelter - - - - Clear all - Fjern alle - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Bekreft sending - - - - &Send - &Send - - - - <b>%1</b> to %2 (%3) - <b>%1</b> til %2 (%3) - - - - Confirm send coins - Bekreft sending av bitcoins - - - - Are you sure you want to send %1? - Er du sikker på at du vil sende %1? - - - - and - og - - - - The recepient address is not valid, please recheck. - Mottaksadressen er ugyldig, prøv igjen. - - - - The amount to pay must be larger than 0. - Beløpen som skal betales må være over 0. - - - - Amount exceeds your balance - Beløpet overstiger saldoen din - - - - Total exceeds your balance when the %1 transaction fee is included - Totalen overgår din saldo når transaksjonsgebyret på %1 tas med - - - - Duplicate address found, can only send to each address once in one send operation - Duplikate adresser funnet, kan kun sende til hver adresse en gang i hver sendeoperasjon - - - - Error: Transaction creation failed - Feil: Opprettelse av transaksjon feilet - - - - 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. - Feil: Transaksjonen ble avvist. Dette kan skje hvis noen av myntene i lommeboken allerede var brukt, f.eks. hvis du kopierte wallet.dat og mynter ble brukt i kopien uten å bli markert brukt her. - - - - SendCoinsEntry - - - Form - Skjema - - - - A&mount: - &Beløp: - - - - Pay &To: - Betal &Til: - - - - - Enter a label for this address to add it to your address book - Skriv inn en merkelapp for denne adressen for å legge den til i din adressebok - - - - &Label: - &Merkelapp: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adressen betalingen skal sendes til (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Velg adresse fra adresseboken - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Lim inn adresse fra utklippstavlen - - - - Alt+P - Alt+P - - - - Remove this recipient - Fjern denne mottakeren - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Skriv inn en Bitcoin adresse (f.eks. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Åpen for %1 blokker - - - - Open until %1 - Åpen til %1 - - - - %1/offline? - %1/frakoblet? - - - - %1/unconfirmed - %1/ubekreftet - - - - %1 confirmations - %1 bekreftelser - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , har ikke blitt kringkastet uten problemer enda. - - - - , broadcast through %1 node - , kringkast gjennom %1 node - - - - , broadcast through %1 nodes - , kringkast gjennom %1 noder - - - - <b>Date:</b> - <b>Dato:</b> - - - - <b>Source:</b> Generated<br> - <b>Kilde:</b> Generert<br> - - - - - <b>From:</b> - <b>Fra:</b> - - - - unknown - ukjent - - - - - - <b>To:</b> - <b>Til:</b> - - - - (yours, label: - (din, merkelapp: - - - - (yours) - (din) - - - - - - - <b>Credit:</b> - <b>Kredit:</b> - - - - (%1 matures in %2 more blocks) - (%1 modnes om %2 flere blokker) - - - - (not accepted) - (ikke akseptert) - - - - - - <b>Debit:</b> - <b>Debet:</b> - - - - <b>Transaction fee:</b> - <b>Transaksjonsgebyr:</b> - - - - <b>Net amount:</b> - <b>Nettobeløp:</b> - - - - Message: - Melding: - - - - Comment: - Kommentar: - - - - Transaction ID: - Transaksjons-ID: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Genererte mynter må vente 120 blokker før de kan brukes. Da du genererte denne blokken ble den kringkastet på nettverket for å bli lagt til i kjeden av blokker. Hvis den ikke kommer med i kjeden vil den endre seg til "ikke akseptert og pengene vil ikke kunne brukes. Dette vil noen ganger skje hvis en annen node genererer en blokk noen sekunder i tid fra din egen. - - - - TransactionDescDialog - - - Transaction details - Transaksjonsdetaljer - - - - This pane shows a detailed description of the transaction - Her vises en detaljert beskrivelse av transaksjonen - - - - TransactionTableModel - - - Date - Dato - - - - Type - Type - - - - Address - Adresse - - - - Amount - Beløp - - - - Open for %n block(s) - Åpen for %n blokkÅpen for %n blokker - - - - Open until %1 - Åpen til %1 - - - - Offline (%1 confirmations) - Frakoblet (%1 bekreftelser) - - - - Unconfirmed (%1 of %2 confirmations) - Ubekreftet (%1 av %2 bekreftelser) - - - - Confirmed (%1 confirmations) - Bekreftet (%1 bekreftelser) - - - - Mined balance will be available in %n more blocks - Utvunnet saldo vil bli tilgjengelig om %n blokkUtvunnet saldo vil bli tilgjengelig om %n blokker - - - - This block was not received by any other nodes and will probably not be accepted! - Denne blokken har ikke blitt mottatt av noen andre noder og vil sannsynligvis ikke bli akseptert! - - - - Generated but not accepted - Generert men ikke akseptert - - - - Received with - Mottatt med - - - - Received from - Mottatt fra - - - - Sent to - Sendt til - - - - Payment to yourself - Betaling til deg selv - - - - Mined - Utvunnet - - - - (n/a) - - - - - - Transaction status. Hover over this field to show number of confirmations. - Transaksjonsstatus. Hold muspekeren over dette feltet for å se antall bekreftelser. - - - - Date and time that the transaction was received. - Dato og tid for da transaksjonen ble mottat. - - - - Type of transaction. - Type transaksjon. - - - - Destination address of transaction. - Mottaksadresse for transaksjonen - - - - Amount removed from or added to balance. - Beløp fjernet eller lagt til saldo. - - - - TransactionView - - - - All - Alle - - - - Today - I dag - - - - This week - Denne uken - - - - This month - Denne måneden - - - - Last month - Forrige måned - - - - This year - Dette året - - - - Range... - Intervall... - - - - Received with - Mottatt med - - - - Sent to - Sendt til - - - - To yourself - Til deg selv - - - - Mined - Utvunnet - - - - Other - Andre - - - - Enter address or label to search - Skriv inn adresse eller merkelapp for søk - - - - Min amount - Minimumsbeløp - - - - Copy address - Kopier adresse - - - - Copy label - Kopier merkelapp - - - - Copy amount - Kopiér beløp - - - - Edit label - Rediger merkelapp - - - - Show details... - Vis detaljer... - - - - Export Transaction Data - Eksporter transaksjonsdata - - - - Comma separated file (*.csv) - Kommaseparert fil (*.csv) - - - - Confirmed - Bekreftet - - - - Date - Dato - - - - Type - Type - - - - Label - Merkelapp - - - - Address - Adresse - - - - Amount - Beløp - - - - ID - ID - - - - Error exporting - Feil ved eksport - - - - Could not write to file %1. - Kunne ikke skrive til filen %1. - - - - Range: - Intervall: - - - - to - til - - - - WalletModel - - - Sending... - Sender... - - - - bitcoin-core - - - Bitcoin version - Bitcoin versjon - - - - Usage: - Bruk: - - - - Send command to -server or bitcoind - Send kommando til -server eller bitcoind - - - - List commands - List opp kommandoer - - - - Get help for a command - Vis hjelpetekst for en kommando - - - - Options: - Innstillinger: - - - - Specify configuration file (default: bitcoin.conf) - Angi konfigurasjonsfil (standardverdi: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Angi pid-fil (standardverdi: bitcoind.pid) - - - - Generate coins - Generér bitcoins - - - - Don't generate coins - Ikke generér bitcoins - - - - Start minimized - Start minimert - - - - - Specify data directory - Angi mappe for datafiler - - - - Specify connection timeout (in milliseconds) - Angi tidsavbrudd for forbindelse (i millisekunder) - - - - Connect through socks4 proxy - Koble til gjennom socks4 proxy - - - - Allow DNS lookups for addnode and connect - Tillat DNS-oppslag for addnode og connect - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Lytt etter tilkoblinger på <port> (standardverdi: 8333 eller testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Hold maks <n> koblinger åpne til andre noder (standardverdi: 125) - - - - Add a node to connect to - Legg til node for tilkobling - - - - Connect only to the specified node - Koble kun til angitt node - - - - Don't accept connections from outside - Ikke ta imot tilkoblinger fra omverden - - - - Don't bootstrap list of peers using DNS - Ikke lag initiell nodeliste ved hjelp av DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - Grenseverdi for å koble fra noder med dårlig oppførsel (standardverdi: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Antall sekunder noder med dårlig oppførsel hindres fra å koble til på nytt (standardverdi: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maksimum mottaksbuffer per tilkobling, <n>*1000 bytes (standardverdi: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maksimum sendebuffer per tilkobling, <n>*1000 bytes (standardverdi: 10000) - - - - Don't attempt to use UPnP to map the listening port - Ikke sett opp port vha. UPnP - - - - Attempt to use UPnP to map the listening port - Sett opp port vha. UPnP - - - - Fee per kB to add to transactions you send - Gebyr per kB for transaksjoner du sender - - - - Accept command line and JSON-RPC commands - Ta imot kommandolinje- og JSON-RPC-kommandoer - - - - Run in the background as a daemon and accept commands - Kjør i bakgrunnen som daemon og ta imot kommandoer - - - - Use the test network - Bruk testnettverket - - - - Output extra debugging information - Gi ut ekstra debuginformasjon - - - - Prepend debug output with timestamp - Sett tidsstempel på debugmeldinger - - - - Send trace/debug info to console instead of debug.log file - Send spor/debug informasjon til konsollet istedenfor debug.log filen - - - - Send trace/debug info to debugger - Send spor/debug informasjon til debugger - - - - Username for JSON-RPC connections - Brukernavn for JSON-RPC forbindelser - - - - Password for JSON-RPC connections - Passord for JSON-RPC forbindelser - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Lytt etter JSON-RPC tilkoblinger på <port> (standardverdi: 8332) - - - - Allow JSON-RPC connections from specified IP address - Tillat JSON-RPC tilkoblinger fra angitt IP-adresse - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Send kommandoer til node på <ip> (standardverdi: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Angi størrelse på nøkkel-lager til <n> (standardverdi: 100) - - - - Rescan the block chain for missing wallet transactions - Se gjennom blokk-kjeden etter manglende lommeboktransaksjoner - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL innstillinger: (se Bitcoin Wiki for instruksjoner om SSL oppsett) - - - - Use OpenSSL (https) for JSON-RPC connections - Bruk OpenSSL (https) for JSON-RPC forbindelser - - - - Server certificate file (default: server.cert) - Servers sertifikat (standardverdi: server.cert) - - - - Server private key (default: server.pem) - Servers private nøkkel (standardverdi: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Akseptable krypteringsmetoder (standardverdi: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Denne hjelpemeldingen - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Kunne ikke låse datamappen %s. Bitcoin kjører sannsynligvis allerede. - - - - Loading addresses... - Laster adresser... - - - - Error loading addr.dat - Feil ved lasting av addr.dat - - - - Error loading blkindex.dat - Feil ved lasting av blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Feil ved lasting av wallet.dat: Lommeboken er skadet - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Feil ved lasting av wallet.dat: Lommeboken krever en nyere versjon av Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Lommeboken måtte skrives om: start Bitcoin på nytt for å fullføre - - - - Error loading wallet.dat - Feil ved lasting av wallet.dat - - - - Loading block index... - Laster blokkindeks... - - - - Loading wallet... - Laster lommebok... - - - - Rescanning... - Leser gjennom... - - - - Done loading - Ferdig med lasting - - - - Invalid -proxy address - Ugyldig -proxy adresse for mellomtjener - - - - Invalid amount for -paytxfee=<amount> - Ugyldig gebyrbeløp for -paytxfee=<beløp> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Advarsel: -paytxfee er satt veldig høyt. Dette er transaksjonsgebyret du betaler når du sender en transaksjon. - - - - Error: CreateThread(StartNode) failed - Feil: CreateThread(StartNode) feilet - - - - Warning: Disk space is low - Advarsel: Lite ledig diskplass - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Klarer ikke binde til port %d på denne datamaskinen. Bitcoin kjører sannsynligvis allerede. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Advarsel: Vennligst sjekk at dato og klokke er riktig innstilt på datamaskinen. Hvis klokken er feil vil ikke Bitcoin fungere ordentlig. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts deleted file mode 100644 index 7425d21..0000000 --- a/src/qt/locale/bitcoin_nl.ts +++ /dev/null @@ -1,2012 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Over Bitcoin - - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versie - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Bitcoin Ontwikkelaars - -Dit is experimentele software. - -Gedistribueerd onder de MIT/X11 software licentie, zie het bijgevoegde bestand license.txt of http://www.opensource.org/licenses/mit-license.php. - -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. - - - - AddressBookPage - - - Address Book - Adresboek - - - - 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 Bitcoin-adressen om betalingen te ontvangen. U kunt er voor kiezen om een adres aan te maken voor elke afzender. Op deze manier kunt u bijhouden wie al aan u betaald heeft. - - - - Double-click to edit address or label - Dubbelklik om adres of label te wijzigen - - - - Create a new address - Maak een nieuw adres aan - - - - &New Address... - &Nieuw Adres... - - - - Copy the currently selected address to the system clipboard - Kopieer het huidig geselecteerde adres naar het klembord - - - - &Copy to Clipboard - &Kopieer naar Klembord - - - - Show &QR Code - Toon &QR-Code - - - - Sign a message to prove you own this address - Onderteken een bericht om te bewijzen dat u dit adres bezit - - - - &Sign Message - &Onderteken Bericht - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Verwijder het huidige geselecteerde adres van de lijst. Alleen zend-adressen kunnen verwijderd worden, niet uw ontvangstadressen. - - - - &Delete - &Verwijder - - - - Copy address - Kopieer adres - - - - Copy label - Kopieer label - - - - Edit - Bewerk - - - - Delete - Verwijder - - - - Export Address Book Data - Exporteer Gegevens van het Adresboek - - - - Comma separated file (*.csv) - Kommagescheiden bestand (*.csv) - - - - Error exporting - Fout bij exporteren - - - - Could not write to file %1. - Kon niet schrijven naar bestand %1. - - - - AddressTableModel - - - Label - Label - - - - Address - Adres - - - - (no label) - (geen label) - - - - AskPassphraseDialog - - - Dialog - Dialoog - - - - - TextLabel - TekstLabel - - - - Enter passphrase - Huidig wachtwoord - - - - New passphrase - Nieuwe wachtwoord - - - - Repeat new passphrase - Herhaal wachtwoord - - - - 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>. - Vul een nieuw wachtwoord in voor uw portemonnee. <br/> Gebruik een wachtwoord van <b>10 of meer lukrake karakters</b>, of <b> acht of meer woorden</b> . - - - - Encrypt wallet - Versleutel portemonnee - - - - This operation needs your wallet passphrase to unlock the wallet. - Deze operatie vereist uw portemonneewachtwoord om de portemonnee te openen. - - - - Unlock wallet - Open portemonnee - - - - This operation needs your wallet passphrase to decrypt the wallet. - Deze operatie vereist uw portemonneewachtwoord om de portemonnee te ontsleutelen - - - - Decrypt wallet - Ontsleutel portemonnee - - - - Change passphrase - Wijzig wachtwoord - - - - Enter the old and new passphrase to the wallet. - Vul uw oude en nieuwe portemonneewachtwoord in. - - - - Confirm wallet encryption - Bevestig versleuteling van de portemonnee - - - - 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? - WAARSCHUWING: Wanneer uw portemonnee wordt versleuteld en u verliest uw wachtwoord, dan verliest u<b>AL UW BITCOINS</b>! -Bent u er zeker van uw dat u uw portemonnee wilt versleutelen? - - - - - Wallet encrypted - Portemonnee versleuteld - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Bitcoin zal nu afsluiten om het versleutelingsproces te voltooien. Onthoud dat het versleutelen van uw portemonnee u niet volledig kan beschermen: Malware kan uw computer infecteren en uw bitcoins stelen. - - - - - Warning: The Caps Lock key is on. - Waarschuwing: De Caps-Lock-toets staat aan. - - - - - - - Wallet encryption failed - Portemonneeversleuteling mislukt - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Portemonneeversleuteling mislukt door een interne fout, Uw portemonnee is niet versleuteld. - - - - - The supplied passphrases do not match. - Het opgegeven wachtwoord is niet correct - - - - Wallet unlock failed - Portemonnee openen mislukt - - - - - - The passphrase entered for the wallet decryption was incorrect. - Het opgegeven wachtwoord voor de portemonnee-ontsleuteling is niet correct. - - - - Wallet decryption failed - Portemonnee-ontsleuteling mislukt - - - - Wallet passphrase was succesfully changed. - Portemonneewachtwoord is succesvol gewijzigd - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin-portemonnee - - - - - Synchronizing with network... - Synchroniseren met netwerk... - - - - Block chain synchronization in progress - Bezig met blokkenketen-synchronisatie - - - - &Overview - &Overzicht - - - - Show general overview of wallet - Toon algemeen overzicht van de portemonnee - - - - &Transactions - &Transacties - - - - Browse transaction history - Blader door transactieverleden - - - - &Address Book - &Adresboek - - - - Edit the list of stored addresses and labels - Bewerk de lijst van opgeslagen adressen en labels - - - - &Receive coins - &Ontvang munten - - - - Show the list of addresses for receiving payments - Toon lijst van adressen om betalingen mee te ontvangen - - - - &Send coins - &Verstuur munten - - - - Send coins to a bitcoin address - Verstuur munten naar een bitcoin-adres - - - - Sign &message - &Onderteken Bericht - - - - Prove you control an address - Bewijs dat u een adres bezit - - - - E&xit - &Afsluiten - - - - Quit application - Programma afsluiten - - - - &About %1 - &Over %1 - - - - Show information about Bitcoin - Laat informatie zien over Bitcoin - - - - About &Qt - Over &Qt - - - - Show information about Qt - Toon informatie over Qt - - - - &Options... - &Opties... - - - - Modify configuration options for bitcoin - Wijzig instellingen van Bitcoin - - - - Open &Bitcoin - Open &Bitcoin - - - - Show the Bitcoin window - Toon Bitcoin-venster - - - - &Export... - &Exporteer... - - - - Export the data in the current tab to a file - Exporteer de data in de huidige tab naar een bestand - - - - &Encrypt Wallet - &Versleutel Portemonnee - - - - Encrypt or decrypt wallet - Versleutel of ontsleutel portemonnee - - - - &Backup Wallet - Backup &Portemonnee - - - - Backup wallet to another location - &Backup portemonnee naar een andere locatie - - - - &Change Passphrase - &Wijzig Wachtwoord - - - - Change the passphrase used for wallet encryption - wijzig het wachtwoord voor uw portemonneversleuteling - - - - &File - &Bestand - - - - &Settings - &Instellingen - - - - &Help - &Hulp - - - - Tabs toolbar - Tab-werkbalk - - - - Actions toolbar - Actie-werkbalk - - - - [testnet] - [testnetwerk] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n actieve connectie naar Bitcoinnetwerk%n actieve connecties naar Bitcoinnetwerk - - - - Downloaded %1 of %2 blocks of transaction history. - %1 van %2 blokken van transactiehistorie opgehaald. - - - - Downloaded %1 blocks of transaction history. - %1 blokken van transactiehistorie opgehaald. - - - - %n second(s) ago - %n seconde geleden%n seconden geleden - - - - %n minute(s) ago - %n minuut geleden%n minuten geleden - - - - %n hour(s) ago - %n uur geleden%n uur geleden - - - - %n day(s) ago - %n dag geleden%n dagen geleden - - - - Up to date - Bijgewerkt - - - - Catching up... - Aan het bijwerken... - - - - Last received block was generated %1. - Laatst ontvangen blok is %1 gegenereerd. - - - - 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 netwerk. Wilt u de transactiekosten betalen? - - - - Sending... - Versturen... - - - - Sent transaction - Verzonden transactie - - - - Incoming transaction - Binnenkomende transactie - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Datum: %1 -Bedrag: %2 -Type: %3 -Adres: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Portemonnee is <b>versleuteld</b> en momenteel <b>geopend</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Portemonnee is <b>versleuteld</b> en momenteel <b>gesloten</b> - - - - Backup Wallet - Backup Portemonnee - - - - Wallet Data (*.dat) - Portemonnee-data (*.dat) - - - - Backup Failed - Backup Mislukt - - - - There was an error trying to save the wallet data to the new location. - Er is een fout opgetreden bij het wegschrijven van de portemonnee-data naar de nieuwe locatie. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Eenheid om bedrag in te tonen: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Kies de standaard onderverdelingseenheid om weer te geven in uw programma, en voor het versturen van munten - - - - Display addresses in transaction list - Toon adressen in uw transactielijst - - - - EditAddressDialog - - - Edit Address - Bewerk Adres - - - - &Label - &Label - - - - The label associated with this address book entry - Het label dat geassocieerd is met dit adres - - - - &Address - &Adres - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Het adres dat geassocieerd is met deze adresboek-opgave. Dit kan alleen worden veranderd voor zend-adressen. - - - - New receiving address - Nieuw ontvangstadres - - - - New sending address - Nieuw adres om naar te verzenden - - - - Edit receiving address - Bewerk ontvangstadres - - - - Edit sending address - Bewerk adres om naar te verzenden - - - - The entered address "%1" is already in the address book. - Het opgegeven adres "%1" bestaat al in uw adresboek. - - - - The entered address "%1" is not a valid bitcoin address. - Het opgegeven adres "%1" is een ongeldig bitcoinadres - - - - Could not unlock wallet. - Kon de portemonnee niet openen. - - - - New key generation failed. - Genereren nieuwe sleutel mislukt. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - Start &Bitcoin wanneer het systeem opstart - - - - Automatically start Bitcoin after the computer is turned on - Start Bitcoin automatisch wanneer de computer wordt aangezet - - - - &Minimize to the tray instead of the taskbar - &Minimaliseer naar het systeemvak in plaats van de taakbalk - - - - Show only a tray icon after minimizing the window - Laat alleen een systeemvak-icoon zien wanneer het venster geminimaliseerd is - - - - Map port using &UPnP - Portmapping via &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Open de Bitcoin-poort automatisch op de router. Dit werkt alleen als de router UPnP ondersteunt. - - - - M&inimize on close - Minimaliseer bij &sluiten van het venster - - - - 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. - Minimaliseer het venster in de plaats van de applicatie af te sluiten als het venster gesloten wordt. Wanneer deze optie aan staan, kan de applicatie alleen worden afgesloten door Afsluiten te kiezen in het menu. - - - - &Connect through SOCKS4 proxy: - &Verbind via SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Verbind met het Bitcoin-netwerk door een SOCKS4 proxy (bijv. wanneer Tor gebruikt wordt) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP-adres van de proxy (bijv. 127.0.0.1) - - - - &Port: - &Poort: - - - - Port of the proxy (e.g. 1234) - Poort waarop de proxy luistert (bijv. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Optionele transactiekosten per kB die helpen om uw transacties snel te verwerken. De meeste transacties zijn 1 kB. Transactiekosten van 0,01 wordt aangeraden - - - - Pay transaction &fee - Betaal &transactiekosten - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Optionele transactiekosten per kB die helpen om uw transacties snel te verwerken. De meeste transacties zijn 1 kB. Transactiekosten van 0,01 wordt aangeraden - - - - MessagePage - - - Message - Bericht - - - - 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. - U kunt berichten ondertekenen met een van uw adressen om te bewijzen dat u dit adres bezit. Pas op dat u geen onduidelijke dingen ondertekent, want phishingaanvallen zouden u voor de gek kunnen houden om zo uw identiteit te stelen. Onderteken alleen berichten waarmee u het volledig eens bent. - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Het adres waaraan u wilt betalen (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Kies adres uit adresboek - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Plak adres vanuit klembord - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Typ hier het bericht dat u wilt ondertekenen - - - - Click "Sign Message" to get signature - Klik "Onderteken Bericht" om de handtekening te verkrijgen - - - - Sign a message to prove you own this address - Onderteken een bericht om te bewijzen dat u dit adres bezit - - - - &Sign Message - &Onderteken Bericht - - - - Copy the currently selected address to the system clipboard - Kopieer het huidig geselecteerde adres naar het klembord - - - - &Copy to Clipboard - &Kopieer naar Klembord - - - - - - Error signing - Fout bij het ondertekenen - - - - %1 is not a valid address. - %1 is geen geldig adres. - - - - Private key for %1 is not available. - Geheime sleutel voor %1 is niet beschikbaar. - - - - Sign failed - Ondertekenen mislukt - - - - OptionsDialog - - - Main - Algemeen - - - - Display - Beeldscherm - - - - Options - Opties - - - - OverviewPage - - - Form - Vorm - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Aantal transacties: - - - - 0 - 0 - - - - Unconfirmed: - Onbevestigd: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Portemonnee</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Recente transacties</b> - - - - Your current balance - Uw huidige saldo - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Totaal aantal transacties dat nog moet worden bevestigd, en nog niet is meegeteld in uw huidige saldo - - - - Total number of transactions in wallet - Totaal aantal transacties in uw portemonnee - - - - QRCodeDialog - - - Dialog - Dialoog - - - - QR Code - QR-code - - - - Request Payment - Vraag betaling aan - - - - Amount: - Bedrag: - - - - BTC - BTC - - - - Label: - Label: - - - - Message: - Bericht: - - - - &Save As... - &Opslaan Als... - - - - Save Image... - Afbeelding Opslaan... - - - - PNG Images (*.png) - PNG-Afbeeldingen (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Verstuur munten - - - - Send to multiple recipients at once - Verstuur aan verschillende ontvangers ineens - - - - &Add recipient... - Voeg &ontvanger toe... - - - - Remove all transaction fields - Verwijder alle transactievelden - - - - Clear all - Verwijder alles - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Bevestig de verstuuractie - - - - &Send - &Verstuur - - - - <b>%1</b> to %2 (%3) - <b>%1</b> aan %2 (%3) - - - - Confirm send coins - Bevestig versturen munten - - - - Are you sure you want to send %1? - Weet u zeker dat u %1 wil versturen? - - - - and - en - - - - The recepient address is not valid, please recheck. - Het ontvangstadres is niet geldig, controleer uw opgave. - - - - The amount to pay must be larger than 0. - Het ingevoerde gedrag moet groter zijn dan 0. - - - - Amount exceeds your balance - Bedrag overschrijdt uw huidige saldo - - - - Total exceeds your balance when the %1 transaction fee is included - Totaal overschrijdt uw huidige saldo wanneer de %1 transactiekosten worden meegerekend - - - - Duplicate address found, can only send to each address once in one send operation - Dubbel adres gevonden, u kunt slechts eenmaal naar een bepaald adres verzenden per verstuurtransactie - - - - Error: Transaction creation failed - Fout: Aanmaak transactie mislukt - - - - 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. - Fout: De transactie was afgewezen. Dit kan gebeuren als u eerder uitgegeven munten opnieuw wilt versturen, zoals wanneer u een kopie van uw wallet.dat heeft gebruikt en in de kopie deze munten zijn gemarkeerd als uitgegeven, maar in de huidige nog niet. - - - - SendCoinsEntry - - - Form - Vorm - - - - A&mount: - Bedra&g: - - - - Pay &To: - Betaal &Aan: - - - - - Enter a label for this address to add it to your address book - Vul een label in voor dit adres om het toe te voegen aan uw adresboek - - - - &Label: - &Label: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Het adres waaraan u wilt betalen (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Kies adres uit adresboek - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Plak adres vanuit klembord - - - - Alt+P - Alt+P - - - - Remove this recipient - Verwijder deze ontvanger - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Vul een Bitcoinadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Openen voor %1 blokken - - - - Open until %1 - Openen totdat %1 - - - - %1/offline? - %1/niet verbonden? - - - - %1/unconfirmed - %1/onbevestigd - - - - %1 confirmations - %1 bevestigingen - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , is nog niet succesvol uitgezonden - - - - , broadcast through %1 node - , uitgezonden naar %1 node - - - - , broadcast through %1 nodes - , uitgezonden naar %1 nodes - - - - <b>Date:</b> - <b>Datum:</b> - - - - <b>Source:</b> Generated<br> - <b>Bron:</b>Gegenereerd<br> - - - - - <b>From:</b> - <b>Van:</b> - - - - unknown - onbekend - - - - - - <b>To:</b> - <b> Aan:</b> - - - - (yours, label: - (Uw adres, label: - - - - (yours) - (uw) - - - - - - - <b>Credit:</b> - <b>Bij:</b> - - - - (%1 matures in %2 more blocks) - (%1 komt beschikbaar na %2 blokken) - - - - (not accepted) - (niet geaccepteerd) - - - - - - <b>Debit:</b> - <b>Af:</b> - - - - <b>Transaction fee:</b> - <b>Transactiekosten:</b> - - - - <b>Net amount:</b> - <b>Netto bedrag:</b> - - - - Message: - Bericht: - - - - Comment: - Opmerking: - - - - Transaction ID: - Transactie-ID: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Gegeneerde munten moeten 120 blokken wachten voor ze kunnen worden uitgegeven. Uw net gegenereerde blok is uitgezonden aan het netwerk om te worden toegevoegd aan de blokkenketen. Als het niet wordt geaccepteerd in de keten, zal het blok als "ongeldig" worden aangemerkt en kan het niet worden uitgegeven. Dit kan soms gebeuren als een andere node net iets sneller een blok heeft gegenereerd; een paar seconden voor het uwe. - - - - TransactionDescDialog - - - Transaction details - Transactiedetails - - - - This pane shows a detailed description of the transaction - Dit venster laat een uitgebreide beschrijving van de transactie zien - - - - TransactionTableModel - - - Date - Datum - - - - Type - Type - - - - Address - Adres - - - - Amount - Bedrag - - - - Open for %n block(s) - Open gedurende %n blokOpen gedurende %n blokken - - - - Open until %1 - Open tot %1 - - - - Offline (%1 confirmations) - Niet verbonden (%1 bevestigingen) - - - - Unconfirmed (%1 of %2 confirmations) - Onbevestigd (%1 van %2 bevestigd) - - - - Confirmed (%1 confirmations) - Bevestigd (%1 bevestigingen) - - - - Mined balance will be available in %n more blocks - Ontgonnen saldo komt beschikbaar na %n blokOntgonnen saldo komt beschikbaar na %n blokken - - - - This block was not received by any other nodes and will probably not be accepted! - Dit blok is niet ontvangen bij andere nodes en zal waarschijnlijk niet worden geaccepteerd! - - - - Generated but not accepted - Gegenereerd maar niet geaccepteerd - - - - Received with - Ontvangen met - - - - Received from - Ontvangen van - - - - Sent to - Verzonden aan - - - - Payment to yourself - Betaling aan uzelf - - - - Mined - Ontgonnen - - - - (n/a) - (nvt) - - - - Transaction status. Hover over this field to show number of confirmations. - Transactiestatus. Houd de muiscursor boven dit veld om het aantal bevestigingen te laten zien. - - - - Date and time that the transaction was received. - Datum en tijd waarop deze transactie is ontvangen. - - - - Type of transaction. - Type transactie. - - - - Destination address of transaction. - Ontvangend adres van transactie - - - - Amount removed from or added to balance. - Bedrag verwijderd van of toegevoegd aan saldo - - - - TransactionView - - - - All - Alles - - - - Today - Vandaag - - - - This week - Deze week - - - - This month - Deze maand - - - - Last month - Vorige maand - - - - This year - Dit jaar - - - - Range... - Bereik... - - - - Received with - Ontvangen met - - - - Sent to - Verzonden aan - - - - To yourself - Aan uzelf - - - - Mined - Ontgonnen - - - - Other - Anders - - - - Enter address or label to search - Vul adres of label in om te zoeken - - - - Min amount - Min. bedrag - - - - Copy address - Kopieer adres - - - - Copy label - Kopieer label - - - - Copy amount - Kopieer bedrag - - - - Edit label - Bewerk label - - - - Show details... - Toon details... - - - - Export Transaction Data - Exporteer transactiegegevens - - - - Comma separated file (*.csv) - Kommagescheiden bestand (*.csv) - - - - Confirmed - Bevestigd - - - - Date - Datum - - - - Type - Type - - - - Label - Label - - - - Address - Adres - - - - Amount - Bedrag - - - - ID - ID - - - - Error exporting - Fout bij exporteren - - - - Could not write to file %1. - Kon niet schrijven naar bestand %1. - - - - Range: - Bereik: - - - - to - naar - - - - WalletModel - - - Sending... - Versturen... - - - - bitcoin-core - - - Bitcoin version - Bitcoinversie - - - - Usage: - Gebruik: - - - - Send command to -server or bitcoind - Stuur commando naar -server of bitcoind - - - - - List commands - List van commando's - - - - - Get help for a command - Toon hulp voor een commando - - - - - Options: - Opties: - - - - - Specify configuration file (default: bitcoin.conf) - Specifieer configuratiebestand (standaard: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Specifieer pid-bestand (standaard: bitcoind.pid) - - - - - Generate coins - Genereer munten - - - - - Don't generate coins - Genereer geen munten - - - - - Start minimized - Geminimaliseerd starten - - - - - Specify data directory - Stel datamap in - - - - - Specify connection timeout (in milliseconds) - Specificeer de time-out tijd (in milliseconden) - - - - - Connect through socks4 proxy - Verbind via socks4 proxy - - - - - Allow DNS lookups for addnode and connect - Sta DNS-naslag toe voor addnode en connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Luister voor verbindingen op <poort> (standaard: 8333 of testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Onderhoud maximaal <n> verbindingen naar peers (standaard: 125) - - - - Add a node to connect to - Voeg een node toe om mee te verbinden - - - - - Connect only to the specified node - Verbind alleen met deze node - - - - - Don't accept connections from outside - Sta geen verbindingen van buitenaf toe - - - - - Don't bootstrap list of peers using DNS - Gebruik geen DNS om de lijst met peers op te starten - - - - Threshold for disconnecting misbehaving peers (default: 100) - Drempel om verbinding te verbreken naar zich misdragende peers (standaard: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Aantal seconden dat zich misdragende peers niet opnieuw mogen verbinden (standaard: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maximale ontvangstbuffer per connectie, <n>*1000 bytes (standaard: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maximale zendbuffer per connectie, <n>*1000 bytes (standaard: 10000) - - - - Don't attempt to use UPnP to map the listening port - Probeer geen UPnP te gebruiken om de poort waarop geluisterd wordt te mappen - - - - - Attempt to use UPnP to map the listening port - Probeer UPnP te gebruiken om de poort waarop geluisterd wordt te mappen - - - - - Fee per kB to add to transactions you send - Transactiekosten per kB om toe te voegen aan transacties die u verzendt - - - - Accept command line and JSON-RPC commands - Aanvaard commandoregel en JSON-RPC commando's - - - - - Run in the background as a daemon and accept commands - Draai in de achtergrond als daemon en aanvaard commando's - - - - - Use the test network - Gebruik het testnetwerk - - - - - Output extra debugging information - Toon extra debuggingsinformatie - - - - Prepend debug output with timestamp - Voorzie de debuggingsuitvoer van een tijdsaanduiding - - - - Send trace/debug info to console instead of debug.log file - Stuur trace/debug-info naar de console in plaats van het debug.log bestand - - - - Send trace/debug info to debugger - Stuur trace/debug-info naar debugger - - - - Username for JSON-RPC connections - Gebruikersnaam voor JSON-RPC verbindingen - - - - - Password for JSON-RPC connections - Wachtwoord voor JSON-RPC verbindingen - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Luister voor JSON-RPC verbindingen op <poort> (standaard: 8332) - - - - - Allow JSON-RPC connections from specified IP address - Sta JSON-RPC verbindingen van opgegeven IP adres toe - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Verstuur commando's naar proces dat op <ip> draait (standaard: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Stel sleutelpoelgrootte in op <n> (standaard: 100) - - - - - Rescan the block chain for missing wallet transactions - Doorzoek de blokkenketen op ontbrekende portemonnee-transacties - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL opties: (zie de Bitcoin wiki voor SSL instructies) - - - - - Use OpenSSL (https) for JSON-RPC connections - Gebruik OpenSSL (https) voor JSON-RPC verbindingen - - - - - Server certificate file (default: server.cert) - Certificaat-bestand voor server (standaard: server.cert) - - - - - Server private key (default: server.pem) - Geheime sleutel voor server (standaard: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Aanvaardbare ciphers (standaard: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Dit helpbericht - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Kan geen lock op de gegevensdirectory %s verkrijgen. Bitcoin draait vermoedelijk reeds. - - - - Loading addresses... - Adressen aan het laden... - - - - Error loading addr.dat - Fout bij laden addr.dat - - - - Error loading blkindex.dat - Fout bij laden blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Fout bij laden wallet.dat: Portemonnee corrupt - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Fout bij laden wallet.dat: Portemonnee vereist een nieuwere versie van Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Portemonnee moest herschreven worden: Herstart Bitcoin om te voltooien - - - - Error loading wallet.dat - Fout bij laden wallet.dat - - - - Loading block index... - Blokindex aan het laden... - - - - Loading wallet... - Portemonnee aan het laden... - - - - Rescanning... - Opnieuw aan het scannen ... - - - - Done loading - Klaar met laden - - - - Invalid -proxy address - Foutief -proxy adres - - - - Invalid amount for -paytxfee=<amount> - Ongeldig bedrag voor -paytxfee=<bedrag> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Waarschuwing: -paytxfee is zeer hoog ingesteld. Dit zijn de transactiekosten die u betaalt bij het versturen van een transactie. - - - - Error: CreateThread(StartNode) failed - Fout: CreateThread(StartNode) is mislukt - - - - Warning: Disk space is low - Waarschuwing: Weinig schijfruimte over - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Kan niet binden aan poort %d op deze computer. Bitcoin draait vermoedelijk reeds. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Waarschuwing: Controleer dat de datum en tijd op uw computer correct zijn ingesteld. Als uw klok fout staat zal Bitcoin niet correct werken. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts deleted file mode 100644 index af42dc0..0000000 --- a/src/qt/locale/bitcoin_pl.ts +++ /dev/null @@ -1,1984 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - O Bitcoin - - - - <b>Bitcoin</b> version - Wersja <b>Bitcoin</b> - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Copyright © 2009-2012 Bitcoin Developers - -Oprogramowanie eksperymentalne. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - -Pomóż w tłumaczeniu: -www.transifex.net/projects/p/bitcoin/ - - - - AddressBookPage - - - Address Book - Adresy - - - - 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. - - - - Double-click to edit address or label - Kliknij dwukrotnie, aby edytować adres lub etykietę - - - - Create a new address - Utwórz nowy adres - - - - &New Address... - &Nowy adres... - - - - Copy the currently selected address to the system clipboard - Skopiuj aktualnie wybrany adres do schowka - - - - &Copy to Clipboard - &Kopiuj do schowka - - - - Show &QR Code - Pokaż Kod &QR - - - - Sign a message to prove you own this address - Podpisz wiadomość aby dowieść, że ten adres jest twój - - - - &Sign Message - Podpi&sz Wiadomość - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Usuń aktualnie wybrany adres z listy. Tylko adresy nadawcze mogą być usunięte. - - - - &Delete - &Usuń - - - - Copy address - Kopiuj adres - - - - Copy label - Kopiuj etykietę - - - - Edit - Edytuj - - - - Delete - Usuń - - - - Export Address Book Data - Eksportuj książkę adresową - - - - Comma separated file (*.csv) - CSV (rozdzielany przecinkami) - - - - Error exporting - Błąd podczas eksportowania - - - - Could not write to file %1. - Błąd zapisu do pliku %1. - - - - AddressTableModel - - - Label - Etykieta - - - - Address - Adres - - - - (no label) - (bez etykiety) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - TekstEtykiety - - - - Enter passphrase - Wpisz hasło - - - - New passphrase - Nowe hasło - - - - Repeat new passphrase - Powtórz nowe hasło - - - - 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>. - Wprowadź nowe hasło dla portfela.<br/>Proszę użyć hasła składającego się z <b>10 lub więcej losowych znaków</b> lub <b>ośmiu lub więcej słów</b>. - - - - Encrypt wallet - Zaszyfruj portfel - - - - This operation needs your wallet passphrase to unlock the wallet. - Ta operacja wymaga hasła do portfela ażeby odblokować portfel. - - - - Unlock wallet - Odblokuj portfel - - - - This operation needs your wallet passphrase to decrypt the wallet. - Ta operacja wymaga hasła do portfela ażeby odszyfrować portfel. - - - - Decrypt wallet - Odszyfruj portfel - - - - Change passphrase - Zmień hasło - - - - Enter the old and new passphrase to the wallet. - Podaj stare i nowe hasło do portfela. - - - - Confirm wallet encryption - Potwierdź szyfrowanie portfela - - - - 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? - OSTRZEŻENIE: Jeśli zaszyfrujesz portfel i zgubisz hasło, wtedy <b>STRACISZ WSZYSTKIE SWOJE BITMONETY</b> -Czy na pewno chcesz zaszyfrować swój portfel? - - - - - Wallet encrypted - Portfel zaszyfrowany - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - Ostrzeżenie: Caps Lock jest włączony. - - - - - - - Wallet encryption failed - Szyfrowanie portfela nie powiodło się - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Szyfrowanie portfela nie powiodło się z powodu wewnętrznego błędu. Twój portfel nie został zaszyfrowany. - - - - - The supplied passphrases do not match. - Podane hasła nie są takie same. - - - - Wallet unlock failed - Odblokowanie portfela nie powiodło się - - - - - - The passphrase entered for the wallet decryption was incorrect. - Wprowadzone hasło do odszyfrowania portfela jest niepoprawne. - - - - Wallet decryption failed - Odszyfrowywanie portfela nie powiodło się - - - - Wallet passphrase was succesfully changed. - Hasło do portfela zostało pomyślnie zmienione. - - - - BitcoinGUI - - - Bitcoin Wallet - Portfel Bitcoin - - - - - Synchronizing with network... - Synchronizacja z siecią... - - - - Block chain synchronization in progress - Synchronizacja bloku łańcucha w toku. - - - - &Overview - P&odsumowanie - - - - Show general overview of wallet - Pokazuje ogólny zarys portfela - - - - &Transactions - &Transakcje - - - - Browse transaction history - Przeglądaj historię transakcji - - - - &Address Book - Książka &adresowa - - - - Edit the list of stored addresses and labels - Edytuj listę zapisanych adresów i i etykiet - - - - &Receive coins - Odbie&rz monety - - - - Show the list of addresses for receiving payments - Pokaż listę adresów do otrzymywania płatności - - - - &Send coins - Wy&syłka monet - - - - Send coins to a bitcoin address - Wyślij monety na adres bitcoin - - - - Sign &message - Podpisz wiado&mość - - - - Prove you control an address - Udowodnij, że kontrolujesz adres - - - - E&xit - &Zakończ - - - - Quit application - Zamknij program - - - - &About %1 - &O %1 - - - - Show information about Bitcoin - Pokaż informację o Bitcoin - - - - About &Qt - O &Qt - - - - Show information about Qt - Pokazuje informacje o Qt - - - - &Options... - &Opcje... - - - - Modify configuration options for bitcoin - Zmienia opcje konfiguracji bitcoina - - - - Open &Bitcoin - Otwórz &Bitcoin - - - - Show the Bitcoin window - Pokaż okno Bitcoin - - - - &Export... - &Eksportuj... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - Zaszyfruj portf&el - - - - Encrypt or decrypt wallet - Zaszyfruj lub odszyfruj portfel - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - Zmień h&asło - - - - Change the passphrase used for wallet encryption - Zmień hasło użyte do szyfrowania portfela - - - - &File - &Plik - - - - &Settings - P&referencje - - - - &Help - Pomo&c - - - - Tabs toolbar - Pasek zakładek - - - - Actions toolbar - Pasek akcji - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktywne połączenie do sieci Bitcoin%n aktywne połączenia do sieci Bitcoin%n aktywnych połączeń do sieci Bitcoin - - - - Downloaded %1 of %2 blocks of transaction history. - Pobrano %1 z %2 bloków z historią transakcji. - - - - Downloaded %1 blocks of transaction history. - Pobrano %1 bloków z historią transakcji. - - - - %n second(s) ago - %n sekundę temu%n sekundy temu%n sekund temu - - - - %n minute(s) ago - %n minutę temu%n minuty temu%n minut temu - - - - %n hour(s) ago - %n godzinę temu%n godziny temu%n godzin temu - - - - %n day(s) ago - %n dzień temu%n dni temu%n dni temu - - - - Up to date - Aktualny - - - - Catching up... - Łapanie bloków... - - - - Last received block was generated %1. - Ostatnio otrzymany blok została wygenerowany %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - Wysyłanie... - - - - Sent transaction - Transakcja wysłana - - - - Incoming transaction - Transakcja przychodząca - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Data: %1 -Kwota: %2 -Typ: %3 -Adres: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Portfel jest <b>zaszyfrowany</b> i obecnie <b>niezablokowany</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Portfel jest <b>zaszyfrowany</b> i obecnie <b>zablokowany</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Jednostka pokazywana przy kwocie: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Wybierz podział jednostki pokazywany w interfejsie oraz podczas wysyłania monet - - - - Display addresses in transaction list - Wyświetlaj adresy w liście transakcji - - - - EditAddressDialog - - - Edit Address - Edytuj adres - - - - &Label - &Etykieta - - - - The label associated with this address book entry - Etykieta skojarzona z tym wpisem w książce adresowej - - - - &Address - &Adres - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Ten adres jest skojarzony z wpisem w książce adresowej. Może być zmodyfikowany jedynie dla adresów wysyłających. - - - - New receiving address - Nowy adres odbiorczy - - - - New sending address - Nowy adres wysyłania - - - - Edit receiving address - Edytuj adres odbioru - - - - Edit sending address - Edytuj adres wysyłania - - - - The entered address "%1" is already in the address book. - Wprowadzony adres "%1" już istnieje w książce adresowej. - - - - The entered address "%1" is not a valid bitcoin address. - Wprowadzony adres "%1" nie jest prawidłowym adresem bitcoin. - - - - Could not unlock wallet. - Nie można było odblokować portfela. - - - - New key generation failed. - Tworzenie nowego klucza nie powiodło się. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - Uruchom Bitcoin wraz ze &startem systemu okien - - - - Automatically start Bitcoin after the computer is turned on - Automatyczne uruchamia Bitcoin po włączeniu komputera - - - - &Minimize to the tray instead of the taskbar - &Minimalizuj do paska przy zegarku zamiast do paska zadań - - - - Show only a tray icon after minimizing the window - Pokazuje tylko ikonę przy zegarku po zminimalizowaniu okna - - - - Map port using &UPnP - Mapuj port używając &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatycznie otwiera port klienta Bitcoin na routerze. Ta opcja dzieła tylko jeśli twój router wspiera UPnP i jest ono włączone. - - - - M&inimize on close - M&inimalizuj przy zamykaniu - - - - 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. - Minimalizuje zamiast zakończyć działanie programu przy zamykaniu okna. Kiedy ta opcja jest włączona, program zakończy działanie po wybieraniu Zamknij w menu. - - - - &Connect through SOCKS4 proxy: - Połącz przez proxy SO&CKS4: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Łączy się z siecią Bitcoin przez proxy SOCKS4 (np. kiedy łączysz się przez Tor) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - Adres IP serwera proxy (np. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Port proxy (np. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Opcjonalna prowizja za transakcje za kB, wspomaga ona szybkość przebiegu transakcji. Większość transakcji jest 1 kB. Zalecana prowizja 0.01 . - - - - Pay transaction &fee - Płać prowizję za t&ransakcje - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Opcjonalna prowizja za transakcje za kB, wspomaga ona szybkość przebiegu transakcji. Większość transakcji jest 1 kB. Zalecana prowizja 0.01 . - - - - MessagePage - - - Message - Wiadomość - - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adres do wysłania należności do (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Wybierz adres z książki adresowej - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Wklej adres ze schowka - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Wprowadź wiadomość, którą chcesz podpisać, tutaj - - - - Click "Sign Message" to get signature - Kliknij "Podpisz Wiadomość" żeby uzyskać podpis - - - - Sign a message to prove you own this address - Podpisz wiadomość aby dowieść, że ten adres jest twój - - - - &Sign Message - Podpi&sz Wiadomość - - - - Copy the currently selected address to the system clipboard - Skopiuj aktualnie wybrany adres do schowka - - - - &Copy to Clipboard - &Kopiuj do schowka - - - - - - Error signing - Błąd podpisywania - - - - %1 is not a valid address. - %1 nie jest poprawnym adresem. - - - - Private key for %1 is not available. - Klucz prywatny dla %1 jest niedostępny. - - - - Sign failed - Podpisywanie nie powiodło się. - - - - OptionsDialog - - - Main - Główny - - - - Display - Wyświetlanie - - - - Options - Opcje - - - - OverviewPage - - - Form - Formularz - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Liczba transakcji: - - - - 0 - 0 - - - - Unconfirmed: - Niepotwierdzony: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Portfel</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Ostatnie transakcje</b> - - - - Your current balance - Twoje obecne saldo - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Suma transakcji, które nie zostały jeszcze potwierdzone, i które nie zostały wliczone do twojego obecnego salda - - - - Total number of transactions in wallet - Całkowita liczba transakcji w portfelu - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - Kod QR - - - - Request Payment - Prośba o płatność - - - - Amount: - Kwota: - - - - BTC - BTC - - - - Label: - Etykieta: - - - - Message: - Wiadomość: - - - - &Save As... - Zapi&sz jako... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Wyślij płatność - - - - Send to multiple recipients at once - Wyślij do wielu odbiorców na raz - - - - &Add recipient... - Dod&aj odbiorcę... - - - - Remove all transaction fields - Wyczyść wszystkie pola transakcji - - - - Clear all - Wyczyść wszystko - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Potwierdź akcję wysyłania - - - - &Send - Wy&syłka - - - - <b>%1</b> to %2 (%3) - <b>%1</b> do %2 (%3) - - - - Confirm send coins - Potwierdź wysyłanie monet - - - - Are you sure you want to send %1? - Czy na pewno chcesz wysłać %1? - - - - and - i - - - - The recepient address is not valid, please recheck. - Adres odbiorcy jest niepoprawny, proszę go sprawdzić. - - - - The amount to pay must be larger than 0. - Kwota do zapłacenie musi być większa od 0. - - - - Amount exceeds your balance - Kwota przekracza twoje saldo - - - - Total exceeds your balance when the %1 transaction fee is included - Suma przekracza twoje saldo, gdy doliczymy %1 prowizji transakcyjnej - - - - Duplicate address found, can only send to each address once in one send operation - Znaleziono powtórzony adres, można wysłać tylko raz na adres, w jednej operacji wysyłania - - - - Error: Transaction creation failed - Błąd: Tworzenie transakcji nie powiodło się - - - - 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 - Formularz - - - - A&mount: - Su&ma: - - - - Pay &To: - Płać &Do: - - - - - Enter a label for this address to add it to your address book - Wprowadź etykietę dla tego adresu by dodać go do książki adresowej - - - - &Label: - &Etykieta: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adres do wysłania należności do (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Wybierz adres z książki adresowej - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Wklej adres ze schowka - - - - Alt+P - Alt+P - - - - Remove this recipient - Usuń tego odbiorce - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Wprowadź adres Bitcoin (np. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Otwórz dla %1 bloków - - - - Open until %1 - Otwórz do %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/niezatwierdzone - - - - %1 confirmations - %1 potwierdzeń - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , nie został jeszcze pomyślnie wyemitowany - - - - , broadcast through %1 node - , emitowany przez %1 węzeł - - - - , broadcast through %1 nodes - , emitowany przez %1 węzły - - - - <b>Date:</b> - <b>Data:</b> - - - - <b>Source:</b> Generated<br> - <b>Źródło:</b> Wygenerowano<br> - - - - - <b>From:</b> - <b>Od:</b> - - - - unknown - nieznany - - - - - - <b>To:</b> - <b>Do:</b> - - - - (yours, label: - (twoje, etykieta: - - - - (yours) - (twoje) - - - - - - - <b>Credit:</b> - <b>Przypisy:</b> - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - (niezaakceptowane) - - - - - - <b>Debit:</b> - <b>Debet:</b> - - - - <b>Transaction fee:</b> - <b>Prowizja transakcyjna:</b> - - - - <b>Net amount:</b> - <b>Kwota netto:</b> - - - - Message: - Wiadomość: - - - - Comment: - Komentarz: - - - - Transaction ID: - ID transakcji: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Wygenerowane monety muszą zaczekać 120 bloków zanim będzie można je wydać. Kiedy wygenerowałeś ten blok, został on wyemitowany do sieci, aby dodać go do łańcucha bloków. Jeśli to się nie powiedzie nie zostanie on zaakceptowany i wygenerowanych monet nie będzie można wysyłać. Może się to czasami zdarzyć jeśli inny węzeł wygeneruje blok tuż przed tobą. - - - - TransactionDescDialog - - - Transaction details - Szczegóły transakcji - - - - This pane shows a detailed description of the transaction - Ten panel pokazuje szczegółowy opis transakcji - - - - TransactionTableModel - - - Date - Data - - - - Type - Typ - - - - Address - Adres - - - - Amount - Kwota - - - - Open for %n block(s) - Otwórz dla %n blokuOtwórz dla %n blokówOtwórz dla %n bloków - - - - Open until %1 - Otwórz do %1 - - - - Offline (%1 confirmations) - Offline (%1 potwierdzeń) - - - - Unconfirmed (%1 of %2 confirmations) - Niezatwierdzony (%1 z %2 potwierdzeń) - - - - Confirmed (%1 confirmations) - Zatwierdzony (%1 potwierdzeń) - - - - Mined balance will be available in %n more blocks - Wydobyta kwota będzie dostępna za %n blokWydobyta kwota będzie dostępna za %n blokówWydobyta kwota będzie dostępna za %n bloki - - - - This block was not received by any other nodes and will probably not be accepted! - Ten blok nie został odebrany przez jakikolwiek inny węzeł i prawdopodobnie nie zostanie zaakceptowany! - - - - Generated but not accepted - Wygenerowano ale nie zaakceptowano - - - - Received with - Otrzymane przez - - - - Received from - Odebrano od - - - - Sent to - Wysłano do - - - - Payment to yourself - Płatność do siebie - - - - Mined - Wydobyto - - - - (n/a) - (brak) - - - - Transaction status. Hover over this field to show number of confirmations. - Status transakcji. Najedź na pole, aby zobaczyć liczbę potwierdzeń. - - - - Date and time that the transaction was received. - Data i czas odebrania transakcji. - - - - Type of transaction. - Rodzaj transakcji. - - - - Destination address of transaction. - Adres docelowy transakcji. - - - - Amount removed from or added to balance. - Kwota usunięta z lub dodana do konta. - - - - TransactionView - - - - All - Wszystko - - - - Today - Dzisiaj - - - - This week - W tym tygodniu - - - - This month - W tym miesiącu - - - - Last month - W zeszłym miesiącu - - - - This year - W tym roku - - - - Range... - Zakres... - - - - Received with - Otrzymane przez - - - - Sent to - Wysłano do - - - - To yourself - Do siebie - - - - Mined - Wydobyto - - - - Other - Inne - - - - Enter address or label to search - Wprowadź adres albo etykietę żeby wyszukać - - - - Min amount - Min suma - - - - Copy address - Kopiuj adres - - - - Copy label - Kopiuj etykietę - - - - Copy amount - Kopiuj kwotę - - - - Edit label - Edytuj etykietę - - - - Show details... - Pokaż szczegóły... - - - - Export Transaction Data - Eksportuj Dane Transakcyjne - - - - Comma separated file (*.csv) - CSV (rozdzielany przecinkami) - - - - Confirmed - Potwierdzony - - - - Date - Data - - - - Type - Typ - - - - Label - Etykieta - - - - Address - Adres - - - - Amount - Kwota - - - - ID - ID - - - - Error exporting - Błąd podczas eksportowania - - - - Could not write to file %1. - Błąd zapisu do pliku %1. - - - - Range: - Zakres: - - - - to - do - - - - WalletModel - - - Sending... - Wysyłanie... - - - - bitcoin-core - - - Bitcoin version - Wersja Bitcoin - - - - Usage: - Użycie: - - - - Send command to -server or bitcoind - Wyślij polecenie do -server lub bitcoind - - - - List commands - Lista poleceń - - - - Get help for a command - Uzyskaj pomoc do polecenia - - - - Options: - Opcje: - - - - Specify configuration file (default: bitcoin.conf) - Wskaż plik konfiguracyjny (domyślnie: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Wskaż plik pid (domyślnie: bitcoin.pid) - - - - Generate coins - Generuj monety - - - - Don't generate coins - Nie generuj monet - - - - Start minimized - Uruchom zminimalizowany - - - - Specify data directory - Wskaż folder danych - - - - Specify connection timeout (in milliseconds) - Wskaż czas oczekiwania bezczynności połączenia (w milisekundach) - - - - Connect through socks4 proxy - Łączy przez proxy socks4 - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Nasłuchuj połączeń na <port> (domyślnie: 8333 lub testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Utrzymuj maksymalnie <n> połączeń z peerami (domyślnie: 125) - - - - Add a node to connect to - Dodaj węzeł do łączenia się - - - - Connect only to the specified node - Łącz tylko do wskazanego węzła - - - - Don't accept connections from outside - Nie akceptuj połączeń zewnętrznych - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maksymalny bufor odbioru na połączenie, <n>*1000 bajtów (domyślnie: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maksymalny bufor wysyłu na połączenie, <n>*1000 bajtów (domyślnie: 10000) - - - - Don't attempt to use UPnP to map the listening port - Nie próbuj używać UPnP do mapowania portu nasłuchu - - - - Attempt to use UPnP to map the listening port - Próbuj używać UPnP do mapowania portu nasłuchu - - - - Fee per kB to add to transactions you send - Prowizja za kB dodawana do wysyłanej transakcji - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - Uruchom w tle jako daemon i przyjmuj polecenia - - - - Use the test network - Użyj sieci testowej - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - Nazwa użytkownika dla połączeń JSON-RPC - - - - Password for JSON-RPC connections - Hasło do połączeń JSON-RPC - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Nasłuchuj połączeń JSON-RPC na <port> (domyślnie: 8332) - - - - Allow JSON-RPC connections from specified IP address - Przyjmuj połączenia JSON-RPC ze wskazanego adresu IP - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Wysyłaj polecenia do węzła działającego na <ip> (domyślnie: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Ustaw rozmiar puli kluczy na <n> (domyślnie: 100) - - - - Rescan the block chain for missing wallet transactions - Przeskanuj blok łańcuchów żeby znaleźć zaginione transakcje portfela - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -opcje SSL: (sprawdź Bitcoin Wiki dla instrukcje konfiguracji SSL) - - - - Use OpenSSL (https) for JSON-RPC connections - Użyj OpenSSL (https) do połączeń JSON-RPC - - - - Server certificate file (default: server.cert) - Plik certyfikatu serwera (domyślnie: server.cert) - - - - Server private key (default: server.pem) - Klucz prywatny serwera (domyślnie: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Aceptowalne szyfry (domyślnie: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Ta wiadomość pomocy - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Nie można zablokować folderu danych %s. Bitcoin prawdopodobnie już działa. - - - - Loading addresses... - Wczytywanie adresów... - - - - Error loading addr.dat - Błąd ładowania addr.dat - - - - Error loading blkindex.dat - Błąd ładownia blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Błąd ładowania wallet.dat: Uszkodzony portfel - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Błąd ładowania wallet.dat: Portfel wymaga nowszej wersji Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Portfel wymaga przepisania: zrestartuj Bitcoina żeby ukończyć - - - - Error loading wallet.dat - Błąd ładowania wallet.dat - - - - Loading block index... - Ładowanie indeksu bloku... - - - - Loading wallet... - Wczytywanie portfela... - - - - Rescanning... - Ponowne skanowanie... - - - - Done loading - Wczytywanie zakończone - - - - Invalid -proxy address - Nieprawidłowy adres -proxy - - - - Invalid amount for -paytxfee=<amount> - Nieprawidłowa kwota dla -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Ostrzeżenie: -paytxfee jest bardzo duży. To jest prowizja za transakcje, którą płacisz, gdy wysyłasz monety. - - - - Error: CreateThread(StartNode) failed - Błąd: CreateThread(StartNode) nie powiodło się - - - - Warning: Disk space is low - Ostrzeżenie: kończy się miejsce na dysku - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Nie można przywiązać portu %d na tym komputerze. Bitcoin prawdopodobnie już działa. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Ostrzeżenie: Proszę sprawdzić poprawność czasu i daty na tym komputerze. Jeśli czas jest zły Bitcoin może nie działać prawidłowo. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts deleted file mode 100644 index 69568f4..0000000 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ /dev/null @@ -1,2005 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Sobre o Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versão - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Catálogo de endereços - - - - 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. - - - - Double-click to edit address or label - Clique duas vezes para editar o endereço ou o etiqueta - - - - Create a new address - Criar um novo endereço - - - - &New Address... - &amp; Novo endereço ... - - - - Copy the currently selected address to the system clipboard - Copie o endereço selecionado para a área de transferência do sistema - - - - &Copy to Clipboard - &amp; Copie para a área de transferência do sistema - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Excluir o endereço selecionado da lista. Apenas endereços de envio podem ser excluídos. - - - - &Delete - &amp; Excluir - - - - Copy address - Copy address - - - - Copy label - Copy label - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Exportação de dados do Catálogo de Endereços - - - - Comma separated file (*.csv) - Arquivo separado por vírgulas (*. csv) - - - - Error exporting - Erro ao exportar - - - - Could not write to file %1. - Could not write to file %1. - - - - AddressTableModel - - - Label - Rótulo - - - - Address - Endereço - - - - (no label) - (Sem rótulo) - - - - AskPassphraseDialog - - - Dialog - Diálogo - - - - - TextLabel - TextoDoRótulo - - - - Enter passphrase - Digite a frase de segurança - - - - New passphrase - Nova frase de segurança - - - - Repeat new passphrase - Repita a nova frase de segurança - - - - 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>. - Digite a nova frase de seguraça da sua carteira. <br/> Por favor, use uma frase de <b>10 ou mais caracteres aleatórios,</b> ou <b>oito ou mais palavras.</b> - - - - Encrypt wallet - Criptografar carteira - - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operação precisa de sua frase de segurança para desbloquear a carteira. - - - - Unlock wallet - Desbloquear carteira - - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operação precisa de sua frase de segurança para descriptografar a carteira. - - - - Decrypt wallet - Descriptografar carteira - - - - Change passphrase - Alterar frase de segurança - - - - Enter the old and new passphrase to the wallet. - Digite a frase de segurança antiga e nova para a carteira. - - - - Confirm wallet encryption - Confirmar criptografia da carteira - - - - 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? - AVISO: Se você criptografar sua carteira e perder sua senha, você vai <b>perder todos os seus BITCOINS!</b> Tem certeza de que deseja criptografar sua carteira? - - - - - Wallet encrypted - Carteira criptografada - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - A criptografia da carteira falhou - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - A criptografia da carteira falhou devido a um erro interno. Sua carteira não estava criptografada. - - - - - The supplied passphrases do not match. - A frase de segurança fornecida não confere. - - - - Wallet unlock failed - A abertura da carteira falhou - - - - - - The passphrase entered for the wallet decryption was incorrect. - A frase de segurança digitada para a descriptografia da carteira estava incorreta. - - - - Wallet decryption failed - A descriptografia da carteira falhou - - - - Wallet passphrase was succesfully changed. - A frase de segurança da carteira foi alterada com êxito. - - - - BitcoinGUI - - - Bitcoin Wallet - Carteira Bitcoin - - - - - Synchronizing with network... - Sincronizando com a rede... - - - - Block chain synchronization in progress - Sincronização da corrente de blocos em andamento - - - - &Overview - &Visão geral - - - - Show general overview of wallet - Mostrar visão geral da carteira - - - - &Transactions - &Transações - - - - Browse transaction history - Navegar pelo histórico de transações - - - - &Address Book - &Catálogo de endereços - - - - Edit the list of stored addresses and labels - Editar a lista de endereços e rótulos - - - - &Receive coins - &Receber moedas - - - - Show the list of addresses for receiving payments - Mostrar a lista de endereços para receber pagamentos - - - - &Send coins - &Enviar moedas - - - - Send coins to a bitcoin address - Enviar moedas para um endereço bitcoin - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - E&xit - - - - Quit application - Sair da aplicação - - - - &About %1 - &About %1 - - - - Show information about Bitcoin - Mostrar informação sobre Bitcoin - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Opções... - - - - Modify configuration options for bitcoin - Modificar opções de configuração para bitcoin - - - - Open &Bitcoin - Abrir &Bitcoin - - - - Show the Bitcoin window - Mostrar a janela Bitcoin - - - - &Export... - &Exportar... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Criptografar Carteira - - - - Encrypt or decrypt wallet - Criptografar ou decriptogravar carteira - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Mudar frase de segurança - - - - Change the passphrase used for wallet encryption - Mudar a frase de segurança utilizada na criptografia da carteira - - - - &File - &amp; Arquivo - - - - &Settings - E configurações - - - - &Help - &amp; Ajuda - - - - Tabs toolbar - Barra de ferramentas - - - - Actions toolbar - Barra de ações - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n conexão ativa na rede Bitcoin%n conexões ativas na rede Bitcoin - - - - Downloaded %1 of %2 blocks of transaction history. - Carregados %1 de %2 blocos do histórico de transações. - - - - Downloaded %1 blocks of transaction history. - Carregados %1 blocos do histórico de transações. - - - - %n second(s) ago - %n segundo atrás%n segundos atrás - - - - %n minute(s) ago - %n minutos atrás%n minutos atrás - - - - %n hour(s) ago - %n hora atrás%n horas atrás - - - - %n day(s) ago - %n dia atrás%n dias atrás - - - - Up to date - Atualizado - - - - Catching up... - Recuperando o atraso ... - - - - Last received block was generated %1. - Last received block was generated %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - Sending... - Sending... - - - - Sent transaction - Sent transaction - - - - Incoming transaction - Incoming transaction - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Data: %1 -Quantidade: %2 -Tipo: %3 -Endereço: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Unit to show amounts in: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Choose the default subdivision unit to show in the interface, and when sending coins - - - - Display addresses in transaction list - Display addresses in transaction list - - - - EditAddressDialog - - - Edit Address - Edit Address - - - - &Label - &Label - - - - The label associated with this address book entry - The label associated with this address book entry - - - - &Address - &Address - - - - The address associated with this address book entry. This can only be modified for sending addresses. - The address associated with this address book entry. This can only be modified for sending addresses. - - - - New receiving address - New receiving address - - - - New sending address - New sending address - - - - Edit receiving address - Edit receiving address - - - - Edit sending address - Edit sending address - - - - The entered address "%1" is already in the address book. - The entered address "%1" is already in the address book. - - - - The entered address "%1" is not a valid bitcoin address. - The entered address "%1" is not a valid bitcoin address. - - - - Could not unlock wallet. - Could not unlock wallet. - - - - New key generation failed. - New key generation failed. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Start Bitcoin on window system startup - - - - Automatically start Bitcoin after the computer is turned on - Automatically start Bitcoin after the computer is turned on - - - - &Minimize to the tray instead of the taskbar - &Minimize to the tray instead of the taskbar - - - - Show only a tray icon after minimizing the window - Show only a tray icon after minimizing the window - - - - Map port using &UPnP - Map port using &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - M&inimize on close - M&inimize on close - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - &Connect through SOCKS4 proxy: - &Connect through SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP address of the proxy (e.g. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Port of the proxy (e.g. 1234) - - - - 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 - Pay transaction &fee - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Escolher endereço - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Paste address from clipboard - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Copie o endereço selecionado para a área de transferência do sistema - - - - &Copy to Clipboard - &amp; Copie para a área de transferência do sistema - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Main - - - - Display - Display - - - - Options - Options - - - - OverviewPage - - - Form - Form - - - - Balance: - Balance: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Number of transactions: - - - - 0 - 0 - - - - Unconfirmed: - Unconfirmed: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Recent transactions</b> - - - - Your current balance - Your current balance - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - Total number of transactions in wallet - Total number of transactions in wallet - - - - QRCodeDialog - - - Dialog - Diálogo - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Message: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Send Coins - - - - Send to multiple recipients at once - Send to multiple recipients at once - - - - &Add recipient... - &Add recipient... - - - - Remove all transaction fields - - - - - Clear all - Clear all - - - - Balance: - Balance: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Confirm the send action - - - - &Send - &Send - - - - <b>%1</b> to %2 (%3) - <b>%1</b> to %2 (%3) - - - - Confirm send coins - Confirm send coins - - - - Are you sure you want to send %1? - Are you sure you want to send %1? - - - - and - and - - - - The recepient address is not valid, please recheck. - The recepient address is not valid, please recheck. - - - - The amount to pay must be larger than 0. - The amount to pay must be larger than 0. - - - - Amount exceeds your balance - Amount exceeds your balance - - - - Total exceeds your balance when the %1 transaction fee is included - Total exceeds your balance when the %1 transaction fee is included - - - - Duplicate address found, can only send to each address once in one send operation - Duplicate address found, can only send to each address once in one send operation - - - - Error: Transaction creation failed - Error: Transaction creation failed - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - SendCoinsEntry - - - Form - Form - - - - A&mount: - A&mount: - - - - Pay &To: - Pay &To: - - - - - Enter a label for this address to add it to your address book - Enter a label for this address to add it to your address book - - - - &Label: - &Label: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Choose address from address book - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Paste address from clipboard - - - - Alt+P - Alt+P - - - - Remove this recipient - Remove this recipient - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Open for %1 blocks - - - - Open until %1 - Open until %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/unconfirmed - - - - %1 confirmations - %1 confirmations - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , has not been successfully broadcast yet - - - - , broadcast through %1 node - , broadcast through %1 node - - - - , broadcast through %1 nodes - , broadcast through %1 nodes - - - - <b>Date:</b> - <b>Date:</b> - - - - <b>Source:</b> Generated<br> - <b>Source:</b> Generated<br> - - - - - <b>From:</b> - <b>From:</b> - - - - unknown - unknown - - - - - - <b>To:</b> - <b>To:</b> - - - - (yours, label: - (yours, label: - - - - (yours) - (yours) - - - - - - - <b>Credit:</b> - <b>Credit:</b> - - - - (%1 matures in %2 more blocks) - (%1 matures in %2 more blocks) - - - - (not accepted) - (not accepted) - - - - - - <b>Debit:</b> - <b>Debit:</b> - - - - <b>Transaction fee:</b> - <b>Transaction fee:</b> - - - - <b>Net amount:</b> - <b>Net amount:</b> - - - - Message: - Message: - - - - Comment: - Comment: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - TransactionDescDialog - - - Transaction details - Transaction details - - - - This pane shows a detailed description of the transaction - This pane shows a detailed description of the transaction - - - - TransactionTableModel - - - Date - Date - - - - Type - Type - - - - Address - Address - - - - Amount - Amount - - - - Open for %n block(s) - Open for %n blockOpen for %n blocks - - - - Open until %1 - Open until %1 - - - - Offline (%1 confirmations) - Offline (%1 confirmations) - - - - Unconfirmed (%1 of %2 confirmations) - Unconfirmed (%1 of %2 confirmations) - - - - Confirmed (%1 confirmations) - Confirmed (%1 confirmations) - - - - Mined balance will be available in %n more blocks - Mined balance will be available in %n more blockMined balance will be available in %n more blocks - - - - This block was not received by any other nodes and will probably not be accepted! - This block was not received by any other nodes and will probably not be accepted! - - - - Generated but not accepted - Generated but not accepted - - - - Received with - Received with - - - - Received from - - - - - Sent to - Sent to - - - - Payment to yourself - Payment to yourself - - - - Mined - Mined - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Transaction status. Hover over this field to show number of confirmations. - - - - Date and time that the transaction was received. - Date and time that the transaction was received. - - - - Type of transaction. - Type of transaction. - - - - Destination address of transaction. - Destination address of transaction. - - - - Amount removed from or added to balance. - Amount removed from or added to balance. - - - - TransactionView - - - - All - All - - - - Today - Today - - - - This week - This week - - - - This month - This month - - - - Last month - Last month - - - - This year - This year - - - - Range... - Range... - - - - Received with - Received with - - - - Sent to - Sent to - - - - To yourself - To yourself - - - - Mined - Mined - - - - Other - Other - - - - Enter address or label to search - Enter address or label to search - - - - Min amount - Min amount - - - - Copy address - Copy address - - - - Copy label - Copy label - - - - Copy amount - - - - - Edit label - Edit label - - - - Show details... - Show details... - - - - Export Transaction Data - Export Transaction Data - - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - - Confirmed - Confirmed - - - - Date - Date - - - - Type - Type - - - - Label - Label - - - - Address - Address - - - - Amount - Amount - - - - ID - ID - - - - Error exporting - Error exporting - - - - Could not write to file %1. - Could not write to file %1. - - - - Range: - Range: - - - - to - to - - - - WalletModel - - - Sending... - Sending... - - - - bitcoin-core - - - Bitcoin version - Bitcoin version - - - - Usage: - Usage: - - - - Send command to -server or bitcoind - Send command to -server or bitcoind - - - - - List commands - List commands - - - - - Get help for a command - Get help for a command - - - - - Options: - Options: - - - - - Specify configuration file (default: bitcoin.conf) - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - Generate coins - - - - - Don't generate coins - Don't generate coins - - - - - Start minimized - Start minimized - - - - - Specify data directory - Specify data directory - - - - - Specify connection timeout (in milliseconds) - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - Add a node to connect to - - - - - Connect only to the specified node - Connect only to the specified node - - - - - Don't accept connections from outside - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - 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 - - - - - Use the test network - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - 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) - - - - - Set key pool size to <n> (default: 100) - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - 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 - - - - - 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. - - - - Loading addresses... - Loading addresses... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - Loading block index... - - - - Loading wallet... - Loading wallet... - - - - Rescanning... - Rescanning... - - - - Done loading - Done loading - - - - Invalid -proxy address - Invalid -proxy address - - - - Invalid amount for -paytxfee=<amount> - Invalid amount for -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - Error: CreateThread(StartNode) failed - Error: CreateThread(StartNode) failed - - - - Warning: Disk space is low - Warning: Disk space is low - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts deleted file mode 100644 index 17c71e4..0000000 --- a/src/qt/locale/bitcoin_ro_RO.ts +++ /dev/null @@ -1,1968 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Despre Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> versiunea - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Listă de 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. - 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. - - - - Double-click to edit address or label - Dublu-click pentru a edita adresa sau eticheta - - - - Create a new address - Creaţi o adresă nouă - - - - &New Address... - &Adresă nouă... - - - - Copy the currently selected address to the system clipboard - Copiați adresa selectată în clipboard - - - - &Copy to Clipboard - &Copiere în Clipboard - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Ștergeți adresa selectată din listă. Doar adresele de trimitere pot fi șterse. - - - - &Delete - &Șterge - - - - Copy address - Copiază adresa - - - - Copy label - Copiază eticheta - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Exportă Lista de adrese - - - - Comma separated file (*.csv) - Fisier csv: valori separate prin virgulă (*.csv) - - - - Error exporting - Eroare la exportare. - - - - Could not write to file %1. - Eroare la scrierea în fişerul %1. - - - - AddressTableModel - - - Label - Etichetă - - - - Address - Adresă - - - - (no label) - (fără etichetă) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - Textul etichetei - - - - Enter passphrase - Introduceți fraza de acces. - - - - New passphrase - Frază de acces nouă - - - - Repeat new passphrase - Repetaţi noua frază de acces - - - - 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>. - Introduceţi noua parolă a portofelului electronic.<br/>Vă rugăm să folosiţi <b>minimum 10 caractere aleatoare</b>, sau <b>minimum 8 cuvinte</b>. - - - - Encrypt wallet - Criptează portofelul - - - - This operation needs your wallet passphrase to unlock the wallet. - Aceasta operație are nevoie de un portofel deblocat. - - - - Unlock wallet - Deblochează portofelul - - - - This operation needs your wallet passphrase to decrypt the wallet. - Această operaţiune necesită parola pentru decriptarea portofelului electronic. - - - - Decrypt wallet - Decriptează portofelul. - - - - Change passphrase - Schimbă fraza de acces - - - - Enter the old and new passphrase to the wallet. - Introduceţi vechea parola a portofelului eletronic şi apoi pe cea nouă. - - - - Confirm wallet encryption - Confirmă criptarea portofelului. - - - - 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? - ATENŢIE: Dacă pierdeţi parola portofelului electronic dupa criptare, <b>VEŢI PIERDE ÎNTREAGA SUMĂ DE BITCOIN ACUMULATĂ</b>! -Sunteţi sigur că doriţi să criptaţi portofelul electronic? - - - - - Wallet encrypted - Portofel criptat - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - Criptarea portofelului a eșuat. - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Criptarea portofelului a eșuat din cauza unei erori interne. Portofelul tău nu a fost criptat. - - - - - The supplied passphrases do not match. - Fraza de acces introdusă nu se potrivește. - - - - Wallet unlock failed - Deblocarea portofelului electronic a eşuat. - - - - - - The passphrase entered for the wallet decryption was incorrect. - Parola introdusă pentru decriptarea portofelului electronic a fost incorectă. - - - - Wallet decryption failed - Decriptarea portofelului electronic a eşuat. - - - - Wallet passphrase was succesfully changed. - Parola portofelului electronic a fost schimbată. - - - - BitcoinGUI - - - Bitcoin Wallet - Portofel electronic Bitcoin - - - - - Synchronizing with network... - Se sincronizează cu reţeaua... - - - - Block chain synchronization in progress - Se sincronizează blocurile. - - - - &Overview - &Detalii - - - - Show general overview of wallet - Afişează detalii despre portofelul electronic - - - - &Transactions - &Tranzacţii - - - - Browse transaction history - Istoricul tranzacţiilor - - - - &Address Book - &Lista de adrese - - - - Edit the list of stored addresses and labels - Editaţi lista de adrese şi etichete. - - - - &Receive coins - &Primiţi Bitcoin - - - - Show the list of addresses for receiving payments - Lista de adrese pentru recepţionarea plăţilor - - - - &Send coins - &Trimiteţi Bitcoin - - - - Send coins to a bitcoin address - &Trimiteţi Bitcoin către o anumită adresă - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - Părăsiţi aplicaţia - - - - &About %1 - - - - - Show information about Bitcoin - Informaţii despre Bitcoin - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - &Setări... - - - - Modify configuration options for bitcoin - Modifică setările pentru Bitcoin - - - - Open &Bitcoin - Deschide &Bitcoin - - - - Show the Bitcoin window - Afişează fereastra Bitcoin - - - - &Export... - &Exportă... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - Criptează portofelul electronic - - - - Encrypt or decrypt wallet - Criptează şi decriptează portofelul electronic - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Schimbă parola - - - - Change the passphrase used for wallet encryption - &Schimbă parola folosită pentru criptarea portofelului electronic - - - - &File - &Fişier - - - - &Settings - &Setări - - - - &Help - &Ajutor - - - - Tabs toolbar - Bara de ferestre de lucru - - - - Actions toolbar - Bara de acţiuni - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n active connections to Bitcoin network%n active connections to Bitcoin network%n active connections to Bitcoin network - - - - Downloaded %1 of %2 blocks of transaction history. - S-au descărcat %1 din %2 blocuri din istoricul tranzaciilor. - - - - Downloaded %1 blocks of transaction history. - S-au descărcat %1 blocuri din istoricul tranzaciilor. - - - - %n second(s) ago - %n seconds ago%n seconds ago%n seconds ago - - - - %n minute(s) ago - Acum %n minutAcum %n minuteAcum %n minute - - - - %n hour(s) ago - Acum %n orăAcum %n oreAcum %n ore - - - - %n day(s) ago - Acum %n ziAcum %n zileAcum %n zile - - - - Up to date - Actualizat - - - - Catching up... - Se actualizează... - - - - Last received block was generated %1. - Ultimul bloc primit a fost generat %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Această tranzacţie depăşeşte limita. Puteţi iniţia tranzacţia platind un comision de %1, de care vor beneficia nodurile care procesează tranzacţia şi ajută la menţinerea reţelei. Acceptaţi plata comisionului? - - - - Sending... - Expediază... - - - - Sent transaction - Tranzacţie expediată - - - - Incoming transaction - Tranzacţie recepţionată - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Portofelul electronic este <b>criptat</b> iar in momentul de faţă este <b>deblocat</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Portofelul electronic este <b>criptat</b> iar in momentul de faţă este <b>blocat</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Unitatea de măsură pentru afişarea sumelor: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Alege subdiviziunea folosită la afişarea interfeţei şi la trimiterea de bitcoin. - - - - Display addresses in transaction list - Afişează adresele în lista de tranzacţii - - - - EditAddressDialog - - - Edit Address - Editează adresa - - - - &Label - &Eticheta - - - - The label associated with this address book entry - Eticheta asociată cu această înregistrare în Lista de adrese - - - - &Address - &Adresă - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adresa asociată cu această înregistrare în Lista de adrese. Aceasta poate fi modificată doar pentru expediere. - - - - New receiving address - Noua adresă de primire - - - - New sending address - Noua adresă de trimitere - - - - Edit receiving address - Editează adresa de primire - - - - Edit sending address - Editează adresa de trimitere - - - - The entered address "%1" is already in the address book. - Adresa introdusă "%1" se află deja în Lista de adrese. - - - - The entered address "%1" is not a valid bitcoin address. - Adresa introdusă "%1" nu este o adresă bitcoin valabilă. - - - - Could not unlock wallet. - Portofelul electronic nu a putut fi deblocat . - - - - New key generation failed. - New key generation failed. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &S Porneşte Bitcoin la pornirea sistemului - - - - Automatically start Bitcoin after the computer is turned on - Porneşte automat programul Bitcoin la pornirea computerului. - - - - &Minimize to the tray instead of the taskbar - &M Ascunde în tray în loc de taskbar - - - - Show only a tray icon after minimizing the window - Afişează doar un icon in tray la ascunderea ferestrei - - - - Map port using &UPnP - Mapeaza portul folosind &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Deschide automat în router portul aferent clientului Bitcoin. Funcţionează doar în cazul în care routerul e compatibil UPnP şi opţiunea e activată. - - - - M&inimize on close - &i Ascunde fereastra în locul închiderii programului - - - - 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. - Ascunde fereastra în locul părăsirii programului în momentul închiderii ferestrei. Când acestă opţiune e activă, aplicaţia se va opri doar în momentul selectării comenzii Quit din menu. - - - - &Connect through SOCKS4 proxy: - &Conectează prin proxy SOCKS4: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Conectare la reţeaua Bitcoin folosind un proxy SOCKS4 (de exemplu, când conexiunea se stabileşte prin reţeaua Tor) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - Adresa de IP a proxy serverului (de exemplu: 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Portul pe care se concetează proxy serverul (de exemplu: 1234) - - - - 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 - Plăteşte comision pentru tranzacţie &f - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa către care se va face plata (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Alegeţi adresa din Listă - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Lipiţi adresa copiată in clipboard. - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Copiați adresa selectată în clipboard - - - - &Copy to Clipboard - &Copiere în Clipboard - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Principal - - - - Display - Afişare - - - - Options - Setări - - - - OverviewPage - - - Form - Form - - - - Balance: - Balanţă: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Număr total de tranzacţii: - - - - 0 - 0 - - - - Unconfirmed: - Neconfirmat: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Ultimele tranzacţii</b> - - - - Your current balance - Soldul contul - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Totalul tranzacţiilor care aşteaptă să fie confirmate şi care nu sunt încă luate în calcul la afişarea soldului contului. - - - - Total number of transactions in wallet - Numărul total de tranzacţii din portofelul electronic - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - Mesaj: - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Trimite Bitcoin - - - - Send to multiple recipients at once - Trimite simultan către mai mulţi destinatari - - - - &Add recipient... - &Adaugă destinatar... - - - - Remove all transaction fields - - - - - Clear all - Şterge tot - - - - Balance: - Balanţă: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Confirmă operaţiunea de trimitere - - - - &Send - &S Trimite - - - - <b>%1</b> to %2 (%3) - <b>%1</b> la %2 (%3) - - - - Confirm send coins - Confirmaţi trimiterea de bitcoin - - - - Are you sure you want to send %1? - Sunteţi sigur că doriţi să trimiteţi %1? - - - - and - şi - - - - The recepient address is not valid, please recheck. - Adresa destinatarului nu este validă, vă rugăm să o verificaţi. - - - - The amount to pay must be larger than 0. - Suma de plată trebuie să fie mai mare decât 0. - - - - Amount exceeds your balance - Suma depăşeşte soldul contului. - - - - Total exceeds your balance when the %1 transaction fee is included - Total depăşeşte soldul contului in cazul plăţii comisionului de %1. - - - - Duplicate address found, can only send to each address once in one send operation - S-a descoperit o adresă care figurează de două ori. Expedierea se poate realiza către fiecare adresă doar o singură dată pe operaţiune. - - - - Error: Transaction creation failed - Eroare: Tranyacţia nu a putut fi iniţiată - - - - 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. - Eroare: Tranyacţia a fost respinsă. Acesta poate fi rezultatul cheltuirii prealabile a unei sume de bitcoin din portofelul electronic, ca în cazul folosirii unei copii a fisierului wallet.dat, în care s-au efectuat tranzacţii neînregistrate în fisierul curent. - - - - SendCoinsEntry - - - Form - Form - - - - A&mount: - Su&mă : - - - - Pay &To: - Plăteşte Că&tre: - - - - - Enter a label for this address to add it to your address book - Adaugă o etichetă acestei adrese pentru a o trece în Lista de adrese - - - - &Label: - &L Etichetă: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa către care se va face plata (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Lipiţi adresa copiată in clipboard. - - - - Alt+P - Alt+P - - - - Remove this recipient - Şterge destinatarul - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduceţi o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Deschis pentru %1 blocuri - - - - Open until %1 - Deschis până la %1 - - - - %1/offline? - %1/offline? - - - - %1/unconfirmed - %1/neconfirmat - - - - %1 confirmations - %1 confirmări - - - - <b>Status:</b> - <b>Stare:</b> - - - - , has not been successfully broadcast yet - , nu s-a propagat încă - - - - , broadcast through %1 node - , se propagă prin %1 nod - - - - , broadcast through %1 nodes - , se propagă prin %1 noduri - - - - <b>Date:</b> - <b>Data:</b> - - - - <b>Source:</b> Generated<br> - <b>Sursă:</b> Generat<br> - - - - - <b>From:</b> - <b>De la:</b> - - - - unknown - necunoscut - - - - - - <b>To:</b> - <b>Către:</b> - - - - (yours, label: - (propriu, etichetă: - - - - (yours) - (propriu) - - - - - - - <b>Credit:</b> - <b>Credit:</b> - - - - (%1 matures in %2 more blocks) - (%1 se definitivează peste %2 blocuri) - - - - (not accepted) - (nu este acceptat) - - - - - - <b>Debit:</b> - <b>Debit:</b> - - - - <b>Transaction fee:</b> - <b>Comisionul tranzacţiei:</b> - - - - <b>Net amount:</b> - <b>Suma netă:</b> - - - - Message: - Mesaj: - - - - Comment: - Comentarii: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Monedele bitcoin generate se pot cheltui dupa parcurgerea a 120 de blocuri. După ce a fost generat, s-a propagat în reţea, urmând să fie adăugat lanţului de blocuri. Dacă nu poate fi inclus in lanţ, starea sa va deveni "neacceptat" si nu va putea fi folosit la tranzacţii. Acest fenomen se întâmplă atunci cand un alt nod a generat un bloc la o diferenţa de câteva secunde. - - - - TransactionDescDialog - - - Transaction details - Detaliile tranzacţiei - - - - This pane shows a detailed description of the transaction - Afişează detalii despre tranzacţie - - - - TransactionTableModel - - - Date - Data - - - - Type - Tipul - - - - Address - Adresa - - - - Amount - Cantitate - - - - Open for %n block(s) - Deschis pentru for %n blocDeschis pentru %n blocuriDeschis pentru %n blocuri - - - - Open until %1 - Deschis până la %1 - - - - Offline (%1 confirmations) - Neconectat (%1 confirmări) - - - - Unconfirmed (%1 of %2 confirmations) - Neconfirmat (%1 din %2 confirmări) - - - - Confirmed (%1 confirmations) - Confirmat (%1 confirmări) - - - - Mined balance will be available in %n more blocks - Soldul de bitcoin produs va fi disponibil după încă %n blocSoldul de bitcoin produs va fi disponibil după încă %n blocuriSoldul de bitcoin produs va fi disponibil după încă %n blocuri - - - - This block was not received by any other nodes and will probably not be accepted! - Blocul nu a fost recepţionat de niciun alt nod şi e probabil că nu va fi acceptat. - - - - Generated but not accepted - Generat, dar neacceptat - - - - Received with - Recepţionat cu - - - - Received from - - - - - Sent to - Trimis către - - - - Payment to yourself - Plată către un cont propriu - - - - Mined - Produs - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Starea tranzacţiei. Treceţi cu mouse-ul peste acest câmp pentru afişarea numărului de confirmări. - - - - Date and time that the transaction was received. - Data şi ora la care a fost recepţionată tranzacţia. - - - - Type of transaction. - Tipul tranzacţiei. - - - - Destination address of transaction. - Adresa de destinaţie a tranzacţiei. - - - - Amount removed from or added to balance. - Suma extrasă sau adăugată la sold. - - - - TransactionView - - - - All - Toate - - - - Today - Astăzi - - - - This week - Săptămâna aceasta - - - - This month - Luna aceasta - - - - Last month - Luna trecută - - - - This year - Anul acesta - - - - Range... - Între... - - - - Received with - Recepţionat cu... - - - - Sent to - Trimis către - - - - To yourself - Către propriul cont - - - - Mined - Produs - - - - Other - Altele - - - - Enter address or label to search - Introduceţi adresa sau eticheta pentru căutare - - - - Min amount - Cantitatea produsă - - - - Copy address - Copiază adresa - - - - Copy label - Copiază eticheta - - - - Copy amount - - - - - Edit label - Editează eticheta - - - - Show details... - Afişează detalii... - - - - Export Transaction Data - Exportă tranzacţiile - - - - Comma separated file (*.csv) - Fişier text cu valori separate prin virgulă (*.csv) - - - - Confirmed - Confirmat - - - - Date - Data - - - - Type - Tipul - - - - Label - Etichetă - - - - Address - Adresă - - - - Amount - Sumă - - - - ID - ID - - - - Error exporting - Eroare în timpul exportului - - - - Could not write to file %1. - Fisierul %1 nu a putut fi accesat pentru scriere. - - - - Range: - Interval: - - - - to - către - - - - WalletModel - - - Sending... - Se expediază... - - - - bitcoin-core - - - Bitcoin version - versiunea Bitcoin - - - - Usage: - Uz: - - - - Send command to -server or bitcoind - Trimite comanda la -server sau bitcoind - - - - List commands - Listă de comenzi - - - - Get help for a command - Ajutor pentru o comandă - - - - Options: - Setări: - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - Încarc adrese... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - Încarc indice bloc... - - - - Loading wallet... - Încarc portofel... - - - - Rescanning... - Rescanez... - - - - Done loading - Încărcare terminată - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index 3566ce7..28b024d 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -509,6 +509,11 @@ Are you sure you wish to encrypt your wallet? Загружено %1 из %2 блоков истории транзакций. + + Downloaded %1 of %2 blocks of transaction history (%3% done). + Загружено %1 из %2 блоков истории транзакций (%3% завершено). + + Downloaded %1 blocks of transaction history. Загружено %1 блоков истории транзакций. @@ -796,7 +801,7 @@ Address: %4 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. - Вы можете подписать сообщение ключом от своего адреса, чтобы доказать владенгие им. Будьте осторожны и не подписывайте текст, не относящийся лично к вам. ПОдписывайте только текст, с которым вы полностью согласны и который можете однозначно интерпретировать. + Вы можете подписать сообщение ключом от своего адреса, чтобы доказать владенгие им. Будьте осторожны и не подписывайте текст, не относящийся лично к вам. Подписывайте только текст, с которым вы полностью согласны и который можете однозначно интерпретировать. diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts deleted file mode 100644 index c8b49a1..0000000 --- a/src/qt/locale/bitcoin_sk.ts +++ /dev/null @@ -1,1967 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - O Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> verzia - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Adresár - - - - 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. - - - - Double-click to edit address or label - Dvojklikom editovať adresu alebo popis - - - - Create a new address - Vytvoriť novú adresu - - - - &New Address... - &Nová adresa... - - - - Copy the currently selected address to the system clipboard - Kopírovať práve zvolenú adresu do systémového klipbordu - - - - &Copy to Clipboard - &Kopírovať do klipbordu - - - - Show &QR Code - Zobraz &QR Kód - - - - Sign a message to prove you own this address - Podpísať správu a dokázať že vlastníte túto adresu - - - - &Sign Message - &Podpísať Správu - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Zmazať práve zvolená adresu zo zoznamu. Len adresy pre odosielanie sa dajú zmazať. - - - - &Delete - &Zmazať - - - - Copy address - Kopírovať adresu - - - - Copy label - Kopírovať popis - - - - Edit - Upraviť - - - - Delete - Zmazať - - - - Export Address Book Data - Exportovať dáta z adresára - - - - Comma separated file (*.csv) - Čiarkou oddelený súbor (*.csv) - - - - Error exporting - Chyba exportu. - - - - Could not write to file %1. - Nedalo sa zapisovať do súboru %1. - - - - AddressTableModel - - - Label - Popis - - - - Address - Adresa - - - - (no label) - (bez popisu) - - - - AskPassphraseDialog - - - Dialog - Dialóg - - - - - TextLabel - TextovýPopis - - - - Enter passphrase - Zadajte heslo - - - - New passphrase - Nové heslo - - - - Repeat new passphrase - Zopakujte nové heslo - - - - 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>. - Zadajte nové heslo k peňaženke.<br/>Prosím použite heslo s dĺžkou aspon <b>10 alebo viac náhodných znakov</b>, alebo <b>8 alebo viac slov</b>. - - - - Encrypt wallet - Zašifrovať peňaženku - - - - This operation needs your wallet passphrase to unlock the wallet. - Táto operácia potrebuje heslo k vašej peňaženke aby ju mohla dešifrovať. - - - - Unlock wallet - Odomknúť peňaženku - - - - This operation needs your wallet passphrase to decrypt the wallet. - Táto operácia potrebuje heslo k vašej peňaženke na dešifrovanie peňaženky. - - - - Decrypt wallet - Dešifrovať peňaženku - - - - Change passphrase - Zmena hesla - - - - Enter the old and new passphrase to the wallet. - Zadajte staré a nové heslo k peňaženke. - - - - Confirm wallet encryption - Potvrďte šifrovanie peňaženky - - - - 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? - VAROVANIE: Ak zašifrujete peňaženku a stratíte heslo, <b>STRATÍTE VŠETKY VAŠE BITCOINY</b>!⏎ -Ste si istí, že si želáte zašifrovať peňaženku? - - - - - Wallet encrypted - Peňaženka zašifrovaná - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - Varovanie: Caps Lock je zapnutý - - - - - - - Wallet encryption failed - Šifrovanie peňaženky zlyhalo - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Šifrovanie peňaženky zlyhalo kôli internej chybe. Vaša peňaženka nebola zašifrovaná. - - - - - The supplied passphrases do not match. - Zadané heslá nesúhlasia. - - - - Wallet unlock failed - Odomykanie peňaženky zlyhalo - - - - - - The passphrase entered for the wallet decryption was incorrect. - Zadané heslo pre dešifrovanie peňaženky bolo nesprávne. - - - - Wallet decryption failed - Zlyhalo šifrovanie peňaženky. - - - - Wallet passphrase was succesfully changed. - Heslo k peňaženke bolo úspešne zmenené. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin peňaženka - - - - - Synchronizing with network... - Synchronizácia so sieťou... - - - - Block chain synchronization in progress - Prebieha synchronizácia blockchain. - - - - &Overview - &Prehľad - - - - Show general overview of wallet - Zobraziť celkový prehľad o peňaženke - - - - &Transactions - &Preklady - - - - Browse transaction history - Prechádzať históriu transakcií - - - - &Address Book - &Adresár - - - - Edit the list of stored addresses and labels - Editovať zoznam uložených adries a popisov - - - - &Receive coins - &Prijať bitcoins - - - - Show the list of addresses for receiving payments - Zobraziť zoznam adries pre prijímanie platieb. - - - - &Send coins - &Poslať bitcoins - - - - Send coins to a bitcoin address - Poslať bitcoins na adresu - - - - Sign &message - Podpísať &správu - - - - Prove you control an address - Dokázať že kontrolujete adresu - - - - E&xit - U&končiť - - - - Quit application - Ukončiť program - - - - &About %1 - &O %1 - - - - Show information about Bitcoin - Zobraziť informácie o Bitcoin - - - - About &Qt - O &Qt - - - - Show information about Qt - Zobrazit informácie o Qt - - - - &Options... - &Možnosti... - - - - Modify configuration options for bitcoin - Upraviť možnosti nastavenia pre bitcoin - - - - Open &Bitcoin - Otvoriť &Bitcoin - - - - Show the Bitcoin window - Zobraziť okno Bitcoin - - - - &Export... - &Export... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Zašifrovať Peňaženku - - - - Encrypt or decrypt wallet - Zašifrovať alebo dešifrovať peňaženku - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &Zmena Hesla - - - - Change the passphrase used for wallet encryption - Zmeniť heslo použité na šifrovanie peňaženky - - - - &File - &Súbor - - - - &Settings - &Nastavenia - - - - &Help - &Pomoc - - - - Tabs toolbar - Lišta záložiek - - - - Actions toolbar - Lišta aktvivít - - - - [testnet] - [testovacia sieť] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - - - - - Downloaded %1 of %2 blocks of transaction history. - - - - - Downloaded %1 blocks of transaction history. - - - - - %n second(s) ago - - - - - %n minute(s) ago - - - - - %n hour(s) ago - - - - - %n day(s) ago - - - - - Up to date - Aktualizovaný - - - - Catching up... - - - - - Last received block was generated %1. - Posledný prijatý blok bol generovaný %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - - - - - Sending... - Odosielanie... - - - - Sent transaction - Odoslané transakcie - - - - Incoming transaction - Prijaté transakcie - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Dátum: %1 -Suma: %2 -Typ: %3 -Adresa: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Zobrazovať hodnoty v jednotkách: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - Zobraziť adresy zo zoznamu transakcií. - - - - EditAddressDialog - - - Edit Address - Upraviť adresu - - - - &Label - &Popis - - - - The label associated with this address book entry - Popis priradený k tomuto záznamu v adresári - - - - &Address - &Adresa - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - Nová adresa pre prijímanie - - - - New sending address - Nová adresa pre odoslanie - - - - Edit receiving address - Upraviť prijímacie adresy - - - - Edit sending address - Upraviť odosielaciu adresu - - - - The entered address "%1" is already in the address book. - Vložená adresa "%1" sa už nachádza v adresári. - - - - The entered address "%1" is not a valid bitcoin address. - Vložená adresa "%1" nieje platnou adresou bitcoin. - - - - Could not unlock wallet. - Nepodarilo sa odomknúť peňaženku. - - - - New key generation failed. - Generovanie nového kľúča zlyhalo. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Spustiť Bitcoin pri spustení systému správy okien - - - - Automatically start Bitcoin after the computer is turned on - Automaticky spustiť Bitcoin po zapnutí počítača - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - Zobraziť len ikonu na lište po minimalizovaní okna. - - - - Map port using &UPnP - Mapovať port pomocou &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvorit port pre Bitcoin na routeri. Toto funguje len ak router podporuje UPnP a je táto podpora aktivovaná. - - - - M&inimize on close - M&inimalizovať pri zavretí - - - - 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. - Minimalizovat namiesto ukončenia aplikácie keď sa okno zavrie. Keď je zvolená táto možnosť, aplikácia sa zavrie len po zvolení Ukončiť v menu. - - - - &Connect through SOCKS4 proxy: - &Pripojiť cez SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Pripojiť do siete Bitcoin cez SOCKS4 proxy (napr. keď sa pripájate cez Tor) - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP addresa proxy (napr. 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Port proxy (napr. 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Voliteľný transakčný poplatok za kB ktorý pomôže rýchlemu spracovaniu transakcie. Väčšina transakcií má 1 kB. Poplatok 0.01 je odporúčaný. - - - - Pay transaction &fee - Zaplatiť transakčné &poplatky - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Voliteľný transakčný poplatok za kB ktorý pomôže rýchlemu spracovaniu transakcie. Väčšina transakcií má 1 kB. Poplatok 0.01 je odporúčaný. - - - - MessagePage - - - Message - Správa - - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa pre odoslanie platby je (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Vyberte adresu z adresára - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Vložte adresu z klipbordu - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Sem vložte správu ktorú chcete podpísať - - - - Click "Sign Message" to get signature - Kliknite "Podpísať Správu" na získanie podpisu - - - - Sign a message to prove you own this address - Podpíšte správu aby ste dokázali že vlastníte túto adresu - - - - &Sign Message - &Podpísať Správu - - - - Copy the currently selected address to the system clipboard - Kopírovať práve zvolenú adresu do systémového klipbordu - - - - &Copy to Clipboard - &Kopírovať do klipbordu - - - - - - Error signing - Chyba podpisovania - - - - %1 is not a valid address. - %1 nieje platná adresa. - - - - Private key for %1 is not available. - Súkromný kľúč pre %1 nieje k dispozícii. - - - - Sign failed - Podpisovanie neúspešné - - - - OptionsDialog - - - Main - Hlavné - - - - Display - Displej - - - - Options - Možnosti - - - - OverviewPage - - - Form - Forma - - - - Balance: - Zostatok: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Počet transakcií: - - - - 0 - 0 - - - - Unconfirmed: - Nepotvrdené: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - - <b>Recent transactions</b> - <b>Nedávne transakcie</b> - - - - Your current balance - Váš súčasný zostatok - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Suma transakcií ktoré ešte neboli potvrdené a nezapočítavaju sa do celkového zostatku. - - - - Total number of transactions in wallet - Celkový počet transakcií v peňaženke - - - - QRCodeDialog - - - Dialog - Dialóg - - - - QR Code - QR kód - - - - Request Payment - Vyžiadať platbu - - - - Amount: - Suma: - - - - BTC - BTC - - - - Label: - Popis: - - - - Message: - Správa: - - - - &Save As... - &Uložiť ako... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Poslať Bitcoins - - - - Send to multiple recipients at once - Poslať viacerým príjemcom naraz - - - - &Add recipient... - &Pridať príjemcu... - - - - Remove all transaction fields - Odobrať všetky políčka transakcie - - - - Clear all - Zmazať všetko - - - - Balance: - Zostatok: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Potvrďte odoslanie - - - - &Send - &Odoslať - - - - <b>%1</b> to %2 (%3) - <b>%1</b> do %2 (%3) - - - - Confirm send coins - Potvrdiť odoslanie bitcoins - - - - Are you sure you want to send %1? - Ste si istí, že chcete odoslať %1? - - - - and - a - - - - The recepient address is not valid, please recheck. - Adresa príjemcu je neplatná, prosím, overte ju. - - - - The amount to pay must be larger than 0. - Suma na úhradu musí byť väčšia ako 0. - - - - Amount exceeds your balance - Suma je vyššia ako Váš zostatok - - - - Total exceeds your balance when the %1 transaction fee is included - Suma celkom prevyšuje Váš zostatok ak sú započítané %1 transakčné poplatky - - - - Duplicate address found, can only send to each address once in one send operation - Duplikát adresy objavený, je možné poslať na každú adresu len raz v jednej odchádzajúcej transakcii. - - - - Error: Transaction creation failed - Chyba: Zlyhalo vytvorenie transakcie - - - - 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 - Forma - - - - A&mount: - Su&ma: - - - - Pay &To: - Zapla&tiť: - - - - - Enter a label for this address to add it to your address book - Vložte popis pre túto adresu aby sa pridala do adresára - - - - &Label: - &Popis: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adresa pre odoslanie platby je (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Zvoľte adresu z adresára - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Vložiť adresu z klipbordu - - - - Alt+P - Alt+P - - - - Remove this recipient - Odstrániť tohto príjemcu - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - %1/nepotvrdené - - - - %1 confirmations - %1 potvrdení - - - - <b>Status:</b> - <b>Stav:</b> - - - - , has not been successfully broadcast yet - , ešte nebola úspešne odoslaná - - - - , broadcast through %1 node - , odoslaná cez %1 nódu - - - - , broadcast through %1 nodes - , odoslaná cez %1 nód - - - - <b>Date:</b> - <b>Dátum:</b> - - - - <b>Source:</b> Generated<br> - <b>Zdroj:</b> Generovaný<br> - - - - - <b>From:</b> - <b>od:</b> - - - - unknown - neznámy - - - - - - <b>To:</b> - <b>Komu:</b> - - - - (yours, label: - (vaše, popis: - - - - (yours) - (vaše) - - - - - - - <b>Credit:</b> - <b>Kredit:</b> - - - - (%1 matures in %2 more blocks) - (%1 dospeje o %2 blokov) - - - - (not accepted) - (neprijaté) - - - - - - <b>Debit:</b> - <b>Debet:</b> - - - - <b>Transaction fee:</b> - <b>Transakčný poplatok:</b> - - - - <b>Net amount:</b> - <b>Suma netto:</b> - - - - Message: - Správa: - - - - Comment: - Komentár: - - - - Transaction ID: - ID transakcie: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - Detaily transakcie - - - - This pane shows a detailed description of the transaction - Táto časť obrazovky zobrazuje detailný popis transakcie - - - - TransactionTableModel - - - Date - Dátum - - - - Type - Typ - - - - Address - Adresa - - - - Amount - Hodnota - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - Nepotvrdené (%1 z %2 potvrdení) - - - - Confirmed (%1 confirmations) - Potvrdené (%1 potvrdení) - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - Ten blok nebol prijatý žiadnou inou nódou a pravdepodobne nebude akceptovaný! - - - - Generated but not accepted - Vypočítané ale neakceptované - - - - Received with - Prijaté s - - - - Received from - Prijaté od: - - - - Sent to - Odoslané na - - - - Payment to yourself - Platba sebe samému - - - - Mined - Vyfárané - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Status transakcie. Pohybujte myšou nad týmto poľom a zjaví sa počet potvrdení. - - - - Date and time that the transaction was received. - Dátum a čas prijatia transakcie. - - - - Type of transaction. - Typ transakcie. - - - - Destination address of transaction. - Cieľová adresa transakcie. - - - - Amount removed from or added to balance. - Suma pridaná alebo odobraná k zostatku. - - - - TransactionView - - - - All - Všetko - - - - Today - Dnes - - - - This week - Tento týždeň - - - - This month - Tento mesiac - - - - Last month - Minulý mesiac - - - - This year - Tento rok - - - - Range... - Rozsah... - - - - Received with - Prijaté s - - - - Sent to - Odoslané na - - - - To yourself - Samému sebe - - - - Mined - Vyfárané - - - - Other - Iné - - - - Enter address or label to search - Vložte adresu alebo popis pre vyhľadávanie - - - - Min amount - Min množstvo - - - - Copy address - Kopírovať adresu - - - - Copy label - Kopírovať popis - - - - Copy amount - Kopírovať sumu - - - - Edit label - Editovať popis - - - - Show details... - Ukázať detaily... - - - - Export Transaction Data - Exportovať transakčné dáta - - - - Comma separated file (*.csv) - Čiarkou oddelovaný súbor (*.csv) - - - - Confirmed - Potvrdené - - - - Date - Dátum - - - - Type - Typ - - - - Label - Popis - - - - Address - Adresa - - - - Amount - Suma - - - - ID - ID - - - - Error exporting - Chyba exportu - - - - Could not write to file %1. - Nedalo sa zapisovať do súboru %1. - - - - Range: - Rozsah: - - - - to - do - - - - WalletModel - - - Sending... - Odosielanie... - - - - bitcoin-core - - - Bitcoin version - Bitcoin verzia - - - - Usage: - Použitie: - - - - Send command to -server or bitcoind - Odoslať príkaz -server alebo bitcoind - - - - List commands - Zoznam príkazov - - - - Get help for a command - Dostať pomoc pre príkaz - - - - Options: - Možnosti: - - - - Specify configuration file (default: bitcoin.conf) - Určiť súbor s nastaveniami (predvolené: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Určiť súbor pid (predvolené: bitcoind.pid) - - - - Generate coins - Počítaj bitcoins - - - - Don't generate coins - Nepočítaj bitcoins - - - - Start minimized - Spustiť minimalizované - - - - Specify data directory - Určiť priečinok s dátami - - - - Specify connection timeout (in milliseconds) - Určiť aut spojenia (v milisekundách) - - - - Connect through socks4 proxy - Pripojenie cez socks4 proxy - - - - Allow DNS lookups for addnode and connect - Povoliť vyhľadávanie DNS pre pridanie nódy a spojenie - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Načúvať spojeniam na <port> (prednastavené: 8333 alebo testovacia sieť: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Udržiavať maximálne <n> spojení (predvolené: 125) - - - - Add a node to connect to - Pridať nódu a pripojiť sa - - - - Connect only to the specified node - Pripojiť sa len k určenej nóde - - - - Don't accept connections from outside - Neprijímať spojenia z vonku - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - Neskúsiť použiť UPnP pre mapovanie počúvajúceho portu - - - - Attempt to use UPnP to map the listening port - Skúsiť použiť UPnP pre mapovanie počúvajúceho portu - - - - Fee per kB to add to transactions you send - Poplatok za kB ktorý treba pridať k odoslanej transakcii - - - - Accept command line and JSON-RPC commands - Prijímať príkazy z príkazového riadku a JSON-RPC - - - - Run in the background as a daemon and accept commands - Bežať na pozadí ako démon a prijímať príkazy - - - - Use the test network - Použiť testovaciu sieť - - - - Output extra debugging information - Produkovať extra ladiace informácie - - - - Prepend debug output with timestamp - Pridať na začiatok ladiaceho výstupu časový údaj - - - - Send trace/debug info to console instead of debug.log file - Odoslať trace/debug informácie na konzolu namiesto debug.info žurnálu - - - - Send trace/debug info to debugger - Odoslať trace/debug informácie do ladiaceho programu - - - - Username for JSON-RPC connections - Užívateľské meno pre JSON-RPC spojenia - - - - Password for JSON-RPC connections - Heslo pre JSON-rPC spojenia - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Počúvať JSON-RPC spojeniam na <port> (predvolené: 8332) - - - - Allow JSON-RPC connections from specified IP address - Povoliť JSON-RPC spojenia z určenej IP adresy. - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Poslať príkaz nóde bežiacej na <ip> (predvolené: 127.0.0.1) - - - - Set key pool size to <n> (default: 100) - Nastaviť zásobu adries na <n> (predvolené: 100) - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - SSL možnosť: (pozrite Bitcoin Wiki pre návod na nastavenie SSL) - - - - Use OpenSSL (https) for JSON-RPC connections - Použiť OpenSSL (https) pre JSON-RPC spojenia - - - - Server certificate file (default: server.cert) - Súbor s certifikátom servra (predvolené: server.cert) - - - - Server private key (default: server.pem) - Súkromný kľúč servra (predvolené: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Prijateľné šifry (predvolené: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Táto pomocná správa - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - Načítavanie adries... - - - - Error loading addr.dat - Chyba načítania addr.dat - - - - Error loading blkindex.dat - Chyba načítania blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Chyba načítania wallet.dat: Peňaženka je poškodená - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Chyba načítania wallet.dat: Peňaženka vyžaduje novšiu verziu Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Bolo potrebné prepísať peňaženku: dokončite reštartovaním Bitcoin - - - - Error loading wallet.dat - Chyba načítania wallet.dat - - - - Loading block index... - Načítavanie zoznamu blokov... - - - - Loading wallet... - Načítavam peňaženku... - - - - Rescanning... - - - - - Done loading - Dokončené načítavanie - - - - Invalid -proxy address - Neplatná adresa proxy - - - - Invalid amount for -paytxfee=<amount> - Neplatná suma pre -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Varovanie: -paytxfee je nastavené veľmi vysoko. Toto sú transakčné poplatky ktoré zaplatíte ak odošlete transakciu. - - - - Error: CreateThread(StartNode) failed - Chyba: zlyhalo CreateThread(StartNode) - - - - Warning: Disk space is low - Varovanie: Málo voľného miesta na disku - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts deleted file mode 100644 index 59c0c99..0000000 --- a/src/qt/locale/bitcoin_sr.ts +++ /dev/null @@ -1,1968 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - О Bitcoin-у - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> верзија - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Адресар - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Ово су Ваше Bitcoin адресе за примање уплата. Можете да сваком пошиљаоцу дате другачију адресу да би пратили ко је вршио уплате. - - - - Double-click to edit address or label - Кликните два пута да промените адресу и/или етикету - - - - Create a new address - Прави нову адресу - - - - &New Address... - &Нова адреса... - - - - Copy the currently selected address to the system clipboard - Копира изабрану адресу на системски клипборд - - - - &Copy to Clipboard - Ис&копирај на клипборд - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Брише изабрану адресу. Могуће је брисати само адресе са којих се шаље. - - - - &Delete - &Избриши - - - - Copy address - - - - - Copy label - - - - - Edit - - - - - Delete - - - - - Export Address Book Data - Извоз података из адресара - - - - Comma separated file (*.csv) - Зарезом одвојене вредности (*.csv) - - - - Error exporting - Грешка током извоза - - - - Could not write to file %1. - Није могуће писати у фајл %1. - - - - AddressTableModel - - - Label - Етикета - - - - Address - Адреса - - - - (no label) - (без етикете) - - - - AskPassphraseDialog - - - Dialog - Дијалог - - - - - TextLabel - TextLabel - - - - Enter passphrase - Унесите лозинку - - - - New passphrase - Нова лозинка - - - - Repeat new passphrase - Поновите нову лозинку - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - Унесите нову лозинку за приступ новчанику.<br/>Молимо Вас да лозинка буде <b>10 или више насумице одабраних знакова</b>, или <b>осам или више речи</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? - УПОЗОРЕЊЕ: Ако се ваш новчаник шифрује а потом изгубите лозинкзу, ви ћете <b>ИЗГУБИТИ СВЕ BITCOIN-Е</b>! -Да ли сте сигурни да желите да се новчаник шифује? - - - - - Wallet encrypted - Новчаник је шифрован - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - - - - - - Warning: The Caps Lock key is on. - - - - - - - - Wallet encryption failed - Неуспело шифровање новчаника - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Настала је унутрашња грешка током шифровања новчаника. Ваш новчаник није шифрован. - - - - - The supplied passphrases do not match. - Лозинке које сте унели се не подударају. - - - - Wallet unlock failed - Неуспело откључавање новчаника - - - - - - The passphrase entered for the wallet decryption was incorrect. - Лозинка коју сте унели за откључавање новчаника је нетачна. - - - - Wallet decryption failed - Неуспело дешифровање новчаника - - - - Wallet passphrase was succesfully changed. - Лозинка за приступ новчанику је успешно промењена. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin новчаник - - - - - Synchronizing with network... - Синхронизација са мрежом у току... - - - - Block chain synchronization in progress - Синхронизовање ланца блоква је у току - - - - &Overview - &Општи преглед - - - - Show general overview of wallet - Погледајте општи преглед новчаника - - - - &Transactions - &Трансакције - - - - Browse transaction history - Претражите историјат трансакција - - - - &Address Book - &Адресар - - - - Edit the list of stored addresses and labels - Уредите запамћене адресе и њихове етикете - - - - &Receive coins - П&римање новца - - - - Show the list of addresses for receiving payments - Прегледајте листу адреса на којима прихватате уплате - - - - &Send coins - &Слање новца - - - - Send coins to a bitcoin address - Пошаљите новац на bitcoin адресу - - - - Sign &message - - - - - Prove you control an address - - - - - E&xit - - - - - Quit application - Напустите програм - - - - &About %1 - - - - - Show information about Bitcoin - Прегледајте информације о Bitcoin-у - - - - About &Qt - - - - - Show information about Qt - - - - - &Options... - П&оставке... - - - - Modify configuration options for bitcoin - Изаберите могућности bitcoin-а - - - - Open &Bitcoin - Отвори &Bitcoin - - - - Show the Bitcoin window - Приказује прозор Bitcoin-а - - - - &Export... - &Извоз... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Шифровање новчаника - - - - Encrypt or decrypt wallet - Шифровање и дешифровање новчаника - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - Промени &лозинку - - - - Change the passphrase used for wallet encryption - Мењање лозинке којом се шифрује новчаник - - - - &File - &Фајл - - - - &Settings - &Подешавања - - - - &Help - П&омоћ - - - - Tabs toolbar - Трака са картицама - - - - Actions toolbar - Трака са алаткама - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n активна веза са Bitcoin мрежом%n активне везе са Bitcoin мрежом%n активних веза са Bitcoin мрежом - - - - Downloaded %1 of %2 blocks of transaction history. - Преузето је %1 од укупно %2 блокова историјата трансакција. - - - - Downloaded %1 blocks of transaction history. - Преузето је %1 блокова историјата трансакција. - - - - %n second(s) ago - пре %n секундпре %n секундепре %n секунди - - - - %n minute(s) ago - пре %n минутпре %n минутапре %n минута - - - - %n hour(s) ago - пре %n сатпре %n сатапре %n сати - - - - %n day(s) ago - пре %n данпре %n данапре %n дана - - - - Up to date - Ажурно - - - - Catching up... - Ажурирање у току... - - - - Last received block was generated %1. - Последњи примљени блок је направљен %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Ова трансакција је превелика. И даље је можете послати уз накнаду од %1, која ће отићи чвору који прерађује трансакцију и помаже издржавању целе мреже. Да ли желите да дате напојницу? - - - - Sending... - Слање... - - - - Sent transaction - Послана трансакција - - - - Incoming transaction - Придошла трансакција - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Новчаник јс <b>шифрован</b> и тренутно <b>откључан</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Новчаник јс <b>шифрован</b> и тренутно <b>закључан</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Јединица за приказивање износа: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - - - - - Display addresses in transaction list - - - - - EditAddressDialog - - - Edit Address - - - - - &Label - - - - - The label associated with this address book entry - - - - - &Address - - - - - The address associated with this address book entry. This can only be modified for sending addresses. - - - - - New receiving address - - - - - New sending address - - - - - Edit receiving address - - - - - Edit sending address - - - - - The entered address "%1" is already in the address book. - - - - - The entered address "%1" is not a valid bitcoin address. - - - - - Could not unlock wallet. - Немогуће откључати новчаник. - - - - New key generation failed. - - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - - - - - Automatically start Bitcoin after the computer is turned on - - - - - &Minimize to the tray instead of the taskbar - - - - - Show only a tray icon after minimizing the window - - - - - Map port using &UPnP - - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - - - - - M&inimize on close - - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - - - - - &Connect through SOCKS4 proxy: - - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - - - - - Proxy &IP: - - - - - IP address of the proxy (e.g. 127.0.0.1) - - - - - &Port: - - - - - Port of the proxy (e.g. 1234) - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - Pay transaction &fee - - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose adress from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - - - - - Copy the currently selected address to the system clipboard - Копира изабрану адресу на системски клипборд - - - - &Copy to Clipboard - Ис&копирај на клипборд - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - - - - - Display - - - - - Options - - - - - OverviewPage - - - Form - - - - - Balance: - - - - - 123.456 BTC - - - - - Number of transactions: - - - - - 0 - - - - - Unconfirmed: - - - - - 0 BTC - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Новчаник</span></p></body></html> - - - - <b>Recent transactions</b> - - - - - Your current balance - - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - - - - - Total number of transactions in wallet - Укупан број трансакција у новчанику - - - - QRCodeDialog - - - Dialog - Дијалог - - - - QR Code - - - - - Request Payment - - - - - Amount: - - - - - BTC - - - - - Label: - - - - - Message: - - - - - &Save As... - - - - - Save Image... - - - - - PNG Images (*.png) - - - - - 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 - - - - - &Send - &Пошаљи - - - - <b>%1</b> to %2 (%3) - - - - - Confirm send coins - - - - - Are you sure you want to send %1? - Да ли сте сигурни да желите да пошаљете %1? - - - - and - - - - - The recepient address is not valid, please recheck. - - - - - The amount to pay must be larger than 0. - - - - - Amount exceeds your balance - - - - - Total exceeds your balance when the %1 transaction fee is included - - - - - Duplicate address found, can only send to each address once in one send operation - - - - - Error: Transaction creation failed - - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - - - - - SendCoinsEntry - - - Form - - - - - A&mount: - - - - - Pay &To: - - - - - - Enter a label for this address to add it to your address book - - - - - &Label: - - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - Choose address from address book - - - - - Alt+A - - - - - Paste address from clipboard - - - - - Alt+P - - - - - Remove this recipient - - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - - TransactionDesc - - - Open for %1 blocks - - - - - Open until %1 - - - - - %1/offline? - - - - - %1/unconfirmed - - - - - %1 confirmations - - - - - <b>Status:</b> - - - - - , has not been successfully broadcast yet - - - - - , broadcast through %1 node - - - - - , broadcast through %1 nodes - - - - - <b>Date:</b> - - - - - <b>Source:</b> Generated<br> - - - - - - <b>From:</b> - - - - - unknown - - - - - - - <b>To:</b> - - - - - (yours, label: - - - - - (yours) - - - - - - - - <b>Credit:</b> - - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - - - - - - - <b>Debit:</b> - - - - - <b>Transaction fee:</b> - - - - - <b>Net amount:</b> - - - - - Message: - - - - - Comment: - - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - - - - - TransactionDescDialog - - - Transaction details - - - - - This pane shows a detailed description of the transaction - - - - - TransactionTableModel - - - Date - - - - - Type - - - - - Address - Адреса - - - - Amount - - - - - Open for %n block(s) - - - - - Open until %1 - - - - - Offline (%1 confirmations) - - - - - Unconfirmed (%1 of %2 confirmations) - - - - - Confirmed (%1 confirmations) - - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - - - - - Generated but not accepted - - - - - Received with - - - - - Received from - - - - - 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 - - - - - Edit label - - - - - Show details... - - - - - Export Transaction Data - - - - - Comma separated file (*.csv) - Зарезом одвојене вредности (*.csv) - - - - Confirmed - - - - - Date - - - - - Type - - - - - Label - Етикета - - - - Address - Адреса - - - - Amount - - - - - ID - - - - - Error exporting - Грешка током извоза - - - - Could not write to file %1. - Није могуће писати у фајл %1. - - - - Range: - - - - - to - - - - - WalletModel - - - Sending... - Слање у току... - - - - bitcoin-core - - - Bitcoin version - - - - - Usage: - - - - - Send command to -server or bitcoind - - - - - List commands - - - - - Get help for a command - - - - - Options: - - - - - Specify configuration file (default: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - - - - - Generate coins - - - - - Don't generate coins - - - - - Start minimized - - - - - Specify data directory - - - - - Specify connection timeout (in milliseconds) - - - - - Connect through socks4 proxy - - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - - - - - Connect only to the specified node - - - - - Don't accept connections from outside - - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - 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 - - - - - Loading block index... - - - - - Loading wallet... - Новчаник се учитава... - - - - Rescanning... - - - - - Done loading - - - - - Invalid -proxy address - - - - - Invalid amount for -paytxfee=<amount> - - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts deleted file mode 100644 index 7e5d127..0000000 --- a/src/qt/locale/bitcoin_sv.ts +++ /dev/null @@ -1,1975 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Om Bitcoin - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> version - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - - AddressBookPage - - - Address Book - Adressbok - - - - 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. - - - - Double-click to edit address or label - Dubbelklicka för att ändra adress eller etikett - - - - Create a new address - Skapa ny adress - - - - &New Address... - &Ny adress... - - - - Copy the currently selected address to the system clipboard - Kopiera den markerade adressen till systemets Urklipp - - - - &Copy to Clipboard - &amp; Kopiera till Urklipp - - - - Show &QR Code - - - - - Sign a message to prove you own this address - - - - - &Sign Message - &Signera meddelande - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Ta bort den markerade adressen från listan. Endast sändningsadresser kan tas bort. - - - - &Delete - &amp; Radera - - - - Copy address - Kopiera adress - - - - Copy label - Kopiera etikett - - - - Edit - Editera - - - - Delete - Ta bort - - - - Export Address Book Data - Exportera Adressboksinformation - - - - Comma separated file (*.csv) - Kommaseparerad fil (*. csv) - - - - Error exporting - Fel vid export - - - - Could not write to file %1. - Kunde inte skriva till filen %1. - - - - AddressTableModel - - - Label - Etikett - - - - Address - Adress - - - - (no label) - (Ingen etikett) - - - - AskPassphraseDialog - - - Dialog - Dialog - - - - - TextLabel - TextLabel - - - - Enter passphrase - Ange lösenord - - - - New passphrase - Nytt lösenord - - - - Repeat new passphrase - Upprepa nytt lösenord - - - - 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>. - Ange plånbokens nya lösenfras. <br/> Använd ett lösenord på <b>10 eller fler slumpmässiga tecken,</b> eller <b>åtta eller fler ord.</b> - - - - Encrypt wallet - Kryptera plånbok - - - - This operation needs your wallet passphrase to unlock the wallet. - Denna operation behöver din plånboks lösenfras för att låsa upp plånboken. - - - - Unlock wallet - Lås upp plånbok - - - - This operation needs your wallet passphrase to decrypt the wallet. - Denna operation behöver din plånboks lösenfras för att dekryptera plånboken. - - - - Decrypt wallet - Dekryptera plånbok - - - - Change passphrase - Ändra lösenfras - - - - Enter the old and new passphrase to the wallet. - Ange plånbokens gamla och nya lösenfras. - - - - Confirm wallet encryption - Bekräfta kryptering av plånbok - - - - 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? - VARNING: Om du krypterar din plånbok och glömmer din lösenfras, kommer du att <b>förlora alla dina BITCOINS!</b> Är du säker på att du vill kryptera din plånbok? - - - - - Wallet encrypted - Plånboken är krypterad - - - - 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. - Programmet kommer nu att stänga ner för att göra färdigt krypteringen. Notera att en krypterat konto inte skyddar mot all form av stöld på en infekterad dator. - - - - - Warning: The Caps Lock key is on. - Varning: Caps Lock är påslaget - - - - - - - Wallet encryption failed - Kryptering av plånbok misslyckades - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Kryptering av plånbok misslyckades på grund av ett internt fel. Din plånbok blev inte krypterad. - - - - - The supplied passphrases do not match. - De angivna lösenfraserna överensstämmer inte. - - - - Wallet unlock failed - Upplåsning av plånbok misslyckades - - - - - - The passphrase entered for the wallet decryption was incorrect. - Lösenfrasen för dekryptering av plånbok var felaktig. - - - - Wallet decryption failed - Dekryptering av plånbok misslyckades - - - - Wallet passphrase was succesfully changed. - Plånbokens lösenfras har ändrats. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin-plånbok - - - - - Synchronizing with network... - Synkroniserar med nätverk ... - - - - Block chain synchronization in progress - Synkronisering av blockkedja pågår - - - - &Overview - &amp; Översikt - - - - Show general overview of wallet - Visa översiktsvy av plånbok - - - - &Transactions - &Transaktioner - - - - Browse transaction history - Bläddra i transaktionshistorik - - - - &Address Book - &Adressbok - - - - Edit the list of stored addresses and labels - Redigera listan med lagrade adresser och etiketter - - - - &Receive coins - &amp; Ta emot bitcoins - - - - Show the list of addresses for receiving payments - Visa listan med adresser för att ta emot betalningar - - - - &Send coins - &amp; Skicka bitcoins - - - - Send coins to a bitcoin address - Skicka bitcoins till en bitcoinadress - - - - Sign &message - Signera &meddelande - - - - Prove you control an address - - - - - E&xit - &Avsluta - - - - Quit application - Avsluta programmet - - - - &About %1 - &Om %1 - - - - Show information about Bitcoin - Visa information om Bitcoin - - - - About &Qt - Om &Qt - - - - Show information about Qt - Visa information om Qt - - - - &Options... - &amp; Alternativ ... - - - - Modify configuration options for bitcoin - Ändra konfigurationsalternativ för bitcoin - - - - Open &Bitcoin - Öppna &amp;Bitcoin - - - - Show the Bitcoin window - Visa Bitcoin-fönster - - - - &Export... - &amp;Exportera ... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &amp;Kryptera plånbok - - - - Encrypt or decrypt wallet - Kryptera eller dekryptera plånbok - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - &amp;Byt lösenfras - - - - Change the passphrase used for wallet encryption - Byt lösenfras för kryptering av plånbok - - - - &File - &Arkiv - - - - &Settings - &Inställningar - - - - &Help - &Hjälp - - - - Tabs toolbar - Verktygsfält för Tabbar - - - - Actions toolbar - Verktygsfältet för Handlingar - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n aktiv anslutning till Bitcoin-nätverket.%n aktiva anslutningar till Bitcoin-nätverket. - - - - Downloaded %1 of %2 blocks of transaction history. - Laddat ner %1 av %2 block från transaktionshistoriken. - - - - Downloaded %1 blocks of transaction history. - Laddat ner %1 block från transaktionshistoriken. - - - - %n second(s) ago - %n sekund sedan%n sekunder sedan - - - - %n minute(s) ago - %n minut sedan%n minuter sedan - - - - %n hour(s) ago - %n timme sedan%n timmar sedan - - - - %n day(s) ago - %n dag sedan%n dagar sedan - - - - Up to date - Uppdaterad - - - - Catching up... - Hämtar senaste - - - - Last received block was generated %1. - Senast mottagna blocked genererades %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Transaktionen överskrider storleksgränsen. - -Du kan dock fortfarande skicka den mot en kostnad av %1. Denna avgift går till noderna som behandlar din transaktion och bidrar till nätverket. - -Vill du betala denna avgift? - - - - Sending... - Skickar... - - - - Sent transaction - Transaktion skickad - - - - Incoming transaction - Inkommande transaktion - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Datum: %1 -Belopp: %2 -Typ: %3 -Adress:%4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Denna plånbok är <b>krypterad</b> och för närvarande <b>olåst</b>. - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Denna plånbok är <b>krypterad</b> och för närvarande <b>låst</b>. - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &Enhet att visa belopp i: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Välj en standard för enhets mått, att visa när du skickar mynt - - - - Display addresses in transaction list - Visa adresser i transaktionslistan - - - - EditAddressDialog - - - Edit Address - Redigera adress - - - - &Label - &Etikett - - - - The label associated with this address book entry - Den etikett som är associerad med detta adressboksinlägg - - - - &Address - &Adress - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Adressen som är associerad med detta adressboksinlägg. Detta kan enbart ändras för sändande adresser. - - - - New receiving address - Ny mottagaradress - - - - New sending address - Ny avsändaradress - - - - Edit receiving address - Redigera mottagaradress - - - - Edit sending address - Redigera avsändaradress - - - - The entered address "%1" is already in the address book. - Den angivna adressen "%1" finns redan i adressboken. - - - - The entered address "%1" is not a valid bitcoin address. - Den angivna adressen "%1" är inte en giltig Bitcoin-adress. - - - - Could not unlock wallet. - Plånboken kunde inte låsas upp. - - - - New key generation failed. - Misslyckades med generering av ny nyckel. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Starta Bitcoin vid systemstart - - - - Automatically start Bitcoin after the computer is turned on - Starta Bitcoin automatiskt när datorn startas. - - - - &Minimize to the tray instead of the taskbar - &Minimera till systemfältet istället för aktivitetsfältet - - - - Show only a tray icon after minimizing the window - Visa endast en systemfältsikon vid minimering - - - - Map port using &UPnP - Tilldela port med hjälp av &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Öppna automatiskt Bitcoin-klientens port på routern. Detta fungerar endast om din router har UPnP aktiverat. - - - - M&inimize on close - M&inimera vid stängning - - - - 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. - Minimera applikationen istället för att stänga ner den när fönstret stängs. Detta innebär att programmet fotrsätter att köras tills du väljer Avsluta i menyn. - - - - &Connect through SOCKS4 proxy: - &Anslut via SOCKS4 proxy: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Anslut till Bitcoin-nätverket genom en SOCKS4-proxy (t.ex. när du ansluter genom Tor). - - - - Proxy &IP: - Proxy &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - Proxyns IP-adress (t.ex. 127.0.0.1). - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Proxyns port (t.ex. 1234) - - - - 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 - Betala överförings &avgift - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adressen som betalningen skall skickas till (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Välj adress från adressboken - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Klistra in adress från Urklipp - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - - - - - Click "Sign Message" to get signature - - - - - Sign a message to prove you own this address - - - - - &Sign Message - &Signera meddelande - - - - Copy the currently selected address to the system clipboard - Kopiera den markerade adressen till systemets Urklipp - - - - &Copy to Clipboard - &amp; Kopiera till Urklipp - - - - - - Error signing - - - - - %1 is not a valid address. - - - - - Private key for %1 is not available. - - - - - Sign failed - - - - - OptionsDialog - - - Main - Allmänt - - - - Display - Visa - - - - Options - Alternativ - - - - OverviewPage - - - Form - Formulär - - - - Balance: - Saldo: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Antal transaktioner: - - - - 0 - 0 - - - - Unconfirmed: - Obekräftade: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Nyligen genomförda transaktioner</b> - - - - Your current balance - Ditt nuvarande saldo - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Totalt antal transaktioner som ännu inte bekräftats, och som ännu inte räknas med i aktuellt saldo - - - - Total number of transactions in wallet - Totalt antal transaktioner i plånboken - - - - QRCodeDialog - - - Dialog - Dialog - - - - QR Code - - - - - Request Payment - - - - - Amount: - Belopp: - - - - BTC - BTC - - - - Label: - Etikett: - - - - Message: - Meddelande: - - - - &Save As... - &Spara som... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Skicka pengar - - - - Send to multiple recipients at once - Skicka till flera mottagare samtidigt - - - - &Add recipient... - &Lägg till mottagare... - - - - Remove all transaction fields - - - - - Clear all - Rensa alla - - - - Balance: - Balans: - - - - 123.456 BTC - 123,456 BTC - - - - Confirm the send action - Bekräfta sänd ordern - - - - &Send - &Skicka - - - - <b>%1</b> to %2 (%3) - <b>%1</b> till %2 (%3) - - - - Confirm send coins - Bekräfta skickade mynt - - - - Are you sure you want to send %1? - Är du säker på att du vill skicka %1? - - - - and - and - - - - The recepient address is not valid, please recheck. - Mottagarens adress är inte giltig, vänligen kontrollera igen. - - - - The amount to pay must be larger than 0. - Det betalade beloppet måste vara större än 0. - - - - Amount exceeds your balance - Värdet överstiger ditt saldo - - - - Total exceeds your balance when the %1 transaction fee is included - Totalt överstiger det ditt saldo när transaktionsavgiften %1 ingår - - - - Duplicate address found, can only send to each address once in one send operation - Dublett av adress funnen, kan bara skicka till varje adress en gång per sändning - - - - Error: Transaction creation failed - Fel: Transaktionen gick inte att skapa - - - - 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. - Fel: Transaktionen avslogs. Detta kan hända om några av mynten i plånboken redan spenderats, som om du använde en kopia av wallet.dat och mynt spenderades i kopian men inte markerats som spenderas här. - - - - SendCoinsEntry - - - Form - Formulär - - - - A&mount: - &Belopp - - - - Pay &To: - Betala & Till: - - - - - Enter a label for this address to add it to your address book - Ange ett namn för den här adressen och lägg till den i din adressbok - - - - &Label: - &Etikett: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Adressen som betalningen skall skickas till (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Välj adress från adresslistan - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Klistra in adress från Urklipp - - - - Alt+P - Alt+P - - - - Remove this recipient - Ta bort denna mottagare - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ange en Bitcoin adress (t.ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Öppen för %1 block - - - - Open until %1 - Öppet till %1 - - - - %1/offline? - %1/nerkopplad? - - - - %1/unconfirmed - %1/okonfirmerad - - - - %1 confirmations - %1 bekräftelser - - - - <b>Status:</b> - <b>Status:</b> - - - - , has not been successfully broadcast yet - , har inte lyckats skickas ännu - - - - , broadcast through %1 node - , sänd genom %1 nod - - - - , broadcast through %1 nodes - , sänd genom %1 noder - - - - <b>Date:</b> - <b>Datum:</b> - - - - <b>Source:</b> Generated<br> - <b>Källa:</b> Genererade<br> - - - - - <b>From:</b> - <b>Från:</b> - - - - unknown - okänd - - - - - - <b>To:</b> - <b>Till:</b> - - - - (yours, label: - (din, etikett: - - - - (yours) - (dina) - - - - - - - <b>Credit:</b> - <b>Kredit:</b> - - - - (%1 matures in %2 more blocks) - - - - - (not accepted) - (inte accepterad) - - - - - - <b>Debit:</b> - <b>Debet:</b> - - - - <b>Transaction fee:</b> - <b>Transaktionsavgift:</b> - - - - <b>Net amount:</b> - <b>Nettobelopp:</b> - - - - Message: - Meddelande: - - - - Comment: - Kommentar: - - - - Transaction ID: - - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Genererade mynt måste vänta 120 block innan de kan användas. När du skapade detta block sändes det till nätverket för att läggas till i blockkedjan. Om blocket inte kommer in i kedjan kommer det att ändras till "accepteras inte" och kommer ej att gå att spendera. Detta kan ibland hända om en annan nod genererar ett block nästan samtidigt som dig. - - - - TransactionDescDialog - - - Transaction details - Transaktionsdetaljer - - - - This pane shows a detailed description of the transaction - Den här panelen visar en detaljerad beskrivning av transaktionen - - - - TransactionTableModel - - - Date - Datum - - - - Type - Typ - - - - Address - Adress - - - - Amount - Mängd - - - - Open for %n block(s) - - - - - Open until %1 - Öppet till %1 - - - - Offline (%1 confirmations) - Offline (%1 bekräftelser) - - - - Unconfirmed (%1 of %2 confirmations) - Obekräftad (%1 av %2 bekräftelser) - - - - Confirmed (%1 confirmations) - Bekräftad (%1 bekräftelser) - - - - Mined balance will be available in %n more blocks - - - - - This block was not received by any other nodes and will probably not be accepted! - Det här blocket togs inte emot av några andra noder och kommer antagligen inte att bli godkänt. - - - - Generated but not accepted - Genererad men inte accepterad - - - - Received with - Mottagen med - - - - Received from - - - - - Sent to - Skickad till - - - - Payment to yourself - Betalning till dig själv - - - - Mined - Skapad - - - - (n/a) - (n/a) - - - - Transaction status. Hover over this field to show number of confirmations. - Transaktionsstatus. Håll muspekaren över för att se antal bekräftelser. - - - - Date and time that the transaction was received. - Tidpunkt då transaktionen mottogs - - - - Type of transaction. - Transaktionstyp. - - - - Destination address of transaction. - Transaktionens destinationsadress. - - - - Amount removed from or added to balance. - - - - - TransactionView - - - - All - Alla - - - - Today - Idag - - - - This week - Denna vecka - - - - This month - Denna månad - - - - Last month - Föregående månad - - - - This year - Det här året - - - - Range... - Period... - - - - Received with - Mottagen med - - - - Sent to - Skickad till - - - - To yourself - Till dig själv - - - - Mined - Skapad - - - - Other - Övriga - - - - Enter address or label to search - Sök efter adress eller etikett - - - - Min amount - Minsta mängd - - - - Copy address - Kopiera adress - - - - Copy label - Kopiera etikett - - - - Copy amount - - - - - Edit label - Editera etikett - - - - Show details... - Visa detaljer... - - - - Export Transaction Data - Exportera Transaktions Data - - - - Comma separated file (*.csv) - Kommaseparerad fil (*. csv) - - - - Confirmed - Bekräftad - - - - Date - Datum - - - - Type - Typ - - - - Label - Etikett - - - - Address - Adress - - - - Amount - Mängd - - - - ID - ID - - - - Error exporting - Fel vid export - - - - Could not write to file %1. - Kunde inte skriva till filen %1. - - - - Range: - Intervall: - - - - to - till - - - - WalletModel - - - Sending... - Skickar... - - - - bitcoin-core - - - Bitcoin version - Bitcoin version - - - - Usage: - Användning: - - - - Send command to -server or bitcoind - Skicka kommando till -server eller bitcoind - - - - List commands - Lista kommandon - - - - Get help for a command - Få hjälp med ett kommando - - - - Options: - Inställningar: - - - - Specify configuration file (default: bitcoin.conf) - Ange konfigurationsfil (standard:bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Ange pid fil (standard:bitcoind.pid) - - - - Generate coins - Generera mynt - - - - Don't generate coins - Generera ej mynt - - - - Start minimized - Starta som minimerad - - - - Specify data directory - Ange katalog för data - - - - Specify connection timeout (in milliseconds) - Ange timeout för uppkoppling (i millisekunder) - - - - Connect through socks4 proxy - Koppla upp genom socks4 proxy - - - - Allow DNS lookups for addnode and connect - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - - - - - Maintain at most <n> connections to peers (default: 125) - - - - - Add a node to connect to - Lägg till en nod att koppla upp mot - - - - Connect only to the specified node - Koppla enbart upp till den specifierade noden - - - - Don't accept connections from outside - Acceptera ej anslutningar utifrån - - - - Don't bootstrap list of peers using DNS - - - - - Threshold for disconnecting misbehaving peers (default: 100) - - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - - - - - Don't attempt to use UPnP to map the listening port - - - - - Attempt to use UPnP to map the listening port - - - - - Fee per kB to add to transactions you send - - - - - Accept command line and JSON-RPC commands - - - - - Run in the background as a daemon and accept commands - - - - - Use the test network - Använd test nätverket - - - - Output extra debugging information - - - - - Prepend debug output with timestamp - - - - - Send trace/debug info to console instead of debug.log file - - - - - Send trace/debug info to debugger - - - - - Username for JSON-RPC connections - - - - - Password for JSON-RPC connections - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - - - - - Allow JSON-RPC connections from specified IP address - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - - - - - Rescan the block chain for missing wallet transactions - Sök i block-kedjan efter saknade wallet transaktioner - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - - - - - Use OpenSSL (https) for JSON-RPC connections - - - - - Server certificate file (default: server.cert) - - - - - Server private key (default: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - Det här hjälp medelandet - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - - - - - Loading addresses... - Laddar adresser... - - - - Error loading addr.dat - - - - - Error loading blkindex.dat - - - - - Error loading wallet.dat: Wallet corrupted - Fel vid inläsningen av wallet.dat: Kontofilen verkar skadad - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Fel vid inläsningen av wallet.dat: Kontofilen kräver en senare version av Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Kontot behöver sparas om: Starta om Programmet - - - - Error loading wallet.dat - Fel vid inläsning av kontofilen wallet.dat - - - - Loading block index... - Laddar block index... - - - - Loading wallet... - Laddar konto... - - - - Rescanning... - Söker igen... - - - - Done loading - Klar med laddning - - - - Invalid -proxy address - Ogiltig proxyadress - - - - Invalid amount for -paytxfee=<amount> - Ogiltigt belopp för -paytxfee=<belopp> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - - - - - Error: CreateThread(StartNode) failed - - - - - Warning: Disk space is low - - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_tr.ts b/src/qt/locale/bitcoin_tr.ts deleted file mode 100644 index 89e2102..0000000 --- a/src/qt/locale/bitcoin_tr.ts +++ /dev/null @@ -1,1979 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Bitcoin hakkında - - - - <b>Bitcoin</b> version - <b>Bitcoin</b> sürüm - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Telif hakkı © 2009-2012 Bitcoin geliştiricileri - -Bu yazılım deneme safhasındadır. - -MIT/X11 yazılım lisansı kapsamında yayınlanmıştır, license.txt dosyasına ya da http://www.opensource.org/licenses/mit-license.php sayfasına bakınız. - -Bu ürün OpenSSL projesi tarafından OpenSSL Toolkit (http://www.openssl.org/) için geliştirilen yazılımlar, Eric Young (eay@cryptsoft.com) tarafından yazılmış şifreleme yazılımları ve Thomas Bernard tarafından yazılmış UPnP yazılımı içerir. - - - - AddressBookPage - - - Address Book - Adres defteri - - - - 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, ödemeleri almak için Bitcoin adresleridir. Kimin ödeme yaptığını izleyebilmek için her ödeme yollaması gereken kişiye değişik bir adres verebilirsiniz. - - - - Double-click to edit address or label - Adresi ya da etiketi düzenlemek için çift tıklayınız - - - - Create a new address - Yeni bir adres oluştur - - - - &New Address... - &Yeni adres... - - - - Copy the currently selected address to the system clipboard - Şu anda seçili olan adresi panoya kopyalar - - - - &Copy to Clipboard - Panoya &kopyala - - - - Show &QR Code - &QR kodunu göster - - - - Sign a message to prove you own this address - Bu adresin sizin olduğunu ispatlamak için mesaj imzalayın - - - - &Sign Message - Mesaj &imzala - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Seçilen adresi listeden siler. Sadece gönderi adresleri silinebilir. - - - - &Delete - &Sil - - - - Copy address - Adresi kopyala - - - - Copy label - Etiketi kopyala - - - - Edit - Düzenle - - - - Delete - Sil - - - - Export Address Book Data - Adres defteri verilerini dışa aktar - - - - Comma separated file (*.csv) - Virgülle ayrılmış değerler dosyası (*.csv) - - - - Error exporting - Dışa aktarımda hata oluştu - - - - Could not write to file %1. - %1 dosyasına yazılamadı. - - - - AddressTableModel - - - Label - Etiket - - - - Address - Adres - - - - (no label) - (boş etiket) - - - - AskPassphraseDialog - - - Dialog - Diyalog - - - - - TextLabel - Metin Etiketi - - - - Enter passphrase - Parolayı giriniz - - - - New passphrase - Yeni parola - - - - Repeat new passphrase - Yeni parolayı tekrarlayınız - - - - 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>. - Cüzdanınız için yeni parolayı giriniz.<br/>Lütfen <b>10 ya da daha fazla rastgele karakter</b> veya <b>sekiz ya da daha fazla kelime</b> içeren bir parola seçiniz. - - - - Encrypt wallet - Cüzdanı şifrele - - - - This operation needs your wallet passphrase to unlock the wallet. - Bu işlem cüzdan kilidini açmak için cüzdan parolanızı gerektirir. - - - - Unlock wallet - Cüzdan kilidini aç - - - - This operation needs your wallet passphrase to decrypt the wallet. - Bu işlem, cüzdan şifresini açmak için cüzdan parolasını gerektirir. - - - - Decrypt wallet - Cüzdan şifresini aç - - - - Change passphrase - Parolayı değiştir - - - - Enter the old and new passphrase to the wallet. - Cüzdan için eski ve yeni parolaları giriniz. - - - - Confirm wallet encryption - Cüzdan şifrelenmesini teyit eder - - - - 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? - UYARI: Eğer cüzdanınızı şifrelerseniz ve parolanızı kaybederseniz, <b>TÜM BİTCOİNLERİNİZİ KAYBEDERSİNİZ</b>! -Cüzdanınızı şifrelemek istediğinizden emin misiniz? - - - - - Wallet encrypted - Cüzdan şifrelendi - - - - 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. - Şifreleme işlemini tamamlamak için Bitcoin şimdi kapanacaktır. Cüzdanınızı şifrelemenin, bitcoinlerinizin bilgisayara bulaşan kötücül bir yazılım tarafından çalınmaya karşı tamamen koruyamayacağını unutmayınız. - - - - - Warning: The Caps Lock key is on. - Uyarı: Caps Lock tuşu etkin durumda. - - - - - - - Wallet encryption failed - Cüzdan şifrelemesi başarısız oldu - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Dahili bir hata sebebiyle cüzdan şifrelemesi başarısız oldu. Cüzdanınız şifrelenmedi. - - - - - The supplied passphrases do not match. - Girilen parolalar birbirleriyle uyumlu değil. - - - - Wallet unlock failed - Cüzdan kilidinin açılması başarısız oldu - - - - - - The passphrase entered for the wallet decryption was incorrect. - Cüzdan şifresinin açılması için girilen parola yanlıştı. - - - - Wallet decryption failed - Cüzdan şifresinin açılması başarısız oldu - - - - Wallet passphrase was succesfully changed. - Cüzdan parolası başarılı bir şekilde değiştirildi. - - - - BitcoinGUI - - - Bitcoin Wallet - Bitcoin cüzdanı - - - - - Synchronizing with network... - Şebeke ile senkronizasyon... - - - - Block chain synchronization in progress - Blok zinciri senkronizasyonu sürüyor - - - - &Overview - &Genel bakış - - - - Show general overview of wallet - Cüzdana genel bakışı gösterir - - - - &Transactions - &Muameleler - - - - Browse transaction history - Muamele tarihçesini tara - - - - &Address Book - &Adres defteri - - - - Edit the list of stored addresses and labels - Saklanan adres ve etiket listesini düzenler - - - - &Receive coins - Para &al - - - - Show the list of addresses for receiving payments - Ödeme alma adreslerinin listesini gösterir - - - - &Send coins - Para &yolla - - - - Send coins to a bitcoin address - Bir bitcoin adresine para (bitcoin) yollar - - - - Sign &message - &Mesaj imzala - - - - Prove you control an address - Bu adresin kontrolünüz altında olduğunu ispatlayın - - - - E&xit - &Çık - - - - Quit application - Uygulamadan çıkar - - - - &About %1 - %1 &hakkında - - - - Show information about Bitcoin - Bitcoin hakkında bilgi gösterir - - - - About &Qt - &Qt hakkında - - - - Show information about Qt - Qt hakkında bilgi görüntüler - - - - &Options... - &Seçenekler... - - - - Modify configuration options for bitcoin - Bitcoin seçeneklerinin yapılandırmasını değiştirir - - - - Open &Bitcoin - &Bitcoin'i aç - - - - Show the Bitcoin window - Bitcoin penceresini gösterir - - - - &Export... - &Dışa aktar... - - - - Export the data in the current tab to a file - Güncel sekmedeki verileri bir dosyaya aktar - - - - &Encrypt Wallet - Cüzdanı &şifrele - - - - Encrypt or decrypt wallet - Cüzdanı şifreler ya da şifreyi açar - - - - &Backup Wallet - Cüzdanı &yedekle - - - - Backup wallet to another location - Cüzdanı diğer bir konumda yedekle - - - - &Change Passphrase - &Parolayı değiştir - - - - Change the passphrase used for wallet encryption - Cüzdan şifrelemesi için kullanılan parolayı değiştirir - - - - &File - &Dosya - - - - &Settings - &Ayarlar - - - - &Help - &Yardım - - - - Tabs toolbar - Sekme araç çubuğu - - - - Actions toolbar - Faaliyet araç çubuğu - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - Bitcoin şebekesine %n etkin bağlantı - - - - Downloaded %1 of %2 blocks of transaction history. - Muamele tarihçesinin %2 sayıda blokundan %1 adet blok indirildi. - - - - Downloaded %1 blocks of transaction history. - Muamele tarihçesinin %1 adet bloku indirildi. - - - - %n second(s) ago - %n saniye önce - - - - %n minute(s) ago - %n dakika önce - - - - %n hour(s) ago - %n saat önce - - - - %n day(s) ago - %n gün önce - - - - Up to date - Güncel - - - - Catching up... - Aralık kapatılıyor... - - - - Last received block was generated %1. - Son alınan blok şu vakit oluşturulmuştu: %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 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? - - - - Sending... - Yollanıyor... - - - - Sent transaction - Muamele yollandı - - - - Incoming transaction - Gelen muamele - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Tarih: %1 -Miktar: %2 -Tür: %3 -Adres: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Cüzdan <b>şifrelenmiştir</b> ve şu anda <b>kilidi açılmıştır</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Cüzdan <b>şifrelenmiştir</b> ve şu anda <b>kilitlidir</b> - - - - Backup Wallet - Cüzdanı yedekle - - - - Wallet Data (*.dat) - Cüzdan verileri (*.dat) - - - - Backup Failed - Yedekleme başarısız oldu - - - - There was an error trying to save the wallet data to the new location. - Cüzdan verilerinin başka bir konumda kaydedilmesi sırasında bir hata meydana geldi. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - Miktarı göstermek için &birim: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Para (coin) gönderildiğinde arayüzde gösterilecek varsayılan alt birimi seçiniz - - - - Display addresses in transaction list - Muamele listesinde adresleri göster - - - - EditAddressDialog - - - Edit Address - Adresi düzenle - - - - &Label - &Etiket - - - - The label associated with this address book entry - Bu adres defteri unsuru ile ilişkili etiket - - - - &Address - &Adres - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Bu adres defteri unsuru ile ilişkili adres. Bu, sadece gönderi adresi için değiştirilebilir. - - - - New receiving address - Yeni alım adresi - - - - New sending address - Yeni gönderi adresi - - - - Edit receiving address - Alım adresini düzenle - - - - Edit sending address - Gönderi adresini düzenle - - - - The entered address "%1" is already in the address book. - Girilen "%1" adresi hâlihazırda adres defterinde mevcuttur. - - - - The entered address "%1" is not a valid bitcoin address. - Girilen "%1" adresi geçerli bir bitcoin adresi değildir. - - - - Could not unlock wallet. - Cüzdan kilidi açılamadı. - - - - New key generation failed. - Yeni anahtar oluşturulması başarısız oldu. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - Bitcoin'i pencere sistemi ile &başlat - - - - Automatically start Bitcoin after the computer is turned on - Bitcoin'i bilgisayar başlatıldığında başlatır - - - - &Minimize to the tray instead of the taskbar - İşlem çubuğu yerine sistem çekmesine &küçült - - - - Show only a tray icon after minimizing the window - Küçültüldükten sonra sadece çekmece ikonu gösterir - - - - Map port using &UPnP - Portları &UPnP kullanarak haritala - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Yönlendiricide Bitcoin istemci portlarını otomatik olarak açar. Bu, sadece yönlendiricinizin UPnP desteği bulunuyorsa ve etkinse çalışabilir. - - - - M&inimize on close - Kapatma sırasında k&üçült - - - - 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. - Pencere kapatıldığında uygulamadan çıkmak yerine uygulamayı küçültür. Bu seçenek etkinleştirildiğinde, uygulama sadece menüden çıkış seçildiğinde kapanacaktır. - - - - &Connect through SOCKS4 proxy: - SOCKS4 vekil sunucusu vasıtasıyla ba&ğlan: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Bitcoin şebekesine SOCKS4 vekil sunucusu vasıtasıyla bağlanır (mesela Tor ile bağlanıldığında) - - - - Proxy &IP: - Vekil &İP: - - - - IP address of the proxy (e.g. 127.0.0.1) - Vekil sunucunun İP adresi (mesela 127.0.0.1) - - - - &Port: - &Port: - - - - Port of the proxy (e.g. 1234) - Vekil sunucun portu (örneğin 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Muamelelerin hızlı işlenmesini garantilemeye yardım eden, seçime dayalı kB başı muamele ücreti. Muamelelerin çoğunluğunun boyutu 1 kB'dir. 0.01 ücreti önerilir. - - - - Pay transaction &fee - Muamele ücreti &öde - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Muamelelerin hızlı işlenmesini garantilemeye yardım eden, seçime dayalı kB başı muamele ücreti. Muamelelerin çoğunluğunun boyutu 1 kB'dir. 0.01 ücreti önerilir. - - - - MessagePage - - - Message - Mesaj - - - - 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. - Bir adresin sizin olduğunu ispatlamak için adresinizle mesaj imzalayabilirsiniz. Oltalama saldırılarının kimliğinizi imzanızla elde etmeyi deneyebilecekleri için belirsiz hiçbir şey imzalamamaya dikkat ediniz. Sadece ayrıntılı açıklaması olan ve tümüne katıldığınız ifadeleri imzalayın. - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ödemenin gönderileceği adres (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Adres defterinden adres seç - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Panodan adres yapıştır - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - İmzalamak istediğiniz mesajı burada giriniz - - - - Click "Sign Message" to get signature - İmza elde etmek için "Mesaj İmzala" unsurunu tıklayın - - - - Sign a message to prove you own this address - Bu adresin sizin olduğunu ispatlamak için bir mesaj imzalayın - - - - &Sign Message - Mesaj &İmzala - - - - Copy the currently selected address to the system clipboard - Şu anda seçili olan adresi panoya kopyalar - - - - &Copy to Clipboard - Panoya &kopyala - - - - - - Error signing - İmza sırasında hata meydana geldi - - - - %1 is not a valid address. - %1 geçerli bir adres değildir. - - - - Private key for %1 is not available. - %1 için özel anahtar mevcut değil. - - - - Sign failed - İmzalama başarısız oldu - - - - OptionsDialog - - - Main - Ana menü - - - - Display - Görünüm - - - - Options - Seçenekler - - - - OverviewPage - - - Form - Form - - - - Balance: - Bakiye: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Muamele sayısı: - - - - 0 - 0 - - - - Unconfirmed: - Doğrulanmamış: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Cüzdan</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Son muameleler</b> - - - - Your current balance - Güncel bakiyeniz - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Doğrulanması beklenen ve henüz güncel bakiyeye ilâve edilmemiş muamelelerin toplamı - - - - Total number of transactions in wallet - Cüzdandaki muamelelerin toplam sayısı - - - - QRCodeDialog - - - Dialog - Diyalog - - - - QR Code - QR Kod - - - - Request Payment - Ödeme isteği - - - - Amount: - Miktar: - - - - BTC - BTC - - - - Label: - Etiket: - - - - Message: - Mesaj: - - - - &Save As... - &Farklı kaydet... - - - - Save Image... - Resmi kaydet... - - - - PNG Images (*.png) - PNG resimleri (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Para (coin) yolla - - - - Send to multiple recipients at once - Birçok alıcıya aynı anda gönder - - - - &Add recipient... - &Alıcı ekle... - - - - Remove all transaction fields - Bütün muamele alanlarını kaldır - - - - Clear all - Tümünü temizle - - - - Balance: - Bakiye: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Yollama etkinliğini teyit ediniz - - - - &Send - &Gönder - - - - <b>%1</b> to %2 (%3) - <b>%1</b> şu adrese: %2 (%3) - - - - Confirm send coins - Gönderiyi teyit ediniz - - - - Are you sure you want to send %1? - %1 tutarını göndermek istediğinizden emin misiniz? - - - - and - ve - - - - The recepient address is not valid, please recheck. - Alıcı adresi geçerli değildir, lütfen denetleyiniz. - - - - The amount to pay must be larger than 0. - Ödeyeceğiniz tutarın sıfırdan yüksek olması gerekir. - - - - Amount exceeds your balance - Tutar bakiyenizden yüksektir - - - - Total exceeds your balance when the %1 transaction fee is included - Toplam, %1 muamele ücreti ilâve edildiğinde bakiyenizi geçmektedir - - - - Duplicate address found, can only send to each address once in one send operation - Çift adres bulundu, belli bir gönderi sırasında her adrese sadece tek bir gönderide bulunulabilir - - - - Error: Transaction creation failed - Hata: Muamele oluşturması başarısız oldu - - - - 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. - Hata: Muamele reddedildi. Cüzdanınızdaki madenî paraların bazıları zaten harcanmış olduğunda bu meydana gelebilir. Örneğin wallet.dat dosyasının bir kopyasını kullandıysanız ve kopyada para harcandığında ancak burada harcandığı işaretlenmediğinde. - - - - SendCoinsEntry - - - Form - Form - - - - A&mount: - M&iktar: - - - - Pay &To: - &Şu kişiye öde: - - - - - Enter a label for this address to add it to your address book - Adres defterinize eklemek için bu adres için bir etiket giriniz - - - - &Label: - &Etiket: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Ödemenin gönderileceği adres (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Adres defterinden adres seç - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Panodan adres yapıştır - - - - Alt+P - Alt+P - - - - Remove this recipient - Bu alıcıyı kaldır - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Bitcoin adresi giriniz (mesela 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - %1 blok için açık - - - - Open until %1 - %1 değerine dek açık - - - - %1/offline? - %1/çevrimdışı mı? - - - - %1/unconfirmed - %1/doğrulanmadı - - - - %1 confirmations - %1 doğrulama - - - - <b>Status:</b> - <b>Durum:</b> - - - - , has not been successfully broadcast yet - , henüz başarılı bir şekilde yayınlanmadı - - - - , broadcast through %1 node - , %1 düğüm vasıtasıyla yayınlandı - - - - , broadcast through %1 nodes - , %1 düğüm vasıtasıyla yayınlandı - - - - <b>Date:</b> - <b>Tarih:</b> - - - - <b>Source:</b> Generated<br> - <b>Kaynak:</b> Oluşturuldu<br> - - - - - <b>From:</b> - <b>Gönderen:</b> - - - - unknown - bilinmiyor - - - - - - <b>To:</b> - <b>Alıcı:</b> - - - - (yours, label: - (sizin, etiket: - - - - (yours) - (sizin) - - - - - - - <b>Credit:</b> - <b>Gelir:</b> - - - - (%1 matures in %2 more blocks) - (%1, %2 ek blok sonrasında olgunlaşacak) - - - - (not accepted) - (kabul edilmedi) - - - - - - <b>Debit:</b> - <b>Gider:</b> - - - - <b>Transaction fee:</b> - <b>Muamele ücreti:<b> - - - - <b>Net amount:</b> - <b>Net miktar:</b> - - - - Message: - Mesaj: - - - - Comment: - Yorum: - - - - Transaction ID: - Muamele kimliği: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Oluşturulan paraların (coin) harcanabilmelerinden önce 120 blok beklemeleri gerekmektedir. Bu blok, oluşturduğunuzda, blok zincirine eklenmesi için ağda yayınlandı. Zincire eklenmesi başarısız olursa, "kabul edilmedi" olarak değiştirilecek ve harcanamayacaktır. Bu, bazen başka bir düğüm sizden birkaç saniye önce ya da sonra blok oluşturursa meydana gelebilir. - - - - TransactionDescDialog - - - Transaction details - Muamele detayları - - - - This pane shows a detailed description of the transaction - Bu pano muamelenin ayrıntılı açıklamasını gösterir - - - - TransactionTableModel - - - Date - Tarih - - - - Type - Tür - - - - Address - Adres - - - - Amount - Miktar - - - - Open for %n block(s) - %n blok için açık - - - - Open until %1 - %1 değerine dek açık - - - - Offline (%1 confirmations) - Çevrimdışı (%1 doğrulama) - - - - Unconfirmed (%1 of %2 confirmations) - Doğrulanmadı (%1 (toplam %2 üzerinden) doğrulama) - - - - Confirmed (%1 confirmations) - Doğrulandı (%1 doğrulama) - - - - Mined balance will be available in %n more blocks - Madenden çıkarılan bakiye %n ek blok sonrasında kullanılabilecektir - - - - This block was not received by any other nodes and will probably not be accepted! - Bu blok başka hiçbir düğüm tarafından alınmamıştır ve muhtemelen kabul edilmeyecektir! - - - - Generated but not accepted - Oluşturuldu ama kabul edilmedi - - - - Received with - Şununla alınan - - - - Received from - Alındığı kişi - - - - Sent to - Gönderildiği adres - - - - Payment to yourself - Kendinize ödeme - - - - Mined - Madenden çıkarılan - - - - (n/a) - (mevcut değil) - - - - Transaction status. Hover over this field to show number of confirmations. - Muamele durumu. Doğrulama sayısını görüntülemek için imleci bu alanda tutunuz. - - - - Date and time that the transaction was received. - Muamelenin alındığı tarih ve zaman. - - - - Type of transaction. - Muamele türü. - - - - Destination address of transaction. - Muamelenin alıcı adresi. - - - - Amount removed from or added to balance. - Bakiyeden alınan ya da bakiyeye eklenen miktar. - - - - TransactionView - - - - All - Hepsi - - - - Today - Bugün - - - - This week - Bu hafta - - - - This month - Bu ay - - - - Last month - Geçen ay - - - - This year - Bu sene - - - - Range... - Aralık... - - - - Received with - Şununla alınan - - - - Sent to - Gönderildiği adres - - - - To yourself - Kendinize - - - - Mined - Oluşturulan - - - - Other - Diğer - - - - Enter address or label to search - Aranacak adres ya da etiket giriniz - - - - Min amount - Asgari miktar - - - - Copy address - Adresi kopyala - - - - Copy label - Etiketi kopyala - - - - Copy amount - Miktarı kopyala - - - - Edit label - Etiketi düzenle - - - - Show details... - Detayları göster... - - - - Export Transaction Data - Muamele verilerini dışa aktar - - - - Comma separated file (*.csv) - Virgülle ayrılmış değerler dosyası (*.csv) - - - - Confirmed - Doğrulandı - - - - Date - Tarih - - - - Type - Tür - - - - Label - Etiket - - - - Address - Adres - - - - Amount - Miktar - - - - ID - Kimlik - - - - Error exporting - Dışa aktarımda hata oluştu - - - - Could not write to file %1. - %1 dosyasına yazılamadı. - - - - Range: - Aralık: - - - - to - ilâ - - - - WalletModel - - - Sending... - Gönderiliyor... - - - - bitcoin-core - - - Bitcoin version - Bitcoin sürümü - - - - Usage: - Kullanım: - - - - Send command to -server or bitcoind - -server ya da bitcoind'ye komut gönder - - - - List commands - Komutları listele - - - - Get help for a command - Bir komut için yardım al - - - - Options: - Seçenekler: - - - - Specify configuration file (default: bitcoin.conf) - Yapılandırma dosyası belirt (varsayılan: bitcoin.conf) - - - - Specify pid file (default: bitcoind.pid) - Pid dosyası belirt (varsayılan: bitcoind.pid) - - - - Generate coins - Madenî para (coin) oluştur - - - - Don't generate coins - Para oluşturma - - - - Start minimized - Küçültülmüş olarak başla - - - - Specify data directory - Veri dizinini belirt - - - - Specify connection timeout (in milliseconds) - Bağlantı zaman aşım süresini milisaniye olarak belirt - - - - Connect through socks4 proxy - Socks4 vekil sunucusu vasıtasıyla bağlan - - - - Allow DNS lookups for addnode and connect - Düğüm ekleme ve bağlantı için DNS aramalarına izin ver - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Bağlantılar için dinlenecek <port> (varsayılan: 8333 ya da testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Eşler ile en çok <n> adet bağlantı kur (varsayılan: 125) - - - - Add a node to connect to - Bağlanılacak düğüm ekle - - - - Connect only to the specified node - Sadece belirtilen düğüme bağlan - - - - Don't accept connections from outside - Dışarıdan bağlantıları reddet - - - - Don't bootstrap list of peers using DNS - Eş listesini DNS kullanarak başlatma - - - - Threshold for disconnecting misbehaving peers (default: 100) - Aksaklık gösteren eşlerle bağlantıyı kesme sınırı (varsayılan: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Aksaklık gösteren eşlerle yeni bağlantıları engelleme süresi, saniye olarak (varsayılan: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Her bağlantı için alım tamponu, <n>*1000 bayt (varsayılan: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Her bağlantı için yollama tamponu, <n>*1000 bayt (varsayılan: 10000) - - - - Don't attempt to use UPnP to map the listening port - Dinlenilecek portu haritalamak için UPnP kullanma - - - - Attempt to use UPnP to map the listening port - Dinlenilecek portu haritalamak için UPnP kullan - - - - Fee per kB to add to transactions you send - Yolladığınız muameleler için eklenecek kB başı ücret - - - - Accept command line and JSON-RPC commands - Konut satırı ve JSON-RPC komutlarını kabul et - - - - Run in the background as a daemon and accept commands - Arka planda daemon (servis) olarak çalış ve komutları kabul et - - - - Use the test network - Deneme şebekesini kullan - - - - Output extra debugging information - İlâve hata ayıklama verisi çıkar - - - - Prepend debug output with timestamp - Hata ayıklama çıktısına tarih ön ekleri ilâve et - - - - Send trace/debug info to console instead of debug.log file - Trace/hata ayıklama verilerini debug.log dosyası yerine konsola gönder - - - - Send trace/debug info to debugger - Hata ayıklayıcıya -debugger- trace/hata ayıklama verileri gönder - - - - Username for JSON-RPC connections - JSON-RPC bağlantıları için kullanıcı ismi - - - - Password for JSON-RPC connections - JSON-RPC bağlantıları için parola - - - - Listen for JSON-RPC connections on <port> (default: 8332) - JSON-RPC bağlantıları için dinlenecek <port> (varsayılan: 8332) - - - - Allow JSON-RPC connections from specified IP address - Belirtilen İP adresinden JSON-RPC bağlantılarını kabul et - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Şu <ip> adresinde (varsayılan: 127.0.0.1) çalışan düğüme komut yolla - - - - Set key pool size to <n> (default: 100) - Anahtar alan boyutunu <n> değerine ayarla (varsayılan: 100) - - - - Rescan the block chain for missing wallet transactions - Blok zincirini eksik cüzdan muameleleri için tekrar tara - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL seçenekleri: (SSL kurulum bilgisi için Bitcoin vikisine bakınız) - - - - Use OpenSSL (https) for JSON-RPC connections - JSON-RPC bağlantıları için OpenSSL (https) kullan - - - - Server certificate file (default: server.cert) - Sunucu sertifika dosyası (varsayılan: server.cert) - - - - Server private key (default: server.pem) - Sunucu özel anahtarı (varsayılan: server.pem) - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Kabul edilebilir şifreler (varsayılan: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - This help message - Bu yardım mesajı - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - %s veri dizininde kilit elde edilemedi. Bitcoin muhtemelen hâlihazırda çalışmaktadır. - - - - Loading addresses... - Adresler yükleniyor... - - - - Error loading addr.dat - addr.dat dosyasının yüklenmesinde hata oluştu - - - - Error loading blkindex.dat - blkindex.dat dosyasının yüklenmesinde hata oluştu - - - - Error loading wallet.dat: Wallet corrupted - wallet.dat dosyasının yüklenmesinde hata oluştu: bozuk cüzdan - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - wallet.dat dosyasının yüklenmesinde hata oluştu: cüzdanın daha yeni bir Bitcoin sürümüne ihtiyacı var - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Cüzdanın tekrar yazılması gerekiyordu: işlemi tamamlamak için Bitcoin'i yeniden başlatınız - - - - Error loading wallet.dat - wallet.dat dosyasının yüklenmesinde hata oluştu - - - - Loading block index... - Blok indeksi yükleniyor... - - - - Loading wallet... - Cüzdan yükleniyor... - - - - Rescanning... - Yeniden tarama... - - - - Done loading - Yükleme tamamlandı - - - - Invalid -proxy address - Geçersiz -proxy adresi - - - - Invalid amount for -paytxfee=<amount> - -paytxfee=<miktar> için geçersiz miktar - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Uyarı: -paytxfee çok yüksek bir değere ayarlanmış. Bu, muamele gönderirseniz ödeyeceğiniz muamele ücretidir. - - - - Error: CreateThread(StartNode) failed - Hata: CreateThread(StartNode) başarısız oldu - - - - Warning: Disk space is low - Uyarı: Disk alanı düşük - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - %d sayılı porta bu bilgisayarda bağlanılamadı. Bitcoin muhtemelen hâlihazırda çalışmaktadır. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Uyarı: Lütfen bilgisayarınızın tarih ve saatinin doğru olup olmadığını kontrol ediniz. Saatiniz doğru değilse Bitcoin gerektiği gibi çalışamaz. - - - - beta - beta - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts deleted file mode 100644 index 006c225..0000000 --- a/src/qt/locale/bitcoin_uk.ts +++ /dev/null @@ -1,2013 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - Про Bitcoin - - - - <b>Bitcoin</b> version - Версія <b>Bitcoin'a<b> - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - Авторське право © 2009-2012 Розробники Bitcoin - -Це програмне забезпечення є експериментальним. - -Поширюється за ліцензією MIT/X11, додаткова інформація міститься у файлі license.txt, а також за адресою http://www.opensource.org/licenses/mit-license.php. - -Цей продукт включає в себе програмне забезпечення, розроблене в рамках проекту OpenSSL (http://www.openssl.org/), криптографічне програмне забезпечення, написане Еріком Янгом (eay@cryptsoft.com), та функції для роботи з UPnP, написані Томасом Бернардом. - - - - AddressBookPage - - - Address Book - Адресна книга - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - Це ваші адреси для отримання платежів. Ви можете давати різні адреси різним людям, таким чином маючи можливість відслідкувати хто конкретно і скільки вам заплатив. - - - - Double-click to edit address or label - Двічі клікніть на адресу чи назву для їх зміни - - - - Create a new address - Створити нову адресу - - - - &New Address... - &Створити адресу... - - - - Copy the currently selected address to the system clipboard - Копіювати виділену адресу в буфер обміну - - - - &Copy to Clipboard - &Копіювати - - - - Show &QR Code - Показати QR-&Код - - - - Sign a message to prove you own this address - Підпишіть повідомлення щоб довести, що ви є власником цієї адреси - - - - &Sign Message - &Підписати повідомлення - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - Видалити виділену адресу зі списку. Лише адреси з адресної книги можуть бути видалені. - - - - &Delete - &Видалити - - - - Copy address - Скопіювати адресу - - - - Copy label - Скопіювати мітку - - - - Edit - Редагувати - - - - Delete - Видалити - - - - Export Address Book Data - Експортувати адресну книгу - - - - Comma separated file (*.csv) - Файли відділені комами (*.csv) - - - - Error exporting - Помилка при експортуванні - - - - Could not write to file %1. - Неможливо записати у файл %1. - - - - AddressTableModel - - - Label - Назва - - - - Address - Адреса - - - - (no label) - (немає назви) - - - - AskPassphraseDialog - - - Dialog - Діалог - - - - - TextLabel - Текстова мітка - - - - Enter passphrase - Введіть пароль - - - - New passphrase - Новий пароль - - - - Repeat new passphrase - Повторіть пароль - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - Введіть новий пароль для гаманця.<br/>Будь ласка, використовуйте паролі що містять <b> як мінімум 10 випадкових символів </b> або <b> як мінімум 8 слів</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? - УВАГА: Якщо ви зашифруєте гаманець і забудете пароль, ви <b>ВТРАТИТЕ ВСІ СВОЇ БІТКОІНИ</b>! -Ви дійсно хочете зашифрувати свій гаманець? - - - - - Wallet encrypted - Гаманець зашифровано - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Біткоін-клієнт буде закрито для завершення процесу шифрування. Пам’ятайте, що шифрування гаманця не може повністю захистити ваші біткоіни від кражі, у випадку якщо ваш комп’ютер буде інфіковано шкідливими програмами. - - - - - Warning: The Caps Lock key is on. - Увага: Ввімкнено Caps Lock - - - - - - - Wallet encryption failed - Не вдалося зашифрувати гаманець - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Виникла помилка під час шифрування гаманця. Ваш гаманець не було зашифровано. - - - - - The supplied passphrases do not match. - Введені паролі не співпадають. - - - - Wallet unlock failed - Не вдалося розблокувати гаманець - - - - - - The passphrase entered for the wallet decryption was incorrect. - Введений пароль є невірним. - - - - Wallet decryption failed - Не вдалося розшифрувати гаманець - - - - Wallet passphrase was succesfully changed. - Пароль було успішно змінено. - - - - BitcoinGUI - - - Bitcoin Wallet - Гаманець - - - - - Synchronizing with network... - Синхронізація з мережею... - - - - Block chain synchronization in progress - Відбувається синхронізація ланцюжка блоків... - - - - &Overview - &Огляд - - - - Show general overview of wallet - Показати загальний огляд гаманця - - - - &Transactions - Пе&реклади - - - - Browse transaction history - Переглянути історію переказів - - - - &Address Book - &Адресна книга - - - - Edit the list of stored addresses and labels - Редагувати список збережених адрес та міток - - - - &Receive coins - О&тримати - - - - Show the list of addresses for receiving payments - Показати список адрес для отримання платежів - - - - &Send coins - В&ідправити - - - - Send coins to a bitcoin address - Відправити монети на вказану адресу - - - - Sign &message - &Підписати повідомлення - - - - Prove you control an address - Доведіть, що це ваша адреса - - - - E&xit - &Вихід - - - - Quit application - Вийти - - - - &About %1 - П&ро %1 - - - - Show information about Bitcoin - Показати інформацію про Bitcoin - - - - About &Qt - &Про Qt - - - - Show information about Qt - Показати інформацію про Qt - - - - &Options... - &Параметри... - - - - Modify configuration options for bitcoin - Редагувати параметри - - - - Open &Bitcoin - Показати &гаманець - - - - Show the Bitcoin window - Показати вікно гаманця - - - - &Export... - &Експорт... - - - - Export the data in the current tab to a file - - - - - &Encrypt Wallet - &Шифрування гаманця - - - - Encrypt or decrypt wallet - Зашифрувати чи розшифрувати гаманець - - - - &Backup Wallet - - - - - Backup wallet to another location - - - - - &Change Passphrase - Змінити парол&ь - - - - Change the passphrase used for wallet encryption - Змінити пароль, який використовується для шифрування гаманця - - - - &File - &Файл - - - - &Settings - &Налаштування - - - - &Help - &Довідка - - - - Tabs toolbar - Панель вкладок - - - - Actions toolbar - Панель дій - - - - [testnet] - [тестова мережа] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n активне з’єднання з мережею%n активні з’єднання з мережею%n активних з’єднань з мережею - - - - Downloaded %1 of %2 blocks of transaction history. - Завантажено %1 з %2 блоків історії переказів. - - - - Downloaded %1 blocks of transaction history. - Завантажено %1 блоків історії транзакцій. - - - - %n second(s) ago - %n секунду тому%n секунди тому%n секунд тому - - - - %n minute(s) ago - %n хвилину тому%n хвилини тому%n хвилин тому - - - - %n hour(s) ago - %n годину тому%n години тому%n годин тому - - - - %n day(s) ago - %n день тому%n дня тому%n днів тому - - - - Up to date - Синхронізовано - - - - Catching up... - Синхронізується... - - - - Last received block was generated %1. - Останній отриманий блок було згенеровано %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - Цей переказ перевищує максимально допустимий розмір. Проте ви можете здійснити її, додавши комісію в %1, яка відправиться тим вузлам що оброблять ваш переказ, та допоможе підтримати мережу. Ви хочете додати комісію? - - - - Sending... - Відправлення... - - - - Sent transaction - Надіслані перекази - - - - Incoming transaction - Отримані перекази - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - Дата: %1 -Кількість: %2 -Тип: %3 -Адреса: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - <b>Зашифрований</b> гаманець <b>розблоковано</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - <b>Зашифрований</b> гаманець <b>заблоковано</b> - - - - Backup Wallet - - - - - Wallet Data (*.dat) - - - - - Backup Failed - - - - - There was an error trying to save the wallet data to the new location. - - - - - DisplayOptionsPage - - - &Unit to show amounts in: - В&имірювати монети в: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - Виберіть одиницю вимірювання монет, яка буде відображатись в гаманці та при відправленні. - - - - Display addresses in transaction list - Відображати адресу в списку переказів - - - - EditAddressDialog - - - Edit Address - Редагувати адресу - - - - &Label - &Мітка - - - - The label associated with this address book entry - Мітка, пов’язана з цим записом адресної книги - - - - &Address - &Адреса - - - - The address associated with this address book entry. This can only be modified for sending addresses. - Адреса, пов’язана з цим записом адресної книги. - - - - New receiving address - Нова адреса для отримання - - - - New sending address - Нова адреса для відправлення - - - - Edit receiving address - Редагувати адресу для отримання - - - - Edit sending address - Редагувати адресу для відправлення - - - - The entered address "%1" is already in the address book. - Введена адреса «%1» вже присутня в адресній книзі. - - - - The entered address "%1" is not a valid bitcoin address. - Введена адреса «%1» не є коректною адресою в мережі Bitcoin. - - - - Could not unlock wallet. - Неможливо розблокувати гаманець. - - - - New key generation failed. - Не вдалося згенерувати нові ключі. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &Запускати гаманець при вході в систему - - - - Automatically start Bitcoin after the computer is turned on - Автоматично запускати гаманець при вмиканні комп’ютера - - - - &Minimize to the tray instead of the taskbar - Мінімізувати &у трей - - - - Show only a tray icon after minimizing the window - Показувати лише іконку в треї після згортання вікна - - - - Map port using &UPnP - Відображення порту через &UPnP - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично відкривати порт для клієнту біткоін на роутері. Працює лише якщо ваш роутер підтримує UPnP і ця функція увімкнена. - - - - M&inimize on close - Згортати замість закритт&я - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - Згортати замість закриття. Якщо ця опція включена, програма закриється лише після вибору відповідного пункту в меню. - - - - &Connect through SOCKS4 proxy: - Підключатись через &SOCKS4-проксі: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - Підключатись до мережі Bitcoin через SOCKS4-проксі (наприклад при використанні Tor) - - - - Proxy &IP: - &IP проксі: - - - - IP address of the proxy (e.g. 127.0.0.1) - IP-адреса проксі-сервера (наприклад 127.0.0.1) - - - - &Port: - &Порт: - - - - Port of the proxy (e.g. 1234) - Порт проксі-сервера (наприклад 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Добровільна комісія за кожен Кб переказу, яка дозволяє бути впевненим у тому, що ваш переказ буде оброблено швидко. Розмір більшості переказів рівен 1 Кб. Рекомендована комісія: 0,01. - - - - Pay transaction &fee - Заплатити комісі&ю - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - Добровільна комісія за кожен Кб переказу, яка дозволяє бути впевненим у тому, що ваш переказ буде оброблено швидко. Розмір більшості переказів рівен 1 Кб. Рекомендована комісія: 0,01. - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Адреса для отримувача платежу (наприклад, 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - Вибрати адресу з адресної книги - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Вставити адресу - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - Введіть повідомлення, яке ви хочете підписати тут - - - - Click "Sign Message" to get signature - Натисніть кнопку "Підписати повідомлення", для отриманя підпису - - - - Sign a message to prove you own this address - Підпишіть повідомлення щоб довести, що ви є власником цієї адреси - - - - &Sign Message - &Підписати повідомлення - - - - Copy the currently selected address to the system clipboard - Копіювати виділену адресу в буфер обміну - - - - &Copy to Clipboard - &Копіювати - - - - - - Error signing - Помилка при підписуванні - - - - %1 is not a valid address. - "%1" не є коректною адресою в мережі Bitcoin. - - - - Private key for %1 is not available. - Приватний ключ для %1 недоступний. - - - - Sign failed - Не вдалось підписати - - - - OptionsDialog - - - Main - Головні - - - - Display - Відображення - - - - Options - Параметри - - - - OverviewPage - - - Form - Форма - - - - Balance: - Баланс: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - Кількість переказів: - - - - 0 - 0 - - - - Unconfirmed: - Непідтверджені: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Гаманець</span></p></body></html> - - - - <b>Recent transactions</b> - <b>Недавні перекази</b> - - - - Your current balance - Ваш поточний баланс - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - Загальна сума всіх переказів, які ще не підтверджені, та до сих пір не враховуються в загальному балансі - - - - Total number of transactions in wallet - Загальна кількість переказів в гаманці - - - - QRCodeDialog - - - Dialog - Діалог - - - - QR Code - QR-Код - - - - Request Payment - Запросити Платіж - - - - Amount: - Кількість: - - - - BTC - BTC - - - - Label: - Мітка: - - - - Message: - Повідомлення: - - - - &Save As... - &Зберегти як... - - - - Save Image... - - - - - PNG Images (*.png) - - - - - SendCoinsDialog - - - - - - - - - - Send Coins - Відправити - - - - Send to multiple recipients at once - Відправити на декілька адрес - - - - &Add recipient... - Дод&ати одержувача... - - - - Remove all transaction fields - Видалити всі поля транзакції - - - - Clear all - Очистити все - - - - Balance: - Баланс: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - Підтвердити відправлення - - - - &Send - &Відправити - - - - <b>%1</b> to %2 (%3) - <b>%1</b> адресату %2 (%3) - - - - Confirm send coins - Підтвердіть відправлення - - - - Are you sure you want to send %1? - Ви впевнені що хочете відправити %1 - - - - and - і - - - - The recepient address is not valid, please recheck. - Адреса отримувача невірна, будьласка перепровірте. - - - - The amount to pay must be larger than 0. - Кількість монет для відправлення повинна бути більшою 0. - - - - Amount exceeds your balance - Кількість монет для відправлення перевищує ваш баланс - - - - Total exceeds your balance when the %1 transaction fee is included - Сума перевищить ваш баланс, якщо комісія %1 буде додана до вашого переказу - - - - Duplicate address found, can only send to each address once in one send operation - Знайдено адресу що дублюється. Відправлення на кожну адресу дозволяється лише один раз на кожну операцію переказу. - - - - Error: Transaction creation failed - Помилка: не вдалося створити переказ - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - Помилка: переказ було відхилено. Це може статись, якщо декілька монет з вашого гаманця вже використані, наприклад, якщо ви використовуєте одну копію гаманця (wallet.dat), а монети були використані з іншої копії, але не позначені як використані в цій. - - - - SendCoinsEntry - - - Form - Форма - - - - A&mount: - &Кількість: - - - - Pay &To: - &Отримувач: - - - - - Enter a label for this address to add it to your address book - Введіть мітку для цієї адреси для додавання її в адресну книгу - - - - &Label: - &Мітка: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Адреса для отримувача платежу (наприклад, 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - Вибрати адресу з адресної книги - - - - Alt+A - Alt+A - - - - Paste address from clipboard - Вставити адресу - - - - Alt+P - Alt+P - - - - Remove this recipient - Видалити цього отримувача - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Введіть адресу Bitcoin (наприклад 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - Відкрити для %1 блоків - - - - Open until %1 - Відкрити до %1 - - - - %1/offline? - %1/поза інтернетом? - - - - %1/unconfirmed - %1/не підтверджено - - - - %1 confirmations - %1 підтверджень - - - - <b>Status:</b> - <b>Статус:</b> - - - - , has not been successfully broadcast yet - , ще не було успішно розіслано - - - - , broadcast through %1 node - , розіслано через %1 вузол - - - - , broadcast through %1 nodes - , розіслано через %1 вузлів - - - - <b>Date:</b> - <b>Дата:</b> - - - - <b>Source:</b> Generated<br> - <b>Джерело:</b> згенеровано<br> - - - - - <b>From:</b> - <b>Відправник:</b> - - - - unknown - невідомий - - - - - - <b>To:</b> - <b>Одержувач:</b> - - - - (yours, label: - (Ваша, мітка: - - - - (yours) - (ваша) - - - - - - - <b>Credit:</b> - <b>Кредит:</b> - - - - (%1 matures in %2 more blocks) - (%1 «дозріє» через %2 блоків) - - - - (not accepted) - (не прийнято) - - - - - - <b>Debit:</b> - <b>Дебет:</b> - - - - <b>Transaction fee:</b> - <b>Комісія за переказ:</b> - - - - <b>Net amount:</b> - <b>Загальна сума:</b> - - - - Message: - Повідомлення: - - - - Comment: - Коментар: - - - - Transaction ID: - ID транзакції: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Після генерації монет, потрібно зачекати 120 блоків, перш ніж їх можна буде використати. Коли ви згенерували цей блок, його було відправлено в мережу для того, щоб він був доданий до ланцюжка блоків. Якщо ця процедура не вдасться, статус буде змінено на «не підтверджено» і ви не зможете потратити згенеровані монету. Таке може статись, якщо хтось інший згенерував блок на декілька секунд раніше. - - - - TransactionDescDialog - - - Transaction details - Деталі переказів - - - - This pane shows a detailed description of the transaction - Даний діалог показує детальну статистику по вибраному переказу - - - - TransactionTableModel - - - Date - Дата - - - - Type - Тип - - - - Address - Адреса - - - - Amount - Кількість - - - - Open for %n block(s) - Відкрити для %n блокуВідкрити для %n блоківВідкрити для %n блоків - - - - Open until %1 - Відкрити до %1 - - - - Offline (%1 confirmations) - Поза інтернетом (%1 підтверджень) - - - - Unconfirmed (%1 of %2 confirmations) - Непідтверджено (%1 із %2 підтверджень) - - - - Confirmed (%1 confirmations) - Підтверджено (%1 підтверджень) - - - - Mined balance will be available in %n more blocks - Добутими монетами можна буде скористатись через %n блокДобутими монетами можна буде скористатись через %n блокиДобутими монетами можна буде скористатись через %n блоків - - - - 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 - Копіювати кількість - - - - Edit label - Редагувати мітку - - - - Show details... - Показати деталі... - - - - Export Transaction Data - Експортувати дані переказів - - - - Comma separated file (*.csv) - Файли, розділені комою (*.csv) - - - - Confirmed - Підтверджені - - - - Date - Дата - - - - Type - Тип - - - - Label - Мітка - - - - Address - Адреса - - - - Amount - Кількість - - - - ID - Ідентифікатор - - - - Error exporting - Помилка експорту - - - - Could not write to file %1. - Неможливо записати у файл %1 - - - - Range: - Діапазон від: - - - - to - до - - - - WalletModel - - - Sending... - Відправка... - - - - bitcoin-core - - - Bitcoin version - Версія - - - - Usage: - Вкористання: - - - - Send command to -server or bitcoind - Відправити команду серверу -server чи демону - - - - - List commands - Список команд - - - - - Get help for a command - Отримати довідку по команді - - - - - Options: - Параметри: - - - - - Specify configuration file (default: bitcoin.conf) - Вкажіть файл конфігурації (за промовчуванням: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - Вкажіть pid-файл (за промовчуванням: bitcoind.pid) - - - - - Generate coins - Генерувати монети - - - - - Don't generate coins - Не генерувати монети - - - - - Start minimized - Запускати згорнутим - - - - - Specify data directory - Вкажіть робочий каталог - - - - - Specify connection timeout (in milliseconds) - Вкажіть таймаут з’єднання (в мілісекундах) - - - - - Connect through socks4 proxy - Підключитись через SOCKS4-проксі - - - - - Allow DNS lookups for addnode and connect - Дозволити пошук в DNS для команд «addnode» і «connect» - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - Чекати на з'єднання на порту (по замовченню 8333 або тестова мережа 18333) - - - - Maintain at most <n> connections to peers (default: 125) - Підтримувати не більше <n> зв'язків з колегами (за замовчуванням: 125) - - - - Add a node to connect to - Додати вузол для підключення - - - - - Connect only to the specified node - Підключитись лише до вказаного вузла - - - - - Don't accept connections from outside - Не приймати підключення ззовні - - - - - Don't bootstrap list of peers using DNS - Не завантажувати список пірів за допомогою DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - Поріг відключення неправильно підєднаних пірів (за замовчуванням: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Максимальній розмір вхідного буферу на одне з'єднання (за замовчуванням 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Максимальоий буфер , <n> * 1000 байт (за умовчанням: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Максимальній розмір виіхідного буферу на одне з'єднання (за замовчуванням 10000) - - - - Don't attempt to use UPnP to map the listening port - Не намагатись використовувати UPnP для відображення порту що прослуховується на роутері - - - - - Attempt to use UPnP to map the listening port - Намагатись використовувати UPnP для відображення порту що прослуховується на роутері - - - - - Fee per kB to add to transactions you send - Комісія за Кб - - - - Accept command line and JSON-RPC commands - Приймати команди із командного рядка та команди JSON-RPC - - - - - Run in the background as a daemon and accept commands - Запустити в фоновому режимі (як демон) та приймати команди - - - - - Use the test network - Використовувати тестову мережу - - - - - Output extra debugging information - Виводити більше налагоджувальної інформації - - - - Prepend debug output with timestamp - Доповнювати налагоджувальний вивід відміткою часу - - - - Send trace/debug info to console instead of debug.log file - Відсилаті налагоджувальну інформацію на консоль, а не у файл debug.log - - - - Send trace/debug info to debugger - Відсилаті налагоджувальну інформацію до налагоджувача - - - - Username for JSON-RPC connections - Ім’я користувача для JSON-RPC-з’єднань - - - - - Password for JSON-RPC connections - Пароль для JSON-RPC-з’єднань - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - Прослуховувати <port> для JSON-RPC-з’єднань (за промовчуванням: 8332) - - - - - Allow JSON-RPC connections from specified IP address - Дозволити JSON-RPC-з’єднання з вказаної IP-адреси - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - Відправляти команди на вузол, запущений на <ip> (за промовчуванням: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - Встановити розмір пулу ключів <n> (за промовчуванням: 100) - - - - - Rescan the block chain for missing wallet transactions - Пересканувати ланцюжок блоків, в пошуку втрачених переказів - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -Параметри SSL: (див. Bitcoin Wiki) - - - - - Use OpenSSL (https) for JSON-RPC connections - Використовувати OpenSSL (https) для JSON-RPC-з’єднань - - - - - Server certificate file (default: server.cert) - Сертифікату сервера (за промовчуванням: server.cert) - - - - - Server private key (default: server.pem) - Закритий ключ сервера (за промовчуванням: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - Допустимі шифри (за промовчуванням: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - Дана довідка - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - Неможливо встановити блокування на робочий каталог %s. Можливо, гаманець вже запущено. - - - - Loading addresses... - Завантаження адрес... - - - - Error loading addr.dat - Помилка при завантаженні addr.dat - - - - Error loading blkindex.dat - Помилка при завантаженні blkindex.dat - - - - Error loading wallet.dat: Wallet corrupted - Помилка при завантаженні wallet.dat: Гаманець пошкоджено - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - Помилка при завантаженні wallet.dat: Гаманець потребує новішої версії Біткоін-клієнта - - - - Wallet needed to be rewritten: restart Bitcoin to complete - Потрібно перезаписати гаманець: перезапустіть Біткоін-клієнт для завершення - - - - Error loading wallet.dat - Помилка при завантаженні wallet.dat - - - - Loading block index... - Завантаження індексу блоків... - - - - Loading wallet... - Завантаження гаманця... - - - - Rescanning... - Сканування... - - - - Done loading - Завантаження завершене - - - - Invalid -proxy address - Помилка в адресі проксі-сервера - - - - Invalid amount for -paytxfee=<amount> - Помилка у величині комісії - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - Увага: встановлено занадто велику комісію (-paytxfee). Комісія зніматиметься кожен раз коли ви проводитимете перекази. - - - - Error: CreateThread(StartNode) failed - Помилка: CreateThread(StartNode) дала збій - - - - Warning: Disk space is low - Увага: На диску мало вільного місця - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - Неможливо прив’язати до порту %d на цьому комп’ютері. Молживо гаманець вже запущено. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - Увага: будь ласка, перевірте дату і час на свому комп’ютері. Якщо ваш годинник йде неправильно, Bitcoin може працювати некоректно. - - - - beta - бета - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts deleted file mode 100644 index d059aa0..0000000 --- a/src/qt/locale/bitcoin_zh_CN.ts +++ /dev/null @@ -1,2012 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - 关于比特币 - - - - <b>Bitcoin</b> version - <b>比特币</b>版本 - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - 版权归比特币开发者所有 © 2009-2012 - -这是一个实验性软件。 - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - - - - AddressBookPage - - - Address Book - 地址薄 - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - 这些是你接受支付的比特币地址。当支付时你可以给出不同的地址,以便追踪不同的支付者。 - - - - Double-click to edit address or label - 双击以编辑地址或标签 - - - - Create a new address - 创建新地址 - - - - &New Address... - &新地址... - - - - Copy the currently selected address to the system clipboard - 复制当前选中地址到系统剪贴板 - - - - &Copy to Clipboard - &复制到剪贴板 - - - - Show &QR Code - 显示二维码 - - - - Sign a message to prove you own this address - 发送签名消息以证明您是该比特币地址的拥有者 - - - - &Sign Message - &发送签名消息 - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - 从列表中删除当前选中地址。只有发送地址可以被删除。 - - - - &Delete - &删除 - - - - Copy address - 复制地址 - - - - Copy label - 复制标签 - - - - Edit - 编辑 - - - - Delete - 删除 - - - - Export Address Book Data - 导出地址薄数据 - - - - Comma separated file (*.csv) - 逗号分隔文件 (*.csv) - - - - Error exporting - 导出错误 - - - - Could not write to file %1. - 无法写入文件 %1。 - - - - AddressTableModel - - - Label - 标签 - - - - Address - 地址 - - - - (no label) - (没有标签) - - - - AskPassphraseDialog - - - Dialog - 会话 - - - - - TextLabel - 文本标签 - - - - Enter passphrase - 输入口令 - - - - New passphrase - 新口令 - - - - Repeat new passphrase - 重复新口令 - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - 输入钱包的新口令。<br/>使用的口令请至少包含<b>10个以上随机字符</>,或者是<b>8个以上的单词</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? - 警告:如果您加密了您的钱包之后忘记了口令,您将会<b>失去所有的比特币</b>! -确定要加密钱包吗? - - - - - Wallet encrypted - 钱包已加密 - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - 将关闭软件以完成加密过程。 请您谨记:钱包加密并不是万能的,电脑中毒,您的比特币还是有可能丢失。 - - - - - Warning: The Caps Lock key is on. - 警告:大写锁定键CapsLock开启 - - - - - - - Wallet encryption failed - 钱包加密失败 - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - 由于一个本地错误,加密钱包操作已经失败。您的钱包没有被加密。 - - - - - The supplied passphrases do not match. - 口令不匹配。 - - - - Wallet unlock failed - 钱包解锁失败 - - - - - - The passphrase entered for the wallet decryption was incorrect. - 用于解密钱包的口令不正确。 - - - - Wallet decryption failed - 钱包解密失败。 - - - - Wallet passphrase was succesfully changed. - 钱包口令修改成功 - - - - BitcoinGUI - - - Bitcoin Wallet - 比特币钱包 - - - - - Synchronizing with network... - 正在与网络同步... - - - - Block chain synchronization in progress - 正在同步区域锁链 - - - - &Overview - &概况 - - - - Show general overview of wallet - 显示钱包概况 - - - - &Transactions - &交易 - - - - Browse transaction history - 查看交易历史 - - - - &Address Book - &地址薄 - - - - Edit the list of stored addresses and labels - 修改存储的地址和标签列表 - - - - &Receive coins - &接收货币 - - - - Show the list of addresses for receiving payments - 显示接收支付的地址列表 - - - - &Send coins - &发送货币 - - - - Send coins to a bitcoin address - 将货币发送到一个比特币地址 - - - - Sign &message - 发送签名 &消息 - - - - Prove you control an address - 证明您拥有某个比特币地址 - - - - E&xit - 退出 - - - - Quit application - 退出程序 - - - - &About %1 - &关于 %1 - - - - Show information about Bitcoin - 显示比特币的相关信息 - - - - About &Qt - 关于 &Qt - - - - Show information about Qt - 显示Qt相关信息 - - - - &Options... - &选项... - - - - Modify configuration options for bitcoin - 修改比特币配置选项 - - - - Open &Bitcoin - 打开 &比特币 - - - - Show the Bitcoin window - 显示比特币窗口 - - - - &Export... - &导出... - - - - Export the data in the current tab to a file - 导出当前数据到文件 - - - - &Encrypt Wallet - &加密钱包 - - - - Encrypt or decrypt wallet - 加密或解密钱包 - - - - &Backup Wallet - &备份钱包 - - - - Backup wallet to another location - 备份钱包到其它文件夹 - - - - &Change Passphrase - &修改口令 - - - - Change the passphrase used for wallet encryption - 修改钱包加密口令 - - - - &File - &文件 - - - - &Settings - &设置 - - - - &Help - &帮助 - - - - Tabs toolbar - 分页工具栏 - - - - Actions toolbar - 动作工具栏 - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - %n 个到比特币网络的活动连接 - - - - Downloaded %1 of %2 blocks of transaction history. - %1 / %2 个交易历史的区块已下载 - - - - Downloaded %1 blocks of transaction history. - %1 个交易历史的区块已下载 - - - - %n second(s) ago - %n 秒前 - - - - %n minute(s) ago - %n 分种前 - - - - %n hour(s) ago - %n 小时前 - - - - %n day(s) ago - %n 天前 - - - - Up to date - 最新状态 - - - - Catching up... - 更新中... - - - - Last received block was generated %1. - 最新收到的区块产生于 %1。 - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 该笔交易的数据量超限.您可以选择支付 %1 交易费, 交易费将支付给处理该笔交易的网络节点,有助于维持比特币网络的运行. 您愿意支付交易费用吗? - - - - Sending... - 发送中 - - - - Sent transaction - 已发送交易 - - - - Incoming transaction - 流入交易 - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - 日期: %1 -金额: %2 -类别: %3 -地址: %4 - - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 钱包已被<b>加密</b>,当前为<b>解锁</b>状态 - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - 钱包已被<b>加密</b>,当前为<b>锁定</b>状态 - - - - Backup Wallet - 备份钱包 - - - - Wallet Data (*.dat) - 钱包文件(*.dat) - - - - Backup Failed - 备份失败 - - - - There was an error trying to save the wallet data to the new location. - 备份钱包到其它文件夹失败. - - - - DisplayOptionsPage - - - &Unit to show amounts in: - &金额显示单位: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - 选择显示及发送比特币时使用的最小单位 - - - - Display addresses in transaction list - 在交易列表中显示地址 - - - - EditAddressDialog - - - Edit Address - 编辑地址 - - - - &Label - &标签 - - - - The label associated with this address book entry - 与此地址条目关联的标签 - - - - &Address - &地址 - - - - The address associated with this address book entry. This can only be modified for sending addresses. - 该地址与地址簿中的条目已关联,无法作为发送地址编辑。 - - - - New receiving address - 新接收地址 - - - - New sending address - 新发送地址 - - - - Edit receiving address - 编辑接收地址 - - - - Edit sending address - 编辑发送地址 - - - - The entered address "%1" is already in the address book. - 输入的地址 "%1" 已经存在于地址薄。 - - - - The entered address "%1" is not a valid bitcoin address. - 输入的地址 "%1" 并不是一个有效的比特币地址 - - - - Could not unlock wallet. - 无法解锁钱包 - - - - New key generation failed. - 密钥创建失败. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - &开机启动比特币 - - - - Automatically start Bitcoin after the computer is turned on - 在计算机启动后自动运行比特币 - - - - &Minimize to the tray instead of the taskbar - &最小化到托盘 - - - - Show only a tray icon after minimizing the window - 最小化窗口后只显示一个托盘标志 - - - - Map port using &UPnP - 使用 &UPnP 映射端口 - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - 自动在路由器中打开比特币端口。只有当您的路由器开启 UPnP 选项时此功能才有效。 - - - - M&inimize on close - 关闭时最小化 - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - 当窗口关闭时程序最小化而不是退出。当使用该选项时,程序只能通过在菜单中选择退出来关闭 - - - - &Connect through SOCKS4 proxy: - &通过SOCKS4代理连接 - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - 通过一个SOCKS4代理连接到比特币网络 (如使用Tor连接时) - - - - Proxy &IP: - 代理 &IP: - - - - IP address of the proxy (e.g. 127.0.0.1) - 代理服务器IP (如 127.0.0.1) - - - - &Port: - &端口: - - - - Port of the proxy (e.g. 1234) - 代理端口 (比如 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - 建议支付交易费用,有助于您的交易得到尽快处理. 绝大多数交易的字节数为 1 kB. 建议支付0.01个比特币. - - - - Pay transaction &fee - 支付交易 &费用 - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - 建议支付交易费用,有助于您的交易得到尽快处理. 绝大多数交易的字节数为 1 kB. 建议支付0.01个比特币. - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 付款地址 (例如: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - 从地址簿选择地址 - - - - Alt+A - Alt+A - - - - Paste address from clipboard - 从剪贴板粘贴地址 - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - 请输入您要发送的签名消息 - - - - Click "Sign Message" to get signature - 单击“发送签名消息"获取签名 - - - - Sign a message to prove you own this address - 发送签名消息以证明您是该比特币地址的拥有者 - - - - &Sign Message - &发送签名消息 - - - - Copy the currently selected address to the system clipboard - 复制当前选中地址到系统剪贴板 - - - - &Copy to Clipboard - &复制到剪贴板 - - - - - - Error signing - 签名错误 - - - - %1 is not a valid address. - %1 不是合法的比特币地址。 - - - - Private key for %1 is not available. - %1 的秘钥不可用。 - - - - Sign failed - 签名失败 - - - - OptionsDialog - - - Main - 主要的 - - - - Display - 查看 - - - - Options - 选项 - - - - OverviewPage - - - Form - 表单 - - - - Balance: - 余额 - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - 交易笔数 - - - - 0 - 0 - - - - Unconfirmed: - 未确认: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">钱包</span></p></body></html> - - - - <b>Recent transactions</b> - <b>当前交易</b> - - - - Your current balance - 您的当前余额 - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - 尚未确认的交易总额, 未计入当前余额 - - - - Total number of transactions in wallet - 钱包总交易数量 - - - - QRCodeDialog - - - Dialog - 会话 - - - - QR Code - 二维码 - - - - Request Payment - 请求付款 - - - - Amount: - 金额: - - - - BTC - BTC - - - - Label: - 标签: - - - - Message: - 消息: - - - - &Save As... - &另存为 - - - - Save Image... - 保存图像... - - - - PNG Images (*.png) - PNG图像文件(*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - 发送货币 - - - - Send to multiple recipients at once - 一次发送给多个接收者 - - - - &Add recipient... - &添加接收者... - - - - Remove all transaction fields - 移除所有交易项 - - - - Clear all - 清除全部 - - - - Balance: - 余额 - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - 确认并发送货币 - - - - &Send - &发送 - - - - <b>%1</b> to %2 (%3) - <b>%1</b> 到 %2 (%3) - - - - Confirm send coins - 确认发送货币 - - - - Are you sure you want to send %1? - 确定您要发送 %1? - - - - and - 和 - - - - The recepient address is not valid, please recheck. - 接收者地址不合法,请检查。 - - - - The amount to pay must be larger than 0. - 支付金额必须大于0. - - - - Amount exceeds your balance - 余额不足。 - - - - Total exceeds your balance when the %1 transaction fee is included - 计入 %1 的交易费后,您的余额不足以支付总价。 - - - - Duplicate address found, can only send to each address once in one send operation - 发现重复地址,一次操作中只可以给每个地址发送一次 - - - - Error: Transaction creation failed - 错误:交易创建失败。 - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - 错误:交易被拒绝。这种情况通常发生在您钱包中的一些货币已经被消费之后,比如您使用了一个wallet.dat的副本,而货币在那个副本中已经被消费,但在当前钱包中未被标记为已消费。 - - - - SendCoinsEntry - - - Form - 表单 - - - - A&mount: - 金额 - - - - Pay &To: - 支付 &到: - - - - - Enter a label for this address to add it to your address book - 为这个地址输入一个标签,以便将它添加到您的地址簿 - - - - &Label: - &标签: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 付款地址 (例如: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - 从地址薄选择地址 - - - - Alt+A - Alt+A - - - - Paste address from clipboard - 从剪贴板粘贴地址 - - - - Alt+P - Alt+P - - - - Remove this recipient - 移除此接收者 - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 请输入比特币地址 (例如: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - 开启 %1 个数据块 - - - - Open until %1 - 至 %1 个数据块时开启 - - - - %1/offline? - %1/离线? - - - - %1/unconfirmed - %1/未确认 - - - - %1 confirmations - %1 确认项 - - - - <b>Status:</b> - <b>状态:</b> - - - - , has not been successfully broadcast yet - , 未被成功广播 - - - - , broadcast through %1 node - ,同过 %1 节点广播 - - - - , broadcast through %1 nodes - ,同过 %1 节点组广播 - - - - <b>Date:</b> - <b>日期:</b> - - - - <b>Source:</b> Generated<br> - <b>来源:</b> 生成<br> - - - - - <b>From:</b> - <b>从:</b> - - - - unknown - 未知 - - - - - - <b>To:</b> - <b>到:</b> - - - - (yours, label: - (您的, 标签: - - - - (yours) - (您的) - - - - - - - <b>Credit:</b> - <b>到帐:</b> - - - - (%1 matures in %2 more blocks) - (%1 成熟于 %2 以上数据块) - - - - (not accepted) - (未接受) - - - - - - <b>Debit:</b> - 支出 - - - - <b>Transaction fee:</b> - 交易费 - - - - <b>Net amount:</b> - <b>网络金额:</b> - - - - Message: - 消息: - - - - Comment: - 备注 - - - - Transaction ID: - 交易ID: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - 新生产的比特币必须等待120个数据块之后才能被使用. 当您生产出此数据块,它将被广播至比特币网络并添加至数据链. 如果添加到数据链失败, 它的状态将变成"不被接受",生产的比特币将不能使用. 在您生产新数据块的几秒钟内, 如果其它节点也生产出同样的数据块,有可能会发生这种情况. - - - - TransactionDescDialog - - - Transaction details - 交易细节 - - - - This pane shows a detailed description of the transaction - 当前面板显示了交易的详细描述 - - - - TransactionTableModel - - - Date - 日期 - - - - Type - 类型 - - - - Address - 地址 - - - - Amount - 数量 - - - - Open for %n block(s) - 开启 %n 个数据块 - - - - Open until %1 - 至 %1 个数据块时开启 - - - - Offline (%1 confirmations) - 离线 (%1 个确认项) - - - - Unconfirmed (%1 of %2 confirmations) - 未确认 (%1 / %2 条确认信息) - - - - Confirmed (%1 confirmations) - 已确认 (%1 条确认信息) - - - - Mined balance will be available in %n more blocks - 挖矿所得将在 %n 个数据块之后可用 - - - - 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) - (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 - 复制金额 - - - - Edit label - 编辑标签 - - - - Show details... - 显示细节... - - - - Export Transaction Data - 导出交易数据 - - - - Comma separated file (*.csv) - 逗号分隔文件(*.csv) - - - - Confirmed - 已确认 - - - - Date - 日期 - - - - Type - 类别 - - - - Label - 标签 - - - - Address - 地址 - - - - Amount - 金额 - - - - ID - ID - - - - Error exporting - 导出错误 - - - - Could not write to file %1. - 无法写入文件 %1。 - - - - Range: - 范围: - - - - to - 到 - - - - WalletModel - - - Sending... - 发送中... - - - - bitcoin-core - - - Bitcoin version - 比特币版本 - - - - Usage: - 使用: - - - - Send command to -server or bitcoind - 发送命令到服务器或者 bitcoind - - - - - List commands - 列出命令 - - - - - Get help for a command - 获得某条命令的帮助 - - - - - Options: - 选项: - - - - - Specify configuration file (default: bitcoin.conf) - 指定配置文件 (默认为 bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - 指定 pid 文件 (默认为 bitcoind.pid) - - - - - Generate coins - 生成货币 - - - - - Don't generate coins - 不要生成货币 - - - - - Start minimized - 启动时最小化 - - - - - Specify data directory - 指定数据目录 - - - - - Specify connection timeout (in milliseconds) - 指定连接超时时间 (微秒) - - - - - Connect through socks4 proxy - 通过 socks4 代理连接 - - - - - Allow DNS lookups for addnode and connect - 连接节点时允许DNS查找 - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - 监听端口连接 <port> (缺省: 8333 or testnet: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - 最大连接数 <n> (缺省: 125) - - - - Add a node to connect to - 连接到指定节点 - - - - Connect only to the specified node - 只连接到指定节点 - - - - - Don't accept connections from outside - 禁止接收外部连接 - - - - - Don't bootstrap list of peers using DNS - 不要用DNS启动 - - - - Threshold for disconnecting misbehaving peers (default: 100) - Threshold for disconnecting misbehaving peers (缺省: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - Number of seconds to keep misbehaving peers from reconnecting (缺省: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - Maximum per-connection receive buffer, <n>*1000 bytes (缺省: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - Maximum per-connection send buffer, <n>*1000 bytes (缺省: 10000) - - - - Don't attempt to use UPnP to map the listening port - 禁止使用 UPnP 映射监听端口 - - - - - Attempt to use UPnP to map the listening port - 尝试使用 UPnP 映射监听端口 - - - - - Fee per kB to add to transactions you send - 为付款交易支付比特币(每kb) - - - - Accept command line and JSON-RPC commands - 接受命令行和 JSON-RPC 命令 - - - - - Run in the background as a daemon and accept commands - 在后台运行并接受命令 - - - - - - Use the test network - 使用测试网络 - - - - - Output extra debugging information - 输出调试信息 - - - - Prepend debug output with timestamp - 为调试输出信息添加时间戳 - - - - Send trace/debug info to console instead of debug.log file - 跟踪/调试信息输出到控制台,不输出到debug.log文件 - - - - Send trace/debug info to debugger - 跟踪/调试信息输出到 调试器debugger - - - - Username for JSON-RPC connections - JSON-RPC连接用户名 - - - - - Password for JSON-RPC connections - JSON-RPC连接密码 - - - - - Listen for JSON-RPC connections on <port> (default: 8332) - JSON-RPC连接监听<端口> (默认为 8332) - - - - - Allow JSON-RPC connections from specified IP address - 允许从指定IP接受到的JSON-RPC连接 - - - - - Send commands to node running on <ip> (default: 127.0.0.1) - 向IP地址为 <ip> 的节点发送指令 (缺省: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - 设置密钥池大小为 <n> (缺省: 100) - - - - - Rescan the block chain for missing wallet transactions - 重新扫描数据链以查找遗漏的交易 - - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL 选项: (SSL 安装教程具体见比特币维基百科) - - - - - Use OpenSSL (https) for JSON-RPC connections - 为 JSON-RPC 连接使用 OpenSSL (https)连接 - - - - Server certificate file (default: server.cert) - 服务器证书 (默认为 server.cert) - - - - - Server private key (default: server.pem) - 服务器私钥 (默认为 server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - 可接受的加密器 (默认为 TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - 该帮助信息 - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - 无法给数据目录 %s 加锁。比特币进程可能已在运行。 - - - - Loading addresses... - 正在加载地址... - - - - Error loading addr.dat - addr.dat文件加载错误 - - - - Error loading blkindex.dat - blkindex.dat文件加载错误 - - - - Error loading wallet.dat: Wallet corrupted - wallet.dat钱包文件加载错误:钱包损坏 - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - wallet.dat钱包文件加载错误:请升级到最新Bitcoin客户端 - - - - Wallet needed to be rewritten: restart Bitcoin to complete - 钱包文件需要重写:请退出并重新启动Bitcoin客户端 - - - - Error loading wallet.dat - wallet.dat钱包文件加载错误 - - - - Loading block index... - 加载区块索引... - - - - Loading wallet... - 正在加载钱包... - - - - Rescanning... - 正在重新扫描... - - - - Done loading - 加载完成 - - - - Invalid -proxy address - 代理地址不合法 - - - - Invalid amount for -paytxfee=<amount> - 不合适的交易费 -paytxfee=<amount> - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - 警告: -paytxfee 交易费设置过高. 每进行一笔交易您都将支付该数量的交易费. - - - - Error: CreateThread(StartNode) failed - 错误:线程创建(StartNode)失败 - - - - Warning: Disk space is low - 警告:磁盘空间不足 - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - 无法绑定端口 %d 到这台计算机。比特币进程可能已在运行。 - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - 警告:请确定您当前计算机的日期和时间是正确的。比特币将无法在错误的时间下正常工作。 - - - - beta - 测试 - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts deleted file mode 100644 index 83c3028..0000000 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ /dev/null @@ -1,2006 +0,0 @@ - -UTF-8 - - AboutDialog - - - About Bitcoin - 關於位元幣 - - - - <b>Bitcoin</b> version - <b>位元幣</b>版本 - - - - Copyright © 2009-2012 Bitcoin Developers - -This is experimental software. - -Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. - -This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. - 版權為 Bitcoin 開發人員自西元 2009 至 2012 年起所有 - -這是個實驗性的軟體. - -此軟體依據 MIX/X11 軟體授權條款散布, 詳情請見附帶的 license.txt 檔案, 或是以下網站: http://www.opensource.org/licenses/mit-license.php. - -此產品也包含了由 OpenSSL Project 所開發的 OpenSSL Toolkit (http://www.openssl.org/) 軟體, 由 Eric Young (eay@cryptsoft.com) 撰寫的加解密軟體, 以及由 Thomas Bernard 所撰寫的 UPnP 軟體. - - - - AddressBookPage - - - Address Book - 位址簿 - - - - These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. - 這是你用來收款的位元幣位址. 你可以提供不同的位址給不同的付款人, 來追蹤是誰支付給你. - - - - Double-click to edit address or label - 點兩下來修改位址或標記 - - - - Create a new address - 產生新位址 - - - - &New Address... - 新位址... - - - - Copy the currently selected address to the system clipboard - 複製目前選取的位址到系統剪貼簿 - - - - &Copy to Clipboard - 複製到剪貼簿 - - - - Show &QR Code - 顯示 &QR 條碼 - - - - Sign a message to prove you own this address - 簽署一則訊息來證明你擁有這個位址 - - - - &Sign Message - 簽署訊息 - - - - Delete the currently selected address from the list. Only sending addresses can be deleted. - 從列表中刪除目前選取的位址. 只能夠刪除付款位址. - - - - &Delete - 刪除 - - - - Copy address - 複製位址 - - - - Copy label - 複製標記 - - - - Edit - 編輯 - - - - Delete - 刪除 - - - - Export Address Book Data - 匯出位址簿資料 - - - - Comma separated file (*.csv) - 逗號區隔資料檔 (*.csv) - - - - Error exporting - 資料匯出有誤 - - - - Could not write to file %1. - 無法寫入檔案 %1. - - - - AddressTableModel - - - Label - 標記 - - - - Address - 位址 - - - - (no label) - (沒有標記) - - - - AskPassphraseDialog - - - Dialog - 對話視窗 - - - - - TextLabel - 文字標籤 - - - - Enter passphrase - 輸入密碼 - - - - New passphrase - 新的密碼 - - - - Repeat new passphrase - 重複新密碼 - - - - Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - 輸入錢包的新密碼.<br/>請用<b>10個以上的字元</b>, 或是<b>8個以上的字詞</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? - 警告: 如果將錢包加密後忘記密碼, 你會<b>失去其中所有的位元幣</b>! -你確定要將錢包加密嗎? - - - - - Wallet encrypted - 錢包已加密 - - - - Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - 位元幣現在要關閉以完成加密程序. 請記住, 加密錢包無法完全防止入侵電腦的惡意程式偷取你的位元幣. - - - - - Warning: The Caps Lock key is on. - 警告: 鍵盤輸入鎖定為大寫字母中. - - - - - - - Wallet encryption failed - 錢包加密失敗 - - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - 錢包加密因程式內部有誤而失敗. 你的錢包還是沒有加密. - - - - - The supplied passphrases do not match. - 提供的密碼不符. - - - - Wallet unlock failed - 錢包解鎖失敗 - - - - - - The passphrase entered for the wallet decryption was incorrect. - 用來解密錢包的密碼輸入錯誤. - - - - Wallet decryption failed - 錢包解密失敗 - - - - Wallet passphrase was succesfully changed. - 錢包密碼變更成功. - - - - BitcoinGUI - - - Bitcoin Wallet - 位元幣錢包 - - - - - Synchronizing with network... - 網路同步中... - - - - Block chain synchronization in progress - 正在進行區塊鎖鏈的同步中 - - - - &Overview - 總覽 - - - - Show general overview of wallet - 顯示錢包一般總覽 - - - - &Transactions - 交易 - - - - Browse transaction history - 瀏覽交易紀錄 - - - - &Address Book - 位址簿 - - - - Edit the list of stored addresses and labels - 編輯儲存位址與標記的列表 - - - - &Receive coins - 收錢 - - - - Show the list of addresses for receiving payments - 顯示收款位址的列表 - - - - &Send coins - 付錢 - - - - Send coins to a bitcoin address - 付錢至某個位元幣位址 - - - - Sign &message - 訊息簽署 - - - - Prove you control an address - 證明你控制一個位址 - - - - E&xit - 結束 - - - - Quit application - 結束應用程式 - - - - &About %1 - 關於%1 - - - - Show information about Bitcoin - 顯示位元幣相關資訊 - - - - About &Qt - 關於 &Qt - - - - Show information about Qt - 顯示有關於 Qt 的資訊 - - - - &Options... - 選項... - - - - Modify configuration options for bitcoin - 修改位元幣的設定選項 - - - - Open &Bitcoin - 開啟位元幣 - - - - Show the Bitcoin window - 顯示位元幣主視窗 - - - - &Export... - 匯出... - - - - Export the data in the current tab to a file - 將目前分頁的資料匯出存成檔案 - - - - &Encrypt Wallet - 錢包加密 - - - - Encrypt or decrypt wallet - 將錢包加解密 - - - - &Backup Wallet - 錢包備份 - - - - Backup wallet to another location - 將錢包備份到其它地方 - - - - &Change Passphrase - 變更密碼 - - - - Change the passphrase used for wallet encryption - 變更錢包加密用的密碼 - - - - &File - 檔案 - - - - &Settings - 設定 - - - - &Help - 求助 - - - - Tabs toolbar - 分頁工具列 - - - - Actions toolbar - 動作工具列 - - - - [testnet] - [testnet] - - - - bitcoin-qt - bitcoin-qt - - - - %n active connection(s) to Bitcoin network - 與位元幣網路有 %n 個連線在使用中 - - - - Downloaded %1 of %2 blocks of transaction history. - 已下載了 %1/%2 個交易紀錄的區塊. - - - - Downloaded %1 blocks of transaction history. - 已下載了 %1 個交易紀錄的區塊. - - - - %n second(s) ago - %n 秒鐘前 - - - - %n minute(s) ago - %n 分鐘前 - - - - %n hour(s) ago - %n 小時前 - - - - %n day(s) ago - %n 天前 - - - - Up to date - 最新狀態 - - - - Catching up... - 進度追趕中... - - - - Last received block was generated %1. - 最近收到的區塊產生於 %1. - - - - This transaction is over the size limit. You can still send it for a fee of %1, which goes to the nodes that process your transaction and helps to support the network. Do you want to pay the fee? - 這筆交易的資料大小超過限制了. 你還是可以付出 %1 的費用來傳送. 這筆費用會付給處理該筆交易的節點, 並幫助維持整個網路. 你願意支付這項費用嗎? - - - - Sending... - 付出中... - - - - Sent transaction - 付款交易 - - - - Incoming transaction - 收款交易 - - - - Date: %1 -Amount: %2 -Type: %3 -Address: %4 - - 日期: %1 -金額: %2 -類別: %3 -位址: %4 - - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 錢包<b>已加密</b>並且正<b>解鎖中</b> - - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - 錢包<b>已加密</b>並且正<b>上鎖中</b> - - - - Backup Wallet - 錢包備份 - - - - Wallet Data (*.dat) - 錢包資料檔 (*.dat) - - - - Backup Failed - 備份失敗 - - - - There was an error trying to save the wallet data to the new location. - 儲存錢包資料到新的地方時發生錯誤 - - - - DisplayOptionsPage - - - &Unit to show amounts in: - 金額顯示單位: - - - - Choose the default subdivision unit to show in the interface, and when sending coins - 選擇操作界面與付錢時預設顯示的細分單位 - - - - Display addresses in transaction list - 在交易列表中顯示位址 - - - - EditAddressDialog - - - Edit Address - 編輯位址 - - - - &Label - 標記 - - - - The label associated with this address book entry - 與這個位址簿項目關聯的標記 - - - - &Address - 位址 - - - - The address associated with this address book entry. This can only be modified for sending addresses. - 與這個位址簿項目關聯的位址. 只能修改付款位址. - - - - New receiving address - 新收款位址 - - - - New sending address - 新付款位址 - - - - Edit receiving address - 編輯收款位址 - - - - Edit sending address - 編輯付款位址 - - - - The entered address "%1" is already in the address book. - 輸入的位址"%1"已存在於位址簿中. - - - - The entered address "%1" is not a valid bitcoin address. - 輸入的位址"%1"並非有效的位元幣位址 - - - - Could not unlock wallet. - 無法將錢包解鎖. - - - - New key generation failed. - 新密鑰產生失敗. - - - - MainOptionsPage - - - &Start Bitcoin on window system startup - 視窗系統啓動時同時開啓位元幣 - - - - Automatically start Bitcoin after the computer is turned on - 電腦開啟後自動啟動位元幣 - - - - &Minimize to the tray instead of the taskbar - 最小化至通知區域而非工作列 - - - - Show only a tray icon after minimizing the window - 視窗最小化時只顯示圖示於通知區域 - - - - Map port using &UPnP - 用 &UPnP 設定通訊埠對應 - - - - Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - 自動在路由器上開啟位元幣的客戶端通訊埠. 只有在你的路由器支援 UPnP 且開啟時才有作用. - - - - M&inimize on close - 關閉時最小化 - - - - Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. - 當視窗關閉時將其最小化, 而非結束應用程式. 當勾選這個選項時, 應用程式只能用選單中的結束來停止執行. - - - - &Connect through SOCKS4 proxy: - 透過 SOCKS4 代理伺服器連線: - - - - Connect to the Bitcon network through a SOCKS4 proxy (e.g. when connecting through Tor) - 透過 SOCKS4 代理伺服器連線至位元幣網路 (比如說透過 Tor) - - - - Proxy &IP: - 伺服器位址: - - - - IP address of the proxy (e.g. 127.0.0.1) - 代理伺服器的 IP 位址 (比如說 127.0.0.1) - - - - &Port: - 通訊埠: - - - - Port of the proxy (e.g. 1234) - 代理伺服器的通訊埠 (比如說 1234) - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - 非必要的交易手續費, 以 kB 為計費單位, 且有助於縮短你的交易處理時間. 大部份交易的資料大小是 1 kB. 建議設定為 0.01 元. - - - - Pay transaction &fee - 付交易手續費 - - - - Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended. - 非必要的交易手續費, 以 kB 為計費單位, 且有助於縮短你的交易處理時間. 大部份交易的資料大小是 1 kB. 建議設定為 0.01 元. - - - - MessagePage - - - 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 send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 付款的目標位址 (比如說 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose adress from address book - 從位址簿中選一個位址 - - - - Alt+A - Alt+A - - - - Paste address from clipboard - 從剪貼簿貼上位址 - - - - Alt+P - Alt+P - - - - Enter the message you want to sign here - 在這裡輸入你想簽署的訊息 - - - - Click "Sign Message" to get signature - 按"簽署訊息"來取得簽章 - - - - Sign a message to prove you own this address - 簽署一則訊息來證明你擁有這個位址 - - - - &Sign Message - 簽署訊息 - - - - Copy the currently selected address to the system clipboard - 複製目前選取的位址到系統剪貼簿 - - - - &Copy to Clipboard - 複製到剪貼簿 - - - - - - Error signing - 簽署發生錯誤 - - - - %1 is not a valid address. - %1 不是個有效的位址. - - - - Private key for %1 is not available. - 沒有 %1 的密鑰. - - - - Sign failed - 簽署失敗 - - - - OptionsDialog - - - Main - 主要 - - - - Display - 顯示 - - - - Options - 選項 - - - - OverviewPage - - - Form - 表單 - - - - Balance: - 餘額: - - - - 123.456 BTC - 123.456 BTC - - - - Number of transactions: - 交易次數: - - - - 0 - 0 - - - - Unconfirmed: - 未確認額: - - - - 0 BTC - 0 BTC - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wallet</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">錢包</span></p></body></html> - - - - <b>Recent transactions</b> - <b>最近交易</b> - - - - Your current balance - 目前餘額 - - - - Total of transactions that have yet to be confirmed, and do not yet count toward the current balance - 尚未確認之交易的總額, 不包含在目前餘額中 - - - - Total number of transactions in wallet - 錢包中紀錄的總交易次數 - - - - QRCodeDialog - - - Dialog - 對話視窗 - - - - QR Code - QR 條碼 - - - - Request Payment - 付款單 - - - - Amount: - 金額: - - - - BTC - BTC - - - - Label: - 標記: - - - - Message: - 訊息: - - - - &Save As... - 儲存為... - - - - Save Image... - 儲存圖片... - - - - PNG Images (*.png) - PNG 圖檔 (*.png) - - - - SendCoinsDialog - - - - - - - - - - Send Coins - 付錢 - - - - Send to multiple recipients at once - 一次付給多個人 - - - - &Add recipient... - 加收款人... - - - - Remove all transaction fields - 移除所有交易欄位 - - - - Clear all - 全部清掉 - - - - Balance: - 餘額: - - - - 123.456 BTC - 123.456 BTC - - - - Confirm the send action - 確認付款動作 - - - - &Send - 付出 - - - - <b>%1</b> to %2 (%3) - <b>%1</b> 給 %2 (%3) - - - - Confirm send coins - 確認付出金額 - - - - Are you sure you want to send %1? - 確定要付出 %1 嗎? - - - - and - 和 - - - - The recepient address is not valid, please recheck. - 無效的收款位址, 請再檢查看看. - - - - The amount to pay must be larger than 0. - 付款金額必須大於 0. - - - - Amount exceeds your balance - 金額超過了你的餘額 - - - - Total exceeds your balance when the %1 transaction fee is included - 加上交易手續費 %1 後的總金額超過了你的餘額 - - - - Duplicate address found, can only send to each address once in one send operation - 發現了重複的位址; 在一次付款作業中, 只能付給每個位址一次 - - - - Error: Transaction creation failed - 錯誤: 交易產生失敗 - - - - Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. - 錯誤: 交易被拒絕. 有時候會發生這種錯誤, 是因為你錢包中的一些錢已經被花掉了. 比如說你複製了錢包檔 wallet.dat, 然後用複製的錢包花掉了錢, 你現在所用的原來的錢包中卻沒有該筆交易紀錄. - - - - SendCoinsEntry - - - Form - 表單 - - - - A&mount: - 金額: - - - - Pay &To: - 付給: - - - - - Enter a label for this address to add it to your address book - 給這個位址輸入一個標記, 並加到位址簿中 - - - - &Label: - 標記: - - - - The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 付款的目標位址 (比如說 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - Choose address from address book - 從位址簿中選一個位址 - - - - Alt+A - Alt+A - - - - Paste address from clipboard - 從剪貼簿貼上位址 - - - - Alt+P - Alt+P - - - - Remove this recipient - 去掉這個收款人 - - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 輸入位元幣位址 (比如說 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - - TransactionDesc - - - Open for %1 blocks - 在 %1 個區塊內未定 - - - - Open until %1 - 在 %1 前未定 - - - - %1/offline? - %1/離線中? - - - - %1/unconfirmed - %1/未確認 - - - - %1 confirmations - 經確認 %1 次 - - - - <b>Status:</b> - <b>狀態:</b> - - - - , has not been successfully broadcast yet - , 尚未成功公告出去 - - - - , broadcast through %1 node - , 已公告至 %1 個節點 - - - - , broadcast through %1 nodes - , 已公告至 %1 個節點 - - - - <b>Date:</b> - <b>日期:</b> - - - - <b>Source:</b> Generated<br> - <b>來源:</b> 生產所得<br> - - - - - <b>From:</b> - <b>來自:</b> - - - - unknown - 未知 - - - - - - <b>To:</b> - <b>目的:</b> - - - - (yours, label: - (你的, 標記為: - - - - (yours) - (你的) - - - - - - - <b>Credit:</b> - <b>入帳:</b> - - - - (%1 matures in %2 more blocks) - (%1 將在 %2 個區塊產出後熟成) - - - - (not accepted) - (不被接受) - - - - - - <b>Debit:</b> - <b>出帳:</b> - - - - <b>Transaction fee:</b> - <b>交易手續費:</b> - - - - <b>Net amount:</b> - <b>淨額:</b> - - - - Message: - 訊息: - - - - Comment: - 附註: - - - - Transaction ID: - 交易識別碼: - - - - Generated coins must wait 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it will change to "not accepted" and not be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - 生產出來的錢要再等 120 個區塊產出之後, 才能夠花用. 當你產出區塊時, 它會被公布到網路上, 以被串連至區塊鎖鏈. 如果串連失敗了, 它的狀態就會變成"不被接受", 且不能被花用. 當你產出區塊的幾秒鐘內, 其他節點也產出了區塊的話, 有時候就會發生這種情形. - - - - TransactionDescDialog - - - Transaction details - 交易明細 - - - - This pane shows a detailed description of the transaction - 此版面顯示交易的詳細說明 - - - - TransactionTableModel - - - Date - 日期 - - - - Type - 種類 - - - - Address - 位址 - - - - Amount - 金額 - - - - Open for %n block(s) - 在 %n 個區塊內未定 - - - - Open until %1 - 在 %1 前未定 - - - - Offline (%1 confirmations) - 離線中 (經確認 %1 次) - - - - Unconfirmed (%1 of %2 confirmations) - 未確認 (經確認 %1 次, 應確認 %2 次) - - - - Confirmed (%1 confirmations) - 已確認 (經確認 %1 次) - - - - Mined balance will be available in %n more blocks - 生產金額將在 %n 個區塊產出後可用 - - - - 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 - 複製金額 - - - - Edit label - 編輯標記 - - - - Show details... - 顯示明細... - - - - Export Transaction Data - 匯出交易資料 - - - - Comma separated file (*.csv) - 逗號分隔資料檔 (*.csv) - - - - Confirmed - 已確認 - - - - Date - 日期 - - - - Type - 種類 - - - - Label - 標記 - - - - Address - 位址 - - - - Amount - 金額 - - - - ID - 識別碼 - - - - Error exporting - 匯出錯誤 - - - - Could not write to file %1. - 無法寫入至 %1 檔案. - - - - Range: - 範圍: - - - - to - 至 - - - - WalletModel - - - Sending... - 付出中... - - - - bitcoin-core - - - Bitcoin version - 位元幣版本 - - - - Usage: - 用法: - - - - Send command to -server or bitcoind - 送指令至 -server 或 bitcoind - - - - - List commands - 列出指令 - - - - - Get help for a command - 取得指令說明 - - - - - Options: - 選項: - - - - - Specify configuration file (default: bitcoin.conf) - 指定設定檔 (預設: bitcoin.conf) - - - - - Specify pid file (default: bitcoind.pid) - 指定行程識別碼檔案 (預設: bitcoind.pid) - - - - - Generate coins - 生產位元幣 - - - - - Don't generate coins - 不生產位元幣 - - - - - Start minimized - 啓動時最小化 - - - - - Specify data directory - 指定資料目錄 - - - - - Specify connection timeout (in milliseconds) - 指定連線逾時時間 (毫秒) - - - - - Connect through socks4 proxy - 透過 socks4 代理伺服器連線 - - - - - Allow DNS lookups for addnode and connect - 允許 addnode 和 connect 時做域名解析 - - - - - Listen for connections on <port> (default: 8333 or testnet: 18333) - 在通訊埠 <port> 聽候連線 (預設: 8333, 或若為測試網路: 18333) - - - - Maintain at most <n> connections to peers (default: 125) - 維持與節點連線數的上限為 <n> 個 (預設: 125) - - - - Add a node to connect to - 新增連線節點 - - - - - Connect only to the specified node - 只連線至指定節點 - - - - - Don't accept connections from outside - 不接受外來連線 - - - - - Don't bootstrap list of peers using DNS - 初始化節點列表時不使用 DNS - - - - Threshold for disconnecting misbehaving peers (default: 100) - 與亂搞的節點斷線的臨界值 (預設: 100) - - - - Number of seconds to keep misbehaving peers from reconnecting (default: 86400) - 避免與亂搞的節點連線的秒數 (預設: 86400) - - - - Maximum per-connection receive buffer, <n>*1000 bytes (default: 10000) - 每個連線的接收緩衝區大小上限為 <n>*1000 位元組 (預設: 10000) - - - - Maximum per-connection send buffer, <n>*1000 bytes (default: 10000) - 每個連線的傳送緩衝區大小上限為 <n>*1000 位元組 (預設: 10000) - - - - Don't attempt to use UPnP to map the listening port - 不嘗試用 UPnP 來設定服務連接埠的對應 - - - - - Attempt to use UPnP to map the listening port - 嘗試用 UPnP 來設定服務連接埠的對應 - - - - - Fee per kB to add to transactions you send - 交易付款時每 kB 的交易手續費 - - - - Accept command line and JSON-RPC commands - 接受命令列與 JSON-RPC 指令 - - - - - Run in the background as a daemon and accept commands - 以背景程式執行並接受指令 - - - - Use the test network - 使用測試網路 - - - - - Output extra debugging information - 輸出額外的除錯資訊 - - - - Prepend debug output with timestamp - 在除錯輸出內容前附加時間 - - - - Send trace/debug info to console instead of debug.log file - 輸出追蹤或除錯資訊至終端機, 而非 debug.log 檔案 - - - - Send trace/debug info to debugger - 輸出追蹤或除錯資訊給除錯器 - - - - Username for JSON-RPC connections - JSON-RPC 連線使用者名稱 - - - - Password for JSON-RPC connections - JSON-RPC 連線密碼 - - - - Listen for JSON-RPC connections on <port> (default: 8332) - 在通訊埠 <port> 聽候 JSON-RPC 連線 (預設: 8332) - - - - Allow JSON-RPC connections from specified IP address - 只允許從指定網路位址來的 JSON-RPC 連線 - - - - Send commands to node running on <ip> (default: 127.0.0.1) - 送指令給在 <ip> 的節點 (預設: 127.0.0.1) - - - - - Set key pool size to <n> (default: 100) - 設定密鑰池大小為 <n> (預設: 100) - - - - - Rescan the block chain for missing wallet transactions - 重新掃描區塊鎖鏈, 以尋找錢包所遺漏的交易. - - - - -SSL options: (see the Bitcoin Wiki for SSL setup instructions) - -SSL 選項: (SSL 設定程序請見 Bitcoin Wiki) - - - - - Use OpenSSL (https) for JSON-RPC connections - 使用 OpenSSL (https) 於JSON-RPC 連線 - - - - - Server certificate file (default: server.cert) - 伺服器憑證檔 (預設: server.cert) - - - - - Server private key (default: server.pem) - 伺服器密鑰檔 (預設: server.pem) - - - - - Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - 可以接受的加密法 (預設: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) - - - - - This help message - 此協助訊息 - - - - - Cannot obtain a lock on data directory %s. Bitcoin is probably already running. - 無法鎖定資料目錄 %s. 也許位元幣已經在執行了. - - - - Loading addresses... - 載入位址中... - - - - Error loading addr.dat - 載入 addr.dat 失敗 - - - - Error loading blkindex.dat - 載入 blkindex.dat 失敗 - - - - Error loading wallet.dat: Wallet corrupted - 載入 wallet.dat 失敗: 錢包壞掉了 - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin - 載入 wallet.dat 失敗: 此錢包需要新版的 Bitcoin - - - - Wallet needed to be rewritten: restart Bitcoin to complete - 錢包需要重寫: 請重啟位元幣來完成 - - - - Error loading wallet.dat - 載入 wallet.dat 失敗 - - - - Loading block index... - 載入區塊索引中... - - - - Loading wallet... - 載入錢包中... - - - - Rescanning... - 重新掃描中... - - - - Done loading - 載入完成 - - - - Invalid -proxy address - 無效的 -proxy 位址 - - - - Invalid amount for -paytxfee=<amount> - -paytxfee=<金額> 中的金額無效 - - - - Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction. - 警告: -paytxfee 設定得很高. 這是當你交易付款時所要支付的手續費. - - - - Error: CreateThread(StartNode) failed - 錯誤: CreateThread(StartNode) 失敗 - - - - Warning: Disk space is low - 警告: 磁碟空間很少 - - - - Unable to bind to port %d on this computer. Bitcoin is probably already running. - 無法與這台電腦上的通訊埠 %d 連結. 也許 Bitcoin 已經在執行了. - - - - Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly. - 警告: 請檢查電腦時間日期是否正確. 位元幣無法在時鐘不準的情況下正常運作. - - - - beta - 公測版 - - - \ No newline at end of file diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index b22bd4f..864d950 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2012 Bitcoin Developers -// Copyright (c) 2012 The PPCoin developers +// Copyright (c) 2012-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -54,6 +54,8 @@ Value importprivkey(const Array& params, bool fHelp) bool fGood = vchSecret.SetString(strSecret); if (!fGood) throw JSONRPCError(-5,"Invalid private key"); + if (fWalletUnlockMintOnly) // ppcoin: no importprivkey in mint-only mode + throw JSONRPCError(-102, "Wallet is unlocked for minting only."); CKey key; bool fCompressed; @@ -90,6 +92,8 @@ Value dumpprivkey(const Array& params, bool fHelp) CBitcoinAddress address; if (!address.SetString(strAddress)) throw JSONRPCError(-5, "Invalid novacoin address"); + if (fWalletUnlockMintOnly) // ppcoin: no dumpprivkey in mint-only mode + throw JSONRPCError(-102, "Wallet is unlocked for minting only."); CSecret vchSecret; bool fCompressed; if (!pwalletMain->GetSecret(address, vchSecret, fCompressed)) diff --git a/src/script.cpp b/src/script.cpp index d1cb7f0..a3ab8e1 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include diff --git a/src/scrypt-x86.S b/src/scrypt-x86.S index 80715aa..4c3c152 100644 --- a/src/scrypt-x86.S +++ b/src/scrypt-x86.S @@ -1,915 +1,915 @@ -# Copyright 2011 pooler@litecoinpool.org -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. - -#if defined(__i386__) - -.macro gen_salsa8_core_quadround - movl 52(%esp), %ecx - movl 4(%esp), %edx - movl 20(%esp), %ebx - movl 8(%esp), %esi - leal (%ecx, %edx), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 4(%esp) - movl 36(%esp), %edi - leal (%edx, %ebx), %ebp - roll $9, %ebp - xorl %ebp, %edi - movl 24(%esp), %ebp - movl %edi, 8(%esp) - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 40(%esp), %ebx - movl %ecx, 20(%esp) - addl %edi, %ecx - roll $18, %ecx - leal (%esi, %ebp), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 24(%esp) - movl 56(%esp), %edi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %edi - movl %edi, 36(%esp) - movl 28(%esp), %ecx - movl %edx, 28(%esp) - movl 44(%esp), %edx - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %esi - movl 60(%esp), %ebx - movl %esi, 40(%esp) - addl %edi, %esi - roll $18, %esi - leal (%ecx, %edx), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 44(%esp) - movl 12(%esp), %edi - xorl %esi, %ebp - leal (%edx, %ebx), %esi - roll $9, %esi - xorl %esi, %edi - movl %edi, 12(%esp) - movl 48(%esp), %esi - movl %ebp, 48(%esp) - movl 64(%esp), %ebp - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 16(%esp), %ebx - movl %ecx, 16(%esp) - addl %edi, %ecx - roll $18, %ecx - leal (%esi, %ebp), %edi - roll $7, %edi - xorl %edi, %ebx - movl 32(%esp), %edi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %edi - movl %edi, 32(%esp) - movl %ebx, %ecx - movl %edx, 52(%esp) - movl 28(%esp), %edx - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %esi - movl 40(%esp), %ebx - movl %esi, 28(%esp) - addl %edi, %esi - roll $18, %esi - leal (%ecx, %edx), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 40(%esp) - movl 12(%esp), %edi - xorl %esi, %ebp - leal (%edx, %ebx), %esi - roll $9, %esi - xorl %esi, %edi - movl %edi, 12(%esp) - movl 4(%esp), %esi - movl %ebp, 4(%esp) - movl 48(%esp), %ebp - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 16(%esp), %ebx - movl %ecx, 16(%esp) - addl %edi, %ecx - roll $18, %ecx - leal (%esi, %ebp), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 48(%esp) - movl 32(%esp), %edi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %edi - movl %edi, 32(%esp) - movl 24(%esp), %ecx - movl %edx, 24(%esp) - movl 52(%esp), %edx - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %esi - movl 28(%esp), %ebx - movl %esi, 28(%esp) - addl %edi, %esi - roll $18, %esi - leal (%ecx, %edx), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 52(%esp) - movl 8(%esp), %edi - xorl %esi, %ebp - leal (%edx, %ebx), %esi - roll $9, %esi - xorl %esi, %edi - movl %edi, 8(%esp) - movl 44(%esp), %esi - movl %ebp, 44(%esp) - movl 4(%esp), %ebp - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 20(%esp), %ebx - movl %ecx, 4(%esp) - addl %edi, %ecx - roll $18, %ecx - leal (%esi, %ebp), %edi - roll $7, %edi - xorl %edi, %ebx - movl 36(%esp), %edi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %edi - movl %edi, 20(%esp) - movl %ebx, %ecx - movl %edx, 36(%esp) - movl 24(%esp), %edx - addl %edi, %ebx - roll $13, %ebx - xorl %ebx, %esi - movl 28(%esp), %ebx - movl %esi, 24(%esp) - addl %edi, %esi - roll $18, %esi - leal (%ecx, %edx), %edi - roll $7, %edi - xorl %edi, %ebx - movl %ebx, 28(%esp) - xorl %esi, %ebp - movl 8(%esp), %esi - leal (%edx, %ebx), %edi - roll $9, %edi - xorl %edi, %esi - movl 40(%esp), %edi - movl %ebp, 8(%esp) - movl 44(%esp), %ebp - movl %esi, 40(%esp) - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 4(%esp), %ebx - movl %ecx, 44(%esp) - addl %esi, %ecx - roll $18, %ecx - leal (%edi, %ebp), %esi - roll $7, %esi - xorl %esi, %ebx - movl %ebx, 4(%esp) - movl 20(%esp), %esi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %esi - movl %esi, 56(%esp) - movl 48(%esp), %ecx - movl %edx, 20(%esp) - movl 36(%esp), %edx - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %edi - movl 24(%esp), %ebx - movl %edi, 24(%esp) - addl %esi, %edi - roll $18, %edi - leal (%ecx, %edx), %esi - roll $7, %esi - xorl %esi, %ebx - movl %ebx, 60(%esp) - movl 12(%esp), %esi - xorl %edi, %ebp - leal (%edx, %ebx), %edi - roll $9, %edi - xorl %edi, %esi - movl %esi, 12(%esp) - movl 52(%esp), %edi - movl %ebp, 36(%esp) - movl 8(%esp), %ebp - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 16(%esp), %ebx - movl %ecx, 16(%esp) - addl %esi, %ecx - roll $18, %ecx - leal (%edi, %ebp), %esi - roll $7, %esi - xorl %esi, %ebx - movl 32(%esp), %esi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %esi - movl %esi, 32(%esp) - movl %ebx, %ecx - movl %edx, 48(%esp) - movl 20(%esp), %edx - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %edi - movl 24(%esp), %ebx - movl %edi, 20(%esp) - addl %esi, %edi - roll $18, %edi - leal (%ecx, %edx), %esi - roll $7, %esi - xorl %esi, %ebx - movl %ebx, 8(%esp) - movl 12(%esp), %esi - xorl %edi, %ebp - leal (%edx, %ebx), %edi - roll $9, %edi - xorl %edi, %esi - movl %esi, 12(%esp) - movl 28(%esp), %edi - movl %ebp, 52(%esp) - movl 36(%esp), %ebp - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 16(%esp), %ebx - movl %ecx, 16(%esp) - addl %esi, %ecx - roll $18, %ecx - leal (%edi, %ebp), %esi - roll $7, %esi - xorl %esi, %ebx - movl %ebx, 28(%esp) - movl 32(%esp), %esi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %esi - movl %esi, 32(%esp) - movl 4(%esp), %ecx - movl %edx, 4(%esp) - movl 48(%esp), %edx - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %edi - movl 20(%esp), %ebx - movl %edi, 20(%esp) - addl %esi, %edi - roll $18, %edi - leal (%ecx, %edx), %esi - roll $7, %esi - xorl %esi, %ebx - movl %ebx, 48(%esp) - movl 40(%esp), %esi - xorl %edi, %ebp - leal (%edx, %ebx), %edi - roll $9, %edi - xorl %edi, %esi - movl %esi, 36(%esp) - movl 60(%esp), %edi - movl %ebp, 24(%esp) - movl 52(%esp), %ebp - addl %esi, %ebx - roll $13, %ebx - xorl %ebx, %ecx - movl 44(%esp), %ebx - movl %ecx, 40(%esp) - addl %esi, %ecx - roll $18, %ecx - leal (%edi, %ebp), %esi - roll $7, %esi - xorl %esi, %ebx - movl %ebx, 52(%esp) - movl 56(%esp), %esi - xorl %ecx, %edx - leal (%ebp, %ebx), %ecx - roll $9, %ecx - xorl %ecx, %esi - movl %esi, 56(%esp) - addl %esi, %ebx - movl %edx, 44(%esp) - roll $13, %ebx - xorl %ebx, %edi - movl %edi, 60(%esp) - addl %esi, %edi - roll $18, %edi - xorl %edi, %ebp - movl %ebp, 64(%esp) -.endm - - .text - .align 32 -gen_salsa8_core: - gen_salsa8_core_quadround - gen_salsa8_core_quadround - ret - - - .text - .align 32 - .globl scrypt_core - .globl _scrypt_core -scrypt_core: -_scrypt_core: - pushl %ebx - pushl %ebp - pushl %edi - pushl %esi - - # Check for SSE2 availability - movl $1, %eax - cpuid - andl $0x04000000, %edx - jnz xmm_scrypt_core - -gen_scrypt_core: - movl 20(%esp), %edi - movl 24(%esp), %esi - subl $72, %esp - -.macro scrypt_core_macro1a p, q - movl \p(%edi), %eax - movl \q(%edi), %edx - movl %eax, \p(%esi) - movl %edx, \q(%esi) - xorl %edx, %eax - movl %eax, \p(%edi) - movl %eax, \p(%esp) -.endm - -.macro scrypt_core_macro1b p, q - movl \p(%edi), %eax - xorl \p(%esi, %edx), %eax - movl \q(%edi), %ebx - xorl \q(%esi, %edx), %ebx - movl %ebx, \q(%edi) - xorl %ebx, %eax - movl %eax, \p(%edi) - movl %eax, \p(%esp) -.endm - -.macro scrypt_core_macro2 p, q - movl \p(%esp), %eax - addl \p(%edi), %eax - movl %eax, \p(%edi) - xorl \q(%edi), %eax - movl %eax, \q(%edi) - movl %eax, \p(%esp) -.endm - -.macro scrypt_core_macro3 p, q - movl \p(%esp), %eax - addl \q(%edi), %eax - movl %eax, \q(%edi) -.endm - - leal 131072(%esi), %ecx -gen_scrypt_core_loop1: - movl %esi, 64(%esp) - movl %ecx, 68(%esp) - - scrypt_core_macro1a 0, 64 - scrypt_core_macro1a 4, 68 - scrypt_core_macro1a 8, 72 - scrypt_core_macro1a 12, 76 - scrypt_core_macro1a 16, 80 - scrypt_core_macro1a 20, 84 - scrypt_core_macro1a 24, 88 - scrypt_core_macro1a 28, 92 - scrypt_core_macro1a 32, 96 - scrypt_core_macro1a 36, 100 - scrypt_core_macro1a 40, 104 - scrypt_core_macro1a 44, 108 - scrypt_core_macro1a 48, 112 - scrypt_core_macro1a 52, 116 - scrypt_core_macro1a 56, 120 - scrypt_core_macro1a 60, 124 - - call gen_salsa8_core - - movl 92(%esp), %edi - scrypt_core_macro2 0, 64 - scrypt_core_macro2 4, 68 - scrypt_core_macro2 8, 72 - scrypt_core_macro2 12, 76 - scrypt_core_macro2 16, 80 - scrypt_core_macro2 20, 84 - scrypt_core_macro2 24, 88 - scrypt_core_macro2 28, 92 - scrypt_core_macro2 32, 96 - scrypt_core_macro2 36, 100 - scrypt_core_macro2 40, 104 - scrypt_core_macro2 44, 108 - scrypt_core_macro2 48, 112 - scrypt_core_macro2 52, 116 - scrypt_core_macro2 56, 120 - scrypt_core_macro2 60, 124 - - call gen_salsa8_core - - movl 92(%esp), %edi - scrypt_core_macro3 0, 64 - scrypt_core_macro3 4, 68 - scrypt_core_macro3 8, 72 - scrypt_core_macro3 12, 76 - scrypt_core_macro3 16, 80 - scrypt_core_macro3 20, 84 - scrypt_core_macro3 24, 88 - scrypt_core_macro3 28, 92 - scrypt_core_macro3 32, 96 - scrypt_core_macro3 36, 100 - scrypt_core_macro3 40, 104 - scrypt_core_macro3 44, 108 - scrypt_core_macro3 48, 112 - scrypt_core_macro3 52, 116 - scrypt_core_macro3 56, 120 - scrypt_core_macro3 60, 124 - - movl 64(%esp), %esi - movl 68(%esp), %ecx - addl $128, %esi - cmpl %ecx, %esi - jne gen_scrypt_core_loop1 - - movl 96(%esp), %esi - movl $1024, %ecx -gen_scrypt_core_loop2: - movl %ecx, 68(%esp) - - movl 64(%edi), %edx - andl $1023, %edx - shll $7, %edx - - scrypt_core_macro1b 0, 64 - scrypt_core_macro1b 4, 68 - scrypt_core_macro1b 8, 72 - scrypt_core_macro1b 12, 76 - scrypt_core_macro1b 16, 80 - scrypt_core_macro1b 20, 84 - scrypt_core_macro1b 24, 88 - scrypt_core_macro1b 28, 92 - scrypt_core_macro1b 32, 96 - scrypt_core_macro1b 36, 100 - scrypt_core_macro1b 40, 104 - scrypt_core_macro1b 44, 108 - scrypt_core_macro1b 48, 112 - scrypt_core_macro1b 52, 116 - scrypt_core_macro1b 56, 120 - scrypt_core_macro1b 60, 124 - - call gen_salsa8_core - - movl 92(%esp), %edi - scrypt_core_macro2 0, 64 - scrypt_core_macro2 4, 68 - scrypt_core_macro2 8, 72 - scrypt_core_macro2 12, 76 - scrypt_core_macro2 16, 80 - scrypt_core_macro2 20, 84 - scrypt_core_macro2 24, 88 - scrypt_core_macro2 28, 92 - scrypt_core_macro2 32, 96 - scrypt_core_macro2 36, 100 - scrypt_core_macro2 40, 104 - scrypt_core_macro2 44, 108 - scrypt_core_macro2 48, 112 - scrypt_core_macro2 52, 116 - scrypt_core_macro2 56, 120 - scrypt_core_macro2 60, 124 - - call gen_salsa8_core - - movl 92(%esp), %edi - movl 96(%esp), %esi - scrypt_core_macro3 0, 64 - scrypt_core_macro3 4, 68 - scrypt_core_macro3 8, 72 - scrypt_core_macro3 12, 76 - scrypt_core_macro3 16, 80 - scrypt_core_macro3 20, 84 - scrypt_core_macro3 24, 88 - scrypt_core_macro3 28, 92 - scrypt_core_macro3 32, 96 - scrypt_core_macro3 36, 100 - scrypt_core_macro3 40, 104 - scrypt_core_macro3 44, 108 - scrypt_core_macro3 48, 112 - scrypt_core_macro3 52, 116 - scrypt_core_macro3 56, 120 - scrypt_core_macro3 60, 124 - - movl 68(%esp), %ecx - subl $1, %ecx - ja gen_scrypt_core_loop2 - - addl $72, %esp - popl %esi - popl %edi - popl %ebp - popl %ebx - ret - - -.macro xmm_salsa8_core_doubleround - movdqa %xmm1, %xmm4 - paddd %xmm0, %xmm4 - movdqa %xmm4, %xmm5 - pslld $7, %xmm4 - psrld $25, %xmm5 - pxor %xmm4, %xmm3 - pxor %xmm5, %xmm3 - movdqa %xmm0, %xmm4 - - paddd %xmm3, %xmm4 - movdqa %xmm4, %xmm5 - pslld $9, %xmm4 - psrld $23, %xmm5 - pxor %xmm4, %xmm2 - movdqa %xmm3, %xmm4 - pshufd $0x93, %xmm3, %xmm3 - pxor %xmm5, %xmm2 - - paddd %xmm2, %xmm4 - movdqa %xmm4, %xmm5 - pslld $13, %xmm4 - psrld $19, %xmm5 - pxor %xmm4, %xmm1 - movdqa %xmm2, %xmm4 - pshufd $0x4e, %xmm2, %xmm2 - pxor %xmm5, %xmm1 - - paddd %xmm1, %xmm4 - movdqa %xmm4, %xmm5 - pslld $18, %xmm4 - psrld $14, %xmm5 - pxor %xmm4, %xmm0 - pshufd $0x39, %xmm1, %xmm1 - pxor %xmm5, %xmm0 - movdqa %xmm3, %xmm4 - - paddd %xmm0, %xmm4 - movdqa %xmm4, %xmm5 - pslld $7, %xmm4 - psrld $25, %xmm5 - pxor %xmm4, %xmm1 - pxor %xmm5, %xmm1 - movdqa %xmm0, %xmm4 - - paddd %xmm1, %xmm4 - movdqa %xmm4, %xmm5 - pslld $9, %xmm4 - psrld $23, %xmm5 - pxor %xmm4, %xmm2 - movdqa %xmm1, %xmm4 - pshufd $0x93, %xmm1, %xmm1 - pxor %xmm5, %xmm2 - - paddd %xmm2, %xmm4 - movdqa %xmm4, %xmm5 - pslld $13, %xmm4 - psrld $19, %xmm5 - pxor %xmm4, %xmm3 - movdqa %xmm2, %xmm4 - pshufd $0x4e, %xmm2, %xmm2 - pxor %xmm5, %xmm3 - - paddd %xmm3, %xmm4 - movdqa %xmm4, %xmm5 - pslld $18, %xmm4 - psrld $14, %xmm5 - pxor %xmm4, %xmm0 - pshufd $0x39, %xmm3, %xmm3 - pxor %xmm5, %xmm0 -.endm - -.macro xmm_salsa8_core - xmm_salsa8_core_doubleround - xmm_salsa8_core_doubleround - xmm_salsa8_core_doubleround - xmm_salsa8_core_doubleround -.endm - - .align 32 -xmm_scrypt_core: - movl 20(%esp), %edi - movl 24(%esp), %esi - movl %esp, %ebp - subl $128, %esp - andl $-16, %esp - - # shuffle 1st block to (%esp) - movl 60(%edi), %edx - movl 44(%edi), %ecx - movl 28(%edi), %ebx - movl 12(%edi), %eax - movl %edx, 12(%esp) - movl %ecx, 28(%esp) - movl %ebx, 44(%esp) - movl %eax, 60(%esp) - movl 40(%edi), %ecx - movl 24(%edi), %ebx - movl 8(%edi), %eax - movl 56(%edi), %edx - movl %ecx, 8(%esp) - movl %ebx, 24(%esp) - movl %eax, 40(%esp) - movl %edx, 56(%esp) - movl 20(%edi), %ebx - movl 4(%edi), %eax - movl 52(%edi), %edx - movl 36(%edi), %ecx - movl %ebx, 4(%esp) - movl %eax, 20(%esp) - movl %edx, 36(%esp) - movl %ecx, 52(%esp) - movl 0(%edi), %eax - movl 48(%edi), %edx - movl 32(%edi), %ecx - movl 16(%edi), %ebx - movl %eax, 0(%esp) - movl %edx, 16(%esp) - movl %ecx, 32(%esp) - movl %ebx, 48(%esp) - - # shuffle 2nd block to 64(%esp) - movl 124(%edi), %edx - movl 108(%edi), %ecx - movl 92(%edi), %ebx - movl 76(%edi), %eax - movl %edx, 76(%esp) - movl %ecx, 92(%esp) - movl %ebx, 108(%esp) - movl %eax, 124(%esp) - movl 104(%edi), %ecx - movl 88(%edi), %ebx - movl 72(%edi), %eax - movl 120(%edi), %edx - movl %ecx, 72(%esp) - movl %ebx, 88(%esp) - movl %eax, 104(%esp) - movl %edx, 120(%esp) - movl 84(%edi), %ebx - movl 68(%edi), %eax - movl 116(%edi), %edx - movl 100(%edi), %ecx - movl %ebx, 68(%esp) - movl %eax, 84(%esp) - movl %edx, 100(%esp) - movl %ecx, 116(%esp) - movl 64(%edi), %eax - movl 112(%edi), %edx - movl 96(%edi), %ecx - movl 80(%edi), %ebx - movl %eax, 64(%esp) - movl %edx, 80(%esp) - movl %ecx, 96(%esp) - movl %ebx, 112(%esp) - - movl %esi, %edx - leal 131072(%esi), %ecx -xmm_scrypt_core_loop1: - movdqa 0(%esp), %xmm0 - movdqa 16(%esp), %xmm1 - movdqa 32(%esp), %xmm2 - movdqa 48(%esp), %xmm3 - movdqa 64(%esp), %xmm4 - movdqa 80(%esp), %xmm5 - movdqa 96(%esp), %xmm6 - movdqa 112(%esp), %xmm7 - movdqa %xmm0, 0(%edx) - movdqa %xmm1, 16(%edx) - movdqa %xmm2, 32(%edx) - movdqa %xmm3, 48(%edx) - movdqa %xmm4, 64(%edx) - movdqa %xmm5, 80(%edx) - movdqa %xmm6, 96(%edx) - movdqa %xmm7, 112(%edx) - - pxor %xmm4, %xmm0 - pxor %xmm5, %xmm1 - pxor %xmm6, %xmm2 - pxor %xmm7, %xmm3 - movdqa %xmm0, 0(%esp) - movdqa %xmm1, 16(%esp) - movdqa %xmm2, 32(%esp) - movdqa %xmm3, 48(%esp) - xmm_salsa8_core - paddd 0(%esp), %xmm0 - paddd 16(%esp), %xmm1 - paddd 32(%esp), %xmm2 - paddd 48(%esp), %xmm3 - movdqa %xmm0, 0(%esp) - movdqa %xmm1, 16(%esp) - movdqa %xmm2, 32(%esp) - movdqa %xmm3, 48(%esp) - - pxor 64(%esp), %xmm0 - pxor 80(%esp), %xmm1 - pxor 96(%esp), %xmm2 - pxor 112(%esp), %xmm3 - movdqa %xmm0, 64(%esp) - movdqa %xmm1, 80(%esp) - movdqa %xmm2, 96(%esp) - movdqa %xmm3, 112(%esp) - xmm_salsa8_core - paddd 64(%esp), %xmm0 - paddd 80(%esp), %xmm1 - paddd 96(%esp), %xmm2 - paddd 112(%esp), %xmm3 - movdqa %xmm0, 64(%esp) - movdqa %xmm1, 80(%esp) - movdqa %xmm2, 96(%esp) - movdqa %xmm3, 112(%esp) - - addl $128, %edx - cmpl %ecx, %edx - jne xmm_scrypt_core_loop1 - - movl $1024, %ecx -xmm_scrypt_core_loop2: - movdqa 0(%esp), %xmm0 - movdqa 16(%esp), %xmm1 - movdqa 32(%esp), %xmm2 - movdqa 48(%esp), %xmm3 - movdqa 64(%esp), %xmm4 - movdqa 80(%esp), %xmm5 - movdqa 96(%esp), %xmm6 - movdqa 112(%esp), %xmm7 - movd %xmm4, %edx - andl $1023, %edx - shll $7, %edx - pxor 0(%esi, %edx), %xmm0 - pxor 16(%esi, %edx), %xmm1 - pxor 32(%esi, %edx), %xmm2 - pxor 48(%esi, %edx), %xmm3 - pxor 64(%esi, %edx), %xmm4 - pxor 80(%esi, %edx), %xmm5 - pxor 96(%esi, %edx), %xmm6 - pxor 112(%esi, %edx), %xmm7 - movdqa %xmm4, 64(%esp) - movdqa %xmm5, 80(%esp) - movdqa %xmm6, 96(%esp) - movdqa %xmm7, 112(%esp) - - pxor %xmm4, %xmm0 - pxor %xmm5, %xmm1 - pxor %xmm6, %xmm2 - pxor %xmm7, %xmm3 - movdqa %xmm0, 0(%esp) - movdqa %xmm1, 16(%esp) - movdqa %xmm2, 32(%esp) - movdqa %xmm3, 48(%esp) - xmm_salsa8_core - paddd 0(%esp), %xmm0 - paddd 16(%esp), %xmm1 - paddd 32(%esp), %xmm2 - paddd 48(%esp), %xmm3 - movdqa %xmm0, 0(%esp) - movdqa %xmm1, 16(%esp) - movdqa %xmm2, 32(%esp) - movdqa %xmm3, 48(%esp) - - pxor 64(%esp), %xmm0 - pxor 80(%esp), %xmm1 - pxor 96(%esp), %xmm2 - pxor 112(%esp), %xmm3 - movdqa %xmm0, 64(%esp) - movdqa %xmm1, 80(%esp) - movdqa %xmm2, 96(%esp) - movdqa %xmm3, 112(%esp) - xmm_salsa8_core - paddd 64(%esp), %xmm0 - paddd 80(%esp), %xmm1 - paddd 96(%esp), %xmm2 - paddd 112(%esp), %xmm3 - movdqa %xmm0, 64(%esp) - movdqa %xmm1, 80(%esp) - movdqa %xmm2, 96(%esp) - movdqa %xmm3, 112(%esp) - - subl $1, %ecx - ja xmm_scrypt_core_loop2 - - # re-shuffle 1st block back - movl 60(%esp), %edx - movl 44(%esp), %ecx - movl 28(%esp), %ebx - movl 12(%esp), %eax - movl %edx, 12(%edi) - movl %ecx, 28(%edi) - movl %ebx, 44(%edi) - movl %eax, 60(%edi) - movl 40(%esp), %ecx - movl 24(%esp), %ebx - movl 8(%esp), %eax - movl 56(%esp), %edx - movl %ecx, 8(%edi) - movl %ebx, 24(%edi) - movl %eax, 40(%edi) - movl %edx, 56(%edi) - movl 20(%esp), %ebx - movl 4(%esp), %eax - movl 52(%esp), %edx - movl 36(%esp), %ecx - movl %ebx, 4(%edi) - movl %eax, 20(%edi) - movl %edx, 36(%edi) - movl %ecx, 52(%edi) - movl 0(%esp), %eax - movl 48(%esp), %edx - movl 32(%esp), %ecx - movl 16(%esp), %ebx - movl %eax, 0(%edi) - movl %edx, 16(%edi) - movl %ecx, 32(%edi) - movl %ebx, 48(%edi) - - # re-shuffle 2nd block back - movl 124(%esp), %edx - movl 108(%esp), %ecx - movl 92(%esp), %ebx - movl 76(%esp), %eax - movl %edx, 76(%edi) - movl %ecx, 92(%edi) - movl %ebx, 108(%edi) - movl %eax, 124(%edi) - movl 104(%esp), %ecx - movl 88(%esp), %ebx - movl 72(%esp), %eax - movl 120(%esp), %edx - movl %ecx, 72(%edi) - movl %ebx, 88(%edi) - movl %eax, 104(%edi) - movl %edx, 120(%edi) - movl 84(%esp), %ebx - movl 68(%esp), %eax - movl 116(%esp), %edx - movl 100(%esp), %ecx - movl %ebx, 68(%edi) - movl %eax, 84(%edi) - movl %edx, 100(%edi) - movl %ecx, 116(%edi) - movl 64(%esp), %eax - movl 112(%esp), %edx - movl 96(%esp), %ecx - movl 80(%esp), %ebx - movl %eax, 64(%edi) - movl %edx, 80(%edi) - movl %ecx, 96(%edi) - movl %ebx, 112(%edi) - - movl %ebp, %esp - popl %esi - popl %edi - popl %ebp - popl %ebx - ret - -#endif +# Copyright 2011 pooler@litecoinpool.org +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. + +#if defined(__i386__) + +.macro gen_salsa8_core_quadround + movl 52(%esp), %ecx + movl 4(%esp), %edx + movl 20(%esp), %ebx + movl 8(%esp), %esi + leal (%ecx, %edx), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 4(%esp) + movl 36(%esp), %edi + leal (%edx, %ebx), %ebp + roll $9, %ebp + xorl %ebp, %edi + movl 24(%esp), %ebp + movl %edi, 8(%esp) + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 40(%esp), %ebx + movl %ecx, 20(%esp) + addl %edi, %ecx + roll $18, %ecx + leal (%esi, %ebp), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 24(%esp) + movl 56(%esp), %edi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %edi + movl %edi, 36(%esp) + movl 28(%esp), %ecx + movl %edx, 28(%esp) + movl 44(%esp), %edx + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %esi + movl 60(%esp), %ebx + movl %esi, 40(%esp) + addl %edi, %esi + roll $18, %esi + leal (%ecx, %edx), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 44(%esp) + movl 12(%esp), %edi + xorl %esi, %ebp + leal (%edx, %ebx), %esi + roll $9, %esi + xorl %esi, %edi + movl %edi, 12(%esp) + movl 48(%esp), %esi + movl %ebp, 48(%esp) + movl 64(%esp), %ebp + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 16(%esp), %ebx + movl %ecx, 16(%esp) + addl %edi, %ecx + roll $18, %ecx + leal (%esi, %ebp), %edi + roll $7, %edi + xorl %edi, %ebx + movl 32(%esp), %edi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %edi + movl %edi, 32(%esp) + movl %ebx, %ecx + movl %edx, 52(%esp) + movl 28(%esp), %edx + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %esi + movl 40(%esp), %ebx + movl %esi, 28(%esp) + addl %edi, %esi + roll $18, %esi + leal (%ecx, %edx), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 40(%esp) + movl 12(%esp), %edi + xorl %esi, %ebp + leal (%edx, %ebx), %esi + roll $9, %esi + xorl %esi, %edi + movl %edi, 12(%esp) + movl 4(%esp), %esi + movl %ebp, 4(%esp) + movl 48(%esp), %ebp + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 16(%esp), %ebx + movl %ecx, 16(%esp) + addl %edi, %ecx + roll $18, %ecx + leal (%esi, %ebp), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 48(%esp) + movl 32(%esp), %edi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %edi + movl %edi, 32(%esp) + movl 24(%esp), %ecx + movl %edx, 24(%esp) + movl 52(%esp), %edx + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %esi + movl 28(%esp), %ebx + movl %esi, 28(%esp) + addl %edi, %esi + roll $18, %esi + leal (%ecx, %edx), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 52(%esp) + movl 8(%esp), %edi + xorl %esi, %ebp + leal (%edx, %ebx), %esi + roll $9, %esi + xorl %esi, %edi + movl %edi, 8(%esp) + movl 44(%esp), %esi + movl %ebp, 44(%esp) + movl 4(%esp), %ebp + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 20(%esp), %ebx + movl %ecx, 4(%esp) + addl %edi, %ecx + roll $18, %ecx + leal (%esi, %ebp), %edi + roll $7, %edi + xorl %edi, %ebx + movl 36(%esp), %edi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %edi + movl %edi, 20(%esp) + movl %ebx, %ecx + movl %edx, 36(%esp) + movl 24(%esp), %edx + addl %edi, %ebx + roll $13, %ebx + xorl %ebx, %esi + movl 28(%esp), %ebx + movl %esi, 24(%esp) + addl %edi, %esi + roll $18, %esi + leal (%ecx, %edx), %edi + roll $7, %edi + xorl %edi, %ebx + movl %ebx, 28(%esp) + xorl %esi, %ebp + movl 8(%esp), %esi + leal (%edx, %ebx), %edi + roll $9, %edi + xorl %edi, %esi + movl 40(%esp), %edi + movl %ebp, 8(%esp) + movl 44(%esp), %ebp + movl %esi, 40(%esp) + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 4(%esp), %ebx + movl %ecx, 44(%esp) + addl %esi, %ecx + roll $18, %ecx + leal (%edi, %ebp), %esi + roll $7, %esi + xorl %esi, %ebx + movl %ebx, 4(%esp) + movl 20(%esp), %esi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %esi + movl %esi, 56(%esp) + movl 48(%esp), %ecx + movl %edx, 20(%esp) + movl 36(%esp), %edx + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %edi + movl 24(%esp), %ebx + movl %edi, 24(%esp) + addl %esi, %edi + roll $18, %edi + leal (%ecx, %edx), %esi + roll $7, %esi + xorl %esi, %ebx + movl %ebx, 60(%esp) + movl 12(%esp), %esi + xorl %edi, %ebp + leal (%edx, %ebx), %edi + roll $9, %edi + xorl %edi, %esi + movl %esi, 12(%esp) + movl 52(%esp), %edi + movl %ebp, 36(%esp) + movl 8(%esp), %ebp + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 16(%esp), %ebx + movl %ecx, 16(%esp) + addl %esi, %ecx + roll $18, %ecx + leal (%edi, %ebp), %esi + roll $7, %esi + xorl %esi, %ebx + movl 32(%esp), %esi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %esi + movl %esi, 32(%esp) + movl %ebx, %ecx + movl %edx, 48(%esp) + movl 20(%esp), %edx + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %edi + movl 24(%esp), %ebx + movl %edi, 20(%esp) + addl %esi, %edi + roll $18, %edi + leal (%ecx, %edx), %esi + roll $7, %esi + xorl %esi, %ebx + movl %ebx, 8(%esp) + movl 12(%esp), %esi + xorl %edi, %ebp + leal (%edx, %ebx), %edi + roll $9, %edi + xorl %edi, %esi + movl %esi, 12(%esp) + movl 28(%esp), %edi + movl %ebp, 52(%esp) + movl 36(%esp), %ebp + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 16(%esp), %ebx + movl %ecx, 16(%esp) + addl %esi, %ecx + roll $18, %ecx + leal (%edi, %ebp), %esi + roll $7, %esi + xorl %esi, %ebx + movl %ebx, 28(%esp) + movl 32(%esp), %esi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %esi + movl %esi, 32(%esp) + movl 4(%esp), %ecx + movl %edx, 4(%esp) + movl 48(%esp), %edx + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %edi + movl 20(%esp), %ebx + movl %edi, 20(%esp) + addl %esi, %edi + roll $18, %edi + leal (%ecx, %edx), %esi + roll $7, %esi + xorl %esi, %ebx + movl %ebx, 48(%esp) + movl 40(%esp), %esi + xorl %edi, %ebp + leal (%edx, %ebx), %edi + roll $9, %edi + xorl %edi, %esi + movl %esi, 36(%esp) + movl 60(%esp), %edi + movl %ebp, 24(%esp) + movl 52(%esp), %ebp + addl %esi, %ebx + roll $13, %ebx + xorl %ebx, %ecx + movl 44(%esp), %ebx + movl %ecx, 40(%esp) + addl %esi, %ecx + roll $18, %ecx + leal (%edi, %ebp), %esi + roll $7, %esi + xorl %esi, %ebx + movl %ebx, 52(%esp) + movl 56(%esp), %esi + xorl %ecx, %edx + leal (%ebp, %ebx), %ecx + roll $9, %ecx + xorl %ecx, %esi + movl %esi, 56(%esp) + addl %esi, %ebx + movl %edx, 44(%esp) + roll $13, %ebx + xorl %ebx, %edi + movl %edi, 60(%esp) + addl %esi, %edi + roll $18, %edi + xorl %edi, %ebp + movl %ebp, 64(%esp) +.endm + + .text + .align 32 +gen_salsa8_core: + gen_salsa8_core_quadround + gen_salsa8_core_quadround + ret + + + .text + .align 32 + .globl scrypt_core + .globl _scrypt_core +scrypt_core: +_scrypt_core: + pushl %ebx + pushl %ebp + pushl %edi + pushl %esi + + # Check for SSE2 availability + movl $1, %eax + cpuid + andl $0x04000000, %edx + jnz xmm_scrypt_core + +gen_scrypt_core: + movl 20(%esp), %edi + movl 24(%esp), %esi + subl $72, %esp + +.macro scrypt_core_macro1a p, q + movl \p(%edi), %eax + movl \q(%edi), %edx + movl %eax, \p(%esi) + movl %edx, \q(%esi) + xorl %edx, %eax + movl %eax, \p(%edi) + movl %eax, \p(%esp) +.endm + +.macro scrypt_core_macro1b p, q + movl \p(%edi), %eax + xorl \p(%esi, %edx), %eax + movl \q(%edi), %ebx + xorl \q(%esi, %edx), %ebx + movl %ebx, \q(%edi) + xorl %ebx, %eax + movl %eax, \p(%edi) + movl %eax, \p(%esp) +.endm + +.macro scrypt_core_macro2 p, q + movl \p(%esp), %eax + addl \p(%edi), %eax + movl %eax, \p(%edi) + xorl \q(%edi), %eax + movl %eax, \q(%edi) + movl %eax, \p(%esp) +.endm + +.macro scrypt_core_macro3 p, q + movl \p(%esp), %eax + addl \q(%edi), %eax + movl %eax, \q(%edi) +.endm + + leal 131072(%esi), %ecx +gen_scrypt_core_loop1: + movl %esi, 64(%esp) + movl %ecx, 68(%esp) + + scrypt_core_macro1a 0, 64 + scrypt_core_macro1a 4, 68 + scrypt_core_macro1a 8, 72 + scrypt_core_macro1a 12, 76 + scrypt_core_macro1a 16, 80 + scrypt_core_macro1a 20, 84 + scrypt_core_macro1a 24, 88 + scrypt_core_macro1a 28, 92 + scrypt_core_macro1a 32, 96 + scrypt_core_macro1a 36, 100 + scrypt_core_macro1a 40, 104 + scrypt_core_macro1a 44, 108 + scrypt_core_macro1a 48, 112 + scrypt_core_macro1a 52, 116 + scrypt_core_macro1a 56, 120 + scrypt_core_macro1a 60, 124 + + call gen_salsa8_core + + movl 92(%esp), %edi + scrypt_core_macro2 0, 64 + scrypt_core_macro2 4, 68 + scrypt_core_macro2 8, 72 + scrypt_core_macro2 12, 76 + scrypt_core_macro2 16, 80 + scrypt_core_macro2 20, 84 + scrypt_core_macro2 24, 88 + scrypt_core_macro2 28, 92 + scrypt_core_macro2 32, 96 + scrypt_core_macro2 36, 100 + scrypt_core_macro2 40, 104 + scrypt_core_macro2 44, 108 + scrypt_core_macro2 48, 112 + scrypt_core_macro2 52, 116 + scrypt_core_macro2 56, 120 + scrypt_core_macro2 60, 124 + + call gen_salsa8_core + + movl 92(%esp), %edi + scrypt_core_macro3 0, 64 + scrypt_core_macro3 4, 68 + scrypt_core_macro3 8, 72 + scrypt_core_macro3 12, 76 + scrypt_core_macro3 16, 80 + scrypt_core_macro3 20, 84 + scrypt_core_macro3 24, 88 + scrypt_core_macro3 28, 92 + scrypt_core_macro3 32, 96 + scrypt_core_macro3 36, 100 + scrypt_core_macro3 40, 104 + scrypt_core_macro3 44, 108 + scrypt_core_macro3 48, 112 + scrypt_core_macro3 52, 116 + scrypt_core_macro3 56, 120 + scrypt_core_macro3 60, 124 + + movl 64(%esp), %esi + movl 68(%esp), %ecx + addl $128, %esi + cmpl %ecx, %esi + jne gen_scrypt_core_loop1 + + movl 96(%esp), %esi + movl $1024, %ecx +gen_scrypt_core_loop2: + movl %ecx, 68(%esp) + + movl 64(%edi), %edx + andl $1023, %edx + shll $7, %edx + + scrypt_core_macro1b 0, 64 + scrypt_core_macro1b 4, 68 + scrypt_core_macro1b 8, 72 + scrypt_core_macro1b 12, 76 + scrypt_core_macro1b 16, 80 + scrypt_core_macro1b 20, 84 + scrypt_core_macro1b 24, 88 + scrypt_core_macro1b 28, 92 + scrypt_core_macro1b 32, 96 + scrypt_core_macro1b 36, 100 + scrypt_core_macro1b 40, 104 + scrypt_core_macro1b 44, 108 + scrypt_core_macro1b 48, 112 + scrypt_core_macro1b 52, 116 + scrypt_core_macro1b 56, 120 + scrypt_core_macro1b 60, 124 + + call gen_salsa8_core + + movl 92(%esp), %edi + scrypt_core_macro2 0, 64 + scrypt_core_macro2 4, 68 + scrypt_core_macro2 8, 72 + scrypt_core_macro2 12, 76 + scrypt_core_macro2 16, 80 + scrypt_core_macro2 20, 84 + scrypt_core_macro2 24, 88 + scrypt_core_macro2 28, 92 + scrypt_core_macro2 32, 96 + scrypt_core_macro2 36, 100 + scrypt_core_macro2 40, 104 + scrypt_core_macro2 44, 108 + scrypt_core_macro2 48, 112 + scrypt_core_macro2 52, 116 + scrypt_core_macro2 56, 120 + scrypt_core_macro2 60, 124 + + call gen_salsa8_core + + movl 92(%esp), %edi + movl 96(%esp), %esi + scrypt_core_macro3 0, 64 + scrypt_core_macro3 4, 68 + scrypt_core_macro3 8, 72 + scrypt_core_macro3 12, 76 + scrypt_core_macro3 16, 80 + scrypt_core_macro3 20, 84 + scrypt_core_macro3 24, 88 + scrypt_core_macro3 28, 92 + scrypt_core_macro3 32, 96 + scrypt_core_macro3 36, 100 + scrypt_core_macro3 40, 104 + scrypt_core_macro3 44, 108 + scrypt_core_macro3 48, 112 + scrypt_core_macro3 52, 116 + scrypt_core_macro3 56, 120 + scrypt_core_macro3 60, 124 + + movl 68(%esp), %ecx + subl $1, %ecx + ja gen_scrypt_core_loop2 + + addl $72, %esp + popl %esi + popl %edi + popl %ebp + popl %ebx + ret + + +.macro xmm_salsa8_core_doubleround + movdqa %xmm1, %xmm4 + paddd %xmm0, %xmm4 + movdqa %xmm4, %xmm5 + pslld $7, %xmm4 + psrld $25, %xmm5 + pxor %xmm4, %xmm3 + pxor %xmm5, %xmm3 + movdqa %xmm0, %xmm4 + + paddd %xmm3, %xmm4 + movdqa %xmm4, %xmm5 + pslld $9, %xmm4 + psrld $23, %xmm5 + pxor %xmm4, %xmm2 + movdqa %xmm3, %xmm4 + pshufd $0x93, %xmm3, %xmm3 + pxor %xmm5, %xmm2 + + paddd %xmm2, %xmm4 + movdqa %xmm4, %xmm5 + pslld $13, %xmm4 + psrld $19, %xmm5 + pxor %xmm4, %xmm1 + movdqa %xmm2, %xmm4 + pshufd $0x4e, %xmm2, %xmm2 + pxor %xmm5, %xmm1 + + paddd %xmm1, %xmm4 + movdqa %xmm4, %xmm5 + pslld $18, %xmm4 + psrld $14, %xmm5 + pxor %xmm4, %xmm0 + pshufd $0x39, %xmm1, %xmm1 + pxor %xmm5, %xmm0 + movdqa %xmm3, %xmm4 + + paddd %xmm0, %xmm4 + movdqa %xmm4, %xmm5 + pslld $7, %xmm4 + psrld $25, %xmm5 + pxor %xmm4, %xmm1 + pxor %xmm5, %xmm1 + movdqa %xmm0, %xmm4 + + paddd %xmm1, %xmm4 + movdqa %xmm4, %xmm5 + pslld $9, %xmm4 + psrld $23, %xmm5 + pxor %xmm4, %xmm2 + movdqa %xmm1, %xmm4 + pshufd $0x93, %xmm1, %xmm1 + pxor %xmm5, %xmm2 + + paddd %xmm2, %xmm4 + movdqa %xmm4, %xmm5 + pslld $13, %xmm4 + psrld $19, %xmm5 + pxor %xmm4, %xmm3 + movdqa %xmm2, %xmm4 + pshufd $0x4e, %xmm2, %xmm2 + pxor %xmm5, %xmm3 + + paddd %xmm3, %xmm4 + movdqa %xmm4, %xmm5 + pslld $18, %xmm4 + psrld $14, %xmm5 + pxor %xmm4, %xmm0 + pshufd $0x39, %xmm3, %xmm3 + pxor %xmm5, %xmm0 +.endm + +.macro xmm_salsa8_core + xmm_salsa8_core_doubleround + xmm_salsa8_core_doubleround + xmm_salsa8_core_doubleround + xmm_salsa8_core_doubleround +.endm + + .align 32 +xmm_scrypt_core: + movl 20(%esp), %edi + movl 24(%esp), %esi + movl %esp, %ebp + subl $128, %esp + andl $-16, %esp + + # shuffle 1st block to (%esp) + movl 60(%edi), %edx + movl 44(%edi), %ecx + movl 28(%edi), %ebx + movl 12(%edi), %eax + movl %edx, 12(%esp) + movl %ecx, 28(%esp) + movl %ebx, 44(%esp) + movl %eax, 60(%esp) + movl 40(%edi), %ecx + movl 24(%edi), %ebx + movl 8(%edi), %eax + movl 56(%edi), %edx + movl %ecx, 8(%esp) + movl %ebx, 24(%esp) + movl %eax, 40(%esp) + movl %edx, 56(%esp) + movl 20(%edi), %ebx + movl 4(%edi), %eax + movl 52(%edi), %edx + movl 36(%edi), %ecx + movl %ebx, 4(%esp) + movl %eax, 20(%esp) + movl %edx, 36(%esp) + movl %ecx, 52(%esp) + movl 0(%edi), %eax + movl 48(%edi), %edx + movl 32(%edi), %ecx + movl 16(%edi), %ebx + movl %eax, 0(%esp) + movl %edx, 16(%esp) + movl %ecx, 32(%esp) + movl %ebx, 48(%esp) + + # shuffle 2nd block to 64(%esp) + movl 124(%edi), %edx + movl 108(%edi), %ecx + movl 92(%edi), %ebx + movl 76(%edi), %eax + movl %edx, 76(%esp) + movl %ecx, 92(%esp) + movl %ebx, 108(%esp) + movl %eax, 124(%esp) + movl 104(%edi), %ecx + movl 88(%edi), %ebx + movl 72(%edi), %eax + movl 120(%edi), %edx + movl %ecx, 72(%esp) + movl %ebx, 88(%esp) + movl %eax, 104(%esp) + movl %edx, 120(%esp) + movl 84(%edi), %ebx + movl 68(%edi), %eax + movl 116(%edi), %edx + movl 100(%edi), %ecx + movl %ebx, 68(%esp) + movl %eax, 84(%esp) + movl %edx, 100(%esp) + movl %ecx, 116(%esp) + movl 64(%edi), %eax + movl 112(%edi), %edx + movl 96(%edi), %ecx + movl 80(%edi), %ebx + movl %eax, 64(%esp) + movl %edx, 80(%esp) + movl %ecx, 96(%esp) + movl %ebx, 112(%esp) + + movl %esi, %edx + leal 131072(%esi), %ecx +xmm_scrypt_core_loop1: + movdqa 0(%esp), %xmm0 + movdqa 16(%esp), %xmm1 + movdqa 32(%esp), %xmm2 + movdqa 48(%esp), %xmm3 + movdqa 64(%esp), %xmm4 + movdqa 80(%esp), %xmm5 + movdqa 96(%esp), %xmm6 + movdqa 112(%esp), %xmm7 + movdqa %xmm0, 0(%edx) + movdqa %xmm1, 16(%edx) + movdqa %xmm2, 32(%edx) + movdqa %xmm3, 48(%edx) + movdqa %xmm4, 64(%edx) + movdqa %xmm5, 80(%edx) + movdqa %xmm6, 96(%edx) + movdqa %xmm7, 112(%edx) + + pxor %xmm4, %xmm0 + pxor %xmm5, %xmm1 + pxor %xmm6, %xmm2 + pxor %xmm7, %xmm3 + movdqa %xmm0, 0(%esp) + movdqa %xmm1, 16(%esp) + movdqa %xmm2, 32(%esp) + movdqa %xmm3, 48(%esp) + xmm_salsa8_core + paddd 0(%esp), %xmm0 + paddd 16(%esp), %xmm1 + paddd 32(%esp), %xmm2 + paddd 48(%esp), %xmm3 + movdqa %xmm0, 0(%esp) + movdqa %xmm1, 16(%esp) + movdqa %xmm2, 32(%esp) + movdqa %xmm3, 48(%esp) + + pxor 64(%esp), %xmm0 + pxor 80(%esp), %xmm1 + pxor 96(%esp), %xmm2 + pxor 112(%esp), %xmm3 + movdqa %xmm0, 64(%esp) + movdqa %xmm1, 80(%esp) + movdqa %xmm2, 96(%esp) + movdqa %xmm3, 112(%esp) + xmm_salsa8_core + paddd 64(%esp), %xmm0 + paddd 80(%esp), %xmm1 + paddd 96(%esp), %xmm2 + paddd 112(%esp), %xmm3 + movdqa %xmm0, 64(%esp) + movdqa %xmm1, 80(%esp) + movdqa %xmm2, 96(%esp) + movdqa %xmm3, 112(%esp) + + addl $128, %edx + cmpl %ecx, %edx + jne xmm_scrypt_core_loop1 + + movl $1024, %ecx +xmm_scrypt_core_loop2: + movdqa 0(%esp), %xmm0 + movdqa 16(%esp), %xmm1 + movdqa 32(%esp), %xmm2 + movdqa 48(%esp), %xmm3 + movdqa 64(%esp), %xmm4 + movdqa 80(%esp), %xmm5 + movdqa 96(%esp), %xmm6 + movdqa 112(%esp), %xmm7 + movd %xmm4, %edx + andl $1023, %edx + shll $7, %edx + pxor 0(%esi, %edx), %xmm0 + pxor 16(%esi, %edx), %xmm1 + pxor 32(%esi, %edx), %xmm2 + pxor 48(%esi, %edx), %xmm3 + pxor 64(%esi, %edx), %xmm4 + pxor 80(%esi, %edx), %xmm5 + pxor 96(%esi, %edx), %xmm6 + pxor 112(%esi, %edx), %xmm7 + movdqa %xmm4, 64(%esp) + movdqa %xmm5, 80(%esp) + movdqa %xmm6, 96(%esp) + movdqa %xmm7, 112(%esp) + + pxor %xmm4, %xmm0 + pxor %xmm5, %xmm1 + pxor %xmm6, %xmm2 + pxor %xmm7, %xmm3 + movdqa %xmm0, 0(%esp) + movdqa %xmm1, 16(%esp) + movdqa %xmm2, 32(%esp) + movdqa %xmm3, 48(%esp) + xmm_salsa8_core + paddd 0(%esp), %xmm0 + paddd 16(%esp), %xmm1 + paddd 32(%esp), %xmm2 + paddd 48(%esp), %xmm3 + movdqa %xmm0, 0(%esp) + movdqa %xmm1, 16(%esp) + movdqa %xmm2, 32(%esp) + movdqa %xmm3, 48(%esp) + + pxor 64(%esp), %xmm0 + pxor 80(%esp), %xmm1 + pxor 96(%esp), %xmm2 + pxor 112(%esp), %xmm3 + movdqa %xmm0, 64(%esp) + movdqa %xmm1, 80(%esp) + movdqa %xmm2, 96(%esp) + movdqa %xmm3, 112(%esp) + xmm_salsa8_core + paddd 64(%esp), %xmm0 + paddd 80(%esp), %xmm1 + paddd 96(%esp), %xmm2 + paddd 112(%esp), %xmm3 + movdqa %xmm0, 64(%esp) + movdqa %xmm1, 80(%esp) + movdqa %xmm2, 96(%esp) + movdqa %xmm3, 112(%esp) + + subl $1, %ecx + ja xmm_scrypt_core_loop2 + + # re-shuffle 1st block back + movl 60(%esp), %edx + movl 44(%esp), %ecx + movl 28(%esp), %ebx + movl 12(%esp), %eax + movl %edx, 12(%edi) + movl %ecx, 28(%edi) + movl %ebx, 44(%edi) + movl %eax, 60(%edi) + movl 40(%esp), %ecx + movl 24(%esp), %ebx + movl 8(%esp), %eax + movl 56(%esp), %edx + movl %ecx, 8(%edi) + movl %ebx, 24(%edi) + movl %eax, 40(%edi) + movl %edx, 56(%edi) + movl 20(%esp), %ebx + movl 4(%esp), %eax + movl 52(%esp), %edx + movl 36(%esp), %ecx + movl %ebx, 4(%edi) + movl %eax, 20(%edi) + movl %edx, 36(%edi) + movl %ecx, 52(%edi) + movl 0(%esp), %eax + movl 48(%esp), %edx + movl 32(%esp), %ecx + movl 16(%esp), %ebx + movl %eax, 0(%edi) + movl %edx, 16(%edi) + movl %ecx, 32(%edi) + movl %ebx, 48(%edi) + + # re-shuffle 2nd block back + movl 124(%esp), %edx + movl 108(%esp), %ecx + movl 92(%esp), %ebx + movl 76(%esp), %eax + movl %edx, 76(%edi) + movl %ecx, 92(%edi) + movl %ebx, 108(%edi) + movl %eax, 124(%edi) + movl 104(%esp), %ecx + movl 88(%esp), %ebx + movl 72(%esp), %eax + movl 120(%esp), %edx + movl %ecx, 72(%edi) + movl %ebx, 88(%edi) + movl %eax, 104(%edi) + movl %edx, 120(%edi) + movl 84(%esp), %ebx + movl 68(%esp), %eax + movl 116(%esp), %edx + movl 100(%esp), %ecx + movl %ebx, 68(%edi) + movl %eax, 84(%edi) + movl %edx, 100(%edi) + movl %ecx, 116(%edi) + movl 64(%esp), %eax + movl 112(%esp), %edx + movl 96(%esp), %ecx + movl 80(%esp), %ebx + movl %eax, 64(%edi) + movl %edx, 80(%edi) + movl %ecx, 96(%edi) + movl %ebx, 112(%edi) + + movl %ebp, %esp + popl %esi + popl %edi + popl %ebp + popl %ebx + ret + +#endif diff --git a/src/scrypt-x86_64.S b/src/scrypt-x86_64.S index 8ea2217..8d408fd 100644 --- a/src/scrypt-x86_64.S +++ b/src/scrypt-x86_64.S @@ -1,1879 +1,1879 @@ -# Copyright 2011-2012 pooler@litecoinpool.org -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. - -#if defined(__linux__) && defined(__ELF__) - .section .note.GNU-stack,"",%progbits -#endif - -#if defined(__x86_64__) - -.macro scrypt_shuffle src, so, dest, do - movl \so+60(\src), %r8d - movl \so+44(\src), %r9d - movl \so+28(\src), %r10d - movl \so+12(\src), %r11d - movl %r8d, \do+12(\dest) - movl %r9d, \do+28(\dest) - movl %r10d, \do+44(\dest) - movl %r11d, \do+60(\dest) - movl \so+40(\src), %r8d - movl \so+8(\src), %r9d - movl \so+48(\src), %r10d - movl \so+16(\src), %r11d - movl %r8d, \do+8(\dest) - movl %r9d, \do+40(\dest) - movl %r10d, \do+16(\dest) - movl %r11d, \do+48(\dest) - movl \so+20(\src), %r8d - movl \so+4(\src), %r9d - movl \so+52(\src), %r10d - movl \so+36(\src), %r11d - movl %r8d, \do+4(\dest) - movl %r9d, \do+20(\dest) - movl %r10d, \do+36(\dest) - movl %r11d, \do+52(\dest) - movl \so+0(\src), %r8d - movl \so+24(\src), %r9d - movl \so+32(\src), %r10d - movl \so+56(\src), %r11d - movl %r8d, \do+0(\dest) - movl %r9d, \do+24(\dest) - movl %r10d, \do+32(\dest) - movl %r11d, \do+56(\dest) -.endm - -.macro gen_salsa8_core_doubleround - movq 72(%rsp), %r15 - - leaq (%r14, %rdx), %rbp - roll $7, %ebp - xorq %rbp, %r9 - leaq (%rdi, %r15), %rbp - roll $7, %ebp - xorq %rbp, %r10 - leaq (%rdx, %r9), %rbp - roll $9, %ebp - xorq %rbp, %r11 - leaq (%r15, %r10), %rbp - roll $9, %ebp - xorq %rbp, %r13 - leaq (%r9, %r11), %rbp - roll $13, %ebp - xorq %rbp, %r14 - leaq (%r10, %r13), %rbp - roll $13, %ebp - xorq %rbp, %rdi - leaq (%r11, %r14), %rbp - roll $18, %ebp - xorq %rbp, %rdx - leaq (%r13, %rdi), %rbp - roll $18, %ebp - xorq %rbp, %r15 - - movq 48(%rsp), %rbp - movq %r15, 72(%rsp) - - leaq (%rax, %rbp), %r15 - roll $7, %r15d - xorq %r15, %rbx - leaq (%rbp, %rbx), %r15 - roll $9, %r15d - xorq %r15, %rcx - leaq (%rbx, %rcx), %r15 - roll $13, %r15d - xorq %r15, %rax - leaq (%rcx, %rax), %r15 - roll $18, %r15d - xorq %r15, %rbp - - movq 88(%rsp), %r15 - movq %rbp, 48(%rsp) - - leaq (%r12, %r15), %rbp - roll $7, %ebp - xorq %rbp, %rsi - leaq (%r15, %rsi), %rbp - roll $9, %ebp - xorq %rbp, %r8 - leaq (%rsi, %r8), %rbp - roll $13, %ebp - xorq %rbp, %r12 - leaq (%r8, %r12), %rbp - roll $18, %ebp - xorq %rbp, %r15 - - movq %r15, 88(%rsp) - movq 72(%rsp), %r15 - - leaq (%rsi, %rdx), %rbp - roll $7, %ebp - xorq %rbp, %rdi - leaq (%r9, %r15), %rbp - roll $7, %ebp - xorq %rbp, %rax - leaq (%rdx, %rdi), %rbp - roll $9, %ebp - xorq %rbp, %rcx - leaq (%r15, %rax), %rbp - roll $9, %ebp - xorq %rbp, %r8 - leaq (%rdi, %rcx), %rbp - roll $13, %ebp - xorq %rbp, %rsi - leaq (%rax, %r8), %rbp - roll $13, %ebp - xorq %rbp, %r9 - leaq (%rcx, %rsi), %rbp - roll $18, %ebp - xorq %rbp, %rdx - leaq (%r8, %r9), %rbp - roll $18, %ebp - xorq %rbp, %r15 - - movq 48(%rsp), %rbp - movq %r15, 72(%rsp) - - leaq (%r10, %rbp), %r15 - roll $7, %r15d - xorq %r15, %r12 - leaq (%rbp, %r12), %r15 - roll $9, %r15d - xorq %r15, %r11 - leaq (%r12, %r11), %r15 - roll $13, %r15d - xorq %r15, %r10 - leaq (%r11, %r10), %r15 - roll $18, %r15d - xorq %r15, %rbp - - movq 88(%rsp), %r15 - movq %rbp, 48(%rsp) - - leaq (%rbx, %r15), %rbp - roll $7, %ebp - xorq %rbp, %r14 - leaq (%r15, %r14), %rbp - roll $9, %ebp - xorq %rbp, %r13 - leaq (%r14, %r13), %rbp - roll $13, %ebp - xorq %rbp, %rbx - leaq (%r13, %rbx), %rbp - roll $18, %ebp - xorq %rbp, %r15 - - movq %r15, 88(%rsp) -.endm - - .text - .align 32 -gen_salsa8_core: - # 0: %rdx, %rdi, %rcx, %rsi - movq 8(%rsp), %rdi - movq %rdi, %rdx - shrq $32, %rdi - movq 16(%rsp), %rsi - movq %rsi, %rcx - shrq $32, %rsi - # 1: %r9, 72(%rsp), %rax, %r8 - movq 24(%rsp), %r8 - movq %r8, %r9 - shrq $32, %r8 - movq %r8, 72(%rsp) - movq 32(%rsp), %r8 - movq %r8, %rax - shrq $32, %r8 - # 2: %r11, %r10, 48(%rsp), %r12 - movq 40(%rsp), %r10 - movq %r10, %r11 - shrq $32, %r10 - movq 48(%rsp), %r12 - #movq %r12, %r13 - #movq %r13, 48(%rsp) - shrq $32, %r12 - # 3: %r14, %r13, %rbx, 88(%rsp) - movq 56(%rsp), %r13 - movq %r13, %r14 - shrq $32, %r13 - movq 64(%rsp), %r15 - movq %r15, %rbx - shrq $32, %r15 - movq %r15, 88(%rsp) - - gen_salsa8_core_doubleround - gen_salsa8_core_doubleround - gen_salsa8_core_doubleround - gen_salsa8_core_doubleround - - movl %edx, %edx - shlq $32, %rdi - addq %rdi, %rdx - movd %rdx, %xmm0 - - movl %ecx, %ecx - shlq $32, %rsi - addq %rsi, %rcx - movd %rcx, %xmm4 - - movq 72(%rsp), %rdi - movl %r9d, %r9d - shlq $32, %rdi - addq %rdi, %r9 - movd %r9, %xmm1 - - movl %eax, %eax - shlq $32, %r8 - addq %r8, %rax - movd %rax, %xmm5 - - movl %r11d, %r11d - shlq $32, %r10 - addq %r10, %r11 - movd %r11, %xmm2 - - movl 48(%rsp), %r8d - shlq $32, %r12 - addq %r12, %r8 - movd %r8, %xmm6 - - movl %r14d, %r14d - shlq $32, %r13 - addq %r13, %r14 - movd %r14, %xmm3 - - movq 88(%rsp), %rdi - movl %ebx, %ebx - shlq $32, %rdi - addq %rdi, %rbx - movd %rbx, %xmm7 - - punpcklqdq %xmm4, %xmm0 - punpcklqdq %xmm5, %xmm1 - punpcklqdq %xmm6, %xmm2 - punpcklqdq %xmm7, %xmm3 - - #movq %rdx, 8(%rsp) - #movq %rcx, 16(%rsp) - #movq %r9, 24(%rsp) - #movq %rax, 32(%rsp) - #movq %r11, 40(%rsp) - #movq %r8, 48(%rsp) - #movq %r14, 56(%rsp) - #movq %rbx, 64(%rsp) - - ret - - - .text - .align 32 - .globl scrypt_core - .globl _scrypt_core -scrypt_core: -_scrypt_core: - pushq %rbx - pushq %rbp - pushq %r12 - pushq %r13 - pushq %r14 - pushq %r15 -#if defined(WIN64) - subq $176, %rsp - movdqa %xmm6, 8(%rsp) - movdqa %xmm7, 24(%rsp) - movdqa %xmm8, 40(%rsp) - movdqa %xmm9, 56(%rsp) - movdqa %xmm10, 72(%rsp) - movdqa %xmm11, 88(%rsp) - movdqa %xmm12, 104(%rsp) - movdqa %xmm13, 120(%rsp) - movdqa %xmm14, 136(%rsp) - movdqa %xmm15, 152(%rsp) - pushq %rdi - pushq %rsi - movq %rcx, %rdi - movq %rdx, %rsi -#endif - -.macro scrypt_core_cleanup -#if defined(WIN64) - popq %rsi - popq %rdi - movdqa 8(%rsp), %xmm6 - movdqa 24(%rsp), %xmm7 - movdqa 40(%rsp), %xmm8 - movdqa 56(%rsp), %xmm9 - movdqa 72(%rsp), %xmm10 - movdqa 88(%rsp), %xmm11 - movdqa 104(%rsp), %xmm12 - movdqa 120(%rsp), %xmm13 - movdqa 136(%rsp), %xmm14 - movdqa 152(%rsp), %xmm15 - addq $176, %rsp -#endif - popq %r15 - popq %r14 - popq %r13 - popq %r12 - popq %rbp - popq %rbx -.endm - - # GenuineIntel processors have fast SIMD - xorl %eax, %eax - cpuid - cmpl $0x6c65746e, %ecx - jne gen_scrypt_core - cmpl $0x49656e69, %edx - jne gen_scrypt_core - cmpl $0x756e6547, %ebx - je xmm_scrypt_core - -gen_scrypt_core: - subq $136, %rsp - movdqa 0(%rdi), %xmm8 - movdqa 16(%rdi), %xmm9 - movdqa 32(%rdi), %xmm10 - movdqa 48(%rdi), %xmm11 - movdqa 64(%rdi), %xmm12 - movdqa 80(%rdi), %xmm13 - movdqa 96(%rdi), %xmm14 - movdqa 112(%rdi), %xmm15 - - leaq 131072(%rsi), %rcx - movq %rdi, 104(%rsp) - movq %rsi, 112(%rsp) - movq %rcx, 120(%rsp) -gen_scrypt_core_loop1: - movdqa %xmm8, 0(%rsi) - movdqa %xmm9, 16(%rsi) - movdqa %xmm10, 32(%rsi) - movdqa %xmm11, 48(%rsi) - movdqa %xmm12, 64(%rsi) - movdqa %xmm13, 80(%rsi) - movdqa %xmm14, 96(%rsi) - movdqa %xmm15, 112(%rsi) - - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm8, 0(%rsp) - movdqa %xmm9, 16(%rsp) - movdqa %xmm10, 32(%rsp) - movdqa %xmm11, 48(%rsp) - movq %rsi, 128(%rsp) - call gen_salsa8_core - paddd %xmm0, %xmm8 - paddd %xmm1, %xmm9 - paddd %xmm2, %xmm10 - paddd %xmm3, %xmm11 - - pxor %xmm8, %xmm12 - pxor %xmm9, %xmm13 - pxor %xmm10, %xmm14 - pxor %xmm11, %xmm15 - movdqa %xmm12, 0(%rsp) - movdqa %xmm13, 16(%rsp) - movdqa %xmm14, 32(%rsp) - movdqa %xmm15, 48(%rsp) - call gen_salsa8_core - movq 128(%rsp), %rsi - paddd %xmm0, %xmm12 - paddd %xmm1, %xmm13 - paddd %xmm2, %xmm14 - paddd %xmm3, %xmm15 - - addq $128, %rsi - movq 120(%rsp), %rcx - cmpq %rcx, %rsi - jne gen_scrypt_core_loop1 - - movq $1024, %rcx -gen_scrypt_core_loop2: - movq 112(%rsp), %rsi - movd %xmm12, %edx - andl $1023, %edx - shll $7, %edx - movdqa 0(%rsi, %rdx), %xmm0 - movdqa 16(%rsi, %rdx), %xmm1 - movdqa 32(%rsi, %rdx), %xmm2 - movdqa 48(%rsi, %rdx), %xmm3 - movdqa 64(%rsi, %rdx), %xmm4 - movdqa 80(%rsi, %rdx), %xmm5 - movdqa 96(%rsi, %rdx), %xmm6 - movdqa 112(%rsi, %rdx), %xmm7 - pxor %xmm0, %xmm8 - pxor %xmm1, %xmm9 - pxor %xmm2, %xmm10 - pxor %xmm3, %xmm11 - pxor %xmm4, %xmm12 - pxor %xmm5, %xmm13 - pxor %xmm6, %xmm14 - pxor %xmm7, %xmm15 - - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm8, 0(%rsp) - movdqa %xmm9, 16(%rsp) - movdqa %xmm10, 32(%rsp) - movdqa %xmm11, 48(%rsp) - movq %rcx, 128(%rsp) - call gen_salsa8_core - paddd %xmm0, %xmm8 - paddd %xmm1, %xmm9 - paddd %xmm2, %xmm10 - paddd %xmm3, %xmm11 - - pxor %xmm8, %xmm12 - pxor %xmm9, %xmm13 - pxor %xmm10, %xmm14 - pxor %xmm11, %xmm15 - movdqa %xmm12, 0(%rsp) - movdqa %xmm13, 16(%rsp) - movdqa %xmm14, 32(%rsp) - movdqa %xmm15, 48(%rsp) - call gen_salsa8_core - movq 128(%rsp), %rcx - paddd %xmm0, %xmm12 - paddd %xmm1, %xmm13 - paddd %xmm2, %xmm14 - paddd %xmm3, %xmm15 - - subq $1, %rcx - ja gen_scrypt_core_loop2 - - movq 104(%rsp), %rdi - movdqa %xmm8, 0(%rdi) - movdqa %xmm9, 16(%rdi) - movdqa %xmm10, 32(%rdi) - movdqa %xmm11, 48(%rdi) - movdqa %xmm12, 64(%rdi) - movdqa %xmm13, 80(%rdi) - movdqa %xmm14, 96(%rdi) - movdqa %xmm15, 112(%rdi) - - addq $136, %rsp - scrypt_core_cleanup - ret - - -.macro xmm_salsa8_core_doubleround - movdqa %xmm1, %xmm4 - paddd %xmm0, %xmm4 - movdqa %xmm4, %xmm5 - pslld $7, %xmm4 - psrld $25, %xmm5 - pxor %xmm4, %xmm3 - pxor %xmm5, %xmm3 - movdqa %xmm0, %xmm4 - - paddd %xmm3, %xmm4 - movdqa %xmm4, %xmm5 - pslld $9, %xmm4 - psrld $23, %xmm5 - pxor %xmm4, %xmm2 - movdqa %xmm3, %xmm4 - pshufd $0x93, %xmm3, %xmm3 - pxor %xmm5, %xmm2 - - paddd %xmm2, %xmm4 - movdqa %xmm4, %xmm5 - pslld $13, %xmm4 - psrld $19, %xmm5 - pxor %xmm4, %xmm1 - movdqa %xmm2, %xmm4 - pshufd $0x4e, %xmm2, %xmm2 - pxor %xmm5, %xmm1 - - paddd %xmm1, %xmm4 - movdqa %xmm4, %xmm5 - pslld $18, %xmm4 - psrld $14, %xmm5 - pxor %xmm4, %xmm0 - pshufd $0x39, %xmm1, %xmm1 - pxor %xmm5, %xmm0 - movdqa %xmm3, %xmm4 - - paddd %xmm0, %xmm4 - movdqa %xmm4, %xmm5 - pslld $7, %xmm4 - psrld $25, %xmm5 - pxor %xmm4, %xmm1 - pxor %xmm5, %xmm1 - movdqa %xmm0, %xmm4 - - paddd %xmm1, %xmm4 - movdqa %xmm4, %xmm5 - pslld $9, %xmm4 - psrld $23, %xmm5 - pxor %xmm4, %xmm2 - movdqa %xmm1, %xmm4 - pshufd $0x93, %xmm1, %xmm1 - pxor %xmm5, %xmm2 - - paddd %xmm2, %xmm4 - movdqa %xmm4, %xmm5 - pslld $13, %xmm4 - psrld $19, %xmm5 - pxor %xmm4, %xmm3 - movdqa %xmm2, %xmm4 - pshufd $0x4e, %xmm2, %xmm2 - pxor %xmm5, %xmm3 - - paddd %xmm3, %xmm4 - movdqa %xmm4, %xmm5 - pslld $18, %xmm4 - psrld $14, %xmm5 - pxor %xmm4, %xmm0 - pshufd $0x39, %xmm3, %xmm3 - pxor %xmm5, %xmm0 -.endm - -.macro xmm_salsa8_core - xmm_salsa8_core_doubleround - xmm_salsa8_core_doubleround - xmm_salsa8_core_doubleround - xmm_salsa8_core_doubleround -.endm - - .align 32 -xmm_scrypt_core: - # shuffle 1st block into %xmm8-%xmm11 - movl 60(%rdi), %edx - movl 44(%rdi), %ecx - movl 28(%rdi), %ebx - movl 12(%rdi), %eax - movd %edx, %xmm0 - movd %ecx, %xmm1 - movd %ebx, %xmm2 - movd %eax, %xmm3 - movl 40(%rdi), %ecx - movl 24(%rdi), %ebx - movl 8(%rdi), %eax - movl 56(%rdi), %edx - pshufd $0x93, %xmm0, %xmm0 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm2, %xmm2 - pshufd $0x93, %xmm3, %xmm3 - movd %ecx, %xmm4 - movd %ebx, %xmm5 - movd %eax, %xmm6 - movd %edx, %xmm7 - paddd %xmm4, %xmm0 - paddd %xmm5, %xmm1 - paddd %xmm6, %xmm2 - paddd %xmm7, %xmm3 - movl 20(%rdi), %ebx - movl 4(%rdi), %eax - movl 52(%rdi), %edx - movl 36(%rdi), %ecx - pshufd $0x93, %xmm0, %xmm0 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm2, %xmm2 - pshufd $0x93, %xmm3, %xmm3 - movd %ebx, %xmm4 - movd %eax, %xmm5 - movd %edx, %xmm6 - movd %ecx, %xmm7 - paddd %xmm4, %xmm0 - paddd %xmm5, %xmm1 - paddd %xmm6, %xmm2 - paddd %xmm7, %xmm3 - movl 0(%rdi), %eax - movl 48(%rdi), %edx - movl 32(%rdi), %ecx - movl 16(%rdi), %ebx - pshufd $0x93, %xmm0, %xmm0 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm2, %xmm2 - pshufd $0x93, %xmm3, %xmm3 - movd %eax, %xmm8 - movd %edx, %xmm9 - movd %ecx, %xmm10 - movd %ebx, %xmm11 - paddd %xmm0, %xmm8 - paddd %xmm1, %xmm9 - paddd %xmm2, %xmm10 - paddd %xmm3, %xmm11 - - # shuffle 2nd block into %xmm12-%xmm15 - movl 124(%rdi), %edx - movl 108(%rdi), %ecx - movl 92(%rdi), %ebx - movl 76(%rdi), %eax - movd %edx, %xmm0 - movd %ecx, %xmm1 - movd %ebx, %xmm2 - movd %eax, %xmm3 - movl 104(%rdi), %ecx - movl 88(%rdi), %ebx - movl 72(%rdi), %eax - movl 120(%rdi), %edx - pshufd $0x93, %xmm0, %xmm0 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm2, %xmm2 - pshufd $0x93, %xmm3, %xmm3 - movd %ecx, %xmm4 - movd %ebx, %xmm5 - movd %eax, %xmm6 - movd %edx, %xmm7 - paddd %xmm4, %xmm0 - paddd %xmm5, %xmm1 - paddd %xmm6, %xmm2 - paddd %xmm7, %xmm3 - movl 84(%rdi), %ebx - movl 68(%rdi), %eax - movl 116(%rdi), %edx - movl 100(%rdi), %ecx - pshufd $0x93, %xmm0, %xmm0 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm2, %xmm2 - pshufd $0x93, %xmm3, %xmm3 - movd %ebx, %xmm4 - movd %eax, %xmm5 - movd %edx, %xmm6 - movd %ecx, %xmm7 - paddd %xmm4, %xmm0 - paddd %xmm5, %xmm1 - paddd %xmm6, %xmm2 - paddd %xmm7, %xmm3 - movl 64(%rdi), %eax - movl 112(%rdi), %edx - movl 96(%rdi), %ecx - movl 80(%rdi), %ebx - pshufd $0x93, %xmm0, %xmm0 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm2, %xmm2 - pshufd $0x93, %xmm3, %xmm3 - movd %eax, %xmm12 - movd %edx, %xmm13 - movd %ecx, %xmm14 - movd %ebx, %xmm15 - paddd %xmm0, %xmm12 - paddd %xmm1, %xmm13 - paddd %xmm2, %xmm14 - paddd %xmm3, %xmm15 - - movq %rsi, %rdx - leaq 131072(%rsi), %rcx -xmm_scrypt_core_loop1: - movdqa %xmm8, 0(%rdx) - movdqa %xmm9, 16(%rdx) - movdqa %xmm10, 32(%rdx) - movdqa %xmm11, 48(%rdx) - movdqa %xmm12, 64(%rdx) - movdqa %xmm13, 80(%rdx) - movdqa %xmm14, 96(%rdx) - movdqa %xmm15, 112(%rdx) - - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm8, %xmm0 - movdqa %xmm9, %xmm1 - movdqa %xmm10, %xmm2 - movdqa %xmm11, %xmm3 - xmm_salsa8_core - paddd %xmm0, %xmm8 - paddd %xmm1, %xmm9 - paddd %xmm2, %xmm10 - paddd %xmm3, %xmm11 - - pxor %xmm8, %xmm12 - pxor %xmm9, %xmm13 - pxor %xmm10, %xmm14 - pxor %xmm11, %xmm15 - movdqa %xmm12, %xmm0 - movdqa %xmm13, %xmm1 - movdqa %xmm14, %xmm2 - movdqa %xmm15, %xmm3 - xmm_salsa8_core - paddd %xmm0, %xmm12 - paddd %xmm1, %xmm13 - paddd %xmm2, %xmm14 - paddd %xmm3, %xmm15 - - addq $128, %rdx - cmpq %rcx, %rdx - jne xmm_scrypt_core_loop1 - - movq $1024, %rcx -xmm_scrypt_core_loop2: - movd %xmm12, %edx - andl $1023, %edx - shll $7, %edx - movdqa 0(%rsi, %rdx), %xmm0 - movdqa 16(%rsi, %rdx), %xmm1 - movdqa 32(%rsi, %rdx), %xmm2 - movdqa 48(%rsi, %rdx), %xmm3 - movdqa 64(%rsi, %rdx), %xmm4 - movdqa 80(%rsi, %rdx), %xmm5 - movdqa 96(%rsi, %rdx), %xmm6 - movdqa 112(%rsi, %rdx), %xmm7 - pxor %xmm0, %xmm8 - pxor %xmm1, %xmm9 - pxor %xmm2, %xmm10 - pxor %xmm3, %xmm11 - pxor %xmm4, %xmm12 - pxor %xmm5, %xmm13 - pxor %xmm6, %xmm14 - pxor %xmm7, %xmm15 - - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm8, %xmm0 - movdqa %xmm9, %xmm1 - movdqa %xmm10, %xmm2 - movdqa %xmm11, %xmm3 - xmm_salsa8_core - paddd %xmm0, %xmm8 - paddd %xmm1, %xmm9 - paddd %xmm2, %xmm10 - paddd %xmm3, %xmm11 - - pxor %xmm8, %xmm12 - pxor %xmm9, %xmm13 - pxor %xmm10, %xmm14 - pxor %xmm11, %xmm15 - movdqa %xmm12, %xmm0 - movdqa %xmm13, %xmm1 - movdqa %xmm14, %xmm2 - movdqa %xmm15, %xmm3 - xmm_salsa8_core - paddd %xmm0, %xmm12 - paddd %xmm1, %xmm13 - paddd %xmm2, %xmm14 - paddd %xmm3, %xmm15 - - subq $1, %rcx - ja xmm_scrypt_core_loop2 - - # re-shuffle 1st block back - movd %xmm8, %eax - movd %xmm9, %edx - movd %xmm10, %ecx - movd %xmm11, %ebx - pshufd $0x39, %xmm8, %xmm8 - pshufd $0x39, %xmm9, %xmm9 - pshufd $0x39, %xmm10, %xmm10 - pshufd $0x39, %xmm11, %xmm11 - movl %eax, 0(%rdi) - movl %edx, 48(%rdi) - movl %ecx, 32(%rdi) - movl %ebx, 16(%rdi) - movd %xmm8, %ebx - movd %xmm9, %eax - movd %xmm10, %edx - movd %xmm11, %ecx - pshufd $0x39, %xmm8, %xmm8 - pshufd $0x39, %xmm9, %xmm9 - pshufd $0x39, %xmm10, %xmm10 - pshufd $0x39, %xmm11, %xmm11 - movl %ebx, 20(%rdi) - movl %eax, 4(%rdi) - movl %edx, 52(%rdi) - movl %ecx, 36(%rdi) - movd %xmm8, %ecx - movd %xmm9, %ebx - movd %xmm10, %eax - movd %xmm11, %edx - pshufd $0x39, %xmm8, %xmm8 - pshufd $0x39, %xmm9, %xmm9 - pshufd $0x39, %xmm10, %xmm10 - pshufd $0x39, %xmm11, %xmm11 - movl %ecx, 40(%rdi) - movl %ebx, 24(%rdi) - movl %eax, 8(%rdi) - movl %edx, 56(%rdi) - movd %xmm8, %edx - movd %xmm9, %ecx - movd %xmm10, %ebx - movd %xmm11, %eax - movl %edx, 60(%rdi) - movl %ecx, 44(%rdi) - movl %ebx, 28(%rdi) - movl %eax, 12(%rdi) - - # re-shuffle 2nd block back - movd %xmm12, %eax - movd %xmm13, %edx - movd %xmm14, %ecx - movd %xmm15, %ebx - pshufd $0x39, %xmm12, %xmm12 - pshufd $0x39, %xmm13, %xmm13 - pshufd $0x39, %xmm14, %xmm14 - pshufd $0x39, %xmm15, %xmm15 - movl %eax, 64(%rdi) - movl %edx, 112(%rdi) - movl %ecx, 96(%rdi) - movl %ebx, 80(%rdi) - movd %xmm12, %ebx - movd %xmm13, %eax - movd %xmm14, %edx - movd %xmm15, %ecx - pshufd $0x39, %xmm12, %xmm12 - pshufd $0x39, %xmm13, %xmm13 - pshufd $0x39, %xmm14, %xmm14 - pshufd $0x39, %xmm15, %xmm15 - movl %ebx, 84(%rdi) - movl %eax, 68(%rdi) - movl %edx, 116(%rdi) - movl %ecx, 100(%rdi) - movd %xmm12, %ecx - movd %xmm13, %ebx - movd %xmm14, %eax - movd %xmm15, %edx - pshufd $0x39, %xmm12, %xmm12 - pshufd $0x39, %xmm13, %xmm13 - pshufd $0x39, %xmm14, %xmm14 - pshufd $0x39, %xmm15, %xmm15 - movl %ecx, 104(%rdi) - movl %ebx, 88(%rdi) - movl %eax, 72(%rdi) - movl %edx, 120(%rdi) - movd %xmm12, %edx - movd %xmm13, %ecx - movd %xmm14, %ebx - movd %xmm15, %eax - movl %edx, 124(%rdi) - movl %ecx, 108(%rdi) - movl %ebx, 92(%rdi) - movl %eax, 76(%rdi) - - scrypt_core_cleanup - ret - - - .text - .align 32 - .globl scrypt_best_throughput - .globl _scrypt_best_throughput -scrypt_best_throughput: -_scrypt_best_throughput: - pushq %rbx - xorq %rax, %rax - cpuid - movl $3, %eax - cmpl $0x444d4163, %ecx - jne scrypt_best_throughput_exit - cmpl $0x69746e65, %edx - jne scrypt_best_throughput_exit - cmpl $0x68747541, %ebx - jne scrypt_best_throughput_exit - movl $1, %eax - cpuid - andl $0x0ff00000, %eax - movl $3, %eax - jnz scrypt_best_throughput_exit - movl $1, %eax -scrypt_best_throughput_exit: - popq %rbx - ret - - -.macro xmm_salsa8_core_2way_doubleround - movdqa %xmm1, %xmm4 - movdqa %xmm9, %xmm6 - paddd %xmm0, %xmm4 - paddd %xmm8, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $7, %xmm4 - pslld $7, %xmm6 - psrld $25, %xmm5 - psrld $25, %xmm7 - pxor %xmm4, %xmm3 - pxor %xmm6, %xmm11 - pxor %xmm5, %xmm3 - pxor %xmm7, %xmm11 - movdqa %xmm0, %xmm4 - movdqa %xmm8, %xmm6 - - paddd %xmm3, %xmm4 - paddd %xmm11, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $9, %xmm4 - pslld $9, %xmm6 - psrld $23, %xmm5 - psrld $23, %xmm7 - pxor %xmm4, %xmm2 - pxor %xmm6, %xmm10 - movdqa %xmm3, %xmm4 - movdqa %xmm11, %xmm6 - pshufd $0x93, %xmm3, %xmm3 - pshufd $0x93, %xmm11, %xmm11 - pxor %xmm5, %xmm2 - pxor %xmm7, %xmm10 - - paddd %xmm2, %xmm4 - paddd %xmm10, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $13, %xmm4 - pslld $13, %xmm6 - psrld $19, %xmm5 - psrld $19, %xmm7 - pxor %xmm4, %xmm1 - pxor %xmm6, %xmm9 - movdqa %xmm2, %xmm4 - movdqa %xmm10, %xmm6 - pshufd $0x4e, %xmm2, %xmm2 - pshufd $0x4e, %xmm10, %xmm10 - pxor %xmm5, %xmm1 - pxor %xmm7, %xmm9 - - paddd %xmm1, %xmm4 - paddd %xmm9, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $18, %xmm4 - pslld $18, %xmm6 - psrld $14, %xmm5 - psrld $14, %xmm7 - pxor %xmm4, %xmm0 - pxor %xmm6, %xmm8 - pshufd $0x39, %xmm1, %xmm1 - pshufd $0x39, %xmm9, %xmm9 - pxor %xmm5, %xmm0 - pxor %xmm7, %xmm8 - movdqa %xmm3, %xmm4 - movdqa %xmm11, %xmm6 - - paddd %xmm0, %xmm4 - paddd %xmm8, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $7, %xmm4 - pslld $7, %xmm6 - psrld $25, %xmm5 - psrld $25, %xmm7 - pxor %xmm4, %xmm1 - pxor %xmm6, %xmm9 - pxor %xmm5, %xmm1 - pxor %xmm7, %xmm9 - movdqa %xmm0, %xmm4 - movdqa %xmm8, %xmm6 - - paddd %xmm1, %xmm4 - paddd %xmm9, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $9, %xmm4 - pslld $9, %xmm6 - psrld $23, %xmm5 - psrld $23, %xmm7 - pxor %xmm4, %xmm2 - pxor %xmm6, %xmm10 - movdqa %xmm1, %xmm4 - movdqa %xmm9, %xmm6 - pshufd $0x93, %xmm1, %xmm1 - pshufd $0x93, %xmm9, %xmm9 - pxor %xmm5, %xmm2 - pxor %xmm7, %xmm10 - - paddd %xmm2, %xmm4 - paddd %xmm10, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $13, %xmm4 - pslld $13, %xmm6 - psrld $19, %xmm5 - psrld $19, %xmm7 - pxor %xmm4, %xmm3 - pxor %xmm6, %xmm11 - movdqa %xmm2, %xmm4 - movdqa %xmm10, %xmm6 - pshufd $0x4e, %xmm2, %xmm2 - pshufd $0x4e, %xmm10, %xmm10 - pxor %xmm5, %xmm3 - pxor %xmm7, %xmm11 - - paddd %xmm3, %xmm4 - paddd %xmm11, %xmm6 - movdqa %xmm4, %xmm5 - movdqa %xmm6, %xmm7 - pslld $18, %xmm4 - pslld $18, %xmm6 - psrld $14, %xmm5 - psrld $14, %xmm7 - pxor %xmm4, %xmm0 - pxor %xmm6, %xmm8 - pshufd $0x39, %xmm3, %xmm3 - pshufd $0x39, %xmm11, %xmm11 - pxor %xmm5, %xmm0 - pxor %xmm7, %xmm8 -.endm - -.macro xmm_salsa8_core_2way - xmm_salsa8_core_2way_doubleround - xmm_salsa8_core_2way_doubleround - xmm_salsa8_core_2way_doubleround - xmm_salsa8_core_2way_doubleround -.endm - - - .text - .align 32 - .globl scrypt_core_2way - .globl _scrypt_core_2way -scrypt_core_2way: -_scrypt_core_2way: - pushq %rbx - pushq %rbp -#if defined(WIN64) - subq $176, %rsp - movdqa %xmm6, 8(%rsp) - movdqa %xmm7, 24(%rsp) - movdqa %xmm8, 40(%rsp) - movdqa %xmm9, 56(%rsp) - movdqa %xmm10, 72(%rsp) - movdqa %xmm11, 88(%rsp) - movdqa %xmm12, 104(%rsp) - movdqa %xmm13, 120(%rsp) - movdqa %xmm14, 136(%rsp) - movdqa %xmm15, 152(%rsp) - pushq %rdi - pushq %rsi - movq %rcx, %rdi - movq %rdx, %rsi - movq %r8, %rdx -#endif - subq $264, %rsp - - scrypt_shuffle %rdi, 0, %rsp, 0 - scrypt_shuffle %rdi, 64, %rsp, 64 - scrypt_shuffle %rsi, 0, %rsp, 128 - scrypt_shuffle %rsi, 64, %rsp, 192 - - movdqa 192(%rsp), %xmm12 - movdqa 208(%rsp), %xmm13 - movdqa 224(%rsp), %xmm14 - movdqa 240(%rsp), %xmm15 - - movq %rdx, %rbp - leaq 262144(%rdx), %rcx -scrypt_core_2way_loop1: - movdqa 0(%rsp), %xmm0 - movdqa 16(%rsp), %xmm1 - movdqa 32(%rsp), %xmm2 - movdqa 48(%rsp), %xmm3 - movdqa 64(%rsp), %xmm4 - movdqa 80(%rsp), %xmm5 - movdqa 96(%rsp), %xmm6 - movdqa 112(%rsp), %xmm7 - movdqa 128(%rsp), %xmm8 - movdqa 144(%rsp), %xmm9 - movdqa 160(%rsp), %xmm10 - movdqa 176(%rsp), %xmm11 - pxor %xmm4, %xmm0 - pxor %xmm5, %xmm1 - pxor %xmm6, %xmm2 - pxor %xmm7, %xmm3 - movdqa %xmm0, 0(%rbp) - movdqa %xmm1, 16(%rbp) - movdqa %xmm2, 32(%rbp) - movdqa %xmm3, 48(%rbp) - movdqa %xmm4, 64(%rbp) - movdqa %xmm5, 80(%rbp) - movdqa %xmm6, 96(%rbp) - movdqa %xmm7, 112(%rbp) - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm8, 128(%rbp) - movdqa %xmm9, 144(%rbp) - movdqa %xmm10, 160(%rbp) - movdqa %xmm11, 176(%rbp) - movdqa %xmm12, 192(%rbp) - movdqa %xmm13, 208(%rbp) - movdqa %xmm14, 224(%rbp) - movdqa %xmm15, 240(%rbp) - - xmm_salsa8_core_2way - paddd 0(%rbp), %xmm0 - paddd 16(%rbp), %xmm1 - paddd 32(%rbp), %xmm2 - paddd 48(%rbp), %xmm3 - paddd 128(%rbp), %xmm8 - paddd 144(%rbp), %xmm9 - paddd 160(%rbp), %xmm10 - paddd 176(%rbp), %xmm11 - movdqa %xmm0, 0(%rsp) - movdqa %xmm1, 16(%rsp) - movdqa %xmm2, 32(%rsp) - movdqa %xmm3, 48(%rsp) - movdqa %xmm8, 128(%rsp) - movdqa %xmm9, 144(%rsp) - movdqa %xmm10, 160(%rsp) - movdqa %xmm11, 176(%rsp) - - pxor 64(%rsp), %xmm0 - pxor 80(%rsp), %xmm1 - pxor 96(%rsp), %xmm2 - pxor 112(%rsp), %xmm3 - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - movdqa %xmm8, %xmm12 - movdqa %xmm9, %xmm13 - movdqa %xmm10, %xmm14 - movdqa %xmm11, %xmm15 - xmm_salsa8_core_2way - paddd 64(%rsp), %xmm0 - paddd 80(%rsp), %xmm1 - paddd 96(%rsp), %xmm2 - paddd 112(%rsp), %xmm3 - paddd %xmm8, %xmm12 - paddd %xmm9, %xmm13 - paddd %xmm10, %xmm14 - paddd %xmm11, %xmm15 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - - addq $256, %rbp - cmpq %rcx, %rbp - jne scrypt_core_2way_loop1 - - movq $1024, %rcx -scrypt_core_2way_loop2: - movdqa 0(%rsp), %xmm0 - movdqa 16(%rsp), %xmm1 - movdqa 32(%rsp), %xmm2 - movdqa 48(%rsp), %xmm3 - movdqa 64(%rsp), %xmm4 - movdqa 80(%rsp), %xmm5 - movdqa 96(%rsp), %xmm6 - movdqa 112(%rsp), %xmm7 - movdqa 128(%rsp), %xmm8 - movdqa 144(%rsp), %xmm9 - movdqa 160(%rsp), %xmm10 - movdqa 176(%rsp), %xmm11 - movd %xmm4, %ebp - andl $1023, %ebp - shll $8, %ebp - pxor 0(%rdx, %rbp), %xmm0 - pxor 16(%rdx, %rbp), %xmm1 - pxor 32(%rdx, %rbp), %xmm2 - pxor 48(%rdx, %rbp), %xmm3 - movd %xmm12, %ebx - andl $1023, %ebx - shll $8, %ebx - addl $128, %ebx - pxor 0(%rdx, %rbx), %xmm8 - pxor 16(%rdx, %rbx), %xmm9 - pxor 32(%rdx, %rbx), %xmm10 - pxor 48(%rdx, %rbx), %xmm11 - - pxor %xmm4, %xmm0 - pxor %xmm5, %xmm1 - pxor %xmm6, %xmm2 - pxor %xmm7, %xmm3 - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm0, 0(%rsp) - movdqa %xmm1, 16(%rsp) - movdqa %xmm2, 32(%rsp) - movdqa %xmm3, 48(%rsp) - movdqa %xmm8, 128(%rsp) - movdqa %xmm9, 144(%rsp) - movdqa %xmm10, 160(%rsp) - movdqa %xmm11, 176(%rsp) - xmm_salsa8_core_2way - paddd 0(%rsp), %xmm0 - paddd 16(%rsp), %xmm1 - paddd 32(%rsp), %xmm2 - paddd 48(%rsp), %xmm3 - paddd 128(%rsp), %xmm8 - paddd 144(%rsp), %xmm9 - paddd 160(%rsp), %xmm10 - paddd 176(%rsp), %xmm11 - movdqa %xmm0, 0(%rsp) - movdqa %xmm1, 16(%rsp) - movdqa %xmm2, 32(%rsp) - movdqa %xmm3, 48(%rsp) - movdqa %xmm8, 128(%rsp) - movdqa %xmm9, 144(%rsp) - movdqa %xmm10, 160(%rsp) - movdqa %xmm11, 176(%rsp) - - pxor 64(%rdx, %rbp), %xmm0 - pxor 80(%rdx, %rbp), %xmm1 - pxor 96(%rdx, %rbp), %xmm2 - pxor 112(%rdx, %rbp), %xmm3 - pxor 64(%rdx, %rbx), %xmm8 - pxor 80(%rdx, %rbx), %xmm9 - pxor 96(%rdx, %rbx), %xmm10 - pxor 112(%rdx, %rbx), %xmm11 - pxor 64(%rsp), %xmm0 - pxor 80(%rsp), %xmm1 - pxor 96(%rsp), %xmm2 - pxor 112(%rsp), %xmm3 - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - movdqa %xmm8, %xmm12 - movdqa %xmm9, %xmm13 - movdqa %xmm10, %xmm14 - movdqa %xmm11, %xmm15 - xmm_salsa8_core_2way - paddd 64(%rsp), %xmm0 - paddd 80(%rsp), %xmm1 - paddd 96(%rsp), %xmm2 - paddd 112(%rsp), %xmm3 - paddd %xmm8, %xmm12 - paddd %xmm9, %xmm13 - paddd %xmm10, %xmm14 - paddd %xmm11, %xmm15 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - - subq $1, %rcx - ja scrypt_core_2way_loop2 - - movdqa %xmm12, 192(%rsp) - movdqa %xmm13, 208(%rsp) - movdqa %xmm14, 224(%rsp) - movdqa %xmm15, 240(%rsp) - - scrypt_shuffle %rsp, 0, %rdi, 0 - scrypt_shuffle %rsp, 64, %rdi, 64 - scrypt_shuffle %rsp, 128, %rsi, 0 - scrypt_shuffle %rsp, 192, %rsi, 64 - - addq $264, %rsp -#if defined(WIN64) - popq %rsi - popq %rdi - movdqa 8(%rsp), %xmm6 - movdqa 24(%rsp), %xmm7 - movdqa 40(%rsp), %xmm8 - movdqa 56(%rsp), %xmm9 - movdqa 72(%rsp), %xmm10 - movdqa 88(%rsp), %xmm11 - movdqa 104(%rsp), %xmm12 - movdqa 120(%rsp), %xmm13 - movdqa 136(%rsp), %xmm14 - movdqa 152(%rsp), %xmm15 - addq $176, %rsp -#endif - popq %rbp - popq %rbx - ret - - -.macro xmm_salsa8_core_3way_doubleround - movdqa %xmm1, %xmm4 - movdqa %xmm9, %xmm6 - movdqa %xmm13, %xmm7 - paddd %xmm0, %xmm4 - paddd %xmm8, %xmm6 - paddd %xmm12, %xmm7 - movdqa %xmm4, %xmm5 - pslld $7, %xmm4 - psrld $25, %xmm5 - pxor %xmm4, %xmm3 - pxor %xmm5, %xmm3 - movdqa %xmm0, %xmm4 - movdqa %xmm6, %xmm5 - pslld $7, %xmm6 - psrld $25, %xmm5 - pxor %xmm6, %xmm11 - pxor %xmm5, %xmm11 - movdqa %xmm8, %xmm6 - movdqa %xmm7, %xmm5 - pslld $7, %xmm7 - psrld $25, %xmm5 - pxor %xmm7, %xmm15 - pxor %xmm5, %xmm15 - movdqa %xmm12, %xmm7 - - paddd %xmm3, %xmm4 - paddd %xmm11, %xmm6 - paddd %xmm15, %xmm7 - movdqa %xmm4, %xmm5 - pslld $9, %xmm4 - psrld $23, %xmm5 - pxor %xmm4, %xmm2 - movdqa %xmm3, %xmm4 - pshufd $0x93, %xmm3, %xmm3 - pxor %xmm5, %xmm2 - movdqa %xmm6, %xmm5 - pslld $9, %xmm6 - psrld $23, %xmm5 - pxor %xmm6, %xmm10 - movdqa %xmm11, %xmm6 - pshufd $0x93, %xmm11, %xmm11 - pxor %xmm5, %xmm10 - movdqa %xmm7, %xmm5 - pslld $9, %xmm7 - psrld $23, %xmm5 - pxor %xmm7, %xmm14 - movdqa %xmm15, %xmm7 - pshufd $0x93, %xmm15, %xmm15 - pxor %xmm5, %xmm14 - - paddd %xmm2, %xmm4 - paddd %xmm10, %xmm6 - paddd %xmm14, %xmm7 - movdqa %xmm4, %xmm5 - pslld $13, %xmm4 - psrld $19, %xmm5 - pxor %xmm4, %xmm1 - movdqa %xmm2, %xmm4 - pshufd $0x4e, %xmm2, %xmm2 - pxor %xmm5, %xmm1 - movdqa %xmm6, %xmm5 - pslld $13, %xmm6 - psrld $19, %xmm5 - pxor %xmm6, %xmm9 - movdqa %xmm10, %xmm6 - pshufd $0x4e, %xmm10, %xmm10 - pxor %xmm5, %xmm9 - movdqa %xmm7, %xmm5 - pslld $13, %xmm7 - psrld $19, %xmm5 - pxor %xmm7, %xmm13 - movdqa %xmm14, %xmm7 - pshufd $0x4e, %xmm14, %xmm14 - pxor %xmm5, %xmm13 - - paddd %xmm1, %xmm4 - paddd %xmm9, %xmm6 - paddd %xmm13, %xmm7 - movdqa %xmm4, %xmm5 - pslld $18, %xmm4 - psrld $14, %xmm5 - pxor %xmm4, %xmm0 - pshufd $0x39, %xmm1, %xmm1 - pxor %xmm5, %xmm0 - movdqa %xmm3, %xmm4 - movdqa %xmm6, %xmm5 - pslld $18, %xmm6 - psrld $14, %xmm5 - pxor %xmm6, %xmm8 - pshufd $0x39, %xmm9, %xmm9 - pxor %xmm5, %xmm8 - movdqa %xmm11, %xmm6 - movdqa %xmm7, %xmm5 - pslld $18, %xmm7 - psrld $14, %xmm5 - pxor %xmm7, %xmm12 - pshufd $0x39, %xmm13, %xmm13 - pxor %xmm5, %xmm12 - movdqa %xmm15, %xmm7 - - paddd %xmm0, %xmm4 - paddd %xmm8, %xmm6 - paddd %xmm12, %xmm7 - movdqa %xmm4, %xmm5 - pslld $7, %xmm4 - psrld $25, %xmm5 - pxor %xmm4, %xmm1 - pxor %xmm5, %xmm1 - movdqa %xmm0, %xmm4 - movdqa %xmm6, %xmm5 - pslld $7, %xmm6 - psrld $25, %xmm5 - pxor %xmm6, %xmm9 - pxor %xmm5, %xmm9 - movdqa %xmm8, %xmm6 - movdqa %xmm7, %xmm5 - pslld $7, %xmm7 - psrld $25, %xmm5 - pxor %xmm7, %xmm13 - pxor %xmm5, %xmm13 - movdqa %xmm12, %xmm7 - - paddd %xmm1, %xmm4 - paddd %xmm9, %xmm6 - paddd %xmm13, %xmm7 - movdqa %xmm4, %xmm5 - pslld $9, %xmm4 - psrld $23, %xmm5 - pxor %xmm4, %xmm2 - movdqa %xmm1, %xmm4 - pshufd $0x93, %xmm1, %xmm1 - pxor %xmm5, %xmm2 - movdqa %xmm6, %xmm5 - pslld $9, %xmm6 - psrld $23, %xmm5 - pxor %xmm6, %xmm10 - movdqa %xmm9, %xmm6 - pshufd $0x93, %xmm9, %xmm9 - pxor %xmm5, %xmm10 - movdqa %xmm7, %xmm5 - pslld $9, %xmm7 - psrld $23, %xmm5 - pxor %xmm7, %xmm14 - movdqa %xmm13, %xmm7 - pshufd $0x93, %xmm13, %xmm13 - pxor %xmm5, %xmm14 - - paddd %xmm2, %xmm4 - paddd %xmm10, %xmm6 - paddd %xmm14, %xmm7 - movdqa %xmm4, %xmm5 - pslld $13, %xmm4 - psrld $19, %xmm5 - pxor %xmm4, %xmm3 - movdqa %xmm2, %xmm4 - pshufd $0x4e, %xmm2, %xmm2 - pxor %xmm5, %xmm3 - movdqa %xmm6, %xmm5 - pslld $13, %xmm6 - psrld $19, %xmm5 - pxor %xmm6, %xmm11 - movdqa %xmm10, %xmm6 - pshufd $0x4e, %xmm10, %xmm10 - pxor %xmm5, %xmm11 - movdqa %xmm7, %xmm5 - pslld $13, %xmm7 - psrld $19, %xmm5 - pxor %xmm7, %xmm15 - movdqa %xmm14, %xmm7 - pshufd $0x4e, %xmm14, %xmm14 - pxor %xmm5, %xmm15 - - paddd %xmm3, %xmm4 - paddd %xmm11, %xmm6 - paddd %xmm15, %xmm7 - movdqa %xmm4, %xmm5 - pslld $18, %xmm4 - psrld $14, %xmm5 - pxor %xmm4, %xmm0 - pshufd $0x39, %xmm3, %xmm3 - pxor %xmm5, %xmm0 - movdqa %xmm6, %xmm5 - pslld $18, %xmm6 - psrld $14, %xmm5 - pxor %xmm6, %xmm8 - pshufd $0x39, %xmm11, %xmm11 - pxor %xmm5, %xmm8 - movdqa %xmm7, %xmm5 - pslld $18, %xmm7 - psrld $14, %xmm5 - pxor %xmm7, %xmm12 - pshufd $0x39, %xmm15, %xmm15 - pxor %xmm5, %xmm12 -.endm - -.macro xmm_salsa8_core_3way - xmm_salsa8_core_3way_doubleround - xmm_salsa8_core_3way_doubleround - xmm_salsa8_core_3way_doubleround - xmm_salsa8_core_3way_doubleround -.endm - - .text - .align 32 - .globl scrypt_core_3way - .globl _scrypt_core_3way -scrypt_core_3way: -_scrypt_core_3way: - pushq %rbx - pushq %rbp -#if defined(WIN64) - subq $176, %rsp - movdqa %xmm6, 8(%rsp) - movdqa %xmm7, 24(%rsp) - movdqa %xmm8, 40(%rsp) - movdqa %xmm9, 56(%rsp) - movdqa %xmm10, 72(%rsp) - movdqa %xmm11, 88(%rsp) - movdqa %xmm12, 104(%rsp) - movdqa %xmm13, 120(%rsp) - movdqa %xmm14, 136(%rsp) - movdqa %xmm15, 152(%rsp) - pushq %rdi - pushq %rsi - movq %rcx, %rdi - movq %rdx, %rsi - movq %r8, %rdx - movq %r9, %rcx -#endif - subq $392, %rsp - - scrypt_shuffle %rdi, 0, %rsp, 0 - scrypt_shuffle %rdi, 64, %rsp, 64 - scrypt_shuffle %rsi, 0, %rsp, 128 - scrypt_shuffle %rsi, 64, %rsp, 192 - scrypt_shuffle %rdx, 0, %rsp, 256 - scrypt_shuffle %rdx, 64, %rsp, 320 - - movdqa 128+64(%rsp), %xmm8 - movdqa 128+80(%rsp), %xmm9 - movdqa 128+96(%rsp), %xmm10 - movdqa 128+112(%rsp), %xmm11 - - movq %rcx, %rbp - leaq 3*131072(%rcx), %rax -scrypt_core_3way_loop1: - movdqa %xmm8, %xmm12 - movdqa %xmm9, %xmm13 - movdqa %xmm10, %xmm14 - movdqa %xmm11, %xmm15 - movdqa 0(%rsp), %xmm0 - movdqa 16(%rsp), %xmm1 - movdqa 32(%rsp), %xmm2 - movdqa 48(%rsp), %xmm3 - movdqa 64(%rsp), %xmm4 - movdqa 80(%rsp), %xmm5 - movdqa 96(%rsp), %xmm6 - movdqa 112(%rsp), %xmm7 - movdqa 128+0(%rsp), %xmm8 - movdqa 128+16(%rsp), %xmm9 - movdqa 128+32(%rsp), %xmm10 - movdqa 128+48(%rsp), %xmm11 - pxor %xmm4, %xmm0 - pxor %xmm5, %xmm1 - pxor %xmm6, %xmm2 - pxor %xmm7, %xmm3 - movdqa %xmm0, 0(%rbp) - movdqa %xmm1, 16(%rbp) - movdqa %xmm2, 32(%rbp) - movdqa %xmm3, 48(%rbp) - movdqa %xmm4, 64(%rbp) - movdqa %xmm5, 80(%rbp) - movdqa %xmm6, 96(%rbp) - movdqa %xmm7, 112(%rbp) - pxor %xmm12, %xmm8 - pxor %xmm13, %xmm9 - pxor %xmm14, %xmm10 - pxor %xmm15, %xmm11 - movdqa %xmm8, 128+0(%rbp) - movdqa %xmm9, 128+16(%rbp) - movdqa %xmm10, 128+32(%rbp) - movdqa %xmm11, 128+48(%rbp) - movdqa %xmm12, 128+64(%rbp) - movdqa %xmm13, 128+80(%rbp) - movdqa %xmm14, 128+96(%rbp) - movdqa %xmm15, 128+112(%rbp) - movdqa 256+0(%rsp), %xmm12 - movdqa 256+16(%rsp), %xmm13 - movdqa 256+32(%rsp), %xmm14 - movdqa 256+48(%rsp), %xmm15 - movdqa 256+64(%rsp), %xmm4 - movdqa 256+80(%rsp), %xmm5 - movdqa 256+96(%rsp), %xmm6 - movdqa 256+112(%rsp), %xmm7 - pxor %xmm4, %xmm12 - pxor %xmm5, %xmm13 - pxor %xmm6, %xmm14 - pxor %xmm7, %xmm15 - movdqa %xmm12, 256+0(%rbp) - movdqa %xmm13, 256+16(%rbp) - movdqa %xmm14, 256+32(%rbp) - movdqa %xmm15, 256+48(%rbp) - movdqa %xmm4, 256+64(%rbp) - movdqa %xmm5, 256+80(%rbp) - movdqa %xmm6, 256+96(%rbp) - movdqa %xmm7, 256+112(%rbp) - - xmm_salsa8_core_3way - paddd 0(%rbp), %xmm0 - paddd 16(%rbp), %xmm1 - paddd 32(%rbp), %xmm2 - paddd 48(%rbp), %xmm3 - paddd 128+0(%rbp), %xmm8 - paddd 128+16(%rbp), %xmm9 - paddd 128+32(%rbp), %xmm10 - paddd 128+48(%rbp), %xmm11 - paddd 256+0(%rbp), %xmm12 - paddd 256+16(%rbp), %xmm13 - paddd 256+32(%rbp), %xmm14 - paddd 256+48(%rbp), %xmm15 - movdqa %xmm0, 0(%rsp) - movdqa %xmm1, 16(%rsp) - movdqa %xmm2, 32(%rsp) - movdqa %xmm3, 48(%rsp) - movdqa %xmm8, 128+0(%rsp) - movdqa %xmm9, 128+16(%rsp) - movdqa %xmm10, 128+32(%rsp) - movdqa %xmm11, 128+48(%rsp) - movdqa %xmm12, 256+0(%rsp) - movdqa %xmm13, 256+16(%rsp) - movdqa %xmm14, 256+32(%rsp) - movdqa %xmm15, 256+48(%rsp) - - pxor 64(%rsp), %xmm0 - pxor 80(%rsp), %xmm1 - pxor 96(%rsp), %xmm2 - pxor 112(%rsp), %xmm3 - pxor 128+64(%rsp), %xmm8 - pxor 128+80(%rsp), %xmm9 - pxor 128+96(%rsp), %xmm10 - pxor 128+112(%rsp), %xmm11 - pxor 256+64(%rsp), %xmm12 - pxor 256+80(%rsp), %xmm13 - pxor 256+96(%rsp), %xmm14 - pxor 256+112(%rsp), %xmm15 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - movdqa %xmm8, 128+64(%rsp) - movdqa %xmm9, 128+80(%rsp) - movdqa %xmm10, 128+96(%rsp) - movdqa %xmm11, 128+112(%rsp) - movdqa %xmm12, 256+64(%rsp) - movdqa %xmm13, 256+80(%rsp) - movdqa %xmm14, 256+96(%rsp) - movdqa %xmm15, 256+112(%rsp) - xmm_salsa8_core_3way - paddd 64(%rsp), %xmm0 - paddd 80(%rsp), %xmm1 - paddd 96(%rsp), %xmm2 - paddd 112(%rsp), %xmm3 - paddd 128+64(%rsp), %xmm8 - paddd 128+80(%rsp), %xmm9 - paddd 128+96(%rsp), %xmm10 - paddd 128+112(%rsp), %xmm11 - paddd 256+64(%rsp), %xmm12 - paddd 256+80(%rsp), %xmm13 - paddd 256+96(%rsp), %xmm14 - paddd 256+112(%rsp), %xmm15 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - movdqa %xmm8, 128+64(%rsp) - movdqa %xmm9, 128+80(%rsp) - movdqa %xmm10, 128+96(%rsp) - movdqa %xmm11, 128+112(%rsp) - movdqa %xmm12, 256+64(%rsp) - movdqa %xmm13, 256+80(%rsp) - movdqa %xmm14, 256+96(%rsp) - movdqa %xmm15, 256+112(%rsp) - - addq $3*128, %rbp - cmpq %rax, %rbp - jne scrypt_core_3way_loop1 - - movq $1024, %rax -scrypt_core_3way_loop2: - movl 64(%rsp), %ebp - andl $1023, %ebp - leal (%ebp, %ebp, 2), %ebp - shll $7, %ebp - movl 128+64(%rsp), %ebx - andl $1023, %ebx - leal (%ebx, %ebx, 2), %ebx - shll $7, %ebx - addl $128, %ebx - movl 256+64(%rsp), %r8d - andl $1023, %r8d - leal (%r8d, %r8d, 2), %r8d - shll $7, %r8d - addl $256, %r8d - movdqa 0(%rsp), %xmm0 - movdqa 16(%rsp), %xmm1 - movdqa 32(%rsp), %xmm2 - movdqa 48(%rsp), %xmm3 - movdqa 128+0(%rsp), %xmm8 - movdqa 128+16(%rsp), %xmm9 - movdqa 128+32(%rsp), %xmm10 - movdqa 128+48(%rsp), %xmm11 - movdqa 256+0(%rsp), %xmm12 - movdqa 256+16(%rsp), %xmm13 - movdqa 256+32(%rsp), %xmm14 - movdqa 256+48(%rsp), %xmm15 - pxor 0(%rcx, %rbp), %xmm0 - pxor 16(%rcx, %rbp), %xmm1 - pxor 32(%rcx, %rbp), %xmm2 - pxor 48(%rcx, %rbp), %xmm3 - pxor 0(%rcx, %rbx), %xmm8 - pxor 16(%rcx, %rbx), %xmm9 - pxor 32(%rcx, %rbx), %xmm10 - pxor 48(%rcx, %rbx), %xmm11 - pxor 0(%rcx, %r8), %xmm12 - pxor 16(%rcx, %r8), %xmm13 - pxor 32(%rcx, %r8), %xmm14 - pxor 48(%rcx, %r8), %xmm15 - - pxor 64(%rsp), %xmm0 - pxor 80(%rsp), %xmm1 - pxor 96(%rsp), %xmm2 - pxor 112(%rsp), %xmm3 - pxor 128+64(%rsp), %xmm8 - pxor 128+80(%rsp), %xmm9 - pxor 128+96(%rsp), %xmm10 - pxor 128+112(%rsp), %xmm11 - pxor 256+64(%rsp), %xmm12 - pxor 256+80(%rsp), %xmm13 - pxor 256+96(%rsp), %xmm14 - pxor 256+112(%rsp), %xmm15 - movdqa %xmm0, 0(%rsp) - movdqa %xmm1, 16(%rsp) - movdqa %xmm2, 32(%rsp) - movdqa %xmm3, 48(%rsp) - movdqa %xmm8, 128+0(%rsp) - movdqa %xmm9, 128+16(%rsp) - movdqa %xmm10, 128+32(%rsp) - movdqa %xmm11, 128+48(%rsp) - movdqa %xmm12, 256+0(%rsp) - movdqa %xmm13, 256+16(%rsp) - movdqa %xmm14, 256+32(%rsp) - movdqa %xmm15, 256+48(%rsp) - xmm_salsa8_core_3way - paddd 0(%rsp), %xmm0 - paddd 16(%rsp), %xmm1 - paddd 32(%rsp), %xmm2 - paddd 48(%rsp), %xmm3 - paddd 128+0(%rsp), %xmm8 - paddd 128+16(%rsp), %xmm9 - paddd 128+32(%rsp), %xmm10 - paddd 128+48(%rsp), %xmm11 - paddd 256+0(%rsp), %xmm12 - paddd 256+16(%rsp), %xmm13 - paddd 256+32(%rsp), %xmm14 - paddd 256+48(%rsp), %xmm15 - movdqa %xmm0, 0(%rsp) - movdqa %xmm1, 16(%rsp) - movdqa %xmm2, 32(%rsp) - movdqa %xmm3, 48(%rsp) - movdqa %xmm8, 128+0(%rsp) - movdqa %xmm9, 128+16(%rsp) - movdqa %xmm10, 128+32(%rsp) - movdqa %xmm11, 128+48(%rsp) - movdqa %xmm12, 256+0(%rsp) - movdqa %xmm13, 256+16(%rsp) - movdqa %xmm14, 256+32(%rsp) - movdqa %xmm15, 256+48(%rsp) - - pxor 64(%rcx, %rbp), %xmm0 - pxor 80(%rcx, %rbp), %xmm1 - pxor 96(%rcx, %rbp), %xmm2 - pxor 112(%rcx, %rbp), %xmm3 - pxor 64(%rcx, %rbx), %xmm8 - pxor 80(%rcx, %rbx), %xmm9 - pxor 96(%rcx, %rbx), %xmm10 - pxor 112(%rcx, %rbx), %xmm11 - pxor 64(%rcx, %r8), %xmm12 - pxor 80(%rcx, %r8), %xmm13 - pxor 96(%rcx, %r8), %xmm14 - pxor 112(%rcx, %r8), %xmm15 - pxor 64(%rsp), %xmm0 - pxor 80(%rsp), %xmm1 - pxor 96(%rsp), %xmm2 - pxor 112(%rsp), %xmm3 - pxor 128+64(%rsp), %xmm8 - pxor 128+80(%rsp), %xmm9 - pxor 128+96(%rsp), %xmm10 - pxor 128+112(%rsp), %xmm11 - pxor 256+64(%rsp), %xmm12 - pxor 256+80(%rsp), %xmm13 - pxor 256+96(%rsp), %xmm14 - pxor 256+112(%rsp), %xmm15 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - movdqa %xmm8, 128+64(%rsp) - movdqa %xmm9, 128+80(%rsp) - movdqa %xmm10, 128+96(%rsp) - movdqa %xmm11, 128+112(%rsp) - movdqa %xmm12, 256+64(%rsp) - movdqa %xmm13, 256+80(%rsp) - movdqa %xmm14, 256+96(%rsp) - movdqa %xmm15, 256+112(%rsp) - xmm_salsa8_core_3way - paddd 64(%rsp), %xmm0 - paddd 80(%rsp), %xmm1 - paddd 96(%rsp), %xmm2 - paddd 112(%rsp), %xmm3 - paddd 128+64(%rsp), %xmm8 - paddd 128+80(%rsp), %xmm9 - paddd 128+96(%rsp), %xmm10 - paddd 128+112(%rsp), %xmm11 - paddd 256+64(%rsp), %xmm12 - paddd 256+80(%rsp), %xmm13 - paddd 256+96(%rsp), %xmm14 - paddd 256+112(%rsp), %xmm15 - movdqa %xmm0, 64(%rsp) - movdqa %xmm1, 80(%rsp) - movdqa %xmm2, 96(%rsp) - movdqa %xmm3, 112(%rsp) - movdqa %xmm8, 128+64(%rsp) - movdqa %xmm9, 128+80(%rsp) - movdqa %xmm10, 128+96(%rsp) - movdqa %xmm11, 128+112(%rsp) - movdqa %xmm12, 256+64(%rsp) - movdqa %xmm13, 256+80(%rsp) - movdqa %xmm14, 256+96(%rsp) - movdqa %xmm15, 256+112(%rsp) - - subq $1, %rax - ja scrypt_core_3way_loop2 - - scrypt_shuffle %rsp, 0, %rdi, 0 - scrypt_shuffle %rsp, 64, %rdi, 64 - scrypt_shuffle %rsp, 128, %rsi, 0 - scrypt_shuffle %rsp, 192, %rsi, 64 - scrypt_shuffle %rsp, 256, %rdx, 0 - scrypt_shuffle %rsp, 320, %rdx, 64 - - addq $392, %rsp -#if defined(WIN64) - popq %rsi - popq %rdi - movdqa 8(%rsp), %xmm6 - movdqa 24(%rsp), %xmm7 - movdqa 40(%rsp), %xmm8 - movdqa 56(%rsp), %xmm9 - movdqa 72(%rsp), %xmm10 - movdqa 88(%rsp), %xmm11 - movdqa 104(%rsp), %xmm12 - movdqa 120(%rsp), %xmm13 - movdqa 136(%rsp), %xmm14 - movdqa 152(%rsp), %xmm15 - addq $176, %rsp -#endif - popq %rbp - popq %rbx - ret - +# Copyright 2011-2012 pooler@litecoinpool.org +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. + +#if defined(__linux__) && defined(__ELF__) + .section .note.GNU-stack,"",%progbits +#endif + +#if defined(__x86_64__) + +.macro scrypt_shuffle src, so, dest, do + movl \so+60(\src), %r8d + movl \so+44(\src), %r9d + movl \so+28(\src), %r10d + movl \so+12(\src), %r11d + movl %r8d, \do+12(\dest) + movl %r9d, \do+28(\dest) + movl %r10d, \do+44(\dest) + movl %r11d, \do+60(\dest) + movl \so+40(\src), %r8d + movl \so+8(\src), %r9d + movl \so+48(\src), %r10d + movl \so+16(\src), %r11d + movl %r8d, \do+8(\dest) + movl %r9d, \do+40(\dest) + movl %r10d, \do+16(\dest) + movl %r11d, \do+48(\dest) + movl \so+20(\src), %r8d + movl \so+4(\src), %r9d + movl \so+52(\src), %r10d + movl \so+36(\src), %r11d + movl %r8d, \do+4(\dest) + movl %r9d, \do+20(\dest) + movl %r10d, \do+36(\dest) + movl %r11d, \do+52(\dest) + movl \so+0(\src), %r8d + movl \so+24(\src), %r9d + movl \so+32(\src), %r10d + movl \so+56(\src), %r11d + movl %r8d, \do+0(\dest) + movl %r9d, \do+24(\dest) + movl %r10d, \do+32(\dest) + movl %r11d, \do+56(\dest) +.endm + +.macro gen_salsa8_core_doubleround + movq 72(%rsp), %r15 + + leaq (%r14, %rdx), %rbp + roll $7, %ebp + xorq %rbp, %r9 + leaq (%rdi, %r15), %rbp + roll $7, %ebp + xorq %rbp, %r10 + leaq (%rdx, %r9), %rbp + roll $9, %ebp + xorq %rbp, %r11 + leaq (%r15, %r10), %rbp + roll $9, %ebp + xorq %rbp, %r13 + leaq (%r9, %r11), %rbp + roll $13, %ebp + xorq %rbp, %r14 + leaq (%r10, %r13), %rbp + roll $13, %ebp + xorq %rbp, %rdi + leaq (%r11, %r14), %rbp + roll $18, %ebp + xorq %rbp, %rdx + leaq (%r13, %rdi), %rbp + roll $18, %ebp + xorq %rbp, %r15 + + movq 48(%rsp), %rbp + movq %r15, 72(%rsp) + + leaq (%rax, %rbp), %r15 + roll $7, %r15d + xorq %r15, %rbx + leaq (%rbp, %rbx), %r15 + roll $9, %r15d + xorq %r15, %rcx + leaq (%rbx, %rcx), %r15 + roll $13, %r15d + xorq %r15, %rax + leaq (%rcx, %rax), %r15 + roll $18, %r15d + xorq %r15, %rbp + + movq 88(%rsp), %r15 + movq %rbp, 48(%rsp) + + leaq (%r12, %r15), %rbp + roll $7, %ebp + xorq %rbp, %rsi + leaq (%r15, %rsi), %rbp + roll $9, %ebp + xorq %rbp, %r8 + leaq (%rsi, %r8), %rbp + roll $13, %ebp + xorq %rbp, %r12 + leaq (%r8, %r12), %rbp + roll $18, %ebp + xorq %rbp, %r15 + + movq %r15, 88(%rsp) + movq 72(%rsp), %r15 + + leaq (%rsi, %rdx), %rbp + roll $7, %ebp + xorq %rbp, %rdi + leaq (%r9, %r15), %rbp + roll $7, %ebp + xorq %rbp, %rax + leaq (%rdx, %rdi), %rbp + roll $9, %ebp + xorq %rbp, %rcx + leaq (%r15, %rax), %rbp + roll $9, %ebp + xorq %rbp, %r8 + leaq (%rdi, %rcx), %rbp + roll $13, %ebp + xorq %rbp, %rsi + leaq (%rax, %r8), %rbp + roll $13, %ebp + xorq %rbp, %r9 + leaq (%rcx, %rsi), %rbp + roll $18, %ebp + xorq %rbp, %rdx + leaq (%r8, %r9), %rbp + roll $18, %ebp + xorq %rbp, %r15 + + movq 48(%rsp), %rbp + movq %r15, 72(%rsp) + + leaq (%r10, %rbp), %r15 + roll $7, %r15d + xorq %r15, %r12 + leaq (%rbp, %r12), %r15 + roll $9, %r15d + xorq %r15, %r11 + leaq (%r12, %r11), %r15 + roll $13, %r15d + xorq %r15, %r10 + leaq (%r11, %r10), %r15 + roll $18, %r15d + xorq %r15, %rbp + + movq 88(%rsp), %r15 + movq %rbp, 48(%rsp) + + leaq (%rbx, %r15), %rbp + roll $7, %ebp + xorq %rbp, %r14 + leaq (%r15, %r14), %rbp + roll $9, %ebp + xorq %rbp, %r13 + leaq (%r14, %r13), %rbp + roll $13, %ebp + xorq %rbp, %rbx + leaq (%r13, %rbx), %rbp + roll $18, %ebp + xorq %rbp, %r15 + + movq %r15, 88(%rsp) +.endm + + .text + .align 32 +gen_salsa8_core: + # 0: %rdx, %rdi, %rcx, %rsi + movq 8(%rsp), %rdi + movq %rdi, %rdx + shrq $32, %rdi + movq 16(%rsp), %rsi + movq %rsi, %rcx + shrq $32, %rsi + # 1: %r9, 72(%rsp), %rax, %r8 + movq 24(%rsp), %r8 + movq %r8, %r9 + shrq $32, %r8 + movq %r8, 72(%rsp) + movq 32(%rsp), %r8 + movq %r8, %rax + shrq $32, %r8 + # 2: %r11, %r10, 48(%rsp), %r12 + movq 40(%rsp), %r10 + movq %r10, %r11 + shrq $32, %r10 + movq 48(%rsp), %r12 + #movq %r12, %r13 + #movq %r13, 48(%rsp) + shrq $32, %r12 + # 3: %r14, %r13, %rbx, 88(%rsp) + movq 56(%rsp), %r13 + movq %r13, %r14 + shrq $32, %r13 + movq 64(%rsp), %r15 + movq %r15, %rbx + shrq $32, %r15 + movq %r15, 88(%rsp) + + gen_salsa8_core_doubleround + gen_salsa8_core_doubleround + gen_salsa8_core_doubleround + gen_salsa8_core_doubleround + + movl %edx, %edx + shlq $32, %rdi + addq %rdi, %rdx + movd %rdx, %xmm0 + + movl %ecx, %ecx + shlq $32, %rsi + addq %rsi, %rcx + movd %rcx, %xmm4 + + movq 72(%rsp), %rdi + movl %r9d, %r9d + shlq $32, %rdi + addq %rdi, %r9 + movd %r9, %xmm1 + + movl %eax, %eax + shlq $32, %r8 + addq %r8, %rax + movd %rax, %xmm5 + + movl %r11d, %r11d + shlq $32, %r10 + addq %r10, %r11 + movd %r11, %xmm2 + + movl 48(%rsp), %r8d + shlq $32, %r12 + addq %r12, %r8 + movd %r8, %xmm6 + + movl %r14d, %r14d + shlq $32, %r13 + addq %r13, %r14 + movd %r14, %xmm3 + + movq 88(%rsp), %rdi + movl %ebx, %ebx + shlq $32, %rdi + addq %rdi, %rbx + movd %rbx, %xmm7 + + punpcklqdq %xmm4, %xmm0 + punpcklqdq %xmm5, %xmm1 + punpcklqdq %xmm6, %xmm2 + punpcklqdq %xmm7, %xmm3 + + #movq %rdx, 8(%rsp) + #movq %rcx, 16(%rsp) + #movq %r9, 24(%rsp) + #movq %rax, 32(%rsp) + #movq %r11, 40(%rsp) + #movq %r8, 48(%rsp) + #movq %r14, 56(%rsp) + #movq %rbx, 64(%rsp) + + ret + + + .text + .align 32 + .globl scrypt_core + .globl _scrypt_core +scrypt_core: +_scrypt_core: + pushq %rbx + pushq %rbp + pushq %r12 + pushq %r13 + pushq %r14 + pushq %r15 +#if defined(WIN64) + subq $176, %rsp + movdqa %xmm6, 8(%rsp) + movdqa %xmm7, 24(%rsp) + movdqa %xmm8, 40(%rsp) + movdqa %xmm9, 56(%rsp) + movdqa %xmm10, 72(%rsp) + movdqa %xmm11, 88(%rsp) + movdqa %xmm12, 104(%rsp) + movdqa %xmm13, 120(%rsp) + movdqa %xmm14, 136(%rsp) + movdqa %xmm15, 152(%rsp) + pushq %rdi + pushq %rsi + movq %rcx, %rdi + movq %rdx, %rsi +#endif + +.macro scrypt_core_cleanup +#if defined(WIN64) + popq %rsi + popq %rdi + movdqa 8(%rsp), %xmm6 + movdqa 24(%rsp), %xmm7 + movdqa 40(%rsp), %xmm8 + movdqa 56(%rsp), %xmm9 + movdqa 72(%rsp), %xmm10 + movdqa 88(%rsp), %xmm11 + movdqa 104(%rsp), %xmm12 + movdqa 120(%rsp), %xmm13 + movdqa 136(%rsp), %xmm14 + movdqa 152(%rsp), %xmm15 + addq $176, %rsp +#endif + popq %r15 + popq %r14 + popq %r13 + popq %r12 + popq %rbp + popq %rbx +.endm + + # GenuineIntel processors have fast SIMD + xorl %eax, %eax + cpuid + cmpl $0x6c65746e, %ecx + jne gen_scrypt_core + cmpl $0x49656e69, %edx + jne gen_scrypt_core + cmpl $0x756e6547, %ebx + je xmm_scrypt_core + +gen_scrypt_core: + subq $136, %rsp + movdqa 0(%rdi), %xmm8 + movdqa 16(%rdi), %xmm9 + movdqa 32(%rdi), %xmm10 + movdqa 48(%rdi), %xmm11 + movdqa 64(%rdi), %xmm12 + movdqa 80(%rdi), %xmm13 + movdqa 96(%rdi), %xmm14 + movdqa 112(%rdi), %xmm15 + + leaq 131072(%rsi), %rcx + movq %rdi, 104(%rsp) + movq %rsi, 112(%rsp) + movq %rcx, 120(%rsp) +gen_scrypt_core_loop1: + movdqa %xmm8, 0(%rsi) + movdqa %xmm9, 16(%rsi) + movdqa %xmm10, 32(%rsi) + movdqa %xmm11, 48(%rsi) + movdqa %xmm12, 64(%rsi) + movdqa %xmm13, 80(%rsi) + movdqa %xmm14, 96(%rsi) + movdqa %xmm15, 112(%rsi) + + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm8, 0(%rsp) + movdqa %xmm9, 16(%rsp) + movdqa %xmm10, 32(%rsp) + movdqa %xmm11, 48(%rsp) + movq %rsi, 128(%rsp) + call gen_salsa8_core + paddd %xmm0, %xmm8 + paddd %xmm1, %xmm9 + paddd %xmm2, %xmm10 + paddd %xmm3, %xmm11 + + pxor %xmm8, %xmm12 + pxor %xmm9, %xmm13 + pxor %xmm10, %xmm14 + pxor %xmm11, %xmm15 + movdqa %xmm12, 0(%rsp) + movdqa %xmm13, 16(%rsp) + movdqa %xmm14, 32(%rsp) + movdqa %xmm15, 48(%rsp) + call gen_salsa8_core + movq 128(%rsp), %rsi + paddd %xmm0, %xmm12 + paddd %xmm1, %xmm13 + paddd %xmm2, %xmm14 + paddd %xmm3, %xmm15 + + addq $128, %rsi + movq 120(%rsp), %rcx + cmpq %rcx, %rsi + jne gen_scrypt_core_loop1 + + movq $1024, %rcx +gen_scrypt_core_loop2: + movq 112(%rsp), %rsi + movd %xmm12, %edx + andl $1023, %edx + shll $7, %edx + movdqa 0(%rsi, %rdx), %xmm0 + movdqa 16(%rsi, %rdx), %xmm1 + movdqa 32(%rsi, %rdx), %xmm2 + movdqa 48(%rsi, %rdx), %xmm3 + movdqa 64(%rsi, %rdx), %xmm4 + movdqa 80(%rsi, %rdx), %xmm5 + movdqa 96(%rsi, %rdx), %xmm6 + movdqa 112(%rsi, %rdx), %xmm7 + pxor %xmm0, %xmm8 + pxor %xmm1, %xmm9 + pxor %xmm2, %xmm10 + pxor %xmm3, %xmm11 + pxor %xmm4, %xmm12 + pxor %xmm5, %xmm13 + pxor %xmm6, %xmm14 + pxor %xmm7, %xmm15 + + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm8, 0(%rsp) + movdqa %xmm9, 16(%rsp) + movdqa %xmm10, 32(%rsp) + movdqa %xmm11, 48(%rsp) + movq %rcx, 128(%rsp) + call gen_salsa8_core + paddd %xmm0, %xmm8 + paddd %xmm1, %xmm9 + paddd %xmm2, %xmm10 + paddd %xmm3, %xmm11 + + pxor %xmm8, %xmm12 + pxor %xmm9, %xmm13 + pxor %xmm10, %xmm14 + pxor %xmm11, %xmm15 + movdqa %xmm12, 0(%rsp) + movdqa %xmm13, 16(%rsp) + movdqa %xmm14, 32(%rsp) + movdqa %xmm15, 48(%rsp) + call gen_salsa8_core + movq 128(%rsp), %rcx + paddd %xmm0, %xmm12 + paddd %xmm1, %xmm13 + paddd %xmm2, %xmm14 + paddd %xmm3, %xmm15 + + subq $1, %rcx + ja gen_scrypt_core_loop2 + + movq 104(%rsp), %rdi + movdqa %xmm8, 0(%rdi) + movdqa %xmm9, 16(%rdi) + movdqa %xmm10, 32(%rdi) + movdqa %xmm11, 48(%rdi) + movdqa %xmm12, 64(%rdi) + movdqa %xmm13, 80(%rdi) + movdqa %xmm14, 96(%rdi) + movdqa %xmm15, 112(%rdi) + + addq $136, %rsp + scrypt_core_cleanup + ret + + +.macro xmm_salsa8_core_doubleround + movdqa %xmm1, %xmm4 + paddd %xmm0, %xmm4 + movdqa %xmm4, %xmm5 + pslld $7, %xmm4 + psrld $25, %xmm5 + pxor %xmm4, %xmm3 + pxor %xmm5, %xmm3 + movdqa %xmm0, %xmm4 + + paddd %xmm3, %xmm4 + movdqa %xmm4, %xmm5 + pslld $9, %xmm4 + psrld $23, %xmm5 + pxor %xmm4, %xmm2 + movdqa %xmm3, %xmm4 + pshufd $0x93, %xmm3, %xmm3 + pxor %xmm5, %xmm2 + + paddd %xmm2, %xmm4 + movdqa %xmm4, %xmm5 + pslld $13, %xmm4 + psrld $19, %xmm5 + pxor %xmm4, %xmm1 + movdqa %xmm2, %xmm4 + pshufd $0x4e, %xmm2, %xmm2 + pxor %xmm5, %xmm1 + + paddd %xmm1, %xmm4 + movdqa %xmm4, %xmm5 + pslld $18, %xmm4 + psrld $14, %xmm5 + pxor %xmm4, %xmm0 + pshufd $0x39, %xmm1, %xmm1 + pxor %xmm5, %xmm0 + movdqa %xmm3, %xmm4 + + paddd %xmm0, %xmm4 + movdqa %xmm4, %xmm5 + pslld $7, %xmm4 + psrld $25, %xmm5 + pxor %xmm4, %xmm1 + pxor %xmm5, %xmm1 + movdqa %xmm0, %xmm4 + + paddd %xmm1, %xmm4 + movdqa %xmm4, %xmm5 + pslld $9, %xmm4 + psrld $23, %xmm5 + pxor %xmm4, %xmm2 + movdqa %xmm1, %xmm4 + pshufd $0x93, %xmm1, %xmm1 + pxor %xmm5, %xmm2 + + paddd %xmm2, %xmm4 + movdqa %xmm4, %xmm5 + pslld $13, %xmm4 + psrld $19, %xmm5 + pxor %xmm4, %xmm3 + movdqa %xmm2, %xmm4 + pshufd $0x4e, %xmm2, %xmm2 + pxor %xmm5, %xmm3 + + paddd %xmm3, %xmm4 + movdqa %xmm4, %xmm5 + pslld $18, %xmm4 + psrld $14, %xmm5 + pxor %xmm4, %xmm0 + pshufd $0x39, %xmm3, %xmm3 + pxor %xmm5, %xmm0 +.endm + +.macro xmm_salsa8_core + xmm_salsa8_core_doubleround + xmm_salsa8_core_doubleround + xmm_salsa8_core_doubleround + xmm_salsa8_core_doubleround +.endm + + .align 32 +xmm_scrypt_core: + # shuffle 1st block into %xmm8-%xmm11 + movl 60(%rdi), %edx + movl 44(%rdi), %ecx + movl 28(%rdi), %ebx + movl 12(%rdi), %eax + movd %edx, %xmm0 + movd %ecx, %xmm1 + movd %ebx, %xmm2 + movd %eax, %xmm3 + movl 40(%rdi), %ecx + movl 24(%rdi), %ebx + movl 8(%rdi), %eax + movl 56(%rdi), %edx + pshufd $0x93, %xmm0, %xmm0 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm2, %xmm2 + pshufd $0x93, %xmm3, %xmm3 + movd %ecx, %xmm4 + movd %ebx, %xmm5 + movd %eax, %xmm6 + movd %edx, %xmm7 + paddd %xmm4, %xmm0 + paddd %xmm5, %xmm1 + paddd %xmm6, %xmm2 + paddd %xmm7, %xmm3 + movl 20(%rdi), %ebx + movl 4(%rdi), %eax + movl 52(%rdi), %edx + movl 36(%rdi), %ecx + pshufd $0x93, %xmm0, %xmm0 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm2, %xmm2 + pshufd $0x93, %xmm3, %xmm3 + movd %ebx, %xmm4 + movd %eax, %xmm5 + movd %edx, %xmm6 + movd %ecx, %xmm7 + paddd %xmm4, %xmm0 + paddd %xmm5, %xmm1 + paddd %xmm6, %xmm2 + paddd %xmm7, %xmm3 + movl 0(%rdi), %eax + movl 48(%rdi), %edx + movl 32(%rdi), %ecx + movl 16(%rdi), %ebx + pshufd $0x93, %xmm0, %xmm0 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm2, %xmm2 + pshufd $0x93, %xmm3, %xmm3 + movd %eax, %xmm8 + movd %edx, %xmm9 + movd %ecx, %xmm10 + movd %ebx, %xmm11 + paddd %xmm0, %xmm8 + paddd %xmm1, %xmm9 + paddd %xmm2, %xmm10 + paddd %xmm3, %xmm11 + + # shuffle 2nd block into %xmm12-%xmm15 + movl 124(%rdi), %edx + movl 108(%rdi), %ecx + movl 92(%rdi), %ebx + movl 76(%rdi), %eax + movd %edx, %xmm0 + movd %ecx, %xmm1 + movd %ebx, %xmm2 + movd %eax, %xmm3 + movl 104(%rdi), %ecx + movl 88(%rdi), %ebx + movl 72(%rdi), %eax + movl 120(%rdi), %edx + pshufd $0x93, %xmm0, %xmm0 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm2, %xmm2 + pshufd $0x93, %xmm3, %xmm3 + movd %ecx, %xmm4 + movd %ebx, %xmm5 + movd %eax, %xmm6 + movd %edx, %xmm7 + paddd %xmm4, %xmm0 + paddd %xmm5, %xmm1 + paddd %xmm6, %xmm2 + paddd %xmm7, %xmm3 + movl 84(%rdi), %ebx + movl 68(%rdi), %eax + movl 116(%rdi), %edx + movl 100(%rdi), %ecx + pshufd $0x93, %xmm0, %xmm0 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm2, %xmm2 + pshufd $0x93, %xmm3, %xmm3 + movd %ebx, %xmm4 + movd %eax, %xmm5 + movd %edx, %xmm6 + movd %ecx, %xmm7 + paddd %xmm4, %xmm0 + paddd %xmm5, %xmm1 + paddd %xmm6, %xmm2 + paddd %xmm7, %xmm3 + movl 64(%rdi), %eax + movl 112(%rdi), %edx + movl 96(%rdi), %ecx + movl 80(%rdi), %ebx + pshufd $0x93, %xmm0, %xmm0 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm2, %xmm2 + pshufd $0x93, %xmm3, %xmm3 + movd %eax, %xmm12 + movd %edx, %xmm13 + movd %ecx, %xmm14 + movd %ebx, %xmm15 + paddd %xmm0, %xmm12 + paddd %xmm1, %xmm13 + paddd %xmm2, %xmm14 + paddd %xmm3, %xmm15 + + movq %rsi, %rdx + leaq 131072(%rsi), %rcx +xmm_scrypt_core_loop1: + movdqa %xmm8, 0(%rdx) + movdqa %xmm9, 16(%rdx) + movdqa %xmm10, 32(%rdx) + movdqa %xmm11, 48(%rdx) + movdqa %xmm12, 64(%rdx) + movdqa %xmm13, 80(%rdx) + movdqa %xmm14, 96(%rdx) + movdqa %xmm15, 112(%rdx) + + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm8, %xmm0 + movdqa %xmm9, %xmm1 + movdqa %xmm10, %xmm2 + movdqa %xmm11, %xmm3 + xmm_salsa8_core + paddd %xmm0, %xmm8 + paddd %xmm1, %xmm9 + paddd %xmm2, %xmm10 + paddd %xmm3, %xmm11 + + pxor %xmm8, %xmm12 + pxor %xmm9, %xmm13 + pxor %xmm10, %xmm14 + pxor %xmm11, %xmm15 + movdqa %xmm12, %xmm0 + movdqa %xmm13, %xmm1 + movdqa %xmm14, %xmm2 + movdqa %xmm15, %xmm3 + xmm_salsa8_core + paddd %xmm0, %xmm12 + paddd %xmm1, %xmm13 + paddd %xmm2, %xmm14 + paddd %xmm3, %xmm15 + + addq $128, %rdx + cmpq %rcx, %rdx + jne xmm_scrypt_core_loop1 + + movq $1024, %rcx +xmm_scrypt_core_loop2: + movd %xmm12, %edx + andl $1023, %edx + shll $7, %edx + movdqa 0(%rsi, %rdx), %xmm0 + movdqa 16(%rsi, %rdx), %xmm1 + movdqa 32(%rsi, %rdx), %xmm2 + movdqa 48(%rsi, %rdx), %xmm3 + movdqa 64(%rsi, %rdx), %xmm4 + movdqa 80(%rsi, %rdx), %xmm5 + movdqa 96(%rsi, %rdx), %xmm6 + movdqa 112(%rsi, %rdx), %xmm7 + pxor %xmm0, %xmm8 + pxor %xmm1, %xmm9 + pxor %xmm2, %xmm10 + pxor %xmm3, %xmm11 + pxor %xmm4, %xmm12 + pxor %xmm5, %xmm13 + pxor %xmm6, %xmm14 + pxor %xmm7, %xmm15 + + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm8, %xmm0 + movdqa %xmm9, %xmm1 + movdqa %xmm10, %xmm2 + movdqa %xmm11, %xmm3 + xmm_salsa8_core + paddd %xmm0, %xmm8 + paddd %xmm1, %xmm9 + paddd %xmm2, %xmm10 + paddd %xmm3, %xmm11 + + pxor %xmm8, %xmm12 + pxor %xmm9, %xmm13 + pxor %xmm10, %xmm14 + pxor %xmm11, %xmm15 + movdqa %xmm12, %xmm0 + movdqa %xmm13, %xmm1 + movdqa %xmm14, %xmm2 + movdqa %xmm15, %xmm3 + xmm_salsa8_core + paddd %xmm0, %xmm12 + paddd %xmm1, %xmm13 + paddd %xmm2, %xmm14 + paddd %xmm3, %xmm15 + + subq $1, %rcx + ja xmm_scrypt_core_loop2 + + # re-shuffle 1st block back + movd %xmm8, %eax + movd %xmm9, %edx + movd %xmm10, %ecx + movd %xmm11, %ebx + pshufd $0x39, %xmm8, %xmm8 + pshufd $0x39, %xmm9, %xmm9 + pshufd $0x39, %xmm10, %xmm10 + pshufd $0x39, %xmm11, %xmm11 + movl %eax, 0(%rdi) + movl %edx, 48(%rdi) + movl %ecx, 32(%rdi) + movl %ebx, 16(%rdi) + movd %xmm8, %ebx + movd %xmm9, %eax + movd %xmm10, %edx + movd %xmm11, %ecx + pshufd $0x39, %xmm8, %xmm8 + pshufd $0x39, %xmm9, %xmm9 + pshufd $0x39, %xmm10, %xmm10 + pshufd $0x39, %xmm11, %xmm11 + movl %ebx, 20(%rdi) + movl %eax, 4(%rdi) + movl %edx, 52(%rdi) + movl %ecx, 36(%rdi) + movd %xmm8, %ecx + movd %xmm9, %ebx + movd %xmm10, %eax + movd %xmm11, %edx + pshufd $0x39, %xmm8, %xmm8 + pshufd $0x39, %xmm9, %xmm9 + pshufd $0x39, %xmm10, %xmm10 + pshufd $0x39, %xmm11, %xmm11 + movl %ecx, 40(%rdi) + movl %ebx, 24(%rdi) + movl %eax, 8(%rdi) + movl %edx, 56(%rdi) + movd %xmm8, %edx + movd %xmm9, %ecx + movd %xmm10, %ebx + movd %xmm11, %eax + movl %edx, 60(%rdi) + movl %ecx, 44(%rdi) + movl %ebx, 28(%rdi) + movl %eax, 12(%rdi) + + # re-shuffle 2nd block back + movd %xmm12, %eax + movd %xmm13, %edx + movd %xmm14, %ecx + movd %xmm15, %ebx + pshufd $0x39, %xmm12, %xmm12 + pshufd $0x39, %xmm13, %xmm13 + pshufd $0x39, %xmm14, %xmm14 + pshufd $0x39, %xmm15, %xmm15 + movl %eax, 64(%rdi) + movl %edx, 112(%rdi) + movl %ecx, 96(%rdi) + movl %ebx, 80(%rdi) + movd %xmm12, %ebx + movd %xmm13, %eax + movd %xmm14, %edx + movd %xmm15, %ecx + pshufd $0x39, %xmm12, %xmm12 + pshufd $0x39, %xmm13, %xmm13 + pshufd $0x39, %xmm14, %xmm14 + pshufd $0x39, %xmm15, %xmm15 + movl %ebx, 84(%rdi) + movl %eax, 68(%rdi) + movl %edx, 116(%rdi) + movl %ecx, 100(%rdi) + movd %xmm12, %ecx + movd %xmm13, %ebx + movd %xmm14, %eax + movd %xmm15, %edx + pshufd $0x39, %xmm12, %xmm12 + pshufd $0x39, %xmm13, %xmm13 + pshufd $0x39, %xmm14, %xmm14 + pshufd $0x39, %xmm15, %xmm15 + movl %ecx, 104(%rdi) + movl %ebx, 88(%rdi) + movl %eax, 72(%rdi) + movl %edx, 120(%rdi) + movd %xmm12, %edx + movd %xmm13, %ecx + movd %xmm14, %ebx + movd %xmm15, %eax + movl %edx, 124(%rdi) + movl %ecx, 108(%rdi) + movl %ebx, 92(%rdi) + movl %eax, 76(%rdi) + + scrypt_core_cleanup + ret + + + .text + .align 32 + .globl scrypt_best_throughput + .globl _scrypt_best_throughput +scrypt_best_throughput: +_scrypt_best_throughput: + pushq %rbx + xorq %rax, %rax + cpuid + movl $3, %eax + cmpl $0x444d4163, %ecx + jne scrypt_best_throughput_exit + cmpl $0x69746e65, %edx + jne scrypt_best_throughput_exit + cmpl $0x68747541, %ebx + jne scrypt_best_throughput_exit + movl $1, %eax + cpuid + andl $0x0ff00000, %eax + movl $3, %eax + jnz scrypt_best_throughput_exit + movl $1, %eax +scrypt_best_throughput_exit: + popq %rbx + ret + + +.macro xmm_salsa8_core_2way_doubleround + movdqa %xmm1, %xmm4 + movdqa %xmm9, %xmm6 + paddd %xmm0, %xmm4 + paddd %xmm8, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $7, %xmm4 + pslld $7, %xmm6 + psrld $25, %xmm5 + psrld $25, %xmm7 + pxor %xmm4, %xmm3 + pxor %xmm6, %xmm11 + pxor %xmm5, %xmm3 + pxor %xmm7, %xmm11 + movdqa %xmm0, %xmm4 + movdqa %xmm8, %xmm6 + + paddd %xmm3, %xmm4 + paddd %xmm11, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $9, %xmm4 + pslld $9, %xmm6 + psrld $23, %xmm5 + psrld $23, %xmm7 + pxor %xmm4, %xmm2 + pxor %xmm6, %xmm10 + movdqa %xmm3, %xmm4 + movdqa %xmm11, %xmm6 + pshufd $0x93, %xmm3, %xmm3 + pshufd $0x93, %xmm11, %xmm11 + pxor %xmm5, %xmm2 + pxor %xmm7, %xmm10 + + paddd %xmm2, %xmm4 + paddd %xmm10, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $13, %xmm4 + pslld $13, %xmm6 + psrld $19, %xmm5 + psrld $19, %xmm7 + pxor %xmm4, %xmm1 + pxor %xmm6, %xmm9 + movdqa %xmm2, %xmm4 + movdqa %xmm10, %xmm6 + pshufd $0x4e, %xmm2, %xmm2 + pshufd $0x4e, %xmm10, %xmm10 + pxor %xmm5, %xmm1 + pxor %xmm7, %xmm9 + + paddd %xmm1, %xmm4 + paddd %xmm9, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $18, %xmm4 + pslld $18, %xmm6 + psrld $14, %xmm5 + psrld $14, %xmm7 + pxor %xmm4, %xmm0 + pxor %xmm6, %xmm8 + pshufd $0x39, %xmm1, %xmm1 + pshufd $0x39, %xmm9, %xmm9 + pxor %xmm5, %xmm0 + pxor %xmm7, %xmm8 + movdqa %xmm3, %xmm4 + movdqa %xmm11, %xmm6 + + paddd %xmm0, %xmm4 + paddd %xmm8, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $7, %xmm4 + pslld $7, %xmm6 + psrld $25, %xmm5 + psrld $25, %xmm7 + pxor %xmm4, %xmm1 + pxor %xmm6, %xmm9 + pxor %xmm5, %xmm1 + pxor %xmm7, %xmm9 + movdqa %xmm0, %xmm4 + movdqa %xmm8, %xmm6 + + paddd %xmm1, %xmm4 + paddd %xmm9, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $9, %xmm4 + pslld $9, %xmm6 + psrld $23, %xmm5 + psrld $23, %xmm7 + pxor %xmm4, %xmm2 + pxor %xmm6, %xmm10 + movdqa %xmm1, %xmm4 + movdqa %xmm9, %xmm6 + pshufd $0x93, %xmm1, %xmm1 + pshufd $0x93, %xmm9, %xmm9 + pxor %xmm5, %xmm2 + pxor %xmm7, %xmm10 + + paddd %xmm2, %xmm4 + paddd %xmm10, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $13, %xmm4 + pslld $13, %xmm6 + psrld $19, %xmm5 + psrld $19, %xmm7 + pxor %xmm4, %xmm3 + pxor %xmm6, %xmm11 + movdqa %xmm2, %xmm4 + movdqa %xmm10, %xmm6 + pshufd $0x4e, %xmm2, %xmm2 + pshufd $0x4e, %xmm10, %xmm10 + pxor %xmm5, %xmm3 + pxor %xmm7, %xmm11 + + paddd %xmm3, %xmm4 + paddd %xmm11, %xmm6 + movdqa %xmm4, %xmm5 + movdqa %xmm6, %xmm7 + pslld $18, %xmm4 + pslld $18, %xmm6 + psrld $14, %xmm5 + psrld $14, %xmm7 + pxor %xmm4, %xmm0 + pxor %xmm6, %xmm8 + pshufd $0x39, %xmm3, %xmm3 + pshufd $0x39, %xmm11, %xmm11 + pxor %xmm5, %xmm0 + pxor %xmm7, %xmm8 +.endm + +.macro xmm_salsa8_core_2way + xmm_salsa8_core_2way_doubleround + xmm_salsa8_core_2way_doubleround + xmm_salsa8_core_2way_doubleround + xmm_salsa8_core_2way_doubleround +.endm + + + .text + .align 32 + .globl scrypt_core_2way + .globl _scrypt_core_2way +scrypt_core_2way: +_scrypt_core_2way: + pushq %rbx + pushq %rbp +#if defined(WIN64) + subq $176, %rsp + movdqa %xmm6, 8(%rsp) + movdqa %xmm7, 24(%rsp) + movdqa %xmm8, 40(%rsp) + movdqa %xmm9, 56(%rsp) + movdqa %xmm10, 72(%rsp) + movdqa %xmm11, 88(%rsp) + movdqa %xmm12, 104(%rsp) + movdqa %xmm13, 120(%rsp) + movdqa %xmm14, 136(%rsp) + movdqa %xmm15, 152(%rsp) + pushq %rdi + pushq %rsi + movq %rcx, %rdi + movq %rdx, %rsi + movq %r8, %rdx +#endif + subq $264, %rsp + + scrypt_shuffle %rdi, 0, %rsp, 0 + scrypt_shuffle %rdi, 64, %rsp, 64 + scrypt_shuffle %rsi, 0, %rsp, 128 + scrypt_shuffle %rsi, 64, %rsp, 192 + + movdqa 192(%rsp), %xmm12 + movdqa 208(%rsp), %xmm13 + movdqa 224(%rsp), %xmm14 + movdqa 240(%rsp), %xmm15 + + movq %rdx, %rbp + leaq 262144(%rdx), %rcx +scrypt_core_2way_loop1: + movdqa 0(%rsp), %xmm0 + movdqa 16(%rsp), %xmm1 + movdqa 32(%rsp), %xmm2 + movdqa 48(%rsp), %xmm3 + movdqa 64(%rsp), %xmm4 + movdqa 80(%rsp), %xmm5 + movdqa 96(%rsp), %xmm6 + movdqa 112(%rsp), %xmm7 + movdqa 128(%rsp), %xmm8 + movdqa 144(%rsp), %xmm9 + movdqa 160(%rsp), %xmm10 + movdqa 176(%rsp), %xmm11 + pxor %xmm4, %xmm0 + pxor %xmm5, %xmm1 + pxor %xmm6, %xmm2 + pxor %xmm7, %xmm3 + movdqa %xmm0, 0(%rbp) + movdqa %xmm1, 16(%rbp) + movdqa %xmm2, 32(%rbp) + movdqa %xmm3, 48(%rbp) + movdqa %xmm4, 64(%rbp) + movdqa %xmm5, 80(%rbp) + movdqa %xmm6, 96(%rbp) + movdqa %xmm7, 112(%rbp) + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm8, 128(%rbp) + movdqa %xmm9, 144(%rbp) + movdqa %xmm10, 160(%rbp) + movdqa %xmm11, 176(%rbp) + movdqa %xmm12, 192(%rbp) + movdqa %xmm13, 208(%rbp) + movdqa %xmm14, 224(%rbp) + movdqa %xmm15, 240(%rbp) + + xmm_salsa8_core_2way + paddd 0(%rbp), %xmm0 + paddd 16(%rbp), %xmm1 + paddd 32(%rbp), %xmm2 + paddd 48(%rbp), %xmm3 + paddd 128(%rbp), %xmm8 + paddd 144(%rbp), %xmm9 + paddd 160(%rbp), %xmm10 + paddd 176(%rbp), %xmm11 + movdqa %xmm0, 0(%rsp) + movdqa %xmm1, 16(%rsp) + movdqa %xmm2, 32(%rsp) + movdqa %xmm3, 48(%rsp) + movdqa %xmm8, 128(%rsp) + movdqa %xmm9, 144(%rsp) + movdqa %xmm10, 160(%rsp) + movdqa %xmm11, 176(%rsp) + + pxor 64(%rsp), %xmm0 + pxor 80(%rsp), %xmm1 + pxor 96(%rsp), %xmm2 + pxor 112(%rsp), %xmm3 + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + movdqa %xmm8, %xmm12 + movdqa %xmm9, %xmm13 + movdqa %xmm10, %xmm14 + movdqa %xmm11, %xmm15 + xmm_salsa8_core_2way + paddd 64(%rsp), %xmm0 + paddd 80(%rsp), %xmm1 + paddd 96(%rsp), %xmm2 + paddd 112(%rsp), %xmm3 + paddd %xmm8, %xmm12 + paddd %xmm9, %xmm13 + paddd %xmm10, %xmm14 + paddd %xmm11, %xmm15 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + + addq $256, %rbp + cmpq %rcx, %rbp + jne scrypt_core_2way_loop1 + + movq $1024, %rcx +scrypt_core_2way_loop2: + movdqa 0(%rsp), %xmm0 + movdqa 16(%rsp), %xmm1 + movdqa 32(%rsp), %xmm2 + movdqa 48(%rsp), %xmm3 + movdqa 64(%rsp), %xmm4 + movdqa 80(%rsp), %xmm5 + movdqa 96(%rsp), %xmm6 + movdqa 112(%rsp), %xmm7 + movdqa 128(%rsp), %xmm8 + movdqa 144(%rsp), %xmm9 + movdqa 160(%rsp), %xmm10 + movdqa 176(%rsp), %xmm11 + movd %xmm4, %ebp + andl $1023, %ebp + shll $8, %ebp + pxor 0(%rdx, %rbp), %xmm0 + pxor 16(%rdx, %rbp), %xmm1 + pxor 32(%rdx, %rbp), %xmm2 + pxor 48(%rdx, %rbp), %xmm3 + movd %xmm12, %ebx + andl $1023, %ebx + shll $8, %ebx + addl $128, %ebx + pxor 0(%rdx, %rbx), %xmm8 + pxor 16(%rdx, %rbx), %xmm9 + pxor 32(%rdx, %rbx), %xmm10 + pxor 48(%rdx, %rbx), %xmm11 + + pxor %xmm4, %xmm0 + pxor %xmm5, %xmm1 + pxor %xmm6, %xmm2 + pxor %xmm7, %xmm3 + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm0, 0(%rsp) + movdqa %xmm1, 16(%rsp) + movdqa %xmm2, 32(%rsp) + movdqa %xmm3, 48(%rsp) + movdqa %xmm8, 128(%rsp) + movdqa %xmm9, 144(%rsp) + movdqa %xmm10, 160(%rsp) + movdqa %xmm11, 176(%rsp) + xmm_salsa8_core_2way + paddd 0(%rsp), %xmm0 + paddd 16(%rsp), %xmm1 + paddd 32(%rsp), %xmm2 + paddd 48(%rsp), %xmm3 + paddd 128(%rsp), %xmm8 + paddd 144(%rsp), %xmm9 + paddd 160(%rsp), %xmm10 + paddd 176(%rsp), %xmm11 + movdqa %xmm0, 0(%rsp) + movdqa %xmm1, 16(%rsp) + movdqa %xmm2, 32(%rsp) + movdqa %xmm3, 48(%rsp) + movdqa %xmm8, 128(%rsp) + movdqa %xmm9, 144(%rsp) + movdqa %xmm10, 160(%rsp) + movdqa %xmm11, 176(%rsp) + + pxor 64(%rdx, %rbp), %xmm0 + pxor 80(%rdx, %rbp), %xmm1 + pxor 96(%rdx, %rbp), %xmm2 + pxor 112(%rdx, %rbp), %xmm3 + pxor 64(%rdx, %rbx), %xmm8 + pxor 80(%rdx, %rbx), %xmm9 + pxor 96(%rdx, %rbx), %xmm10 + pxor 112(%rdx, %rbx), %xmm11 + pxor 64(%rsp), %xmm0 + pxor 80(%rsp), %xmm1 + pxor 96(%rsp), %xmm2 + pxor 112(%rsp), %xmm3 + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + movdqa %xmm8, %xmm12 + movdqa %xmm9, %xmm13 + movdqa %xmm10, %xmm14 + movdqa %xmm11, %xmm15 + xmm_salsa8_core_2way + paddd 64(%rsp), %xmm0 + paddd 80(%rsp), %xmm1 + paddd 96(%rsp), %xmm2 + paddd 112(%rsp), %xmm3 + paddd %xmm8, %xmm12 + paddd %xmm9, %xmm13 + paddd %xmm10, %xmm14 + paddd %xmm11, %xmm15 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + + subq $1, %rcx + ja scrypt_core_2way_loop2 + + movdqa %xmm12, 192(%rsp) + movdqa %xmm13, 208(%rsp) + movdqa %xmm14, 224(%rsp) + movdqa %xmm15, 240(%rsp) + + scrypt_shuffle %rsp, 0, %rdi, 0 + scrypt_shuffle %rsp, 64, %rdi, 64 + scrypt_shuffle %rsp, 128, %rsi, 0 + scrypt_shuffle %rsp, 192, %rsi, 64 + + addq $264, %rsp +#if defined(WIN64) + popq %rsi + popq %rdi + movdqa 8(%rsp), %xmm6 + movdqa 24(%rsp), %xmm7 + movdqa 40(%rsp), %xmm8 + movdqa 56(%rsp), %xmm9 + movdqa 72(%rsp), %xmm10 + movdqa 88(%rsp), %xmm11 + movdqa 104(%rsp), %xmm12 + movdqa 120(%rsp), %xmm13 + movdqa 136(%rsp), %xmm14 + movdqa 152(%rsp), %xmm15 + addq $176, %rsp +#endif + popq %rbp + popq %rbx + ret + + +.macro xmm_salsa8_core_3way_doubleround + movdqa %xmm1, %xmm4 + movdqa %xmm9, %xmm6 + movdqa %xmm13, %xmm7 + paddd %xmm0, %xmm4 + paddd %xmm8, %xmm6 + paddd %xmm12, %xmm7 + movdqa %xmm4, %xmm5 + pslld $7, %xmm4 + psrld $25, %xmm5 + pxor %xmm4, %xmm3 + pxor %xmm5, %xmm3 + movdqa %xmm0, %xmm4 + movdqa %xmm6, %xmm5 + pslld $7, %xmm6 + psrld $25, %xmm5 + pxor %xmm6, %xmm11 + pxor %xmm5, %xmm11 + movdqa %xmm8, %xmm6 + movdqa %xmm7, %xmm5 + pslld $7, %xmm7 + psrld $25, %xmm5 + pxor %xmm7, %xmm15 + pxor %xmm5, %xmm15 + movdqa %xmm12, %xmm7 + + paddd %xmm3, %xmm4 + paddd %xmm11, %xmm6 + paddd %xmm15, %xmm7 + movdqa %xmm4, %xmm5 + pslld $9, %xmm4 + psrld $23, %xmm5 + pxor %xmm4, %xmm2 + movdqa %xmm3, %xmm4 + pshufd $0x93, %xmm3, %xmm3 + pxor %xmm5, %xmm2 + movdqa %xmm6, %xmm5 + pslld $9, %xmm6 + psrld $23, %xmm5 + pxor %xmm6, %xmm10 + movdqa %xmm11, %xmm6 + pshufd $0x93, %xmm11, %xmm11 + pxor %xmm5, %xmm10 + movdqa %xmm7, %xmm5 + pslld $9, %xmm7 + psrld $23, %xmm5 + pxor %xmm7, %xmm14 + movdqa %xmm15, %xmm7 + pshufd $0x93, %xmm15, %xmm15 + pxor %xmm5, %xmm14 + + paddd %xmm2, %xmm4 + paddd %xmm10, %xmm6 + paddd %xmm14, %xmm7 + movdqa %xmm4, %xmm5 + pslld $13, %xmm4 + psrld $19, %xmm5 + pxor %xmm4, %xmm1 + movdqa %xmm2, %xmm4 + pshufd $0x4e, %xmm2, %xmm2 + pxor %xmm5, %xmm1 + movdqa %xmm6, %xmm5 + pslld $13, %xmm6 + psrld $19, %xmm5 + pxor %xmm6, %xmm9 + movdqa %xmm10, %xmm6 + pshufd $0x4e, %xmm10, %xmm10 + pxor %xmm5, %xmm9 + movdqa %xmm7, %xmm5 + pslld $13, %xmm7 + psrld $19, %xmm5 + pxor %xmm7, %xmm13 + movdqa %xmm14, %xmm7 + pshufd $0x4e, %xmm14, %xmm14 + pxor %xmm5, %xmm13 + + paddd %xmm1, %xmm4 + paddd %xmm9, %xmm6 + paddd %xmm13, %xmm7 + movdqa %xmm4, %xmm5 + pslld $18, %xmm4 + psrld $14, %xmm5 + pxor %xmm4, %xmm0 + pshufd $0x39, %xmm1, %xmm1 + pxor %xmm5, %xmm0 + movdqa %xmm3, %xmm4 + movdqa %xmm6, %xmm5 + pslld $18, %xmm6 + psrld $14, %xmm5 + pxor %xmm6, %xmm8 + pshufd $0x39, %xmm9, %xmm9 + pxor %xmm5, %xmm8 + movdqa %xmm11, %xmm6 + movdqa %xmm7, %xmm5 + pslld $18, %xmm7 + psrld $14, %xmm5 + pxor %xmm7, %xmm12 + pshufd $0x39, %xmm13, %xmm13 + pxor %xmm5, %xmm12 + movdqa %xmm15, %xmm7 + + paddd %xmm0, %xmm4 + paddd %xmm8, %xmm6 + paddd %xmm12, %xmm7 + movdqa %xmm4, %xmm5 + pslld $7, %xmm4 + psrld $25, %xmm5 + pxor %xmm4, %xmm1 + pxor %xmm5, %xmm1 + movdqa %xmm0, %xmm4 + movdqa %xmm6, %xmm5 + pslld $7, %xmm6 + psrld $25, %xmm5 + pxor %xmm6, %xmm9 + pxor %xmm5, %xmm9 + movdqa %xmm8, %xmm6 + movdqa %xmm7, %xmm5 + pslld $7, %xmm7 + psrld $25, %xmm5 + pxor %xmm7, %xmm13 + pxor %xmm5, %xmm13 + movdqa %xmm12, %xmm7 + + paddd %xmm1, %xmm4 + paddd %xmm9, %xmm6 + paddd %xmm13, %xmm7 + movdqa %xmm4, %xmm5 + pslld $9, %xmm4 + psrld $23, %xmm5 + pxor %xmm4, %xmm2 + movdqa %xmm1, %xmm4 + pshufd $0x93, %xmm1, %xmm1 + pxor %xmm5, %xmm2 + movdqa %xmm6, %xmm5 + pslld $9, %xmm6 + psrld $23, %xmm5 + pxor %xmm6, %xmm10 + movdqa %xmm9, %xmm6 + pshufd $0x93, %xmm9, %xmm9 + pxor %xmm5, %xmm10 + movdqa %xmm7, %xmm5 + pslld $9, %xmm7 + psrld $23, %xmm5 + pxor %xmm7, %xmm14 + movdqa %xmm13, %xmm7 + pshufd $0x93, %xmm13, %xmm13 + pxor %xmm5, %xmm14 + + paddd %xmm2, %xmm4 + paddd %xmm10, %xmm6 + paddd %xmm14, %xmm7 + movdqa %xmm4, %xmm5 + pslld $13, %xmm4 + psrld $19, %xmm5 + pxor %xmm4, %xmm3 + movdqa %xmm2, %xmm4 + pshufd $0x4e, %xmm2, %xmm2 + pxor %xmm5, %xmm3 + movdqa %xmm6, %xmm5 + pslld $13, %xmm6 + psrld $19, %xmm5 + pxor %xmm6, %xmm11 + movdqa %xmm10, %xmm6 + pshufd $0x4e, %xmm10, %xmm10 + pxor %xmm5, %xmm11 + movdqa %xmm7, %xmm5 + pslld $13, %xmm7 + psrld $19, %xmm5 + pxor %xmm7, %xmm15 + movdqa %xmm14, %xmm7 + pshufd $0x4e, %xmm14, %xmm14 + pxor %xmm5, %xmm15 + + paddd %xmm3, %xmm4 + paddd %xmm11, %xmm6 + paddd %xmm15, %xmm7 + movdqa %xmm4, %xmm5 + pslld $18, %xmm4 + psrld $14, %xmm5 + pxor %xmm4, %xmm0 + pshufd $0x39, %xmm3, %xmm3 + pxor %xmm5, %xmm0 + movdqa %xmm6, %xmm5 + pslld $18, %xmm6 + psrld $14, %xmm5 + pxor %xmm6, %xmm8 + pshufd $0x39, %xmm11, %xmm11 + pxor %xmm5, %xmm8 + movdqa %xmm7, %xmm5 + pslld $18, %xmm7 + psrld $14, %xmm5 + pxor %xmm7, %xmm12 + pshufd $0x39, %xmm15, %xmm15 + pxor %xmm5, %xmm12 +.endm + +.macro xmm_salsa8_core_3way + xmm_salsa8_core_3way_doubleround + xmm_salsa8_core_3way_doubleround + xmm_salsa8_core_3way_doubleround + xmm_salsa8_core_3way_doubleround +.endm + + .text + .align 32 + .globl scrypt_core_3way + .globl _scrypt_core_3way +scrypt_core_3way: +_scrypt_core_3way: + pushq %rbx + pushq %rbp +#if defined(WIN64) + subq $176, %rsp + movdqa %xmm6, 8(%rsp) + movdqa %xmm7, 24(%rsp) + movdqa %xmm8, 40(%rsp) + movdqa %xmm9, 56(%rsp) + movdqa %xmm10, 72(%rsp) + movdqa %xmm11, 88(%rsp) + movdqa %xmm12, 104(%rsp) + movdqa %xmm13, 120(%rsp) + movdqa %xmm14, 136(%rsp) + movdqa %xmm15, 152(%rsp) + pushq %rdi + pushq %rsi + movq %rcx, %rdi + movq %rdx, %rsi + movq %r8, %rdx + movq %r9, %rcx +#endif + subq $392, %rsp + + scrypt_shuffle %rdi, 0, %rsp, 0 + scrypt_shuffle %rdi, 64, %rsp, 64 + scrypt_shuffle %rsi, 0, %rsp, 128 + scrypt_shuffle %rsi, 64, %rsp, 192 + scrypt_shuffle %rdx, 0, %rsp, 256 + scrypt_shuffle %rdx, 64, %rsp, 320 + + movdqa 128+64(%rsp), %xmm8 + movdqa 128+80(%rsp), %xmm9 + movdqa 128+96(%rsp), %xmm10 + movdqa 128+112(%rsp), %xmm11 + + movq %rcx, %rbp + leaq 3*131072(%rcx), %rax +scrypt_core_3way_loop1: + movdqa %xmm8, %xmm12 + movdqa %xmm9, %xmm13 + movdqa %xmm10, %xmm14 + movdqa %xmm11, %xmm15 + movdqa 0(%rsp), %xmm0 + movdqa 16(%rsp), %xmm1 + movdqa 32(%rsp), %xmm2 + movdqa 48(%rsp), %xmm3 + movdqa 64(%rsp), %xmm4 + movdqa 80(%rsp), %xmm5 + movdqa 96(%rsp), %xmm6 + movdqa 112(%rsp), %xmm7 + movdqa 128+0(%rsp), %xmm8 + movdqa 128+16(%rsp), %xmm9 + movdqa 128+32(%rsp), %xmm10 + movdqa 128+48(%rsp), %xmm11 + pxor %xmm4, %xmm0 + pxor %xmm5, %xmm1 + pxor %xmm6, %xmm2 + pxor %xmm7, %xmm3 + movdqa %xmm0, 0(%rbp) + movdqa %xmm1, 16(%rbp) + movdqa %xmm2, 32(%rbp) + movdqa %xmm3, 48(%rbp) + movdqa %xmm4, 64(%rbp) + movdqa %xmm5, 80(%rbp) + movdqa %xmm6, 96(%rbp) + movdqa %xmm7, 112(%rbp) + pxor %xmm12, %xmm8 + pxor %xmm13, %xmm9 + pxor %xmm14, %xmm10 + pxor %xmm15, %xmm11 + movdqa %xmm8, 128+0(%rbp) + movdqa %xmm9, 128+16(%rbp) + movdqa %xmm10, 128+32(%rbp) + movdqa %xmm11, 128+48(%rbp) + movdqa %xmm12, 128+64(%rbp) + movdqa %xmm13, 128+80(%rbp) + movdqa %xmm14, 128+96(%rbp) + movdqa %xmm15, 128+112(%rbp) + movdqa 256+0(%rsp), %xmm12 + movdqa 256+16(%rsp), %xmm13 + movdqa 256+32(%rsp), %xmm14 + movdqa 256+48(%rsp), %xmm15 + movdqa 256+64(%rsp), %xmm4 + movdqa 256+80(%rsp), %xmm5 + movdqa 256+96(%rsp), %xmm6 + movdqa 256+112(%rsp), %xmm7 + pxor %xmm4, %xmm12 + pxor %xmm5, %xmm13 + pxor %xmm6, %xmm14 + pxor %xmm7, %xmm15 + movdqa %xmm12, 256+0(%rbp) + movdqa %xmm13, 256+16(%rbp) + movdqa %xmm14, 256+32(%rbp) + movdqa %xmm15, 256+48(%rbp) + movdqa %xmm4, 256+64(%rbp) + movdqa %xmm5, 256+80(%rbp) + movdqa %xmm6, 256+96(%rbp) + movdqa %xmm7, 256+112(%rbp) + + xmm_salsa8_core_3way + paddd 0(%rbp), %xmm0 + paddd 16(%rbp), %xmm1 + paddd 32(%rbp), %xmm2 + paddd 48(%rbp), %xmm3 + paddd 128+0(%rbp), %xmm8 + paddd 128+16(%rbp), %xmm9 + paddd 128+32(%rbp), %xmm10 + paddd 128+48(%rbp), %xmm11 + paddd 256+0(%rbp), %xmm12 + paddd 256+16(%rbp), %xmm13 + paddd 256+32(%rbp), %xmm14 + paddd 256+48(%rbp), %xmm15 + movdqa %xmm0, 0(%rsp) + movdqa %xmm1, 16(%rsp) + movdqa %xmm2, 32(%rsp) + movdqa %xmm3, 48(%rsp) + movdqa %xmm8, 128+0(%rsp) + movdqa %xmm9, 128+16(%rsp) + movdqa %xmm10, 128+32(%rsp) + movdqa %xmm11, 128+48(%rsp) + movdqa %xmm12, 256+0(%rsp) + movdqa %xmm13, 256+16(%rsp) + movdqa %xmm14, 256+32(%rsp) + movdqa %xmm15, 256+48(%rsp) + + pxor 64(%rsp), %xmm0 + pxor 80(%rsp), %xmm1 + pxor 96(%rsp), %xmm2 + pxor 112(%rsp), %xmm3 + pxor 128+64(%rsp), %xmm8 + pxor 128+80(%rsp), %xmm9 + pxor 128+96(%rsp), %xmm10 + pxor 128+112(%rsp), %xmm11 + pxor 256+64(%rsp), %xmm12 + pxor 256+80(%rsp), %xmm13 + pxor 256+96(%rsp), %xmm14 + pxor 256+112(%rsp), %xmm15 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + movdqa %xmm8, 128+64(%rsp) + movdqa %xmm9, 128+80(%rsp) + movdqa %xmm10, 128+96(%rsp) + movdqa %xmm11, 128+112(%rsp) + movdqa %xmm12, 256+64(%rsp) + movdqa %xmm13, 256+80(%rsp) + movdqa %xmm14, 256+96(%rsp) + movdqa %xmm15, 256+112(%rsp) + xmm_salsa8_core_3way + paddd 64(%rsp), %xmm0 + paddd 80(%rsp), %xmm1 + paddd 96(%rsp), %xmm2 + paddd 112(%rsp), %xmm3 + paddd 128+64(%rsp), %xmm8 + paddd 128+80(%rsp), %xmm9 + paddd 128+96(%rsp), %xmm10 + paddd 128+112(%rsp), %xmm11 + paddd 256+64(%rsp), %xmm12 + paddd 256+80(%rsp), %xmm13 + paddd 256+96(%rsp), %xmm14 + paddd 256+112(%rsp), %xmm15 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + movdqa %xmm8, 128+64(%rsp) + movdqa %xmm9, 128+80(%rsp) + movdqa %xmm10, 128+96(%rsp) + movdqa %xmm11, 128+112(%rsp) + movdqa %xmm12, 256+64(%rsp) + movdqa %xmm13, 256+80(%rsp) + movdqa %xmm14, 256+96(%rsp) + movdqa %xmm15, 256+112(%rsp) + + addq $3*128, %rbp + cmpq %rax, %rbp + jne scrypt_core_3way_loop1 + + movq $1024, %rax +scrypt_core_3way_loop2: + movl 64(%rsp), %ebp + andl $1023, %ebp + leal (%ebp, %ebp, 2), %ebp + shll $7, %ebp + movl 128+64(%rsp), %ebx + andl $1023, %ebx + leal (%ebx, %ebx, 2), %ebx + shll $7, %ebx + addl $128, %ebx + movl 256+64(%rsp), %r8d + andl $1023, %r8d + leal (%r8d, %r8d, 2), %r8d + shll $7, %r8d + addl $256, %r8d + movdqa 0(%rsp), %xmm0 + movdqa 16(%rsp), %xmm1 + movdqa 32(%rsp), %xmm2 + movdqa 48(%rsp), %xmm3 + movdqa 128+0(%rsp), %xmm8 + movdqa 128+16(%rsp), %xmm9 + movdqa 128+32(%rsp), %xmm10 + movdqa 128+48(%rsp), %xmm11 + movdqa 256+0(%rsp), %xmm12 + movdqa 256+16(%rsp), %xmm13 + movdqa 256+32(%rsp), %xmm14 + movdqa 256+48(%rsp), %xmm15 + pxor 0(%rcx, %rbp), %xmm0 + pxor 16(%rcx, %rbp), %xmm1 + pxor 32(%rcx, %rbp), %xmm2 + pxor 48(%rcx, %rbp), %xmm3 + pxor 0(%rcx, %rbx), %xmm8 + pxor 16(%rcx, %rbx), %xmm9 + pxor 32(%rcx, %rbx), %xmm10 + pxor 48(%rcx, %rbx), %xmm11 + pxor 0(%rcx, %r8), %xmm12 + pxor 16(%rcx, %r8), %xmm13 + pxor 32(%rcx, %r8), %xmm14 + pxor 48(%rcx, %r8), %xmm15 + + pxor 64(%rsp), %xmm0 + pxor 80(%rsp), %xmm1 + pxor 96(%rsp), %xmm2 + pxor 112(%rsp), %xmm3 + pxor 128+64(%rsp), %xmm8 + pxor 128+80(%rsp), %xmm9 + pxor 128+96(%rsp), %xmm10 + pxor 128+112(%rsp), %xmm11 + pxor 256+64(%rsp), %xmm12 + pxor 256+80(%rsp), %xmm13 + pxor 256+96(%rsp), %xmm14 + pxor 256+112(%rsp), %xmm15 + movdqa %xmm0, 0(%rsp) + movdqa %xmm1, 16(%rsp) + movdqa %xmm2, 32(%rsp) + movdqa %xmm3, 48(%rsp) + movdqa %xmm8, 128+0(%rsp) + movdqa %xmm9, 128+16(%rsp) + movdqa %xmm10, 128+32(%rsp) + movdqa %xmm11, 128+48(%rsp) + movdqa %xmm12, 256+0(%rsp) + movdqa %xmm13, 256+16(%rsp) + movdqa %xmm14, 256+32(%rsp) + movdqa %xmm15, 256+48(%rsp) + xmm_salsa8_core_3way + paddd 0(%rsp), %xmm0 + paddd 16(%rsp), %xmm1 + paddd 32(%rsp), %xmm2 + paddd 48(%rsp), %xmm3 + paddd 128+0(%rsp), %xmm8 + paddd 128+16(%rsp), %xmm9 + paddd 128+32(%rsp), %xmm10 + paddd 128+48(%rsp), %xmm11 + paddd 256+0(%rsp), %xmm12 + paddd 256+16(%rsp), %xmm13 + paddd 256+32(%rsp), %xmm14 + paddd 256+48(%rsp), %xmm15 + movdqa %xmm0, 0(%rsp) + movdqa %xmm1, 16(%rsp) + movdqa %xmm2, 32(%rsp) + movdqa %xmm3, 48(%rsp) + movdqa %xmm8, 128+0(%rsp) + movdqa %xmm9, 128+16(%rsp) + movdqa %xmm10, 128+32(%rsp) + movdqa %xmm11, 128+48(%rsp) + movdqa %xmm12, 256+0(%rsp) + movdqa %xmm13, 256+16(%rsp) + movdqa %xmm14, 256+32(%rsp) + movdqa %xmm15, 256+48(%rsp) + + pxor 64(%rcx, %rbp), %xmm0 + pxor 80(%rcx, %rbp), %xmm1 + pxor 96(%rcx, %rbp), %xmm2 + pxor 112(%rcx, %rbp), %xmm3 + pxor 64(%rcx, %rbx), %xmm8 + pxor 80(%rcx, %rbx), %xmm9 + pxor 96(%rcx, %rbx), %xmm10 + pxor 112(%rcx, %rbx), %xmm11 + pxor 64(%rcx, %r8), %xmm12 + pxor 80(%rcx, %r8), %xmm13 + pxor 96(%rcx, %r8), %xmm14 + pxor 112(%rcx, %r8), %xmm15 + pxor 64(%rsp), %xmm0 + pxor 80(%rsp), %xmm1 + pxor 96(%rsp), %xmm2 + pxor 112(%rsp), %xmm3 + pxor 128+64(%rsp), %xmm8 + pxor 128+80(%rsp), %xmm9 + pxor 128+96(%rsp), %xmm10 + pxor 128+112(%rsp), %xmm11 + pxor 256+64(%rsp), %xmm12 + pxor 256+80(%rsp), %xmm13 + pxor 256+96(%rsp), %xmm14 + pxor 256+112(%rsp), %xmm15 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + movdqa %xmm8, 128+64(%rsp) + movdqa %xmm9, 128+80(%rsp) + movdqa %xmm10, 128+96(%rsp) + movdqa %xmm11, 128+112(%rsp) + movdqa %xmm12, 256+64(%rsp) + movdqa %xmm13, 256+80(%rsp) + movdqa %xmm14, 256+96(%rsp) + movdqa %xmm15, 256+112(%rsp) + xmm_salsa8_core_3way + paddd 64(%rsp), %xmm0 + paddd 80(%rsp), %xmm1 + paddd 96(%rsp), %xmm2 + paddd 112(%rsp), %xmm3 + paddd 128+64(%rsp), %xmm8 + paddd 128+80(%rsp), %xmm9 + paddd 128+96(%rsp), %xmm10 + paddd 128+112(%rsp), %xmm11 + paddd 256+64(%rsp), %xmm12 + paddd 256+80(%rsp), %xmm13 + paddd 256+96(%rsp), %xmm14 + paddd 256+112(%rsp), %xmm15 + movdqa %xmm0, 64(%rsp) + movdqa %xmm1, 80(%rsp) + movdqa %xmm2, 96(%rsp) + movdqa %xmm3, 112(%rsp) + movdqa %xmm8, 128+64(%rsp) + movdqa %xmm9, 128+80(%rsp) + movdqa %xmm10, 128+96(%rsp) + movdqa %xmm11, 128+112(%rsp) + movdqa %xmm12, 256+64(%rsp) + movdqa %xmm13, 256+80(%rsp) + movdqa %xmm14, 256+96(%rsp) + movdqa %xmm15, 256+112(%rsp) + + subq $1, %rax + ja scrypt_core_3way_loop2 + + scrypt_shuffle %rsp, 0, %rdi, 0 + scrypt_shuffle %rsp, 64, %rdi, 64 + scrypt_shuffle %rsp, 128, %rsi, 0 + scrypt_shuffle %rsp, 192, %rsi, 64 + scrypt_shuffle %rsp, 256, %rdx, 0 + scrypt_shuffle %rsp, 320, %rdx, 64 + + addq $392, %rsp +#if defined(WIN64) + popq %rsi + popq %rdi + movdqa 8(%rsp), %xmm6 + movdqa 24(%rsp), %xmm7 + movdqa 40(%rsp), %xmm8 + movdqa 56(%rsp), %xmm9 + movdqa 72(%rsp), %xmm10 + movdqa 88(%rsp), %xmm11 + movdqa 104(%rsp), %xmm12 + movdqa 120(%rsp), %xmm13 + movdqa 136(%rsp), %xmm14 + movdqa 152(%rsp), %xmm15 + addq $176, %rsp +#endif + popq %rbp + popq %rbx + ret + #endif \ No newline at end of file diff --git a/src/scrypt_mine.cpp b/src/scrypt_mine.cpp index 289b0a7..afca59d 100644 --- a/src/scrypt_mine.cpp +++ b/src/scrypt_mine.cpp @@ -1,5 +1,5 @@ /*- - * Copyright 2009 Colin Percival, 2011 ArtForz, 2011 pooler, 2012 Balthazar + * Copyright 2009 Colin Percival, 2011 ArtForz, 2011 pooler, 2013 Balthazar * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/serialize.h b/src/serialize.h index 85b48a2..ca12051 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_SERIALIZE_H diff --git a/src/util.cpp b/src/util.cpp index a05a7a5..0c31324 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -855,7 +854,7 @@ boost::filesystem::path GetDefaultDataDir() // Windows: C:\Documents and Settings\username\Application Data\NovaCoin // Mac: ~/Library/Application Support/NovaCoin - // Unix: ~/.novacoin + // Unix: ~/.ppcoin #ifdef WIN32 // Windows return MyGetSpecialFolderPath(CSIDL_APPDATA, true) / "NovaCoin"; diff --git a/src/util.h b/src/util.h index dbecae2..5f46849 100644 --- a/src/util.h +++ b/src/util.h @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_UTIL_H @@ -47,14 +46,13 @@ static const int64 CENT = 10000; #define UBEGIN(a) ((unsigned char*)&(a)) #define UEND(a) ((unsigned char*)&((&(a))[1])) #define ARRAYLEN(array) (sizeof(array)/sizeof((array)[0])) +#define printf OutputDebugStringF #define UVOIDBEGIN(a) ((void*)&(a)) #define CVOIDBEGIN(a) ((const void*)&(a)) #define UINTBEGIN(a) ((uint32_t*)&(a)) #define CUINTBEGIN(a) ((const uint32_t*)&(a)) -#define printf OutputDebugStringF - #ifdef snprintf #undef snprintf #endif diff --git a/src/version.h b/src/version.h index 15d071f..632c612 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,5 @@ // Copyright (c) 2012 The Bitcoin developers +// Copyright (c) 2012-2013 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_VERSION_H @@ -28,15 +29,15 @@ extern const std::string CLIENT_DATE; // ppcoin version - intended for display purpose ONLY #define PPCOIN_VERSION_MAJOR 0 -#define PPCOIN_VERSION_MINOR 2 -#define PPCOIN_VERSION_REVISION 4 +#define PPCOIN_VERSION_MINOR 3 +#define PPCOIN_VERSION_REVISION 0 #define PPCOIN_VERSION_BUILD 0 // // network protocol versioning // -static const int PROTOCOL_VERSION = 60002; +static const int PROTOCOL_VERSION = 60003; // earlier versions not supported as of Feb 2012, and are disconnected // NOTE: as of bitcoin v0.6 message serialization (vSend, vRecv) still diff --git a/src/wallet.cpp b/src/wallet.cpp index e4a4ec3..2645f8c 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,14 +1,15 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers -// Copyright (c) 2011-2012 The PPCoin developers +// Copyright (c) 2011-2013 The PPCoin developers +// Copyright (c) 2013 NovaCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "wallet.h" #include "walletdb.h" #include "crypter.h" -#include "checkpoints.h" #include "ui_interface.h" +#include "kernel.h" using namespace std; @@ -71,7 +72,7 @@ bool CWallet::AddCScript(const CScript& redeemScript) return CWalletDB(strWalletFile).WriteCScript(Hash160(redeemScript), redeemScript); } -// ppcoin: optional setting to create coinstake only when unlocked; +// ppcoin: optional setting to unlock wallet for block minting only; // serves to disable the trivial sendmoney when OS account compromised bool fWalletUnlockMintOnly = false; @@ -834,7 +835,10 @@ void CWallet::ResendWalletTransactions() BOOST_FOREACH(PAIRTYPE(const unsigned int, CWalletTx*)& item, mapSorted) { CWalletTx& wtx = *item.second; - wtx.RelayWalletTransaction(txdb); + if (wtx.CheckTransaction()) + wtx.RelayWalletTransaction(txdb); + else + printf("ResendWalletTransactions() : CheckTransaction failed for transaction %s\n", wtx.GetHash().ToString().c_str()); } } } @@ -1247,21 +1251,18 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int CBlock block; if (!block.ReadFromDisk(txindex.pos.nFile, txindex.pos.nBlockPos, false)) continue; - if (block.GetBlockTime() + nStakeMinAge > txNew.nTime - nMaxClockDrift) + static int nMaxStakeSearchInterval = 60; + if (block.GetBlockTime() + nStakeMinAge > txNew.nTime - nMaxStakeSearchInterval) continue; // only count coins meeting min age requirement - int64 nValueIn = pcoin.first->vout[pcoin.second].nValue; - CBigNum bnCoinDay = CBigNum(nValueIn) * min(txNew.nTime-pcoin.first->nTime, (unsigned int)STAKE_MAX_AGE) / COIN / (24 * 60 * 60); - bool fKernelFound = false; - for (int n=0; nnTime << pcoin.second << txNew.nTime; - if (CBigNum(Hash(ss.begin(), ss.end())) <= bnCoinDay * bnTargetPerCoinDay) + // Search backward in time from the given txNew timestamp + // Search nSearchInterval seconds back up to nMaxStakeSearchInterval + uint256 hashProofOfStake = 0; + COutPoint prevoutStake = COutPoint(pcoin.first->GetHash(), pcoin.second); + if (CheckStakeKernelHash(nBits, block, txindex.pos.nTxPos - txindex.pos.nBlockPos, *pcoin.first, prevoutStake, txNew.nTime - n, hashProofOfStake)) { // Found a kernel if (fDebug && GetBoolArg("-printcoinstake")) @@ -1298,7 +1299,8 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int } else scriptPubKeyOut = scriptPubKeyKernel; - + + txNew.nTime -= n; txNew.vin.push_back(CTxIn(pcoin.first->GetHash(), pcoin.second)); nCredit += pcoin.first->vout[pcoin.second].nValue; vwtxPrev.push_back(pcoin.first); @@ -1308,6 +1310,7 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int if (fDebug && GetBoolArg("-printcoinstake")) printf("CreateCoinStake : added kernel type=%d\n", whichType); fKernelFound = true; + break; } } if (fKernelFound || fShutdown) @@ -1334,6 +1337,9 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int // Do not add additional significant input if (pcoin.first->vout[pcoin.second].nValue > nCombineThreshold) continue; + // Do not add input that is still too young + if (pcoin.first->nTime + STAKE_MAX_AGE > txNew.nTime) + continue; txNew.vin.push_back(CTxIn(pcoin.first->GetHash(), pcoin.second)); nCredit += pcoin.first->vout[pcoin.second].nValue; vwtxPrev.push_back(pcoin.first); diff --git a/src/wallet.h b/src/wallet.h index a531944..056f553 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,7 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Copyright (c) 2011-2012 The PPCoin developers -// Copyright (c) 2012-2013 The NovaCoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_H