From be6c1c44fdf67c9e5842f38e6c1e23480023ee7b Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Jan 2018 17:03:57 +0100 Subject: [PATCH] Change Strings to Bitcloud --- contrib/debian/bitcloud-qt.desktop | 8 +- contrib/debian/control | 6 +- contrib/debian/examples/pivx.conf | 12 +- contrib/debian/manpages/pivxd.1 | 8 +- .../gitian-descriptors/gitian-osx-signer.yml | 2 +- contrib/init/bitcloudd.conf | 2 +- contrib/init/bitcloudd.openrc | 2 +- contrib/macdeploy/README.md | 2 +- contrib/macdeploy/detached-sig-apply.sh | 2 +- contrib/macdeploy/detached-sig-create.sh | 2 +- contrib/macdeploy/fancy.plist | 2 +- doc/README.md | 2 +- doc/masternode-budget.md | 8 +- doc/masternode_conf.md | 4 +- share/qt/Info.plist.in | 8 +- share/setup.nsi.in | 12 +- src/Darksend.cpp | 2 +- src/bitcloud-cli-res.rc | 6 +- src/bitcloud-cli.cpp | 4 +- src/bitcloud-tx.cpp | 2 +- src/bitcloudd-res.rc | 2 +- src/bitcloudd.cpp | 4 +- src/chainparams.cpp | 4 +- src/chainparamsbase.h | 2 +- src/init.cpp | 8 +- src/kernel.cpp | 2 +- src/main.cpp | 2 +- src/mixTX.cpp | 2 +- src/qt/Darksendconfig.cpp | 4 +- src/qt/addresstablemodel.cpp | 2 +- src/qt/coinmix.cpp | 20 +- src/qt/forms/bip38tooldialog.ui | 2 +- src/qt/forms/optionsdialog.ui | 2 +- src/qt/forms/tradingdialog.ui | 4 +- src/qt/guiconstants.h | 2 +- src/qt/locale/bitcloud_bg.ts | 228 ++++++++--------- src/qt/locale/bitcloud_de.ts | 240 +++++++++--------- src/qt/locale/bitcloud_en.ts | 4 +- src/qt/locale/bitcloud_es.ts | 226 ++++++++--------- src/qt/locale/bitcloud_fi.ts | 236 ++++++++--------- src/qt/locale/bitcloud_fr.ts | 220 ++++++++-------- src/qt/locale/bitcloud_it.ts | 190 +++++++------- src/qt/locale/bitcloud_pl.ts | 214 ++++++++-------- src/qt/locale/bitcloud_pt.ts | 212 ++++++++-------- src/qt/locale/bitcloud_ru.ts | 212 ++++++++-------- src/qt/locale/bitcloud_sk.ts | 226 ++++++++--------- src/qt/locale/bitcloud_sv.ts | 152 +++++------ src/qt/locale/bitcloud_vi.ts | 220 ++++++++-------- src/qt/locale/bitcloud_zh_CN.ts | 110 ++++---- src/qt/locale/bitcloud_zh_TW.ts | 102 ++++---- src/qt/macnotificationhandler.mm | 2 +- src/qt/mixTXconfig.cpp | 4 +- src/qt/optionsdialog.cpp | 2 +- src/qt/optionsmodel.cpp | 22 +- src/qt/optionsmodel.h | 4 +- src/qt/overviewpage.cpp | 20 +- src/qt/res/css/dark.css | 6 +- src/qt/res/css/default.css | 6 +- src/qt/test/test_main.cpp | 2 +- src/rpcmasternode-budget.cpp | 14 +- src/rpcmasternode.cpp | 4 +- src/rpcnet.cpp | 4 +- src/rpcserver.cpp | 2 +- src/test/test_bitcloud.cpp | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- 66 files changed, 1524 insertions(+), 1524 deletions(-) diff --git a/contrib/debian/bitcloud-qt.desktop b/contrib/debian/bitcloud-qt.desktop index addf33d..235c088 100644 --- a/contrib/debian/bitcloud-qt.desktop +++ b/contrib/debian/bitcloud-qt.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Encoding=UTF-8 -Name=Diamond -Comment=Diamond P2P Cryptocurrency -Comment[fr]=Diamond, monnaie virtuelle cryptographique pair à pair -Comment[tr]=Diamond, eşten eşe kriptografik sanal para birimi +Name=Bitcloud +Comment=Bitcloud P2P Cryptocurrency +Comment[fr]=Bitcloud, monnaie virtuelle cryptographique pair à pair +Comment[tr]=Bitcloud, eşten eşe kriptografik sanal para birimi Exec=bitcloud-qt %u Terminal=false Type=Application diff --git a/contrib/debian/control b/contrib/debian/control index 3001b7f..cd2a664 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -30,7 +30,7 @@ Package: bitcloudd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - Diamond is a free open source peer-to-peer electronic cash system that + Bitcloud is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -46,7 +46,7 @@ Package: bitcloud-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - Diamond is a free open source peer-to-peer electronic cash system that + Bitcloud is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -55,4 +55,4 @@ Description: peer-to-peer network based digital currency - Qt GUI Full transaction history is stored locally at each client. This requires 1+ GB of space, slowly growing. . - This package provides Diamond-Qt, a GUI for Diamond based on Qt. + This package provides Bitcloud-Qt, a GUI for Bitcloud based on Qt. diff --git a/contrib/debian/examples/pivx.conf b/contrib/debian/examples/pivx.conf index 6c7c449..5b22fe8 100644 --- a/contrib/debian/examples/pivx.conf +++ b/contrib/debian/examples/pivx.conf @@ -51,10 +51,10 @@ #maxconnections= # -# JSON-RPC options (for controlling a running Diamond/bitcloudd process) +# JSON-RPC options (for controlling a running Bitcloud/bitcloudd process) # -# server=1 tells Diamond-QT and bitcloudd to accept JSON-RPC commands +# server=1 tells Bitcloud-QT and bitcloudd to accept JSON-RPC commands #server=0 # You must set rpcuser and rpcpassword to secure the JSON-RPC api @@ -72,7 +72,7 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells Diamond-QT to accept JSON-RPC commands. +# server=1 tells Bitcloud-QT to accept JSON-RPC commands. # it is also read by bitcloudd to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 @@ -81,12 +81,12 @@ # Listen for RPC connections on this TCP port: #rpcport=8330 -# You can use Diamond or bitcloudd to send commands to Diamond/bitcloudd +# You can use Bitcloud or bitcloudd to send commands to Bitcloud/bitcloudd # running on another host using this option: #rpcconnect=127.0.0.1 # Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate -# with Diamond -server or bitcloudd +# with Bitcloud -server or bitcloudd #rpcssl=1 # OpenSSL settings used when rpcssl=1 @@ -108,7 +108,7 @@ # User interface options -# Start Diamond minimized +# Start Bitcloud minimized #min=1 # Minimize to the system tray diff --git a/contrib/debian/manpages/pivxd.1 b/contrib/debian/manpages/pivxd.1 index 32bc1ac..8364eb3 100644 --- a/contrib/debian/manpages/pivxd.1 +++ b/contrib/debian/manpages/pivxd.1 @@ -1,14 +1,14 @@ .TH BTDXD "1" "February 2017" "bitcloudd 2.1.4.1" .SH NAME -Diamond \- peer-to-peer network based digital currency +Bitcloud \- peer-to-peer network based digital currency .SH SYNOPSIS bitcloudd [options] [params] .TP bitcloudd [options] help \- Get help for a command .SH DESCRIPTION -This manual page documents the bitcloudd program. Diamond is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: +This manual page documents the bitcloudd program. Bitcloud is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages: -Diamond can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Diamond system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. +Bitcloud can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Bitcloud system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks. .SH OPTIONS .TP @@ -192,7 +192,7 @@ Sends amount from the server's available balance to 'bitcloudaddress'. amount is Stops the bitcloud server. .TP \fBvalidateaddress 'bitcloudaddress'\fR -Checks that 'bitcloudaddress' looks like a proper Diamond address. Returns an object containing: +Checks that 'bitcloudaddress' looks like a proper Bitcloud address. Returns an object containing: "isvalid" : true or false. "ismine" : true if the address is in the server's wallet. diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml index 9c6fe67..fc95397 100644 --- a/contrib/gitian-descriptors/gitian-osx-signer.yml +++ b/contrib/gitian-descriptors/gitian-osx-signer.yml @@ -33,5 +33,5 @@ script: | tar -xf ${UNSIGNED} OSX_VOLNAME="$(cat osx_volname)" ./detached-sig-apply.sh ${UNSIGNED} signature/osx - ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Diamond-Qt" -no-pad -r -dir-mode 0755 -apple -o uncompressed.dmg signed-app + ${WRAP_DIR}/genisoimage -no-cache-inodes -D -l -probe -V "Bitcloud-Qt" -no-pad -r -dir-mode 0755 -apple -o uncompressed.dmg signed-app ${WRAP_DIR}/dmg dmg uncompressed.dmg ${OUTDIR}/${SIGNED} diff --git a/contrib/init/bitcloudd.conf b/contrib/init/bitcloudd.conf index 14baca0..d361321 100644 --- a/contrib/init/bitcloudd.conf +++ b/contrib/init/bitcloudd.conf @@ -38,7 +38,7 @@ pre-start script echo "It is also recommended that you also set alertnotify so you are " echo "notified of problems:" echo - echo "ie: alertnotify=echo %%s | mail -s \"Diamond Alert\"" \ + echo "ie: alertnotify=echo %%s | mail -s \"Bitcloud Alert\"" \ "admin@foo.com" echo exit 1 diff --git a/contrib/init/bitcloudd.openrc b/contrib/init/bitcloudd.openrc index aeb6d37..647a2b0 100644 --- a/contrib/init/bitcloudd.openrc +++ b/contrib/init/bitcloudd.openrc @@ -78,7 +78,7 @@ checkconfig() eerror "It is also recommended that you also set alertnotify so you are " eerror "notified of problems:" eerror "" - eerror "ie: alertnotify=echo %%s | mail -s \"Diamond Alert\"" \ + eerror "ie: alertnotify=echo %%s | mail -s \"Bitcloud Alert\"" \ "admin@foo.com" eerror "" return 1 diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index aa973ad..ff90aed 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual: During the process, the disk image window will pop up briefly where the fancy settings are applied. This is normal, please do not interfere. -When finished, it will produce `Diamond-Qt.dmg`. +When finished, it will produce `Bitcloud-Qt.dmg`. diff --git a/contrib/macdeploy/detached-sig-apply.sh b/contrib/macdeploy/detached-sig-apply.sh index 0198e3e..e5caa9b 100644 --- a/contrib/macdeploy/detached-sig-apply.sh +++ b/contrib/macdeploy/detached-sig-apply.sh @@ -5,7 +5,7 @@ UNSIGNED=$1 SIGNATURE=$2 ARCH=x86_64 ROOTDIR=dist -BUNDLE=${ROOTDIR}/Diamond-Qt.app +BUNDLE=${ROOTDIR}/Bitcloud-Qt.app TEMPDIR=signed.temp OUTDIR=signed-app diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 38fd2af..d82fce0 100644 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -2,7 +2,7 @@ set -e ROOTDIR=dist -BUNDLE=${ROOTDIR}/Diamond-Qt.app +BUNDLE=${ROOTDIR}/Bitcloud-Qt.app CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index 6b95dcc..6a95229 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ 370 156 - Diamond-Qt.app + Bitcloud-Qt.app 128 156 diff --git a/doc/README.md b/doc/README.md index a9cc72e..66298ed 100644 --- a/doc/README.md +++ b/doc/README.md @@ -41,7 +41,7 @@ The following are developer notes on how to build BTDX on your native platform. Development --------------------- -The Diamond repo's [root README](https://github.com/LIMXTEC/Bitcloud/blob/master/README.md) contains relevant information on the development process and automated testing. +The Bitcloud repo's [root README](https://github.com/LIMXTEC/Bitcloud/blob/master/README.md) contains relevant information on the development process and automated testing. - [Developer Notes](developer-notes.md) - [Multiwallet Qt Development](multiwallet-qt.md) diff --git a/doc/masternode-budget.md b/doc/masternode-budget.md index 2063212..c63ea0a 100644 --- a/doc/masternode-budget.md +++ b/doc/masternode-budget.md @@ -1,7 +1,7 @@ Masternode Budget API ======================= -Diamond now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. +Bitcloud now supports full decentralized budgets that are paid directly from the blockchain via superblocks once per month. Budgets go through a series of stages before being paid: * prepare - create a special transaction that destroys coins in order to make a proposal @@ -148,9 +148,9 @@ The following new RPC commands are supported: - mnbudget "command"... ( "passphrase" ) * prepare - Prepare proposal for network by signing and creating tx * submit - Submit proposal for network - * vote-many - Vote on a Diamond initiative - * vote-alias - Vote on a Diamond initiative - * vote - Vote on a Diamond initiative/budget + * vote-many - Vote on a Bitcloud initiative + * vote-alias - Vote on a Bitcloud initiative + * vote - Vote on a Bitcloud initiative/budget * getvotes - Show current masternode budgets * getinfo - Show current masternode budgets * show - Show all budgets diff --git a/doc/masternode_conf.md b/doc/masternode_conf.md index ce60e4e..bf871f6 100644 --- a/doc/masternode_conf.md +++ b/doc/masternode_conf.md @@ -2,8 +2,8 @@ Multi masternode config ======================= The multi masternode config allows you to control multiple masternodes from a single wallet. The wallet needs to have a valid collateral output of 10000 coins for each masternode. To use this, place a file named masternode.conf in the data directory of your install: - * Windows: %APPDATA%\Diamond\ - * Mac OS: ~/Library/Application Support/Diamond/ + * Windows: %APPDATA%\Bitcloud\ + * Mac OS: ~/Library/Application Support/Bitcloud/ * Unix/Linux: ~/.bitcloud/ The new masternode.conf format consists of a space seperated text file. Each line consisting of an alias, IP address followed by port, masternode private key, collateral output transaction id, collateral output index, donation address and donation percentage (the latter two are optional and should be in format "address:percentage"). diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index a329f61..163a895 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -17,7 +17,7 @@ APPL CFBundleGetInfoString - @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The Dash and PIVX Core Developers, 2015-@COPYRIGHT_YEAR@ The Diamond Core developers + @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ The Dash and PIVX Core Developers, 2015-@COPYRIGHT_YEAR@ The Bitcloud Core developers CFBundleShortVersionString @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ @@ -32,7 +32,7 @@ BTDX-Qt CFBundleIdentifier - io.bitcloud.Diamond-Qt + io.bitcloud.Bitcloud-Qt CFBundleURLTypes @@ -40,7 +40,7 @@ CFBundleTypeRole Editor CFBundleURLName - io.bitcloud.DiamondPayment + io.bitcloud.BitcloudPayment CFBundleURLSchemes bitcloud @@ -54,7 +54,7 @@ UTTypeIdentifier io.bitcloud.paymentrequest UTTypeDescription - Diamond payment request + Bitcloud payment request UTTypeConformsTo public.data diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 8f70a44..3852474 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -6,7 +6,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" !define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ -!define COMPANY "Diamond Core project" +!define COMPANY "Bitcloud Core project" !define URL http://bit.bitclouds/ # MUI Symbol Definitions @@ -50,16 +50,16 @@ Var StartMenuGroup # Installer attributes OutFile @abs_top_srcdir@/bitcloud-${VERSION}-win@WINDOWS_BITS@-setup.exe !if "@WINDOWS_BITS@" == "64" -InstallDir $PROGRAMFILES64\Diamond +InstallDir $PROGRAMFILES64\Bitcloud !else -InstallDir $PROGRAMFILES\Diamond +InstallDir $PROGRAMFILES\Bitcloud !endif CRCCheck on XPStyle on BrandingText " " ShowInstDetails show VIProductVersion ${VERSION}.@CLIENT_VERSION_BUILD@ -VIAddVersionKey ProductName "Diamond Core" +VIAddVersionKey ProductName "Bitcloud Core" VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyWebsite "${URL}" @@ -107,7 +107,7 @@ Section -post SEC0001 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 WriteRegStr HKCR "bitcloud" "URL Protocol" "" - WriteRegStr HKCR "bitcloud" "" "URL:Diamond" + WriteRegStr HKCR "bitcloud" "" "URL:Bitcloud" WriteRegStr HKCR "bitcloud\DefaultIcon" "" $INSTDIR\bitcloud-qt.exe WriteRegStr HKCR "bitcloud\shell\open\command" "" '"$INSTDIR\bitcloud-qt.exe" "%1"' SectionEnd @@ -139,7 +139,7 @@ Section -un.post UNSEC0001 DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\$(^Name).lnk" - Delete /REBOOTOK "$SMSTARTUP\Diamond.lnk" + Delete /REBOOTOK "$SMSTARTUP\Bitcloud.lnk" Delete /REBOOTOK $INSTDIR\uninstall.exe Delete /REBOOTOK $INSTDIR\debug.log Delete /REBOOTOK $INSTDIR\db.log diff --git a/src/Darksend.cpp b/src/Darksend.cpp index a835353..03e0eb9 100644 --- a/src/Darksend.cpp +++ b/src/Darksend.cpp @@ -1434,7 +1434,7 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun) // should have some additional amount for them nLowestDenom += DARKSEND_COLLATERAL * 4; - CAmount nBalanceNeedsAnonymized = nAnonymizeDiamondAmount * COIN - pwalletMain->GetAnonymizedBalance(); + CAmount nBalanceNeedsAnonymized = nAnonymizeBitcloudAmount * COIN - pwalletMain->GetAnonymizedBalance(); // if balanceNeedsAnonymized is more than pool max, take the pool max if (nBalanceNeedsAnonymized > DARKSEND_POOL_MAX) nBalanceNeedsAnonymized = DARKSEND_POOL_MAX; diff --git a/src/bitcloud-cli-res.rc b/src/bitcloud-cli-res.rc index 71abc37..15ebc38 100644 --- a/src/bitcloud-cli-res.rc +++ b/src/bitcloud-cli-res.rc @@ -16,14 +16,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Diamond" - VALUE "FileDescription", "Diamond-cli (OSS RPC client for Diamond)" + VALUE "CompanyName", "Bitcloud" + VALUE "FileDescription", "Bitcloud-cli (OSS RPC client for Bitcloud)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "bitcloud-cli" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." VALUE "OriginalFilename", "bitcloud-cli.exe" - VALUE "ProductName", "Diamond-cli" + VALUE "ProductName", "Bitcloud-cli" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/bitcloud-cli.cpp b/src/bitcloud-cli.cpp index 90d5b52..eee5f36 100644 --- a/src/bitcloud-cli.cpp +++ b/src/bitcloud-cli.cpp @@ -68,10 +68,10 @@ static bool AppInitRPC(int argc, char* argv[]) // ParseParameters(argc, argv); if (argc < 2 || mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Diamond Core RPC client version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("Bitcloud Core RPC client version") + " " + FormatFullVersion() + "\n"; if (!mapArgs.count("-version")) { strUsage += "\n" + _("Usage:") + "\n" + - " bitcloud-cli [options] [params] " + _("Send command to Diamond Core") + "\n" + + " bitcloud-cli [options] [params] " + _("Send command to Bitcloud Core") + "\n" + " bitcloud-cli [options] help " + _("List commands") + "\n" + " bitcloud-cli [options] help " + _("Get help for a command") + "\n"; diff --git a/src/bitcloud-tx.cpp b/src/bitcloud-tx.cpp index e299a9f..cc6ac16 100644 --- a/src/bitcloud-tx.cpp +++ b/src/bitcloud-tx.cpp @@ -46,7 +46,7 @@ static bool AppInitRawTx(int argc, char* argv[]) if (argc < 2 || mapArgs.count("-?") || mapArgs.count("-help")) { // First part of help message is specific to this utility - std::string strUsage = _("Diamond Core bitcloud-tx utility version") + " " + FormatFullVersion() + "\n\n" + + std::string strUsage = _("Bitcloud Core bitcloud-tx utility version") + " " + FormatFullVersion() + "\n\n" + _("Usage:") + "\n" + " bitcloud-tx [options] [commands] " + _("Update hex-encoded bitcloud transaction") + "\n" + " bitcloud-tx [options] -create [commands] " + _("Create hex-encoded bitcloud transaction") + "\n" + diff --git a/src/bitcloudd-res.rc b/src/bitcloudd-res.rc index 5f43788..18b6dab 100644 --- a/src/bitcloudd-res.rc +++ b/src/bitcloudd-res.rc @@ -17,7 +17,7 @@ BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN VALUE "CompanyName", "BTDX" - VALUE "FileDescription", "bitcloudd (OSS daemon/client for Diamond)" + VALUE "FileDescription", "bitcloudd (OSS daemon/client for Bitcloud)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "bitcloudd" VALUE "LegalCopyright", COPYRIGHT_STR diff --git a/src/bitcloudd.cpp b/src/bitcloudd.cpp index 8ec166d..e725398 100644 --- a/src/bitcloudd.cpp +++ b/src/bitcloudd.cpp @@ -70,13 +70,13 @@ bool AppInit(int argc, char* argv[]) // Process help and version before taking care about datadir if (mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Diamond Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("Bitcloud Core Daemon") + " " + _("version") + " " + FormatFullVersion() + "\n"; if (mapArgs.count("-version")) { strUsage += LicenseInfo(); } else { strUsage += "\n" + _("Usage:") + "\n" + - " bitcloudd [options] " + _("Start Diamond Core Daemon") + "\n"; + " bitcloudd [options] " + _("Start Bitcloud Core Daemon") + "\n"; strUsage += "\n" + HelpMessage(HMM_BITCOIND); } diff --git a/src/chainparams.cpp b/src/chainparams.cpp index afbb235..4db9ea0 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -336,8 +336,8 @@ class CRegTestParams : public CTestNetParams nRejectBlockOutdatedMajority = 950; nToCheckBlockUpgradeMajority = 1000; nMinerThreads = 1; - nTargetTimespan = 24 * 60 * 60; // Diamond: 1 day - nTargetSpacing = 1 * 60; // Diamond: 1 minutes + nTargetTimespan = 24 * 60 * 60; // Bitcloud: 1 day + nTargetSpacing = 1 * 60; // Bitcloud: 1 minutes bnProofOfWorkLimit = ~uint256(0) >> 1; genesis.nTime = 1502817296; genesis.nBits = 0x1e0ffff0; diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 2536263..876547e 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -10,7 +10,7 @@ /** * CBaseChainParams defines the base parameters (shared between bitcloud-cli and bitcloudd) - * of a given instance of the Diamond system. + * of a given instance of the Bitcloud system. */ class CBaseChainParams { diff --git a/src/init.cpp b/src/init.cpp index 2dddb57..39de017 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1571,9 +1571,9 @@ bool AppInit2(boost::thread_group& threadGroup) nDarksendRounds = 99999; } - nAnonymizeDiamondAmount = GetArg("-anonymizebitcloudamount", 0); - if (nAnonymizeDiamondAmount > 999999) nAnonymizeDiamondAmount = 999999; - if (nAnonymizeDiamondAmount < 2) nAnonymizeDiamondAmount = 2; + nAnonymizeBitcloudAmount = GetArg("-anonymizebitcloudamount", 0); + if (nAnonymizeBitcloudAmount > 999999) nAnonymizeBitcloudAmount = 999999; + if (nAnonymizeBitcloudAmount < 2) nAnonymizeBitcloudAmount = 2; fEnableInstantX = GetBoolArg("-enableInstantx", fEnableInstantX); nInstantXDepth = GetArg("-Instantxdepth", nInstantXDepth); @@ -1588,7 +1588,7 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("fLiteMode %d\n", fLiteMode); LogPrintf("nInstantXDepth %d\n", nInstantXDepth); LogPrintf("Darksend rounds %d\n", nDarksendRounds); - LogPrintf("Anonymize BTDX Amount %d\n", nAnonymizeDiamondAmount); + LogPrintf("Anonymize BTDX Amount %d\n", nAnonymizeBitcloudAmount); LogPrintf("Budget Mode %s\n", strBudgetMode.c_str()); /* Denominations diff --git a/src/kernel.cpp b/src/kernel.cpp index 5a12c88..ff6df62 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -274,7 +274,7 @@ bool GetKernelStakeModifier(uint256 hashBlockFrom, uint64_t& nStakeModifier, int uint256 stakeHash(unsigned int nTimeTx, CDataStream ss, unsigned int prevoutIndex, uint256 prevoutHash, unsigned int nTimeBlockFrom) { - //Diamond will hash in the transaction hash and the index number in order to make sure each hash is unique + //Bitcloud will hash in the transaction hash and the index number in order to make sure each hash is unique ss << nTimeBlockFrom << prevoutIndex << prevoutHash << nTimeTx; return Hash(ss.begin(), ss.end()); } diff --git a/src/main.cpp b/src/main.cpp index 4d7679a..a0d160e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,7 +96,7 @@ static void CheckBlockIndex(); /** Constant stuff for coinbase transactions we create: */ CScript COINBASE_FLAGS; -const string strMessageMagic = "Diamond Signed Message:\n"; +const string strMessageMagic = "Bitcloud Signed Message:\n"; // Internal stuff namespace diff --git a/src/mixTX.cpp b/src/mixTX.cpp index a835353..03e0eb9 100644 --- a/src/mixTX.cpp +++ b/src/mixTX.cpp @@ -1434,7 +1434,7 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun) // should have some additional amount for them nLowestDenom += DARKSEND_COLLATERAL * 4; - CAmount nBalanceNeedsAnonymized = nAnonymizeDiamondAmount * COIN - pwalletMain->GetAnonymizedBalance(); + CAmount nBalanceNeedsAnonymized = nAnonymizeBitcloudAmount * COIN - pwalletMain->GetAnonymizedBalance(); // if balanceNeedsAnonymized is more than pool max, take the pool max if (nBalanceNeedsAnonymized > DARKSEND_POOL_MAX) nBalanceNeedsAnonymized = DARKSEND_POOL_MAX; diff --git a/src/qt/Darksendconfig.cpp b/src/qt/Darksendconfig.cpp index bfad510..c03a229 100644 --- a/src/qt/Darksendconfig.cpp +++ b/src/qt/Darksendconfig.cpp @@ -80,8 +80,8 @@ void DarksendConfig::configure(bool enabled, int coins, int rounds) QSettings settings; settings.setValue("nDarksendRounds", rounds); - settings.setValue("nAnonymizeDiamondAmount", coins); + settings.setValue("nAnonymizeBitcloudAmount", coins); nDarksendRounds = rounds; - nAnonymizeDiamondAmount = coins; + nAnonymizeBitcloudAmount = coins; } diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index 5171bbd..2594260 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -306,7 +306,7 @@ void AddressTableModel::updateEntry(const QString& address, const QString& purpose, int status) { - // Update address book model from Diamond core + // Update address book model from Bitcloud core priv->updateEntry(address, label, isMine, purpose, status); } diff --git a/src/qt/coinmix.cpp b/src/qt/coinmix.cpp index 2b73fb1..21a01e0 100644 --- a/src/qt/coinmix.cpp +++ b/src/qt/coinmix.cpp @@ -320,15 +320,15 @@ void Coinmix::updateDarksendProgress() if (!pwalletMain) return; QString strAmountAndRounds; - QString strAnonymizeDiamondAmount = BitcoinUnits::formatHtmlWithUnit(nDisplayUnit, nAnonymizeDiamondAmount * COIN, false, BitcoinUnits::separatorAlways); + QString strAnonymizeBitcloudAmount = BitcoinUnits::formatHtmlWithUnit(nDisplayUnit, nAnonymizeBitcloudAmount * COIN, false, BitcoinUnits::separatorAlways); if (currentBalance == 0) { ui->DarksendProgress->setValue(0); ui->DarksendProgress->setToolTip(tr("No inputs detected")); // when balance is zero just show info from settings - strAnonymizeDiamondAmount = strAnonymizeDiamondAmount.remove(strAnonymizeDiamondAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); - strAmountAndRounds = strAnonymizeDiamondAmount + " / " + tr("%n Rounds", "", nDarksendRounds); + strAnonymizeBitcloudAmount = strAnonymizeBitcloudAmount.remove(strAnonymizeBitcloudAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); + strAmountAndRounds = strAnonymizeBitcloudAmount + " / " + tr("%n Rounds", "", nDarksendRounds); ui->labelAmountRounds->setToolTip(tr("No inputs detected")); ui->labelAmountRounds->setText(strAmountAndRounds); @@ -355,20 +355,20 @@ void Coinmix::updateDarksendProgress() CAmount nMaxToAnonymize = nAnonymizableBalance + currentAnonymizedBalance + nDenominatedUnconfirmedBalance; // If it's more than the anon threshold, limit to that. - if (nMaxToAnonymize > nAnonymizeDiamondAmount * COIN) nMaxToAnonymize = nAnonymizeDiamondAmount * COIN; + if (nMaxToAnonymize > nAnonymizeBitcloudAmount * COIN) nMaxToAnonymize = nAnonymizeBitcloudAmount * COIN; if (nMaxToAnonymize == 0) return; - if (nMaxToAnonymize >= nAnonymizeDiamondAmount * COIN) { + if (nMaxToAnonymize >= nAnonymizeBitcloudAmount * COIN) { ui->labelAmountRounds->setToolTip(tr("Found enough compatible inputs to anonymize %1") - .arg(strAnonymizeDiamondAmount)); - strAnonymizeDiamondAmount = strAnonymizeDiamondAmount.remove(strAnonymizeDiamondAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); - strAmountAndRounds = strAnonymizeDiamondAmount + " / " + tr("%n Rounds", "", nDarksendRounds); + .arg(strAnonymizeBitcloudAmount)); + strAnonymizeBitcloudAmount = strAnonymizeBitcloudAmount.remove(strAnonymizeBitcloudAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); + strAmountAndRounds = strAnonymizeBitcloudAmount + " / " + tr("%n Rounds", "", nDarksendRounds); } else { QString strMaxToAnonymize = BitcoinUnits::formatHtmlWithUnit(nDisplayUnit, nMaxToAnonymize, false, BitcoinUnits::separatorAlways); ui->labelAmountRounds->setToolTip(tr("Not enough compatible inputs to anonymize %1,
" "will anonymize %2 instead") - .arg(strAnonymizeDiamondAmount) + .arg(strAnonymizeBitcloudAmount) .arg(strMaxToAnonymize)); strMaxToAnonymize = strMaxToAnonymize.remove(strMaxToAnonymize.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); strAmountAndRounds = "" + @@ -539,7 +539,7 @@ void Coinmix::toggleDarksend() //show Darksend configuration if client has defaults set - if (nAnonymizeDiamondAmount == 0) { + if (nAnonymizeBitcloudAmount == 0) { DarksendConfig dlg(this); dlg.setModel(walletModel); dlg.exec(); diff --git a/src/qt/forms/bip38tooldialog.ui b/src/qt/forms/bip38tooldialog.ui index b26ee5b..fd0e27d 100644 --- a/src/qt/forms/bip38tooldialog.ui +++ b/src/qt/forms/bip38tooldialog.ui @@ -30,7 +30,7 @@ - Enter a Diamond Address that you would like to encrypt using BIP 38. Enter a passphrase in the middle box. Press encrypt to compute the encrypted private key. + Enter a Bitcloud Address that you would like to encrypt using BIP 38. Enter a passphrase in the middle box. Press encrypt to compute the encrypted private key. Qt::PlainText diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 1b8bef4..d26ba9c 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -182,7 +182,7 @@ - + 100 diff --git a/src/qt/forms/tradingdialog.ui b/src/qt/forms/tradingdialog.ui index d9d0449..d53a958 100644 --- a/src/qt/forms/tradingdialog.ui +++ b/src/qt/forms/tradingdialog.ui @@ -2941,7 +2941,7 @@ - Generate Diamond Deposit Address + Generate Bitcloud Deposit Address @@ -3155,7 +3155,7 @@ border: 1px solid #61696c;margin-left:4px; - + 260 diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 633b162..5c3d2c8 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -14,7 +14,7 @@ static const int MODEL_UPDATE_DELAY = 250; /* AskPassphraseDialog -- Maximum passphrase length */ static const int MAX_PASSPHRASE_SIZE = 1024; -/* Diamond GUI -- Size of icons in status bar */ +/* Bitcloud GUI -- Size of icons in status bar */ static const int STATUSBAR_ICONSIZE = 16; static const bool DEFAULT_SPLASHSCREEN = true; diff --git a/src/qt/locale/bitcloud_bg.ts b/src/qt/locale/bitcloud_bg.ts index 09143a4..ab307d7 100644 --- a/src/qt/locale/bitcloud_bg.ts +++ b/src/qt/locale/bitcloud_bg.ts @@ -62,12 +62,12 @@ Адреси за получаване - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Това са вашите Diamond адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Това са вашите Bitcloud адреси за изпращане на плащания. Преди изпращане винаги проверявайте количеството и адреса за получаване на монетите. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Това са вашите Diamond адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Това са вашите Bitcloud адреси за получаване на плащания. Препоръчително е да използвате нов адрес за всяка нова транзакция. &Copy Address @@ -188,8 +188,8 @@ Портфейлът е шифриран - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud ще се затвори, за да завърши процеса по шифриране. Запомнете, че шифрирането на вашия портфейл не може напълно да ви предпази от кражба на монетите чрез зловреден софтуер инфектирал компютъра ви. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Ядро + Bitcloud Core + Bitcloud Ядро Wallet @@ -255,8 +255,8 @@ &Изпращане - Send coins to a Diamond address - Изпращане на монети към Diamond адрес + Send coins to a Bitcloud address + Изпращане на монети към Bitcloud адрес &Receive @@ -264,7 +264,7 @@ Request payments (generates QR codes and bitcloud: URIs) - Заявка за плащане (генерира QR кодове и Diamond: URI) + Заявка за плащане (генерира QR кодове и Bitcloud: URI) &Transactions @@ -283,12 +283,12 @@ Изход от приложението - &About Diamond Core - &За Diamond ядрото + &About Bitcloud Core + &За Bitcloud ядрото - Show information about Diamond Core - Покаци информация за Diamond Core + Show information about Bitcloud Core + Покаци информация за Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Опции... - Modify configuration options for Diamond - Промяна на опции за конфигуриране на Diamond + Modify configuration options for Bitcloud + Промяна на опции за конфигуриране на Bitcloud &Show / Hide @@ -355,16 +355,16 @@ Подписване на &съобщение... - Sign messages with your Diamond addresses to prove you own them - Подпиши съобщения с твоите Diamond адреси за да докажеш че ги притежаваш + Sign messages with your Bitcloud addresses to prove you own them + Подпиши съобщения с твоите Bitcloud адреси за да докажеш че ги притежаваш &Verify message... &Проверка на съобщение... - Verify messages to ensure they were signed with specified Diamond addresses - Проверете съобщенията, за да сте сигурни че са подписани с определен Diamond адрес + Verify messages to ensure they were signed with specified Bitcloud addresses + Проверете съобщенията, за да сте сигурни че са подписани с определен Bitcloud адрес &Information @@ -444,15 +444,15 @@ Open a bitcloud: URI or payment request - Отвори Diamond: URI или заявка за плащане + Отвори Bitcloud: URI или заявка за плащане &Command-line options &Опции на командния ред - Diamond Core client - Diamond Core клиент + Bitcloud Core client + Bitcloud Core клиент Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизиране на допълнителни данни: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Покажи съобщението за помощ на Diamond ядрото за да получиш списък на възможните опции за командния ред + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Покажи съобщението за помощ на Bitcloud ядрото за да получиш списък на възможните опции за командния ред &File @@ -487,8 +487,8 @@ Лента с инструменти - %n active connection(s) to Diamond network - %n активни връзки към Diamond мрежата%n активни връзки към Diamond мрежата + %n active connection(s) to Bitcloud network + %n активни връзки към Bitcloud мрежата%n активни връзки към Bitcloud мрежата Synchronizing with network... @@ -896,16 +896,16 @@ Address: %4 Настройка на Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate беше успешно настроен на режим основен (%1 и 2 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate беше успешно настроен на режим висок (%1 и 8 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate беше успешно настроен на режим максимум (%1 и 16 цикъла). Можете да промените тази настройка по всяко време, като отворите конфигурационния прозорец на Bitcloud. @@ -947,8 +947,8 @@ Address: %4 Редактиране на адрес за изпращане - The entered address "%1" is not a valid Diamond address. - Въведеният адрес "%1" не е валиден Diamond адрес. + The entered address "%1" is not a valid Bitcloud address. + Въведеният адрес "%1" не е валиден Bitcloud адрес. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - Diamond Core - Diamond ядро + Bitcloud Core + Bitcloud ядро version @@ -1001,8 +1001,8 @@ Address: %4 (%1-битов) - About Diamond Core - За Diamond ядрото + About Bitcloud Core + За Bitcloud ядрото Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добре дошли - Welcome to Diamond Core. - Добре дошли в ядрото на Diamond. + Welcome to Bitcloud Core. + Добре дошли в ядрото на Bitcloud. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Тъй като програмата се стартира за първи път вие може да изберете къде Diamond да съхранява своята информация. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Тъй като програмата се стартира за първи път вие може да изберете къде Bitcloud да съхранява своята информация. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond ще свали и съхрани копие на Diamond регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud ще свали и съхрани копие на Bitcloud регистъра на блокове. Информацията ще заеме поне %1ГБ пространство и ще нараства с времето. В тази папка ще бъде съхранен и портфейла. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Определете папка по ваш избор: - Diamond Core - Diamond ядро + Bitcloud Core + Bitcloud ядро Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Основни - Automatically start Diamond after logging in to the system. - Автоматично стартиране на Diamond след влизане в системата. + Automatically start Bitcloud after logging in to the system. + Автоматично стартиране на Bitcloud след влизане в системата. - &Start Diamond on system login - &Стартирне на Diamond при влизане в системата. + &Start Bitcloud on system login + &Стартирне на Bitcloud при влизане в системата. Size of &database cache @@ -1147,15 +1147,15 @@ Address: %4 Obfuscate rounds to use - Използвани Diamond цикли + Използвани Bitcloud цикли This amount acts as a threshold to turn off Obfuscate once it's reached. Тази сума действа като праг, за да се изключи Obfuscate, когато той е достигнат. - Amount of Diamond to keep anonymized - Постоянно поддържано количество анонимни Diamond монети + Amount of Bitcloud to keep anonymized + Постоянно поддържано количество анонимни Bitcloud монети W&allet @@ -1174,8 +1174,8 @@ Address: %4 Разрешени входящи връзки - Connect to the Diamond network through a SOCKS5 proxy. - Свързване с мрежата на Diamond чрез SOCKS5 прокси. + Connect to the Bitcloud network through a SOCKS5 proxy. + Свързване с мрежата на Bitcloud чрез SOCKS5 прокси. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Мрежа - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично отваря порта за Diamond клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматично отваря порта за Bitcloud клиента в маршрутизатора. Това работи само когато вашият маршрутизатор поддържа UPnP и той е разрешен. Map port using &UPnP @@ -1258,8 +1258,8 @@ Address: %4 Език на потребителски &изглед : - The user interface language can be set here. This setting will take effect after restarting Diamond. - Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Тук можете да промените езика на потребителския изглед. Настройката ще влезе в сила след рестартиране на Bitcloud. Language missing or translation incomplete? Help contributing translations here: @@ -1347,8 +1347,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Формуляр - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с Diamond мрежата, но този процес все още не е завършен. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Показаната информация може да е остаряла. Вашият портфейл се синхронизира автоматично след изграждането на връзка с Bitcloud мрежата, но този процес все още не е завършен. Available: @@ -1588,8 +1588,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Невалиден адрес за плащане %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - Грешка при анализ на URI! Това може да е следствие от неправилен Diamond адрес или неправилно зададени URI параметри. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + Грешка при анализ на URI! Това може да е следствие от неправилен Bitcloud адрес или неправилно зададени URI параметри. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Сума - Enter a Diamond address (e.g. %1) - Въведете Diamond адрес (напр.%1) + Enter a Bitcloud address (e.g. %1) + Въведете Bitcloud адрес (напр.%1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Брой връзки - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Отваря файла за откриване на грешки на Diamond от текущата папка. За по-големите файлове това може да отнеме няколко секунди. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Отваря файла за откриване на грешки на Bitcloud от текущата папка. За по-големите файлове това може да отнеме няколко секунди. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Изход: - Welcome to the Diamond RPC console. - Добре дошли в Diamond RPC (Remote Procedure Call) конзолата. + Welcome to the Bitcloud RPC console. + Добре дошли в Bitcloud RPC (Remote Procedure Call) конзолата. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/П&овторно използване на съществуващ адрес за получаване (не се препоръчва) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Bitcloud. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Възможност да се прикрепи наименование към новия адрес за получаване. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Възможност да се прикрепи съобщение към заявката за плащане, което да бъде показано при отваряне на заявката. <br>Забележка: съобщението няма да бъде изпратено с плащането по мрежата на Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2496,8 +2496,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Плати само минималната такса от %1 - Warning: Invalid Diamond address - Внимание: Невалиден Diamond адрес + Warning: Invalid Bitcloud address + Внимание: Невалиден Bitcloud адрес Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Плати &На: - The Diamond address to send the payment to - Diamond адресът да изпрати плащането към + The Bitcloud address to send the payment to + Bitcloud адресът да изпрати плащането към Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Съобщение: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Съобщението което беше прикрепено към bitcloud: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през Diamond мрежата. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Съобщението което беше прикрепено към bitcloud: URI ще бъде запазено с транзакцията за ваше сведение. Забележка: Това съобщение няма да бъде изпратено през Bitcloud мрежата. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Diamond ядрото се изключва... + Bitcloud Core is shutting down... + Bitcloud ядрото се изключва... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Можете да подпишете съобщение като доказателство, че притежавате определен адрес. Бъдете внимателни и не подписвайте съобщения, които биха разкрили лична информация без вашето съгласие. - The Diamond address to sign the message with - Diamond адресът да подпише съобщението + The Bitcloud address to sign the message with + Bitcloud адресът да подпише съобщението Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Копиране на текущия подпис в системния клипборд - Sign the message to prove you own this Diamond address - Подпиши съобщението за да докажеш че притежаваш този Diamond адрес + Sign the message to prove you own this Bitcloud address + Подпиши съобщението за да докажеш че притежаваш този Bitcloud адрес Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Въведете подписания адрес, съобщението (уверете се, че сте копирали редовете, спациите, табовете и другите точно) и подпишете отдолу, за да удостоверите съобщението. Внимавайте да не вмъкнете излишни символи в подписа от това, което е в самото съобщение, за да избегнете риска от злонамерна външа намеса. - The Diamond address the message was signed with - Diamond адресът ,с който е подписано съобщението + The Bitcloud address the message was signed with + Bitcloud адресът ,с който е подписано съобщението - Verify the message to ensure it was signed with the specified Diamond address - Проверете съобщението, за да сте сигурни че е подписано с определен Diamond адрес + Verify the message to ensure it was signed with the specified Bitcloud address + Проверете съобщението, за да сте сигурни че е подписано с определен Bitcloud адрес Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Ядро + Bitcloud Core + Bitcloud Ядро Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Водещи Bitcoin разработчици - The Diamond Core developers - Водещи Diamond разработчици + The Bitcloud Core developers + Водещи Bitcloud разработчици [testnet] @@ -3326,8 +3326,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Свързва се с посочения адрес и винаги слуша за него. Използвайте [хост]:порт за изписване при IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Не може да се заключи дата директорията %s. Diamond ядрото вече работи. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Не може да се заключи дата директорията %s. Bitcloud ядрото вече работи. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Това е предварителна тест версия - използвайте я на ваша отговорност - не използвайте за копане или за търговски приложения. - Unable to bind to %s on this computer. Diamond Core is probably already running. - Не може да се свърже с %s на този компютър. Diamond ядрото най-вероятно вече работи. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Не може да се свърже с %s на този компютър. Bitcloud ядрото най-вероятно вече работи. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Изтриване на всички транзакции на портфейла и възстановява само тези части на блок веригата чрез -rescan при стартиране - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Изключване на всички специфични Diamond функции (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, по подразбиране: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Изключване на всички специфични Bitcloud функции (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, по подразбиране: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3719,9 +3719,9 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com - За използване на bitcloudd, или the -server опция към bitcloud-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=bitcloudrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com + За използване на bitcloudd, или the -server опция към bitcloud-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=bitcloudrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com @@ -3737,8 +3737,8 @@ for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Внимание: -maxtxfee е с много голяма зададена стойност! Това е транзакционната такса, която ще платите ако направите единична транзакция. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, Diamond Core няма да работи правилно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Внимание: Моля проверете дали датата и часът на вашият компютър са верни! Ако часовникът ви не е сверен, Bitcloud Core няма да работи правилно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3791,8 +3791,8 @@ for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Запазени права (C) 2009-%i Bitcoin Core разработчици - Copyright (C) 2014-%i The Diamond Core Developers - Запазени права (C) 2014-%i Diamond Core разработчиците + Copyright (C) 2014-%i The Bitcloud Core Developers + Запазени права (C) 2014-%i Bitcloud Core разработчиците Could not parse -rpcbind value %s as network address @@ -3823,8 +3823,8 @@ for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Грешка при свързване с Masternode. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Грешка при зареждане на wallet.dat: портфейлът изисква по-нова версия на Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3895,8 +3895,8 @@ for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Информация - Initialization sanity check failed. Diamond Core is shutting down. - Инициализационната проверка не успешна. Diamond ядрото се изключва. + Initialization sanity check failed. Bitcloud Core is shutting down. + Инициализационната проверка не успешна. Bitcloud ядрото се изключва. Input is not valid. @@ -4147,8 +4147,8 @@ for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Използвай UPnP за определяне на порта за слушане (по подразбиране: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Портфейлът трябва да бъде презаписан: рестартирайте Diamond за да завършите + Wallet needed to be rewritten: restart Bitcloud Core to complete + Портфейлът трябва да бъде презаписан: рестартирайте Bitcloud за да завършите Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4208,7 +4208,7 @@ for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Keep N DNET anonymized (default: %u) - Поддържай N Diamond анонимизирани (по подразбиране: %u) + Поддържай N Bitcloud анонимизирани (по подразбиране: %u) Keep at most <n> unconnectable transactions in memory (default: %u) diff --git a/src/qt/locale/bitcloud_de.ts b/src/qt/locale/bitcloud_de.ts index d44957d..7f8ca30 100644 --- a/src/qt/locale/bitcloud_de.ts +++ b/src/qt/locale/bitcloud_de.ts @@ -43,11 +43,11 @@ Choose the address to send coins to - Wählen Sie die Adresse aus, an die Sie Diamond überweisen möchten + Wählen Sie die Adresse aus, an die Sie Bitcloud überweisen möchten Choose the address to receive coins with - Wählen Sie die Adresse aus, über die Sie Diamond empfangen wollen + Wählen Sie die Adresse aus, über die Sie Bitcloud empfangen wollen C&hoose @@ -62,12 +62,12 @@ Empfangsadressen - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dies sind ihre Diamond-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Diamond überweisen. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Dies sind ihre Bitcloud-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Bitcloud überweisen. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dies sind ihre Diamond-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Dies sind ihre Bitcloud-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. &Copy Address @@ -177,7 +177,7 @@ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DNET</b>! - Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Diamond verlieren</b>! + Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Bitcloud verlieren</b>! Are you sure you wish to encrypt your wallet? @@ -188,8 +188,8 @@ Wallet verschlüsselt - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Diamond durch Schadsoftware schützt, die ihren Computer befällt. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Bitcloud durch Schadsoftware schützt, die ihren Computer befällt. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Überweisen - Send coins to a Diamond address - Diamond an eine Diamond-Adresse überweisen + Send coins to a Bitcloud address + Bitcloud an eine Bitcloud-Adresse überweisen &Receive @@ -283,12 +283,12 @@ Anwendung beenden - &About Diamond Core - &Über Diamond Core + &About Bitcloud Core + &Über Bitcloud Core - Show information about Diamond Core - Informationen über Diamond Core anzeigen + Show information about Bitcloud Core + Informationen über Bitcloud Core anzeigen About &Qt @@ -303,7 +303,7 @@ &Konfiguration... - Modify configuration options for Diamond + Modify configuration options for Bitcloud Die Konfiguration des Clients bearbeiten @@ -355,16 +355,16 @@ Nachricht s&ignieren... - Sign messages with your Diamond addresses to prove you own them - Nachrichten signieren, um den Besitz ihrer Diamond-Adressen zu beweisen + Sign messages with your Bitcloud addresses to prove you own them + Nachrichten signieren, um den Besitz ihrer Bitcloud-Adressen zu beweisen &Verify message... Nachricht &verifizieren... - Verify messages to ensure they were signed with specified Diamond addresses - Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Diamond-Adressen signiert wurden + Verify messages to ensure they were signed with specified Bitcloud addresses + Nachrichten verifizieren, um sicherzustellen, dass diese mit den angegebenen Bitcloud-Adressen signiert wurden &Information @@ -451,8 +451,8 @@ &Kommandozeilenoptionen - Diamond Core client - Diamond Core Client + Bitcloud Core client + Bitcloud Core Client Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisiere zusätzliche Daten: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Zeige den "Diamond Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Zeige den "Bitcloud Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten &File @@ -487,8 +487,8 @@ Registerkartenleiste - %n active connection(s) to Diamond network - %n aktive Verbindung zum Diamond-Netzwerk%n aktive Verbindungen zum Diamond-Netzwerk + %n active connection(s) to Bitcloud network + %n aktive Verbindung zum Bitcloud-Netzwerk%n aktive Verbindungen zum Bitcloud-Netzwerk Synchronizing with network... @@ -884,7 +884,7 @@ Adresse: %4 0.1 DNET per 1000 DNET you anonymize. - 0,1 DNET pro 1000 zu anonymisierende Diamond. + 0,1 DNET pro 1000 zu anonymisierende Bitcloud. This is the slowest and most secure option. Using maximum anonymity will cost @@ -895,16 +895,16 @@ Adresse: %4 Obfuscate-Konfiguration - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Diamond ändern. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate wurde erfolgreich auf einfachen Datenschutz (%1 und 2 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Bitcloud ändern. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Diamond ändern. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate wurde erfolgreich auf hohen Datenschutz (%1 und 8 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Bitcloud ändern. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Diamond ändern. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate wurde erfolgreich auf maximalen Datenschutz (%1 und 16 Runden) gesetzt. Sie können dies jederzeit im Konfigurationsfenster von Bitcloud ändern. @@ -946,8 +946,8 @@ Adresse: %4 Zahlungsadresse bearbeiten - The entered address "%1" is not a valid Diamond address. - Die eingegebene Adresse "%1" ist keine gültige Diamond-Adresse. + The entered address "%1" is not a valid Bitcloud address. + Die eingegebene Adresse "%1" ist keine gültige Bitcloud-Adresse. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresse: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1000,8 +1000,8 @@ Adresse: %4 (%1-Bit) - About Diamond Core - Über Diamond Core + About Bitcloud Core + Über Bitcloud Core Command-line options @@ -1047,16 +1047,16 @@ Adresse: %4 Willkommen - Welcome to Diamond Core. - Willkommen zu Diamond Core. + Welcome to Bitcloud Core. + Willkommen zu Bitcloud Core. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Da dies das erste Mal ist, dass Sie Diamond Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Da dies das erste Mal ist, dass Sie Bitcloud Core starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core wird jetzt die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Das Wallet wird ebenfalls in diesem Verzeichnis gespeichert. Use the default data directory @@ -1067,8 +1067,8 @@ Adresse: %4 Ein benutzerdefiniertes Datenverzeichnis verwenden: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresse: %4 &Allgemein - Automatically start Diamond after logging in to the system. - Diamond nach der Anmeldung am System automatisch starten. + Automatically start Bitcloud after logging in to the system. + Bitcloud nach der Anmeldung am System automatisch starten. - &Start Diamond on system login - &Starte Diamond automatisch nach Systemanmeldung + &Start Bitcloud on system login + &Starte Bitcloud automatisch nach Systemanmeldung Size of &database cache @@ -1153,8 +1153,8 @@ Adresse: %4 Beim Erreichen dieses Betrages wird Obfuscate ausgeschaltet. - Amount of Diamond to keep anonymized - Anzahl anonymisierter Diamond + Amount of Bitcloud to keep anonymized + Anzahl anonymisierter Bitcloud W&allet @@ -1173,8 +1173,8 @@ Adresse: %4 Eingehende Verbindungen erlauben - Connect to the Diamond network through a SOCKS5 proxy. - Über einen SOCKS5-Proxy mit dem Diamond-Netzwerk verbinden. + Connect to the Bitcloud network through a SOCKS5 proxy. + Über einen SOCKS5-Proxy mit dem Bitcloud-Netzwerk verbinden. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresse: %4 &Netzwerk - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Automatisch den Diamond-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Automatisch den Bitcloud-Clientport auf dem Router öffnen. Dies funktioniert nur, wenn Ihr Router UPnP unterstützt und dies aktiviert ist. Map port using &UPnP @@ -1257,8 +1257,8 @@ Adresse: %4 &Sprache der Benutzeroberfläche: - The user interface language can be set here. This setting will take effect after restarting Diamond. - Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Diamond aktiv. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Bitcloud aktiv. Language missing or translation incomplete? Help contributing translations here: @@ -1276,7 +1276,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ Choose the default subdivision unit to show in the interface and when sending coins. - Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Diamond angezeigt werden soll. + Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Bitcloud angezeigt werden soll. Decimal digits @@ -1346,8 +1346,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Formular - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum Diamond-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Die angezeigten Informationen sind möglicherweise nicht mehr aktuell. Ihre Wallet wird automatisch synchronisiert, nachdem eine Verbindung zum Bitcloud-Netzwerk hergestellt wurde. Dieser Prozess ist jedoch derzeit noch nicht abgeschlossen. Available: @@ -1568,7 +1568,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ Cannot start bitcloud: click-to-pay handler - Diamond kann nicht gestartet werden: click-to-pay handler + Bitcloud kann nicht gestartet werden: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ungültige Zahlungsadresse %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige Diamond-Adresse oder die URI-Parameter sind falsch gesetzt. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + URI konnte nicht erfolgreich verarbeitet werden. Höchstwahrscheinlich ist dies entweder keine gültige Bitcloud-Adresse oder die URI-Parameter sind falsch gesetzt. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Betrag - Enter a Diamond address (e.g. %1) - Diamond-Adresse eingeben (z.B. %1) + Enter a Bitcloud address (e.g. %1) + Bitcloud-Adresse eingeben (z.B. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Anzahl Verbindungen - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Öffnet die Diamond-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Öffnet die Bitcloud-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ausgehend: - Welcome to the Diamond RPC console. - Willkommen in der Diamond RPC-Console. + Welcome to the Bitcloud RPC console. + Willkommen in der Bitcloud RPC-Console. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vorhandene Empfangsadresse &wiederverwenden (nicht empfohlen) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Diamond-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Bitcloud-Netzwerk gesendet. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Eine optionale Bezeichnung, die der neuen Empfangsadresse zugeordnet wird. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Diamond-Netzwerk gesendet. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird.<br> Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Bitcloud-Netzwerk gesendet. Use this form to request payments. All fields are <b>optional</b>. @@ -2200,7 +2200,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/SendCoinsDialog Send Coins - Diamond überweisen + Bitcloud überweisen Coin Control Features @@ -2485,7 +2485,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ 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. Die Transaktion wurde abgelehnt! -Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Diamond dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. +Dies kann passieren, wenn einige Bitcloud aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Bitcloud dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt. Error: The wallet was unlocked only to anonymize coins. @@ -2496,8 +2496,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Nur die minimalen Gebühren von %1 zahlen - Warning: Invalid Diamond address - Warnung: ungültige Diamond-Adresse + Warning: Invalid Bitcloud address + Warnung: ungültige Bitcloud-Adresse Warning: Unknown change address @@ -2519,8 +2519,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur E&mpfänger: - The Diamond address to send the payment to - Diamond-Adresse, an die überwiesen werden soll + The Bitcloud address to send the payment to + Bitcloud-Adresse, an die überwiesen werden soll Choose previously used address @@ -2559,8 +2559,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Nachricht: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Eine an die "bitcloud:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Diamond-Netzwerk gesendet. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Eine an die "bitcloud:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Bitcloud-Netzwerk gesendet. This is an unverified payment request. @@ -2586,8 +2586,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur ShutdownWindow - Diamond Core is shutting down... - Diamond-Core wird herunter gefahren... + Bitcloud Core is shutting down... + Bitcloud-Core wird herunter gefahren... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur 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 Phishingangriffen in Acht. Signieren Sie nur Nachrichten, mit denen Sie vollständig einverstanden sind. - The Diamond address to sign the message with - Diamond-Adresse, mit der die Nachricht signiert werden soll + The Bitcloud address to sign the message with + Bitcloud-Adresse, mit der die Nachricht signiert werden soll Choose previously used address @@ -2641,8 +2641,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Aktuelle Signatur in die Zwischenablage kopieren - Sign the message to prove you own this Diamond address - Die Nachricht signieren, um den Besitz dieser Diamond-Adresse zu belegen + Sign the message to prove you own this Bitcloud address + Die Nachricht signieren, um den Besitz dieser Bitcloud-Adresse zu belegen Sign &Message @@ -2665,12 +2665,12 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Geben Sie die signierende Adresse, Nachricht (achten Sie darauf Zeilenumbrüche, Leerzeichen, Tabulatoren usw. exakt zu kopieren) und Signatur unten ein, um die Nachricht zu verifizieren. Vorsicht, interpretieren Sie nicht mehr in die Signatur hinein, als in der signierten Nachricht selber enthalten ist, um nicht von einem Man-in-the-middle-Angriff hinters Licht geführt zu werden. - The Diamond address the message was signed with - Diamond-Adresse, mit der die Nachricht signiert worden ist + The Bitcloud address the message was signed with + Bitcloud-Adresse, mit der die Nachricht signiert worden ist - Verify the message to ensure it was signed with the specified Diamond address - Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Diamond-Adresse signiert wurde + Verify the message to ensure it was signed with the specified Bitcloud address + Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Bitcloud-Adresse signiert wurde Verify &Message @@ -2736,8 +2736,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2748,8 +2748,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Die "Bitcoin Core"-Entwickler - The Diamond Core developers - Die "Diamond Core"-Entwickler + The Bitcloud Core developers + Die "Bitcloud Core"-Entwickler [testnet] @@ -2919,7 +2919,7 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours. - Erzeugte Diamond müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, 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 Sie werden keine Diamond gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. + Erzeugte Bitcloud müssen %1 Blöcke lang reifen, bevor sie ausgegeben werden können. Als Sie diesen Block erzeugten, 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 Sie werden keine Bitcloud gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt. Debug information @@ -3273,7 +3273,7 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur WalletModel Send Coins - Diamond überweisen + Bitcloud überweisen InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DNET. @@ -3326,12 +3326,12 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur An die angegebene Adresse binden und immer abhören. Für IPv6 "[Host]:Port"-Schreibweise verwenden - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. Das Programm kann das Daten-Verzeichnis %s nicht als "in Verwendung" markieren. Wahrscheinlich läuft das Programm bereits. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. - Obfuscate benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Diamond anonymisieren. + Obfuscate benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Bitcloud anonymisieren. Enter regression test mode, which uses a special chain in which blocks can be solved instantly. @@ -3382,8 +3382,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Dies ist eine Vorab-Testversion - Verwendung auf eigene Gefahr - nicht für Mining- oder Handelsanwendungen nutzen! - Unable to bind to %s on this computer. Diamond Core is probably already running. - Diamond Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Bitcloud Core den Prozess %s auf dem Computer nicht an sich binden. Wahrscheinlich läuft das Programm bereits. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3614,8 +3614,8 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Lösche alle Wallet-Transaktionen stelle nur diese mittels -rescan beim nächsten Start des Wallets wieder her. - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Deaktiviere all Diamond-spezifischen Funktionen (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, Standard: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Deaktiviere all Bitcloud-spezifischen Funktionen (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, Standard: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3687,7 +3687,7 @@ Dies kann passieren, wenn einige Diamond aus ihrer Wallet bereits ausgegeben wur Provide liquidity to Obfuscate by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) - Durch diese Einstellung können Sie dem Obfuscate-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Diamond wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) + Durch diese Einstellung können Sie dem Obfuscate-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Bitcloud wieder dem Mixing-Prozess zuführen. (0-100, 0=aus, 1=sehr oft, 100=sehr selten (wenig Gebühren). Standard: %u) Require high priority for relaying free or low-fee transactions (default:%u) @@ -3719,7 +3719,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Um bitcloudd (oder bitcloud-qt mit dem -server Parameter) zu benutzen müssen Sie ein rpcpasswort in dieser Konfigurationsdatei angeben: %s @@ -3730,7 +3730,7 @@ rpcpassword=%s Der Benutzername und das Passwort dürfen NICHT identisch sein. Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Leserechten nur für den Dateibesitzer. Es wird ebenfalls empfohlen alertnotify anzugeben, um im Problemfall benachrichtigt zu werden; -zum Beispiel: alertnotify=echo %%s | mail -s \"Diamond Alert\" admin@foo.com +zum Beispiel: alertnotify=echo %%s | mail -s \"Bitcloud Alert\" admin@foo.com Unable to locate enough funds for this transaction that are not equal 1000 DNET. @@ -3745,8 +3745,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Diamond Alert\" admin@foo.comWarnung: -maxtxfee ist auf einen sehr hohen Wert gesetzt! Diese Gebühr könnte schon beim Senden einer einzelnen Transaktion fällig werden. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da Diamond Core ansonsten nicht ordnungsgemäß funktionieren wird! + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Warnung: Bitte überprüfen Sie die Datums- und Uhrzeiteinstellungen ihres Computers, da Bitcloud Core ansonsten nicht ordnungsgemäß funktionieren wird! Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Diamond Alert\" admin@foo.comCopyright (C) 2009-%i Die "Bitcoin Core"-Entwickler - Copyright (C) 2014-%i The Diamond Core Developers - Copyright (C) 2014-%i Die "Diamond Core"-Entwickler + Copyright (C) 2014-%i The Bitcloud Core Developers + Copyright (C) 2014-%i Die "Bitcloud Core"-Entwickler Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Diamond Alert\" admin@foo.comFehler bei der Verbindung zum Masternode. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3903,9 +3903,9 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Diamond Alert\" admin@foo.comHinweis - Initialization sanity check failed. Diamond Core is shutting down. + Initialization sanity check failed. Bitcloud Core is shutting down. Fehler beim Initialisieren (Plausibilitätsprüfung fehlgeschlagen). -Diamond Core wird heruntergefahren. +Bitcloud Core wird heruntergefahren. Input is not valid. @@ -4149,14 +4149,14 @@ Diamond Core wird heruntergefahren. Use N separate masternodes to anonymize funds (2-8, default: %u) - N unterschiedliche Masternodes benutzen, um Diamond zu anonymisieren (2-8, Standard: %u) + N unterschiedliche Masternodes benutzen, um Bitcloud zu anonymisieren (2-8, Standard: %u) Use UPnP to map the listening port (default: %u) UPnP verwenden, um eine Portweiterleitung einzurichten (Standard: %u) - Wallet needed to be rewritten: restart Diamond Core to complete + Wallet needed to be rewritten: restart Bitcloud Core to complete Die Wallet musste neu geschrieben werden. Bitte das Programm neu starten um den Vorgang abzuschließen diff --git a/src/qt/locale/bitcloud_en.ts b/src/qt/locale/bitcloud_en.ts index 71287fa..c8be2fd 100644 --- a/src/qt/locale/bitcloud_en.ts +++ b/src/qt/locale/bitcloud_en.ts @@ -307,7 +307,7 @@ - Enter a Diamond Address that you would like to encrypt using BIP 38. Enter a passphrase in the middle box. Press encrypt to compute the encrypted private key. + Enter a Bitcloud Address that you would like to encrypt using BIP 38. Enter a passphrase in the middle box. Press encrypt to compute the encrypted private key. @@ -6706,7 +6706,7 @@ for example: alertnotify=echo %%s | mail -s "BTDX Alert" admin@foo.com - Generate Diamond Deposit Address + Generate Bitcloud Deposit Address diff --git a/src/qt/locale/bitcloud_es.ts b/src/qt/locale/bitcloud_es.ts index f9534ac..b9bd7b1 100644 --- a/src/qt/locale/bitcloud_es.ts +++ b/src/qt/locale/bitcloud_es.ts @@ -62,12 +62,12 @@ Direcciones de recepción - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son sus direcciones Diamond para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar bitclouds. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estas son sus direcciones Bitcloud para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de enviar bitclouds. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son sus direcciones de Diamond para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estas son sus direcciones de Bitcloud para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. &Copy Address @@ -188,8 +188,8 @@ Monedero cifrado - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus bitclouds del robo por un malware que infecte su sistema. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus bitclouds del robo por un malware que infecte su sistema. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Enviar - Send coins to a Diamond address - Enviar cuantía a una dirección Diamond + Send coins to a Bitcloud address + Enviar cuantía a una dirección Bitcloud &Receive @@ -264,7 +264,7 @@ Request payments (generates QR codes and bitcloud: URIs) - Solicitar pagos (genera códigos QR y URIs de Diamond) + Solicitar pagos (genera códigos QR y URIs de Bitcloud) &Transactions @@ -283,12 +283,12 @@ Salir de la aplicación - &About Diamond Core - &Acerca de Diamond Core + &About Bitcloud Core + &Acerca de Bitcloud Core - Show information about Diamond Core - Mostrar información acerca de Diamond Core + Show information about Bitcloud Core + Mostrar información acerca de Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Opciones... - Modify configuration options for Diamond - Modificar las opciones de configuración de Diamond + Modify configuration options for Bitcloud + Modificar las opciones de configuración de Bitcloud &Show / Hide @@ -355,16 +355,16 @@ Firmar &mensaje... - Sign messages with your Diamond addresses to prove you own them - Firmar mensajes con sus direcciones Diamond para demostrar su posesión + Sign messages with your Bitcloud addresses to prove you own them + Firmar mensajes con sus direcciones Bitcloud para demostrar su posesión &Verify message... &Verificar el mensaje... - Verify messages to ensure they were signed with specified Diamond addresses - Verificar mensajes para comprobar que fueron firmados con la dirección Diamond indicada + Verify messages to ensure they were signed with specified Bitcloud addresses + Verificar mensajes para comprobar que fueron firmados con la dirección Bitcloud indicada &Information @@ -451,8 +451,8 @@ &Opciones de consola de comandos - Diamond Core client - Cliente Diamond Core + Bitcloud Core client + Cliente Bitcloud Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Sincronizando datos adicionales: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Mostrar el mensaje de ayuda de Diamond Core para obtener una lista con las posibles opciones de la consola de comandos + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Mostrar el mensaje de ayuda de Bitcloud Core para obtener una lista con las posibles opciones de la consola de comandos &File @@ -487,8 +487,8 @@ Barra de pestañas - %n active connection(s) to Diamond network - %n conexion(es) activa a la red Diamond%n conexion(es) activas a la red Diamond + %n active connection(s) to Bitcloud network + %n conexion(es) activa a la red Bitcloud%n conexion(es) activas a la red Bitcloud Synchronizing with network... @@ -626,7 +626,7 @@ Dirección: %4 Coin Selection - Selección de Diamond + Selección de Bitcloud Dust: @@ -896,16 +896,16 @@ Dirección: %4 Configuración de Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate fue configurado con éxito en la básica (%1 y 2 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate fue configurado con éxito en la alta (%1 y 8 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate fue configurado con éxito en la máxima (%1 y 16 rondas). Puede cambiarlo en cualquier momento abriendo la pantalla de configuración de Bitcloud. @@ -947,8 +947,8 @@ Dirección: %4 Editar dirección de envío - The entered address "%1" is not a valid Diamond address. - La dirección introducida "%1" no es una dirección Diamond válida. + The entered address "%1" is not a valid Bitcloud address. + La dirección introducida "%1" no es una dirección Bitcloud válida. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Dirección: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1001,8 +1001,8 @@ Dirección: %4 (%1-bit) - About Diamond Core - Acerca de Diamond Core + About Bitcloud Core + Acerca de Bitcloud Core Command-line options @@ -1048,16 +1048,16 @@ Dirección: %4 Bienvenido - Welcome to Diamond Core. - Bienvenido a Diamond Core + Welcome to Bitcloud Core. + Bienvenido a Bitcloud Core - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Diamond Core. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Bitcloud Core. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core va a descargar y guardar una copia de la cadena de bloques de Diamond. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core va a descargar y guardar una copia de la cadena de bloques de Bitcloud. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. Use the default data directory @@ -1068,8 +1068,8 @@ Dirección: %4 Utilizar un directorio de datos personalizado: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Dirección: %4 &Principal - Automatically start Diamond after logging in to the system. - Iniciar Diamond automáticamente al ingresar en el sistema. + Automatically start Bitcloud after logging in to the system. + Iniciar Bitcloud automáticamente al ingresar en el sistema. - &Start Diamond on system login - &Iniciar Diamond al ingresar en el sistema + &Start Bitcloud on system login + &Iniciar Bitcloud al ingresar en el sistema Size of &database cache @@ -1154,8 +1154,8 @@ Dirección: %4 Esta cuantía sirve de umbral para que Obfuscate se apague, una vez sea alcanzada. - Amount of Diamond to keep anonymized - Cuantía de Diamond a mantener anónima + Amount of Bitcloud to keep anonymized + Cuantía de Bitcloud a mantener anónima W&allet @@ -1174,8 +1174,8 @@ Dirección: %4 Permitir conexiones entrantes - Connect to the Diamond network through a SOCKS5 proxy. - Conectarse a la red Diamond a través de un proxy SOCKS5. + Connect to the Bitcloud network through a SOCKS5 proxy. + Conectarse a la red Bitcloud a través de un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Dirección: %4 &Red - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automáticamente el puerto del cliente Diamond en el router. Esta opción solo funciona si el router admite UPnP y está activado. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automáticamente el puerto del cliente Bitcloud en el router. Esta opción solo funciona si el router admite UPnP y está activado. Map port using &UPnP @@ -1258,8 +1258,8 @@ Dirección: %4 I&dioma de la interfaz de usuario - The user interface language can be set here. This setting will take effect after restarting Diamond. - El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará después de reiniciar Bitcloud. Language missing or translation incomplete? Help contributing translations here: @@ -1347,8 +1347,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Formulario - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Diamond después de que se haya establecido una conexión, pero este proceso aún no se ha completado. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Bitcloud después de que se haya establecido una conexión, pero este proceso aún no se ha completado. Available: @@ -1588,8 +1588,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Dirección de pago no válida %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - ¡No se puede interpretar la URI! Esto puede deberse a una dirección Diamond inválida o a parámetros de URI mal formados. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + ¡No se puede interpretar la URI! Esto puede deberse a una dirección Bitcloud inválida o a parámetros de URI mal formados. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Cuantía - Enter a Diamond address (e.g. %1) - Introduzca una dirección Diamond (e.g. %1) + Enter a Bitcloud address (e.g. %1) + Introduzca una dirección Bitcloud (e.g. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Número de conexiones - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. Abrir el archivo de registro de depuración en el directorio actual de datos. Esto puede requerir varios segundos para archivos de registro grandes. @@ -1972,8 +1972,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Salientes: - Welcome to the Diamond RPC console. - Bienvenido a la consola RPC de Diamond + Welcome to the Bitcloud RPC console. + Bienvenido a la consola RPC de Bitcloud Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/&Reutilizar una dirección receptora existente (no recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Un mensaje opcional para adjuntar a la solicitud de pago, el cual se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red Bitcloud. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Etiqueta opcional para asociar con la nueva dirección de recepción. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Un mensaje opcional para adjuntar con la solicitud de pago, el cual aparecerá cuando ésta sea abierta.<br>Nota: El mensaje no se enviará con el pago a la red Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2201,7 +2201,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/SendCoinsDialog Send Coins - Enviar Diamond + Enviar Bitcloud Coin Control Features @@ -2496,8 +2496,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Pagar sólo la comisión mínima de %1 - Warning: Invalid Diamond address - Aviso: Dirección de Diamond no válida + Warning: Invalid Bitcloud address + Aviso: Dirección de Bitcloud no válida Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Pagar &a: - The Diamond address to send the payment to - La dirección Diamond a la cual enviar el pago + The Bitcloud address to send the payment to + La dirección Bitcloud a la cual enviar el pago Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Mensaje: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Un mensaje que se adjuntó al bitcloud: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Un mensaje que se adjuntó al bitcloud: URI que será almacenada con la transacción para su referencia. Nota: Este mensaje no se enviará a través de la red Bitcloud. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Diamond Core se está cerrando... + Bitcloud Core is shutting down... + Bitcloud Core se está cerrando... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Puede firmar mensajes con sus direcciones para demostrar que las posee. Tenga cuidado de no firmar cualquier cosa vaga, ya que los ataques de phishing pueden tratar de engañarle para suplantar su identidad. Firme solo declaraciones totalmente detalladas con las que usted esté de acuerdo. - The Diamond address to sign the message with - La dirección Diamond con la cual se firma el mensaje + The Bitcloud address to sign the message with + La dirección Bitcloud con la cual se firma el mensaje Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Copiar la firma actual al portapapeles del sistema - Sign the message to prove you own this Diamond address - Firmar el mensaje para demostrar que se posee esta dirección Diamond + Sign the message to prove you own this Bitcloud address + Firmar el mensaje para demostrar que se posee esta dirección Bitcloud Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Introduzca la dirección para la firma, el mensaje (asegurándose de copiar tal cual los saltos de línea, espacios, tabulaciones, etc.) y la firma a continuación para verificar el mensaje. Tenga cuidado de no asumir más información de lo que dice el propio mensaje firmado para evitar fraudes basados en ataques de tipo man-in-the-middle. - The Diamond address the message was signed with - La dirección Diamond con la cual se firmó el mensaje + The Bitcloud address the message was signed with + La dirección Bitcloud con la cual se firmó el mensaje - Verify the message to ensure it was signed with the specified Diamond address - Verificar el mensaje para garantizar que fue firmado con la dirección Diamond indicada + Verify the message to ensure it was signed with the specified Bitcloud address + Verificar el mensaje para garantizar que fue firmado con la dirección Bitcloud indicada Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Los desarrolladores de Bitcoin Core - The Diamond Core developers - Los desarrolladores del Diamond Core + The Bitcloud Core developers + Los desarrolladores del Bitcloud Core [testnet] @@ -3273,7 +3273,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/WalletModel Send Coins - Enviar Diamond + Enviar Bitcloud InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DNET. @@ -3326,8 +3326,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vincular a la dirección dada y escuchar siempre en ella. Utilice la notación [host]:port para IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando Diamond Core. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando Bitcloud Core. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. - Unable to bind to %s on this computer. Diamond Core is probably already running. - No se puede enlazar a %s en este equipo. Diamond Core probablemente ya está en funcionamiento. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + No se puede enlazar a %s en este equipo. Bitcloud Core probablemente ya está en funcionamiento. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3615,8 +3615,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Borrar todas las transacciones del monedero y recuperar únicamente aquellas partes de la cadena de bloques a través de -rescan en el inicio - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Desactivar todas las funciones asociadas a Diamond (Nodos Maestros, Obfuscate, InstantX, Presupuesto) (0-1, predeterminado: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Desactivar todas las funciones asociadas a Bitcloud (Nodos Maestros, Obfuscate, InstantX, Presupuesto) (0-1, predeterminado: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3720,7 +3720,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Para usar bitcloudd, o la opción -server de bitcloud-qt, debe establecer rpcpassword en el archivo de configuración: %s @@ -3731,7 +3731,7 @@ rpcpassword=%s El nombre de usuario y la contraseña NO DEBEN ser iguales. Si el archivo no existe, créelo con permisos de sólo lectura para su propietario. También resulta recomendable establecer alertnotify para que se le notifique de posibles problemas; -por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Diamond" admin@foo.com +por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Bitcloud" admin@foo.com @@ -3747,8 +3747,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Diamond" admin@foo.com Aviso: ¡-maxtxfee se estableció en un valor muy alto! Comisiones tan grandes no se podrían pagar en una única transacción. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, Diamond Core no funcionará correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Aviso: ¡Por favor compruebe que la fecha y hora de su computadora son correctas! Si su reloj está mal ajustado, Bitcloud Core no funcionará correctamente. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3801,8 +3801,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Diamond" admin@foo.com Copyright (C) 2009-%i Los Desarrolladores de Bitcoin Core - Copyright (C) 2014-%i The Diamond Core Developers - Copyright (C) 2014-%i Los Desarrolladores de Diamond Core + Copyright (C) 2014-%i The Bitcloud Core Developers + Copyright (C) 2014-%i Los Desarrolladores de Bitcloud Core Could not parse -rpcbind value %s as network address @@ -3833,8 +3833,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Diamond" admin@foo.com Error al conectar al Nodo Maestro. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Error al cargar wallet.dat: El monedero requiere una versión más reciente de Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Error al cargar wallet.dat: El monedero requiere una versión más reciente de Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3905,8 +3905,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Diamond" admin@foo.com Información - Initialization sanity check failed. Diamond Core is shutting down. - La comprobación de validez de inicio falló. Diamond Core se está cerrando. + Initialization sanity check failed. Bitcloud Core is shutting down. + La comprobación de validez de inicio falló. Bitcloud Core se está cerrando. Input is not valid. @@ -4157,8 +4157,8 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Diamond" admin@foo.com Usar UPnP para asignar el puerto de escucha (predeterminado: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - El monedero se ha de reescribir: reinicie Diamond Core para completarlo + Wallet needed to be rewritten: restart Bitcloud Core to complete + El monedero se ha de reescribir: reinicie Bitcloud Core para completarlo Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_fi.ts b/src/qt/locale/bitcloud_fi.ts index c227374..4398b0d 100644 --- a/src/qt/locale/bitcloud_fi.ts +++ b/src/qt/locale/bitcloud_fi.ts @@ -62,12 +62,12 @@ Vastaanottava osoite - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Nämä ovat Diamond osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Nämä ovat Bitcloud osoitteesi maksujen lähetykseen. Tarkista aina lähetettävä määrä ja vastaanottajan osoite ennen kuin lähetät varoja. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Nämä ovat Diamond osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Nämä ovat Bitcloud osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin siirtotapahtumalle. &Copy Address @@ -188,8 +188,8 @@ Lompakko salattu - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää Diamondiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud sulkeutuu nyt salauksen viimeistelyä varten. Muista että salaus pelkästään ei voi estää Bitcloudiesi varastamista jos koneesi saastuu haittaohjelmilla tai viruksilla. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ L&ähetä - Send coins to a Diamond address - Lähetä varoja Diamond osoitteeseen + Send coins to a Bitcloud address + Lähetä varoja Bitcloud osoitteeseen &Receive @@ -264,7 +264,7 @@ Request payments (generates QR codes and bitcloud: URIs) - Pyydä maksuja (Luo QR koodit ja Diamond: URIt) + Pyydä maksuja (Luo QR koodit ja Bitcloud: URIt) &Transactions @@ -283,12 +283,12 @@ Sulje ohjelma - &About Diamond Core - Tietoja &Diamond Core:sta + &About Bitcloud Core + Tietoja &Bitcloud Core:sta - Show information about Diamond Core - Näytä tietoja Diamond Core:sta + Show information about Bitcloud Core + Näytä tietoja Bitcloud Core:sta About &Qt @@ -303,8 +303,8 @@ &Asetukset... - Modify configuration options for Diamond - Muuta Diamond asetuksia + Modify configuration options for Bitcloud + Muuta Bitcloud asetuksia &Show / Hide @@ -312,7 +312,7 @@ Show or hide the main Window - Näytä tai piilota Diamond pääikkuna + Näytä tai piilota Bitcloud pääikkuna &Encrypt Wallet... @@ -355,16 +355,16 @@ &Allekirjoita Viesti... - Sign messages with your Diamond addresses to prove you own them - Allekirjoita viestit Diamond osoitteillasi todistaaksesi että omistat ne + Sign messages with your Bitcloud addresses to prove you own them + Allekirjoita viestit Bitcloud osoitteillasi todistaaksesi että omistat ne &Verify message... &Tarkista Viesti... - Verify messages to ensure they were signed with specified Diamond addresses - Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä Diamond osoitteilla + Verify messages to ensure they were signed with specified Bitcloud addresses + Tarkista viestit ollaksesi varma että ne on allekirjoitettu määritetyillä Bitcloud osoitteilla &Information @@ -444,15 +444,15 @@ Open a bitcloud: URI or payment request - Avaa Diamond: URI tai maksupyyntö + Avaa Bitcloud: URI tai maksupyyntö &Command-line options &Komentorivin valinnat - Diamond Core client - Diamond Core asiakasohjelma + Bitcloud Core client + Bitcloud Core asiakasohjelma Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synkronoidaan lisätietoja: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Näytä Diamond Core ohjelista komentorivin valinnoista + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Näytä Bitcloud Core ohjelista komentorivin valinnoista &File @@ -487,8 +487,8 @@ Välilehtipalkki - %n active connection(s) to Diamond network - %n aktiivinen yhteys Diamond verkkoon%n aktiivista yhteyttä Diamond verkkoon + %n active connection(s) to Bitcloud network + %n aktiivinen yhteys Bitcloud verkkoon%n aktiivista yhteyttä Bitcloud verkkoon Synchronizing with network... @@ -896,16 +896,16 @@ Osoite: %4 Obfuscate Asetukset - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain Diamond asetuksista. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate on asetettu perusasetuksiin (%1 and 2 kierrosta). Voit muuttaa asetuksia milloin vain Bitcloud asetuksista. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain Diamond asetuksista. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate on asetettu keskitason asetuksiin (%1 and 8 kierrosta). Voit muuttaa asetuksia milloin vain Bitcloud asetuksista. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain Diamond asetuksista. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate on asetettu maksimitason asetuksiin (%1 and 16 kierrosta). Voit muuttaa asetuksia milloin vain Bitcloud asetuksista. @@ -947,8 +947,8 @@ Osoite: %4 Muokkaa lähettävää osoitetta - The entered address "%1" is not a valid Diamond address. - Annettu osoite "%1" ei ole pätevä Diamond osoite. + The entered address "%1" is not a valid Bitcloud address. + Annettu osoite "%1" ei ole pätevä Bitcloud osoite. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Osoite: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1001,8 +1001,8 @@ Osoite: %4 (%1-bittinen) - About Diamond Core - Tietoja Diamond Core:sta + About Bitcloud Core + Tietoja Bitcloud Core:sta Command-line options @@ -1048,17 +1048,17 @@ Osoite: %4 Tervetuloa - Welcome to Diamond Core. - Diamond Core - Tervetuloa. + Welcome to Bitcloud Core. + Bitcloud Core - Tervetuloa. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne Diamond Core tallettaa datansa. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Koska tämä on ensimmäinen kerta kun ohjelma käynnistetään, voit valita minne Bitcloud Core tallettaa datansa. Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd levyltä, ohjaa talletettava data eri levyasemalle turvalliseen paikkaan. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core lataa ja tallettaa kopion lohkoketjusta. Vähintään %1GB dataa talletetaan tähän hakemistoon, ja se myös kasvaa ajan myötä. Myös lompakko talletetaan tähän hakemistoon. Use the default data directory @@ -1069,8 +1069,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Määritä oma hakemisto: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1123,12 +1123,12 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Yleiset - Automatically start Diamond after logging in to the system. - Käynnistä Diamond automaattisesti kun järjestelmään kirjaudutaan. + Automatically start Bitcloud after logging in to the system. + Käynnistä Bitcloud automaattisesti kun järjestelmään kirjaudutaan. - &Start Diamond on system login - &Käynnistä Diamond järjestelmään kirjauduttaessa + &Start Bitcloud on system login + &Käynnistä Bitcloud järjestelmään kirjauduttaessa Size of &database cache @@ -1155,8 +1155,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Tämä määrä toimii rajana keskeytykselle kun Obfuscate anonymisointi sen saavuttaa. - Amount of Diamond to keep anonymized - Diamond määrä joka pidetään anonymisoituna + Amount of Bitcloud to keep anonymized + Bitcloud määrä joka pidetään anonymisoituna W&allet @@ -1175,8 +1175,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd Salli sisään tulevat yhteydet - Connect to the Diamond network through a SOCKS5 proxy. - Kytkeydy Diamond verkkoon käyttäen SOCKS5 proxy:a. + Connect to the Bitcloud network through a SOCKS5 proxy. + Kytkeydy Bitcloud verkkoon käyttäen SOCKS5 proxy:a. &Connect through SOCKS5 proxy (default proxy): @@ -1207,8 +1207,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Verkko - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Avaa automaattisesti Diamond asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Avaa automaattisesti Bitcloud asiakasohjelmalle portti reitittimeen. Tämä toimii vain jos reitittimesi tukee UPnP:tä ja se on käytössä. Map port using &UPnP @@ -1244,7 +1244,7 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd 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 pienennä Diamond asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. + Ikkunaa suljettaessa pienennä Bitcloud asiakasohjelman ikkuna lopettamatta itse ohjelmaa. Kun tämä asetus on valittuna, ohjelman voi sulkea vain valitsemalla Lopeta ohjelman valikosta. M&inimize on close @@ -1259,8 +1259,8 @@ Varoitus: Jos käytät käyttöjärjestelmää (Live os) suoraan usb, dvd tai cd &Käyttöliittymän kieli - The user interface language can be set here. This setting will take effect after restarting Diamond. - Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun Diamond asiakasohjelma käynnistetään uudelleen. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Käyttöliittymän kieli asetetaan tässä, Asetus tulee voimaan kun Bitcloud asiakasohjelma käynnistetään uudelleen. Language missing or translation incomplete? Help contributing translations here: @@ -1348,8 +1348,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Lomake - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti Diamond verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Näytetyt tiedot eivät välttämättä ole ajan tasalla.<br>Lompakkosi synkronoituu automaattisesti Bitcloud verkkoon kun<br>yhteys on muodostettu, mutta tämä prosessi ei vielä ole valmis. Available: @@ -1570,7 +1570,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ Cannot start bitcloud: click-to-pay handler - Ei voi käynnistää Diamondia: click-to-pay handler + Ei voi käynnistää Bitcloudia: click-to-pay handler URI handling @@ -1589,8 +1589,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Virheellinen maksuosoite %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - URI:a ei voida jäsentää! Tämä voi johtua virheellisestä Diamond osoitteesta tai virheellisestä URI:n muuttujasta. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + URI:a ei voida jäsentää! Tämä voi johtua virheellisestä Bitcloud osoitteesta tai virheellisestä URI:n muuttujasta. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1675,8 +1675,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Määrä - Enter a Diamond address (e.g. %1) - Syötä Diamond osoite (esim. %1) + Enter a Bitcloud address (e.g. %1) + Syötä Bitcloud osoite (esim. %1) %1 d @@ -1765,8 +1765,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Yhteyksien määrä - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Avaa Diamond debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Avaa Bitcloud debug lokitiedosto nykyisestä datahakemistosta. Tämä saattaa kestää muutaman sekunnin isoilla tiedostoilla. &Open @@ -1977,8 +1977,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Ulos: - Welcome to the Diamond RPC console. - Tervetuloa Diamond RPC konsoliin. + Welcome to the Bitcloud RPC console. + Tervetuloa Bitcloud RPC konsoliin. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2040,8 +2040,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van &Uudelleenkäytä vastaanottavaa osoitetta (ei suositella) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Diamond verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Bitcloud verkkoon. &Message: @@ -2052,8 +2052,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Valinnainen nimi liitetään uuteen vastaanottavaan osoitteeseen. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Diamond verkkoon. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Valinnainen viesti liitettäväksi maksupyyntöön, joka näytetään kun pyyntö on avattu.<br>Huomio: Viestiä ei lähetetä maksun mukana Bitcloud verkkoon. Use this form to request payments. All fields are <b>optional</b>. @@ -2501,8 +2501,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksa vain minimi siirtomaksu %1 - Warning: Invalid Diamond address - Varoitus: Virheellinen Diamond osoite + Warning: Invalid Bitcloud address + Varoitus: Virheellinen Bitcloud osoite Warning: Unknown change address @@ -2524,8 +2524,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Maksun &saaja: - The Diamond address to send the payment to - Diamond osoite johon maksu lähetetään + The Bitcloud address to send the payment to + Bitcloud osoite johon maksu lähetetään Choose previously used address @@ -2564,8 +2564,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Viesti: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Viesti joka liitettiin Diamond: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Diamond verkkoon. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Viesti joka liitettiin Bitcloud: URI joka talletetaan siirtotapahtuman kanssa viitteeksi sinulle. Huomio: Tätä viestiä ei lähetetä Bitcloud verkkoon. This is an unverified payment request. @@ -2591,8 +2591,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van ShutdownWindow - Diamond Core is shutting down... - Diamond Core sulkeutuu... + Bitcloud Core is shutting down... + Bitcloud Core sulkeutuu... Do not shut down the computer until this window disappears. @@ -2614,8 +2614,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Voit allekirjoittaa viestit omilla osoitteillasi todistaaksesi että omistat ne. Ole huolellinen että et allekirjoita mitään epämääräistä, phishing-hyökkäjä voi huijata sinua allekirjoittamaan henkilöllisyytesi omasta puolestaan. Allekirjoita vain yksityiskohtaisesti täytetty selvitys johon sitoudut. - The Diamond address to sign the message with - Diamond osoite jolla viesti allekirjoitetaan + The Bitcloud address to sign the message with + Bitcloud osoite jolla viesti allekirjoitetaan Choose previously used address @@ -2646,8 +2646,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Kopioi tämän hetkinen allekirjoitus leikepöydälle - Sign the message to prove you own this Diamond address - Allekirjoita viesti todistaaksesi että omistat tämän Diamond osoitteen + Sign the message to prove you own this Bitcloud address + Allekirjoita viesti todistaaksesi että omistat tämän Bitcloud osoitteen Sign &Message @@ -2670,12 +2670,12 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Syötä allekirjoittava osoite, viesti ja allekirjoitus alla oleviin kenttiin varmistaaksesi allekirjoituksen aitouden. Varmista että kopioit kaikki kentät täsmälleen oikein, myös rivinvaihdot, välilyönnit, tabulaattorit, jne. - The Diamond address the message was signed with - Diamond osoite jolla viesti on allekirjoitettu + The Bitcloud address the message was signed with + Bitcloud osoite jolla viesti on allekirjoitettu - Verify the message to ensure it was signed with the specified Diamond address - Tarkista että viesti on allekirjoitettu määritetyllä Diamond osoitteella + Verify the message to ensure it was signed with the specified Bitcloud address + Tarkista että viesti on allekirjoitettu määritetyllä Bitcloud osoitteella Verify &Message @@ -2741,8 +2741,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2753,8 +2753,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Bitcoin Core kehittäjät - The Diamond Core developers - Diamond Core kehittäjät + The Bitcloud Core developers + Bitcloud Core kehittäjät [testnet] @@ -3086,7 +3086,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Destination address of transaction. - Siirtotapahtuman Diamond kohdeosoite + Siirtotapahtuman Bitcloud kohdeosoite Amount removed from or added to balance. @@ -3278,7 +3278,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van WalletModel Send Coins - Lähetä Diamondeja + Lähetä Bitcloudeja InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DNET. @@ -3331,8 +3331,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Kytkeydy annettuun osoitteeseen ja pidä linja aina auki. Käytä [host]:port merkintätapaa IPv6:lle. - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Ei voida lukita data hakemistoa %s. Diamond Core on luultavasti jo käynnissä. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Ei voida lukita data hakemistoa %s. Bitcloud Core on luultavasti jo käynnissä. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3387,8 +3387,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Tämä on esi-julkaistu testiversio - Käytä omalla vastuulla - Älä käytä louhimiseen tai kauppasovelluksiin. - Unable to bind to %s on this computer. Diamond Core is probably already running. - Ei voida yhdistää %s tässä tietokoneessa. Diamond Core on luultavasti jo käynnissä. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Ei voida yhdistää %s tässä tietokoneessa. Bitcloud Core on luultavasti jo käynnissä. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3404,7 +3404,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Varoitus: Diamond verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. + Varoitus: Bitcloud verkossa on ristiriitoja! Louhijat näyttävät kokevan virhetilanteita. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. @@ -3619,8 +3619,8 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Poista kaikki lompakon siirtotapahtumat ja palauta vain nuo osat lohkoketjusta -rescan valinnan avulla käynnistyksessä - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Kytke pois käytöstä kaikki Diamond:in erityistoiminnot (Masternodet, Obfuscate, InstantX, Budjetointi) (0-1, oletus: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Kytke pois käytöstä kaikki Bitcloud:in erityistoiminnot (Masternodet, Obfuscate, InstantX, Budjetointi) (0-1, oletus: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3726,7 +3726,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Käyttääksesi bitcloudd:ia tai -server valintaa bitcloud-qt:lle, sinun tulee asettaa rpc salasana asetustiedostossa: %s @@ -3737,7 +3737,7 @@ rpcpassword=%s Käyttäjätunnus ja salasana on oltava ERILAISET. Jos tiedostoa ei ole, luo se vain omistajan-luku-oikeudella. Suositellaan asetettavaksi alertnotify jotta saat tietoa ongelmista, -esimerkiksi: alertnotify=echo %%s | mail -s "Diamond Hälytys" admin@foo.com +esimerkiksi: alertnotify=echo %%s | mail -s "Bitcloud Hälytys" admin@foo.com @@ -3753,8 +3753,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Diamond Hälytys" admin@foo.com Varoitus: -maxtxfee on asetettu erittäin korkeaksi! Näin isot siirtomaksut voitaisiin maksaa yhdessä siirtotapahtumassa. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! Diamond ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Varoitus: Tarkista että tietokoneesi kellonaika ja päivämäärä ovat oikein! Bitcloud ei toimi oikein väärällä päivämäärällä ja/tai kellonajalla. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3807,8 +3807,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Diamond Hälytys" admin@foo.com Copyright (C) 2009-%i Bitcoin Core Kehittäjät - Copyright (C) 2014-%i The Diamond Core Developers - Copyright (C) 2014-%i Diamond Core Kehittäjät + Copyright (C) 2014-%i The Bitcloud Core Developers + Copyright (C) 2014-%i Bitcloud Core Kehittäjät Could not parse -rpcbind value %s as network address @@ -3839,8 +3839,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Diamond Hälytys" admin@foo.com Virhe masternode:en kytkeytymisessä. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version Diamond Core:sta + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Virhe ladattaessa wallet.dat: Lompakko vaatii uudemman version Bitcloud Core:sta Error: A fatal internal error occured, see debug.log for details @@ -3911,8 +3911,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Diamond Hälytys" admin@foo.com Tietoa - Initialization sanity check failed. Diamond Core is shutting down. - Alkuperäisyyden tarkistus epäonnistui. Diamond Core sulkeutuu. + Initialization sanity check failed. Bitcloud Core is shutting down. + Alkuperäisyyden tarkistus epäonnistui. Bitcloud Core sulkeutuu. Input is not valid. @@ -4163,8 +4163,8 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Diamond Hälytys" admin@foo.com Käytä UPnP:tä kuunneltavan portin kartoitukseen (oletus: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Lompakko on kirjoitettava uudelleen: käynnistä Diamond Core uudestaan viimeistelyä varten + Wallet needed to be rewritten: restart Bitcloud Core to complete + Lompakko on kirjoitettava uudelleen: käynnistä Bitcloud Core uudestaan viimeistelyä varten Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_fr.ts b/src/qt/locale/bitcloud_fr.ts index 05f6f5d..92f7e16 100644 --- a/src/qt/locale/bitcloud_fr.ts +++ b/src/qt/locale/bitcloud_fr.ts @@ -62,12 +62,12 @@ Adresses de réception - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Ce sont vos adresses Diamond pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ce sont vos adresses Bitcloud pour l'envoi de paiements. Vérifiez toujours le montant et l'adresse de réception avant l'envoi de monnaies. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Ce sont vos adresses Diamond pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Ce sont vos adresses Bitcloud pour la réception de paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. &Copy Address @@ -188,8 +188,8 @@ Portefeuille chiffré - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud va à présent se fermer pour terminer le chiffrement. N'oubliez pas que le chiffrement de votre portefeuille n'est pas une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Envoyer - Send coins to a Diamond address - Envoyer des pièces sur une adresse Diamond + Send coins to a Bitcloud address + Envoyer des pièces sur une adresse Bitcloud &Receive @@ -283,12 +283,12 @@ Quitter l’application - &About Diamond Core - À propos du noyau Diamond + &About Bitcloud Core + À propos du noyau Bitcloud - Show information about Diamond Core - Affichez des informations à propos de Diamond Core + Show information about Bitcloud Core + Affichez des informations à propos de Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Options... - Modify configuration options for Diamond - Modifier les options de configuration pour Diamond + Modify configuration options for Bitcloud + Modifier les options de configuration pour Bitcloud &Show / Hide @@ -355,16 +355,16 @@ &Signer le message... - Sign messages with your Diamond addresses to prove you own them - Signer les messages avec votre adresses Diamond pour prouver que vous êtes le propriétaire + Sign messages with your Bitcloud addresses to prove you own them + Signer les messages avec votre adresses Bitcloud pour prouver que vous êtes le propriétaire &Verify message... &Vérifier un message... - Verify messages to ensure they were signed with specified Diamond addresses - Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses Diamond spécifiées + Verify messages to ensure they were signed with specified Bitcloud addresses + Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses Bitcloud spécifiées &Information @@ -451,8 +451,8 @@ Options de ligne de &commande - Diamond Core client - Client Diamond Core + Bitcloud Core client + Client Bitcloud Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronisation des données additionnelles: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Afficher le message d'aide de Diamond Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Afficher le message d'aide de Bitcloud Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. &File @@ -487,8 +487,8 @@ Barre d'outils des onglets - %n active connection(s) to Diamond network - %n connexion active au réseau Diamond %n connexions actives au réseau Diamond + %n active connection(s) to Bitcloud network + %n connexion active au réseau Bitcloud %n connexions actives au réseau Bitcloud Synchronizing with network... @@ -896,16 +896,16 @@ Adresse : %4 Configuration de Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate est réglé avec succès sur normal (%1 and 2 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate est réglé avec succès sur haut (%1 and 8 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate est réglé avec succès sur maximum (%1 and 16 rounds). Vous pouvez changer cela à tout moment en ouvrant la fenêtre de configuration du Bitcloud. @@ -947,8 +947,8 @@ Adresse : %4 Modifier l’adresse d'envoi - The entered address "%1" is not a valid Diamond address. - L'adresse entrée "%1" est pas une adresse Diamond valide + The entered address "%1" is not a valid Bitcloud address. + L'adresse entrée "%1" est pas une adresse Bitcloud valide The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adresse : %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1001,8 +1001,8 @@ Adresse : %4 (%1-bit) - About Diamond Core - A propos de Diamond Core + About Bitcloud Core + A propos de Bitcloud Core Command-line options @@ -1048,16 +1048,16 @@ Adresse : %4 Bienvenue - Welcome to Diamond Core. - Bienvenue à Diamond Core + Welcome to Bitcloud Core. + Bienvenue à Bitcloud Core - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où Diamond Core sauvegardera ses données. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Comme il s'agit du premier lancement du logiciel, vous pouvez choisir l'emplacement où Bitcloud Core sauvegardera ses données. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core téléchargera et sauvegardera une copie de la chaîne de blocs Diamond. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core téléchargera et sauvegardera une copie de la chaîne de blocs Bitcloud. Au moins %1Go de données seront sauvegardées dans ce répertoire, et cette taille augmentera avec le temps. Le portefeuille sera aussi sauvegardé dans ce répertoire. Use the default data directory @@ -1068,8 +1068,8 @@ Adresse : %4 Utiliser un répertoire de données personnalisé : - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adresse : %4 Réglages &principaux - Automatically start Diamond after logging in to the system. - Démarrer Diamond automatiquement au démarrage du système. + Automatically start Bitcloud after logging in to the system. + Démarrer Bitcloud automatiquement au démarrage du système. - &Start Diamond on system login - &Démarrer Diamond au démarrage du système + &Start Bitcloud on system login + &Démarrer Bitcloud au démarrage du système Size of &database cache @@ -1154,8 +1154,8 @@ Adresse : %4 Ce montant est le seuil pour désactiver Obfuscate dès qu'il est atteint. - Amount of Diamond to keep anonymized - Nombre de Diamond à conserver anonymisés + Amount of Bitcloud to keep anonymized + Nombre de Bitcloud à conserver anonymisés W&allet @@ -1174,8 +1174,8 @@ Adresse : %4 Autoriser les connexions entrantes - Connect to the Diamond network through a SOCKS5 proxy. - Se connecter au réseau Diamond à travers un proxy SOCKS5. + Connect to the Bitcloud network through a SOCKS5 proxy. + Se connecter au réseau Bitcloud à travers un proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Adresse : %4 &Réseau - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir automatiquement le port client Diamond sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Ouvrir automatiquement le port client Bitcloud sur le routeur. Cela ne fonctionne que sur les routeurs supportant et ayant activé UPnP. Map port using &UPnP @@ -1258,8 +1258,8 @@ Adresse : %4 &Langue de l'interface utilisateur : - The user interface language can be set here. This setting will take effect after restarting Diamond. - La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + La langue de l'interface utilisateur peut être modifiée ici. Ce paramètre sera pris en compte au redémarrage de Bitcloud. Language missing or translation incomplete? Help contributing translations here: @@ -1347,8 +1347,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Formulaire - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau Diamond lorsque la connection est établie, mais le process n'est pas encore terminé. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + L'information affichée peut être obsolète. Votre portefeuille se synchronise automatiquement avec le réseau Bitcloud lorsque la connection est établie, mais le process n'est pas encore terminé. Available: @@ -1588,8 +1588,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Adresse de paiement %1 invalide - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - L'URI ne peut être analysé ! Ceci peut être causé par une adresse Diamond invalide ou par des paramètres d'URI mal composé. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + L'URI ne peut être analysé ! Ceci peut être causé par une adresse Bitcloud invalide ou par des paramètres d'URI mal composé. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Montant - Enter a Diamond address (e.g. %1) - Entrez une adresse Diamond (e.g. %1) + Enter a Bitcloud address (e.g. %1) + Entrez une adresse Bitcloud (e.g. %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Nombre de connexions - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Ouvrir le fichier de debug Diamond depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Ouvrir le fichier de debug Bitcloud depuis le répertoire de données actuel. Ceci peut prendre plusieurs secondes pour un fichier de debug imposant. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Sortant : - Welcome to the Diamond RPC console. - Bienvenue sur la console RPC de Diamond. + Welcome to the Bitcloud RPC console. + Bienvenue sur la console RPC de Bitcloud. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ré&utiliser une adresse de réception existante (non recommandé) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte. Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Bitcloud. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Un étiquette optionnelle à associer à la nouvelle adresse de réception - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Un message optionnel à joindre à la demande de paiement, qui sera affiché quand la demande sera ouverte.<br>Note : Ce message ne sera pas envoyé avec le paiement à travers le réseau Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2496,8 +2496,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Payer seulement les frais minimum de %1 - Warning: Invalid Diamond address - Attention: adresse Diamond invalide + Warning: Invalid Bitcloud address + Attention: adresse Bitcloud invalide Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/&Payer à : - The Diamond address to send the payment to - L'adresse Diamond à laquelle envoyer de la monnaie + The Bitcloud address to send the payment to + L'adresse Bitcloud à laquelle envoyer de la monnaie Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Message : - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Un message qui était joint au Diamond : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Un message qui était joint au Bitcloud : URI qui sera sauvegardée avec la transaction pour référence. Note : Ce message ne sera pas envoyé à travers le réseau Bitcloud. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Arrêt de Diamond Core... + Bitcloud Core is shutting down... + Arrêt de Bitcloud Core... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vous pouvez signer des messages avec vos adresses pour prouver que vous les détenez. Faites attention de ne pas signer de vague car des attaques d'hameçonnage peuvent essayer d'usurper votre identité par votre signature. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous serez d'accord. - The Diamond address to sign the message with - L'adresse Diamond avec laquelle signer le message + The Bitcloud address to sign the message with + L'adresse Bitcloud avec laquelle signer le message Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Copier la signature actuelle dans le presse-papier - Sign the message to prove you own this Diamond address - Signer le message pour prouver que vous possédez cette adresse Diamond + Sign the message to prove you own this Bitcloud address + Signer le message pour prouver que vous possédez cette adresse Bitcloud Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Saisir ci-dessous l'adresse de signature, le message (assurez-vous d'avoir copié exactement les retours à la ligne, les espaces, tabulations etc.) et la signature pour vérifier le message. Faire attention à ne pas déduire davantage de la signature que ce qui est contenu dans le message signé lui-même pour éviter d'être trompé par une attaque d'homme du milieu. - The Diamond address the message was signed with - L'adresse Diamond avec laquelle le message a été signé + The Bitcloud address the message was signed with + L'adresse Bitcloud avec laquelle le message a été signé - Verify the message to ensure it was signed with the specified Diamond address - Vérifier le message pour s'assurer qu'il a été signé avec l'adresse Diamond spécifiée + Verify the message to ensure it was signed with the specified Bitcloud address + Vérifier le message pour s'assurer qu'il a été signé avec l'adresse Bitcloud spécifiée Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Les développeurs Bitcoin Core - The Diamond Core developers - Les développeurs Diamond Core + The Bitcloud Core developers + Les développeurs Bitcloud Core [testnet] @@ -3326,8 +3326,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Se lier à l'adresse donnée et toujours l'écouter. Utilisez la notation [host]:port pour l'IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Impossible d’obtenir un verrou sur le répertoire de données %s. Diamond Core fonctionne probablement déjà. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Impossible d’obtenir un verrou sur le répertoire de données %s. Bitcloud Core fonctionne probablement déjà. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ceci est une pré-version de test - l'utiliser à vos risques et périls - ne pas l'utiliser pour miner ou pour des applications marchandes - Unable to bind to %s on this computer. Diamond Core is probably already running. - Impossible de se lier à %s sur cet ordinateur. Diamond Core fonctionne probablement déjà. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Impossible de se lier à %s sur cet ordinateur. Bitcloud Core fonctionne probablement déjà. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Effacer toutes les transactions du portefeuille et récupère celle qui font partie de la chaine de blocs via -rescan au démarrage - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Désactivez toutes les fonctionnalités liées à Diamond (Masternode, Obfuscate, InstantX, Budgetisation) (0-1, par défaut: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Désactivez toutes les fonctionnalités liées à Bitcloud (Masternode, Obfuscate, InstantX, Budgetisation) (0-1, par défaut: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3719,7 +3719,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Pour utiliser bitcloudd, ou le paramètre -server de bitcloud-qt, vous devez définir un rpc mot de passe dans le fichier de configuration: %s @@ -3730,7 +3730,7 @@ rpcpassword=%s Le nom d'utilisateur et le mot de passe NE DOIVENT PAS être équivalent. Si le fichier n'existe pas, créé le avec les permissions de lecture uniquement pour le propriétaire. Il est recommandé de régler alertnotify pour que vous soyez averti des problèmes; -Pour exemple: alertnotify=echo %%s | mail -s "Alerte Diamond" admin@foo.com +Pour exemple: alertnotify=echo %%s | mail -s "Alerte Bitcloud" admin@foo.com @@ -3746,8 +3746,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Diamond" admin@foo.com Attention : -maxtxfee 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. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, Diamond Core ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Attention : Veuillez vérifier que la date et l'heure de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, Bitcloud Core ne fonctionnera pas correctement. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Diamond" admin@foo.com Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Diamond Core Developers - Copyright (C) 2014-%i The Diamond Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Diamond" admin@foo.com Erreur de connexion au masternode. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Erreur au chargement de wallet.dat : le Portefeuille nécessite une nouvelle version de Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3904,8 +3904,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Diamond" admin@foo.com Informations - Initialization sanity check failed. Diamond Core is shutting down. - Les tests de cohérences lors de l'initialisation ont échoués. Diamond Core est en cours de fermeture. + Initialization sanity check failed. Bitcloud Core is shutting down. + Les tests de cohérences lors de l'initialisation ont échoués. Bitcloud Core est en cours de fermeture. Input is not valid. @@ -4156,8 +4156,8 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Diamond" admin@foo.com Utiliser l'UPnP pour mapper le port d'écoute (par défaut : %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Le portefeuille devait être réécrit : redémarrer Diamond Core pour terminer l'opération. + Wallet needed to be rewritten: restart Bitcloud Core to complete + Le portefeuille devait être réécrit : redémarrer Bitcloud Core pour terminer l'opération. Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_it.ts b/src/qt/locale/bitcloud_it.ts index c386441..4b33bc2 100644 --- a/src/qt/locale/bitcloud_it.ts +++ b/src/qt/locale/bitcloud_it.ts @@ -62,12 +62,12 @@ Indirizzi di ricezione - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Questi sono i tuoi indirizzi Diamond per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i bitcloud. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Questi sono i tuoi indirizzi Bitcloud per inviare i pagamenti. Controlla sempre l'ammontare e l'indirizzo destinatario prima di inviare i bitcloud. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Questi sono i tuoi indirizzi di Diamond per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Questi sono i tuoi indirizzi di Bitcloud per ricevere i pagamenti. Si raccomanda di usare un nuovo indirizzo di ricezione per ogni operazione. &Copy Address @@ -188,8 +188,8 @@ Portafoglio cifrato - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud adesso si chiuderá per finire il processo di crittografia. Ricorda che crittografare il tuo portafoglio non ti da una protezione totale se il tuo computer é infettato da malware IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Invia - Send coins to a Diamond address - Spedire bitcloud ad un indirizzo Diamond + Send coins to a Bitcloud address + Spedire bitcloud ad un indirizzo Bitcloud &Receive @@ -283,12 +283,12 @@ Chiudi applicazione - &About Diamond Core - &Su Diamond Core + &About Bitcloud Core + &Su Bitcloud Core - Show information about Diamond Core - Mostra la informazione su Diamond Core + Show information about Bitcloud Core + Mostra la informazione su Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Opzioni... - Modify configuration options for Diamond - Modifica le opzioni di configurazione di Diamond + Modify configuration options for Bitcloud + Modifica le opzioni di configurazione di Bitcloud &Show / Hide @@ -355,16 +355,16 @@ Firma il &messaggio... - Sign messages with your Diamond addresses to prove you own them - Firma i messaggi con il tuo indirizzo Diamond per dimostrarne che li possiedi + Sign messages with your Bitcloud addresses to prove you own them + Firma i messaggi con il tuo indirizzo Bitcloud per dimostrarne che li possiedi &Verify message... &Verifica messaggio... - Verify messages to ensure they were signed with specified Diamond addresses - Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di Diamond + Verify messages to ensure they were signed with specified Bitcloud addresses + Verificare i messaggi per assicurarsi che sono firmati con gli indirizzi specificati di Bitcloud &Information @@ -443,16 +443,16 @@ Opzioni riga di &comando - Diamond Core client - Cliente Diamond Core + Bitcloud Core client + Cliente Bitcloud Core Processed %n blocks of transaction history. Processato %n blocco della cronologia transazioni.Processati %n blocchi della cronologia transazioni. - Show the Diamond Core help message to get a list with possible Diamond command-line options - Mostra il messaggio di aiuto di Diamond Core per ottenere una lista con le possibili opzioni di linea di comando di Diamond + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Mostra il messaggio di aiuto di Bitcloud Core per ottenere una lista con le possibili opzioni di linea di comando di Bitcloud &File @@ -475,8 +475,8 @@ Barra degli strumenti "Tabs" - %n active connection(s) to Diamond network - %n connessione attiva alla rete Diamond%n connessioni attive alla rete Diamond + %n active connection(s) to Bitcloud network + %n connessione attiva alla rete Bitcloud%n connessioni attive alla rete Bitcloud Synchronizing with network... @@ -865,16 +865,16 @@ Indirizzo: %4 Configurazione Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. Dark send è statto correttamente impostato su base (%1 e 2 round). Puoi cambiare questa impostazione in qualsiasi momento tu lo voglia dalla finestra di configurazione. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di Diamond + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di Bitcloud @@ -916,8 +916,8 @@ Indirizzo: %4 Modifica indirizzo d'invio - The entered address "%1" is not a valid Diamond address. - L'indirizzo inserito "%1" non é un indirizzo Diamond valido + The entered address "%1" is not a valid Bitcloud address. + L'indirizzo inserito "%1" non é un indirizzo Bitcloud valido The entered address "%1" is already in the address book. @@ -958,16 +958,16 @@ Indirizzo: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version versione - About Diamond Core - Su Diamond Core + About Bitcloud Core + Su Bitcloud Core Command-line options @@ -1013,16 +1013,16 @@ Indirizzo: %4 Benvenuto - Welcome to Diamond Core. - Benvenuto in Diamond Core + Welcome to Bitcloud Core. + Benvenuto in Bitcloud Core - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove Diamond Core memorizzerà i propri dati. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Essendo la prima volta nella quale il programma viene lanciato, puoi scegliere dove Bitcloud Core memorizzerà i propri dati. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core scaricherà e salverà una copia della blocco catena. Almeno %1GB di dati sarà immagazzinato in questa cartella e aumenterà col tempo. Anche il portafoglio sarà conservato in questa cartella. Use the default data directory @@ -1033,8 +1033,8 @@ Indirizzo: %4 Usa una cartella dati personalizzata: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1087,12 +1087,12 @@ Indirizzo: %4 &Principale - Automatically start Diamond after logging in to the system. - Esegui automaticamente Diamond Core all'avvio del sistema. + Automatically start Bitcloud after logging in to the system. + Esegui automaticamente Bitcloud Core all'avvio del sistema. - &Start Diamond on system login - &Esegui Diamond al login di sistema + &Start Bitcloud on system login + &Esegui Bitcloud al login di sistema Size of &database cache @@ -1119,8 +1119,8 @@ Indirizzo: %4 Tale importo si comporta come una soglia per spegnere Obfuscate una volta che è raggiunto. - Amount of Diamond to keep anonymized - Quantitá di Diamond da mantenere anonima. + Amount of Bitcloud to keep anonymized + Quantitá di Bitcloud da mantenere anonima. W&allet @@ -1135,8 +1135,8 @@ Indirizzo: %4 Permetti connessioni in entrata - Connect to the Diamond network through a SOCKS5 proxy. - Connetta a la rete Diamond attraverso un SOCKS5 proxy + Connect to the Bitcloud network through a SOCKS5 proxy. + Connetta a la rete Bitcloud attraverso un SOCKS5 proxy &Connect through SOCKS5 proxy (default proxy): @@ -1163,8 +1163,8 @@ Indirizzo: %4 Rete - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Apri automaticamente la porta utilizzata dal client Diamond nel router. Funziona solo se il router supporta UPnP ed è attivato. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Apri automaticamente la porta utilizzata dal client Bitcloud nel router. Funziona solo se il router supporta UPnP ed è attivato. Map port using &UPnP @@ -1215,7 +1215,7 @@ Indirizzo: %4 &Lingua Interfaccia Utente: - The user interface language can be set here. This setting will take effect after restarting Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. La lingua dell'interfaccia utente può essere impostata qui. Questo settaggio sarà attivo al riavvio del client. @@ -1301,8 +1301,8 @@ Più URL vengono separati da una barra verticale |. Modulo - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il Diamond rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Le informazioni visualizzate potrebbero essere datate. Il portafoglio si sincronizza automaticamente con il Bitcloud rete dopo che una connessione viene stabilizzata, ma questo processo non è stato ancora completato. Available: @@ -1514,8 +1514,8 @@ Più URL vengono separati da una barra verticale |. Invalido indirizzo di pago %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - Impossibile interpretare l'URI! La causa puó essere un indirizzo Diamond non valido o parametri URI non corretti. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + Impossibile interpretare l'URI! La causa puó essere un indirizzo Bitcloud non valido o parametri URI non corretti. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1596,8 +1596,8 @@ Più URL vengono separati da una barra verticale |. Importo - Enter a Diamond address (e.g. %1) - Inserire un indirizzo Diamond (e.g. %1) + Enter a Bitcloud address (e.g. %1) + Inserire un indirizzo Bitcloud (e.g. %1) %1 d @@ -1682,7 +1682,7 @@ Più URL vengono separati da una barra verticale |. Numero di connessioni - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. Apri il file log di debug dall'attuale cartella dei dati. Può richiedere un paio di secondi per file di grossa dimensione. @@ -1866,8 +1866,8 @@ Più URL vengono separati da una barra verticale |. Uscita: - Welcome to the Diamond RPC console. - Benvenuto nella console RPC Diamond + Welcome to the Bitcloud RPC console. + Benvenuto nella console RPC Bitcloud Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1921,8 +1921,8 @@ Più URL vengono separati da una barra verticale |. R&iusa un indirizzo di ricezione (non raccomandato) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Messaggio opzionale da allegare alla richiesta di pagamento, che verrà visualizzato quando la richiesta verrà aperta. Nota: il messaggio non sarà inviato insieme al pagamento nel network Bitcloud. &Message: @@ -2338,8 +2338,8 @@ Più URL vengono separati da una barra verticale |. Pagare solo la minima commissione di %1 - Warning: Invalid Diamond address - ATTENZIONE: Indirizzo Diamond non valido + Warning: Invalid Bitcloud address + ATTENZIONE: Indirizzo Bitcloud non valido Warning: Unknown change address @@ -2361,8 +2361,8 @@ Più URL vengono separati da una barra verticale |. Paga &a: - The Diamond address to send the payment to - L'indirizzo Diamond per inviare il pagamento a + The Bitcloud address to send the payment to + L'indirizzo Bitcloud per inviare il pagamento a Choose previously used address @@ -2401,8 +2401,8 @@ Più URL vengono separati da una barra verticale |. Messaggio: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Un messaggio allegato con l'URI bitcloud che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Un messaggio allegato con l'URI bitcloud che verrà memorizzato nella transazione per il tuo referente. Nota: questo messaggio non verrà inviato attraverso il network Bitcloud. This is an unverified payment request. @@ -2428,8 +2428,8 @@ Più URL vengono separati da una barra verticale |. ShutdownWindow - Diamond Core is shutting down... - Diamond Core si sta chiudendo... + Bitcloud Core is shutting down... + Bitcloud Core si sta chiudendo... Do not shut down the computer until this window disappears. @@ -2451,8 +2451,8 @@ Più URL vengono separati da una barra verticale |. Puoi firmare messaggi con i tuoi indirizzi in modo da dimostrarne il possesso. Presta attenzione a non firmare dichiarazioni vaghe, attacchi di phishing potrebbero cercare di spingerti ad apporre la tua firma su di esse. Firma solo dichiarazioni completamente dettagliate e delle quali condividi in pieno il contenuto. - The Diamond address to sign the message with - L'indirizzo Diamond con cui firmare il messaggio + The Bitcloud address to sign the message with + L'indirizzo Bitcloud con cui firmare il messaggio Choose previously used address @@ -2483,8 +2483,8 @@ Più URL vengono separati da una barra verticale |. Copia la firma corrente nella clipboard - Sign the message to prove you own this Diamond address - Firma il mssaggio per dimostrare il possesso di questo indirizzo Diamond + Sign the message to prove you own this Bitcloud address + Firma il mssaggio per dimostrare il possesso di questo indirizzo Bitcloud Sign &Message @@ -2507,12 +2507,12 @@ Più URL vengono separati da una barra verticale |. Inserisci l'indirizzo del firmatario, il messaggio (assicurati di copiare esattamente anche i ritorni a capo, gli spazi, le tabulazioni, etc..) e la firma qui sotto, per verificare il messaggio. Presta attenzione a non vedere nella firma più di quanto non sia riportato nel messaggio stesso, per evitare di cadere vittima di attacchi di tipo man-in-the-middle. - The Diamond address the message was signed with - L'indirizzo Diamond con cui era firmato il messaggio + The Bitcloud address the message was signed with + L'indirizzo Bitcloud con cui era firmato il messaggio - Verify the message to ensure it was signed with the specified Diamond address - Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo Diamond specificato + Verify the message to ensure it was signed with the specified Bitcloud address + Verifica il messaggio per assicurarti sia stato firmato con l'indirizzo Bitcloud specificato Verify &Message @@ -2578,8 +2578,8 @@ Più URL vengono separati da una barra verticale |. SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2590,8 +2590,8 @@ Più URL vengono separati da una barra verticale |. Gli sviluppatori di Bitcoin Core - The Diamond Core developers - Gli sviluppatori di Diamond Core + The Bitcloud Core developers + Gli sviluppatori di Bitcloud Core [testnet] @@ -3164,8 +3164,8 @@ Più URL vengono separati da una barra verticale |. Associa all'indirizzo indicato e resta permanentemente in ascolto su questo. Usa la notazione [host]:porta per l'IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Impossibile ottenere un blocco sulla data directory %s. Diamond Core è probabilmente già in esecuzione. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Impossibile ottenere un blocco sulla data directory %s. Bitcloud Core è probabilmente già in esecuzione. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3220,8 +3220,8 @@ Più URL vengono separati da una barra verticale |. Questa versione è una compilazione pre-rilascio - usala a tuo rischio - non utilizzarla per la generazione o per applicazioni di commercio - Unable to bind to %s on this computer. Diamond Core is probably already running. - Incapace di legare al %s su questo computer. Diamond Core è probabilmente già funzionato. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Incapace di legare al %s su questo computer. Bitcloud Core è probabilmente già funzionato. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3468,8 +3468,8 @@ Più URL vengono separati da una barra verticale |. Errore di connessione al Masternode - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di Diamond Core piú recente. + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Errore caricando il wallet.dat: il Pertafoglio ha bisogno di una versione di Bitcloud Core piú recente. Error: A fatal internal error occured, see debug.log for details @@ -3508,8 +3508,8 @@ Più URL vengono separati da una barra verticale |. Informazioni - Initialization sanity check failed. Diamond Core is shutting down. - Controllo di inizializzazione sanity fallito. Diamond Core verrà chiuso. + Initialization sanity check failed. Bitcloud Core is shutting down. + Controllo di inizializzazione sanity fallito. Bitcloud Core verrà chiuso. Input is not valid. diff --git a/src/qt/locale/bitcloud_pl.ts b/src/qt/locale/bitcloud_pl.ts index 1b7af10..3af431d 100644 --- a/src/qt/locale/bitcloud_pl.ts +++ b/src/qt/locale/bitcloud_pl.ts @@ -62,12 +62,12 @@ Adres odbiorczy - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - To są twoje adresy Diamond na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + To są twoje adresy Bitcloud na które wysyłasz płatności. Zawsze upewnij się, że kwota i adres są prawidłowe zanim wyślesz monety. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - To są twoje adresy do otrzymywania Diamondów. Zaleca się aby stworzyć nowy adres dla każdej transakcji + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + To są twoje adresy do otrzymywania Bitcloudów. Zaleca się aby stworzyć nowy adres dla każdej transakcji &Copy Address @@ -188,8 +188,8 @@ Portfel zaszyfrowany - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ Wyślij - Send coins to a Diamond address - Wyślij monety na adres Diamond + Send coins to a Bitcloud address + Wyślij monety na adres Bitcloud &Receive @@ -283,12 +283,12 @@ Zamknij program - &About Diamond Core - &O Diamond Core + &About Bitcloud Core + &O Bitcloud Core - Show information about Diamond Core - Pokaż informacje o Diamond Core + Show information about Bitcloud Core + Pokaż informacje o Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Opcje... - Modify configuration options for Diamond - Zmień opcje konfiguracji dla Diamond + Modify configuration options for Bitcloud + Zmień opcje konfiguracji dla Bitcloud &Show / Hide @@ -355,16 +355,16 @@ Podpisz wiado&mość... - Sign messages with your Diamond addresses to prove you own them - Podpisz wiadomości swoim adresem Diamond aby udowodnić, że jesteś ich właścicielem. + Sign messages with your Bitcloud addresses to prove you own them + Podpisz wiadomości swoim adresem Bitcloud aby udowodnić, że jesteś ich właścicielem. &Verify message... &Zweryfikuj wiadomość... - Verify messages to ensure they were signed with specified Diamond addresses - Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem Diamond + Verify messages to ensure they were signed with specified Bitcloud addresses + Zweryfikuj wiadomości aby upewnić się, że zostały one podpisane wybranym adresem Bitcloud &Information @@ -451,8 +451,8 @@ &Opcje konsoli - Diamond Core client - Klient Diamond Core + Bitcloud Core client + Klient Bitcloud Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizuję dodatkowe dane: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Pokaż wiadomość pomocy Diamond Core aby otrzymać listę z dostępnymi opcjami linii komend. + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Pokaż wiadomość pomocy Bitcloud Core aby otrzymać listę z dostępnymi opcjami linii komend. &File @@ -487,8 +487,8 @@ Pasek zakładek - %n active connection(s) to Diamond network - %n aktywne połączenie do sieci Diamond%n aktywne połączenia do sieci Diamond%n aktywne połączenia do sieci Diamond + %n active connection(s) to Bitcloud network + %n aktywne połączenie do sieci Bitcloud%n aktywne połączenia do sieci Bitcloud%n aktywne połączenia do sieci Bitcloud Synchronizing with network... @@ -896,16 +896,16 @@ Adres: %4 Konfiguracja Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate został pomyślnie ustawiony na poziom podstawowy (%1 oraz 2 rundy). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate został pomyślnie ustawiony na poziom wysoki (%1 oraz 8 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate został pomyślnie ustawiony na poziom maksymalny (%1 oraz 16 rund). Możesz to zmienić kiedy chcesz, otwierając ekran z konfiguracją Bitcloud. @@ -947,8 +947,8 @@ Adres: %4 Zmień adres wysyłania - The entered address "%1" is not a valid Diamond address. - Wprowadzony adres "%1" nie jest właściwym adresem Diamond. + The entered address "%1" is not a valid Bitcloud address. + Wprowadzony adres "%1" nie jest właściwym adresem Bitcloud. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Adres: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1001,8 +1001,8 @@ Adres: %4 (%1-bit) - About Diamond Core - Informacje o Diamond Core + About Bitcloud Core + Informacje o Bitcloud Core Command-line options @@ -1048,16 +1048,16 @@ Adres: %4 Witaj - Welcome to Diamond Core. - Witaj w Diamond Core + Welcome to Bitcloud Core. + Witaj w Bitcloud Core - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie Diamond Core będzie przechowywał dane. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie Bitcloud Core będzie przechowywał dane. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. Use the default data directory @@ -1068,8 +1068,8 @@ Adres: %4 Użyj wybranego folderu dla danych - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Adres: %4 Główne - Automatically start Diamond after logging in to the system. - Automatycznie uruchom Diamond po zalogowaniu się do systemu. + Automatically start Bitcloud after logging in to the system. + Automatycznie uruchom Bitcloud po zalogowaniu się do systemu. - &Start Diamond on system login - &Uruchom Diamond po zalogowaniu się do systemu + &Start Bitcloud on system login + &Uruchom Bitcloud po zalogowaniu się do systemu Size of &database cache @@ -1154,8 +1154,8 @@ Adres: %4 Ta kwota działa jako próg po którego przekroczeniu Obfuscate zostaje wyłączony. - Amount of Diamond to keep anonymized - Ilość Diamondów, które mają pozostać anonimowe. + Amount of Bitcloud to keep anonymized + Ilość Bitcloudów, które mają pozostać anonimowe. W&allet @@ -1174,8 +1174,8 @@ Adres: %4 Zezwól na przychdzące połączenia - Connect to the Diamond network through a SOCKS5 proxy. - Połącz się z siecią Diamond przez proxy SOCKS5. + Connect to the Bitcloud network through a SOCKS5 proxy. + Połącz się z siecią Bitcloud przez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,7 +1206,7 @@ Adres: %4 &Sieć - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. Automatycznie uruchamiaj port klienta Darkneta na ruterze. To działa tylko jeśli twój ruter wspiera i ma włączone UPnP. @@ -1258,13 +1258,13 @@ Adres: %4 Język &Użytkownika: - The user interface language can be set here. This setting will take effect after restarting Diamond. - Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Tutaj można ustawić język interfejsu użytkownika. To ustawienie zostanie zapisane po ponownym uruchomieniu Bitcloud. Language missing or translation incomplete? Help contributing translations here: https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ - Diamond Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: + Bitcloud Core nie został przetłumaczony na twój język? Tłumaczenie jest niepełne lub niepoprawne? Możesz pomóc nam tłumaczyć tutaj: https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ @@ -1347,8 +1347,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Formularz - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią Diamond jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Wyświetlona informacja może być przedawniona. Twój portfel automatycznie zsynchronizuje sie z siecią Bitcloud jak tylko zostanie ustanowione połączenie, jednakże proces ten jeszcze się nie zakończył. Available: @@ -1588,8 +1588,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Nieprawidłowy adres płatności %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres Diamond lub niewłaściwe parametry URI + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + URI nie może zostać przeanalizowany! Mogło to być spowodowane przez niewłaściwy adres Bitcloud lub niewłaściwe parametry URI Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ilość - Enter a Diamond address (e.g. %1) - Wpisz adres Diamond (np. %1) + Enter a Bitcloud address (e.g. %1) + Wpisz adres Bitcloud (np. %1) %1 d @@ -1764,7 +1764,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Liczba połączeń - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. Otwiera plik z zapisami debugowania Darkneta z obecnego katalogu. Może to potrfać kilka sekund w zależności od rozmiaru pliku. @@ -1972,7 +1972,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Wyjście: - Welcome to the Diamond RPC console. + Welcome to the Bitcloud RPC console. Witaj w konsoli RPC Darkneta @@ -2035,8 +2035,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Użyj istniejący adres odbiorczy (nie zalecane) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania. Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Bitcloud. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Opcjonalna etykieta do skojarzenia z nowym adresem odbiorczym. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Opcjonalna wiadomość do żądania płatności. Wiadomość wyświetli się po otwarciu żądania.<br> Pamiętaj: Wiadomość nie zostanie wysłana razem z płatnością poprzez sieć Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2496,8 +2496,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Uiść minimalną opłatę %1 - Warning: Invalid Diamond address - Ostrzeżenie: adres Diamond jest nieprawidlowy + Warning: Invalid Bitcloud address + Ostrzeżenie: adres Bitcloud jest nieprawidlowy Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Zapłać &dla: - The Diamond address to send the payment to - Adres Diamond na który wysłać fundusze + The Bitcloud address to send the payment to + Adres Bitcloud na który wysłać fundusze Choose previously used address @@ -2559,7 +2559,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Wiadomość: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. Wiadomość, która została dołączona do bitcloud: Link, który zostanie zapisany wraz z transakcją do wglądu w przyszłości. Zauważ. że sama wiadomość nie zostanie wysłana przez sieć Darkneta. @@ -2586,8 +2586,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Trwa zamykanie Diamond Core + Bitcloud Core is shutting down... + Trwa zamykanie Bitcloud Core Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Możesz podpisywać wiadomości swoimi adresami aby udowodnić, że jesteś ich właścicielem. Uważaj, aby nie podpisywać niczego co wzbudza Twoje podejrzenia, ponieważ ktoś może stosować phishing próbując nakłonić Cię do ich podpisania. Akceptuj i podpisuj tylko w pełni zrozumiałe komunikaty i wiadomości. - The Diamond address to sign the message with - Adres Diamond do podpisu wiadomości + The Bitcloud address to sign the message with + Adres Bitcloud do podpisu wiadomości Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Kopiuje aktualny podpis do schowka systemowego - Sign the message to prove you own this Diamond address - Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu Diamond. + Sign the message to prove you own this Bitcloud address + Podpisz wiadomość aby udowodnić, że jesteś właścicielem adresu Bitcloud. Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Wpisz adres podpisujący, podaj wiadomość (upewnij się, że dokładnie skopiujesz wszystkie zakończenia linii, spacje, tabulacje itp.) oraz podpis poniżej by sprawdzić wiadomość. Uważaj by nie dodać więcej do podpisu niż do samej podpisywanej wiadomości by uniknąć ataku man-in-the-middle (człowiek pośrodku) - The Diamond address the message was signed with - Adres Diamond którym wiadomość została podpisana + The Bitcloud address the message was signed with + Adres Bitcloud którym wiadomość została podpisana - Verify the message to ensure it was signed with the specified Diamond address - Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres Diamond + Verify the message to ensure it was signed with the specified Bitcloud address + Zweryfikuj wiadomość aby upewnić się, że została zapisana przez konkretny adres Bitcloud Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Deweloperzy Bitcoin Core - The Diamond Core developers - Deweloperzy Diamond Core + The Bitcloud Core developers + Deweloperzy Bitcloud Core [testnet] @@ -3326,8 +3326,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Związany z danym adresem oraz zawsze prowadzący na nim nasłuch. Użyj [host]:oznaczenie dla IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Nie można zablokować katalogu danych %s. Prawdopodobnie Diamond jest już uruchomiony. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Nie można zablokować katalogu danych %s. Prawdopodobnie Bitcloud jest już uruchomiony. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ta wersja nie jest jeszcze gotowa na oficjalne wydanie - używaj jej na własne ryzyko - nie używaj tej wersji do kopania monet lub do świadczenia usług komercyjnych. - Unable to bind to %s on this computer. Diamond Core is probably already running. - Niezdolny do związania z %s na tym komputerze. Prawdopodobnie Diamond jest już uruchomiony. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Niezdolny do związania z %s na tym komputerze. Prawdopodobnie Bitcloud jest już uruchomiony. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Usuń wszystkie transakcje portfela i odzyskaj tylko te części blockchainu - zeskanuj powonie na starcie. - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Wyłącz wszystkie dodatkowe funckje Diamond (Masternody, Obfuscate, InstanX, Budżetowanie) (0-1, domyślnie: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Wyłącz wszystkie dodatkowe funckje Bitcloud (Masternody, Obfuscate, InstanX, Budżetowanie) (0-1, domyślnie: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3719,7 +3719,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Aby używać bitcloudd, lub opcje -server w kliencie bitcloud-qt, musisz ustawić hasło rpc w pliku konfiguracji: %s @@ -3729,7 +3729,7 @@ rpcpassword=%s (Nie musisz pamiętać tego hasła) Twoje hasło NIE MOŻE być takie samo jak twój login. Jeśli plik ten nie istnieje, stwórz go z uprawnieniami do odczytu tylko przez właściciela. -Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "Diamond Alert" admin@foo.com +Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "Bitcloud Alert" admin@foo.com @@ -3745,8 +3745,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Uwaga: -maxtxfee jest bardzo wysoka! Tak duże opłaty mogą być uiszczone przy wysłaniu jednej transakcji. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to Diamond może nie działać poprawidłowo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Uwaga: Proszę sprawdzić czy data i czas na twoim komputerze są poprawne! Jeśli twój zegar nie pokazuje prawidłowej godziny to Bitcloud może nie działać poprawidłowo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Prawo autorskie (c) 2009-%i deweloperzy Bitcoin - Copyright (C) 2014-%i The Diamond Core Developers - Prawa autorskie (C) 2014-%i deweloperzy Diamond + Copyright (C) 2014-%i The Bitcloud Core Developers + Prawa autorskie (C) 2014-%i deweloperzy Bitcloud Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Błąd w połączeniu z Masternodem. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji Diamond + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Błą wczytywania wallet.dat: Portfel wymaga nowszej wersji Bitcloud Error: A fatal internal error occured, see debug.log for details @@ -3903,8 +3903,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Informacja - Initialization sanity check failed. Diamond Core is shutting down. - Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie Diamond Core + Initialization sanity check failed. Bitcloud Core is shutting down. + Inicjalizacja kontroli poprawności nie powiodła się. Trwa zamykanie Bitcloud Core Input is not valid. @@ -4155,8 +4155,8 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Użyj UPnP aby zmapować port nasłuchu (domyślnie: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Portfel potrzebuje być przepisany: uruchom ponownie Diamond Core aby zakończyć. + Wallet needed to be rewritten: restart Bitcloud Core to complete + Portfel potrzebuje być przepisany: uruchom ponownie Bitcloud Core aby zakończyć. Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_pt.ts b/src/qt/locale/bitcloud_pt.ts index f69f685..08dfa9c 100644 --- a/src/qt/locale/bitcloud_pt.ts +++ b/src/qt/locale/bitcloud_pt.ts @@ -62,12 +62,12 @@ Endereços para recepção - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os endereços Diamond para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Estes são os endereços Bitcloud para envio de pagamentos. Confirme sempre a quantia e o endereço antes de enviar as moedas. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estes são os seus endereços Diamond para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Estes são os seus endereços Bitcloud para receber pagamentos. É recomendado que seja usado um novo endereço para cada transacção. &Copy Address @@ -188,8 +188,8 @@ Carteira cifrada - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - O cliente Diamond irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas bitclouds contra roubos feitos por malware presente no seu computador. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + O cliente Bitcloud irá fechar para finalizar o processo de cifra. Lembre-se que cifrar a sua carteira não consegue proteger totalmente as suas bitclouds contra roubos feitos por malware presente no seu computador. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Enviar - Send coins to a Diamond address - Enviar moedas para um endereço Diamond + Send coins to a Bitcloud address + Enviar moedas para um endereço Bitcloud &Receive @@ -283,12 +283,12 @@ Sair da aplicação - &About Diamond Core - &Acerca do Diamond Core + &About Bitcloud Core + &Acerca do Bitcloud Core - Show information about Diamond Core - Mostra informação acerca do Diamond Core + Show information about Bitcloud Core + Mostra informação acerca do Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Opções... - Modify configuration options for Diamond - Modificar opções de configuração do Diamond + Modify configuration options for Bitcloud + Modificar opções de configuração do Bitcloud &Show / Hide @@ -355,16 +355,16 @@ &Assinar Mensagem - Sign messages with your Diamond addresses to prove you own them - Assine mensagens com os seus endereços Diamond para provar que são seus + Sign messages with your Bitcloud addresses to prove you own them + Assine mensagens com os seus endereços Bitcloud para provar que são seus &Verify message... &Verificar Mensagem - Verify messages to ensure they were signed with specified Diamond addresses - Verifica mensagens para garantir que foram assinadas com um endereço Diamond específico + Verify messages to ensure they were signed with specified Bitcloud addresses + Verifica mensagens para garantir que foram assinadas com um endereço Bitcloud específico &Information @@ -451,16 +451,16 @@ Opções de linha de &comandos - Diamond Core client - Cliente Diamond Core + Bitcloud Core client + Cliente Bitcloud Core Processed %n blocks of transaction history. %n bloco do histórico de transacções processado.%n blocos do histórico de transacções processados. - Show the Diamond Core help message to get a list with possible Diamond command-line options - Mostra a mensagem de ajuda do Diamond Core para obter a lista com as possíveis opções de linha de comandos + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Mostra a mensagem de ajuda do Bitcloud Core para obter a lista com as possíveis opções de linha de comandos &File @@ -483,8 +483,8 @@ Barra de ferramentas - %n active connection(s) to Diamond network - %n ligação activa à rede Diamond%n ligações activas à rede Diamond + %n active connection(s) to Bitcloud network + %n ligação activa à rede Bitcloud%n ligações activas à rede Bitcloud Synchronizing with network... @@ -892,16 +892,16 @@ Endereço: %4 Configuração Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate foi colocado com sucesso no modo básico (%1 e 2 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate foi colocado com sucesso no modo alto (%1 e 8 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate foi colocado com sucesso no modo máximo (%1 e 16 voltas). Pode mudar esta definição em qualquer altura abrindo o ecrã de configuração Bitcloud. @@ -943,8 +943,8 @@ Endereço: %4 Editar endereço de envio - The entered address "%1" is not a valid Diamond address. - O endereço introduzido "%1" não é um endereço Diamond válido. + The entered address "%1" is not a valid Bitcloud address. + O endereço introduzido "%1" não é um endereço Bitcloud válido. The entered address "%1" is already in the address book. @@ -985,8 +985,8 @@ Endereço: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -997,8 +997,8 @@ Endereço: %4 (%1-bit) - About Diamond Core - Acerca do Diamond Core + About Bitcloud Core + Acerca do Bitcloud Core Command-line options @@ -1044,16 +1044,16 @@ Endereço: %4 Bem-vindo - Welcome to Diamond Core. - Bem-vindo ao Diamond Core. + Welcome to Bitcloud Core. + Bem-vindo ao Bitcloud Core. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente Diamond Core irá guardar os seus dados. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Como esta é a primeira vez que o programa é executado, pode escolher onde o cliente Bitcloud Core irá guardar os seus dados. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O cliente Diamond Core irá descarregar e guardar uma copia da cadeia de blocos Diamond. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + O cliente Bitcloud Core irá descarregar e guardar uma copia da cadeia de blocos Bitcloud. Pelo menos %1GB de dados serão guardados nesta pasta e irá aumentar com o tempo. A carteira também ficará guardada nesta pasta. Use the default data directory @@ -1064,8 +1064,8 @@ Endereço: %4 Usar uma pasta de dados personalizada - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1118,12 +1118,12 @@ Endereço: %4 &Geral - Automatically start Diamond after logging in to the system. - Executar automaticamente o cliente Diamond quando entrar no sistema. + Automatically start Bitcloud after logging in to the system. + Executar automaticamente o cliente Bitcloud quando entrar no sistema. - &Start Diamond on system login - &Iniciar o cliente Diamond ao entrar no sistema + &Start Bitcloud on system login + &Iniciar o cliente Bitcloud ao entrar no sistema Size of &database cache @@ -1150,8 +1150,8 @@ Endereço: %4 Esta quantia actua como um limite, a partir do qual o Obfuscate é desligado. - Amount of Diamond to keep anonymized - Quantia de Diamond a manter anonimizada + Amount of Bitcloud to keep anonymized + Quantia de Bitcloud a manter anonimizada W&allet @@ -1170,8 +1170,8 @@ Endereço: %4 Aceitar ligações de entrada - Connect to the Diamond network through a SOCKS5 proxy. - Efectuar a ligação à rede Diamond através de um proxy SOCKS5. + Connect to the Bitcloud network through a SOCKS5 proxy. + Efectuar a ligação à rede Bitcloud através de um proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1202,8 +1202,8 @@ Endereço: %4 &Rede - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Abrir automaticamente a porta do cliente Diamond no router. Isto só funciona quando o seu router suporta UPnP e este está activo. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automaticamente a porta do cliente Bitcloud no router. Isto só funciona quando o seu router suporta UPnP e este está activo. Map port using &UPnP @@ -1254,7 +1254,7 @@ Endereço: %4 &Linguagem do interface: - The user interface language can be set here. This setting will take effect after restarting Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. A linguagem do interface pode ser definida aqui. Esta definição terá efeito depois de reiniciar a aplicação. @@ -1343,8 +1343,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/De - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede Diamond assim que for estabelecida uma ligação, mas este processo ainda não terminou. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + A informação mostrada pode estar desactualizada. A sua carteira sincroniza automaticamente com a rede Bitcloud assim que for estabelecida uma ligação, mas este processo ainda não terminou. Available: @@ -1584,8 +1584,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Endereço de pagamento inválido %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - O URI não pode ser carregado! Isto pode ser causado por um endereço Diamond inválido ou parâmetros do URI incorrectos. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + O URI não pode ser carregado! Isto pode ser causado por um endereço Bitcloud inválido ou parâmetros do URI incorrectos. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1670,8 +1670,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Quantia - Enter a Diamond address (e.g. %1) - Insira um endereço Diamond (ex. %1) + Enter a Bitcloud address (e.g. %1) + Insira um endereço Bitcloud (ex. %1) %1 d @@ -1760,8 +1760,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Número de ligações - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o ficheiro de registo de depuração Diamond a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Abrir o ficheiro de registo de depuração Bitcloud a partir da pasta de dados actual. Para grandes ficheiros de registo pode demorar alguns segundos. &Open @@ -1968,8 +1968,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Saída: - Welcome to the Diamond RPC console. - Bem-vindo à consola RPC Diamond + Welcome to the Bitcloud RPC console. + Bem-vindo à consola RPC Bitcloud Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2031,8 +2031,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/R&eutilizar um endereço de recebimento existente (não recomendado) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. Nota: A mensagem não será enviada com o pagamento através da rede Bitcloud. &Message: @@ -2043,8 +2043,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Rótulo opcional para associar com o novo endereço de recebimento. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Mensagem opcional para anexar à solicitação de pagamento, que será mostrada quando a solicitação for aberta. <br>Nota: A mensagem não será enviada com o pagamento através da rede Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2480,8 +2480,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Pagar somente a taxa mínima de %1 - Warning: Invalid Diamond address - Aviso: Endereço Diamond inválido + Warning: Invalid Bitcloud address + Aviso: Endereço Bitcloud inválido Warning: Unknown change address @@ -2503,8 +2503,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/&Pagar a: - The Diamond address to send the payment to - O endereço Diamond para onde enviar o pagamento + The Bitcloud address to send the payment to + O endereço Bitcloud para onde enviar o pagamento Choose previously used address @@ -2543,8 +2543,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Mensagem: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Mensagem que foi anexada ao bitcloud: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Mensagem que foi anexada ao bitcloud: URI e que será guardada com a transacção para sua referência. Nota: Esta mensagem não será enviada para a rede Bitcloud. This is an unverified payment request. @@ -2570,8 +2570,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - O Diamond Core está a desligar... + Bitcloud Core is shutting down... + O Bitcloud Core está a desligar... Do not shut down the computer until this window disappears. @@ -2593,8 +2593,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Pode assinar mensagens com os seus endereços para provar que são seus. Tenha atenção para não assinar mensagens vagas, já que, ataques de phishing podem levá-lo a assinar a sua própria identidade para os atacantes. Apenas assine declarações detalhadas com as quais concorde. - The Diamond address to sign the message with - Endereço Diamond com o qual deseja assinar a mensagem + The Bitcloud address to sign the message with + Endereço Bitcloud com o qual deseja assinar a mensagem Choose previously used address @@ -2625,8 +2625,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Copiar a assinatura actual para a área de transferência - Sign the message to prove you own this Diamond address - Assinar a mensagem para provar que é o proprietário deste endereço Diamond + Sign the message to prove you own this Bitcloud address + Assinar a mensagem para provar que é o proprietário deste endereço Bitcloud Sign &Message @@ -2649,12 +2649,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Introduza o endereço de assinatura, mensagem (assegure-se que copia exactamente as quebras de linha, espaços, tabulações, etc) e assinatura abaixo para verificar a mensagem. Tenha atenção para não ler mais na assinatura do que o que estiver na mensagem assinada, para evitar ser enganado por um atacante que se encontre entre si e quem assinou a mensagem. - The Diamond address the message was signed with - Endereço Diamond com o qual a mensagem foi assinada + The Bitcloud address the message was signed with + Endereço Bitcloud com o qual a mensagem foi assinada - Verify the message to ensure it was signed with the specified Diamond address - Verificar a mensagem de forma a garantir que foi assinada com o endereço Diamond especificado + Verify the message to ensure it was signed with the specified Bitcloud address + Verificar a mensagem de forma a garantir que foi assinada com o endereço Bitcloud especificado Verify &Message @@ -2720,8 +2720,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2732,8 +2732,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Os programadores Bitcoin Core - The Diamond Core developers - Os programadores Diamond Core + The Bitcloud Core developers + Os programadores Bitcloud Core [testnet] @@ -3310,8 +3310,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vincular a um determinado endereço e ouvir sempre aí. Use a notação [endereço]:porta para IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o Diamond Core já se encontra em execução. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Não foi possível obter acesso exclusivo à pasta de dados %s. Possivelmente o Bitcloud Core já se encontra em execução. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3366,8 +3366,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Esta é uma compilação prévia de teste - use por sua conta e risco - não use para minar nem em aplicações comerciais - Unable to bind to %s on this computer. Diamond Core is probably already running. - Não foi possível vincular a %s neste computador. Provavelmente o Diamond Core já está a ser executado. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Não foi possível vincular a %s neste computador. Provavelmente o Bitcloud Core já está a ser executado. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3650,8 +3650,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Aviso: -maxtxfee é demasiado alta! Taxas deste tamanho podem ser pagas em apenas uma transacção. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o Diamond Core não vai funcionar correctamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Aviso: Por favor verifique que a data e a hora do computador está correcta! Se o relógio estiver errado o Bitcloud Core não vai funcionar correctamente. (8329 could be used only on mainnet) @@ -3696,8 +3696,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Diamond Core Developers - Copyright (C) 2014-%i Diamond Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers + Copyright (C) 2014-%i Bitcloud Core Developers Could not parse -rpcbind value %s as network address @@ -3728,8 +3728,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Erro conectando ao Masternode - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Erro carregando wallet.dat Carteira precisa de nova versão do Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Erro carregando wallet.dat Carteira precisa de nova versão do Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3800,8 +3800,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Informação - Initialization sanity check failed. Diamond Core is shutting down. - A verificação de consistência no arranque falhou. O Diamond Core está a encerrar. + Initialization sanity check failed. Bitcloud Core is shutting down. + A verificação de consistência no arranque falhou. O Bitcloud Core está a encerrar. Input is not valid. @@ -4044,8 +4044,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Utilize UPNP para mapear porta de escuta (default: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Carteira necessita de ser re-escrita: reinicie Diamond Core para completar + Wallet needed to be rewritten: restart Bitcloud Core to complete + Carteira necessita de ser re-escrita: reinicie Bitcloud Core para completar Warning: Unsupported argument -benchmark ignored, use -debug=bench. @@ -4185,7 +4185,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) - Opções RPC SSL: (para instruções de configuração SSL dirija-se à Diamond Wiki) + Opções RPC SSL: (para instruções de configuração SSL dirija-se à Bitcloud Wiki) RPC server options: diff --git a/src/qt/locale/bitcloud_ru.ts b/src/qt/locale/bitcloud_ru.ts index b181a00..2bf4857 100644 --- a/src/qt/locale/bitcloud_ru.ts +++ b/src/qt/locale/bitcloud_ru.ts @@ -62,12 +62,12 @@ Адреса получения - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Это ваши адреса Diamond для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Это ваши адреса Bitcloud для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Это ваши адреса Diamond для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Это ваши адреса Bitcloud для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. &Copy Address @@ -188,7 +188,7 @@ Кошелёк зашифрован - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. Сейчас программа закроется для завершения процесса шифрования. Помните, что шифрование вашего кошелька не может полностью защитить ваши даши от кражи с помощью инфицирования вашего компьютера вредоносным ПО. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Отправить - Send coins to a Diamond address - Отправить монеты на указанный адрес Diamond + Send coins to a Bitcloud address + Отправить монеты на указанный адрес Bitcloud &Receive @@ -283,12 +283,12 @@ Закрыть приложение - &About Diamond Core - О &Diamond Core + &About Bitcloud Core + О &Bitcloud Core - Show information about Diamond Core - Показать информацию о Diamond Core + Show information about Bitcloud Core + Показать информацию о Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Настройки... - Modify configuration options for Diamond - Изменить параметры конфигурации Diamond + Modify configuration options for Bitcloud + Изменить параметры конфигурации Bitcloud &Show / Hide @@ -355,16 +355,16 @@ П&одписать сообщение... - Sign messages with your Diamond addresses to prove you own them - Подписать сообщения вашими адресами Diamond, чтобы доказать, что вы ими владеете + Sign messages with your Bitcloud addresses to prove you own them + Подписать сообщения вашими адресами Bitcloud, чтобы доказать, что вы ими владеете &Verify message... П&роверить сообщение... - Verify messages to ensure they were signed with specified Diamond addresses - Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами Diamond + Verify messages to ensure they were signed with specified Bitcloud addresses + Проверить сообщения, чтобы удостовериться, что они были подписаны определёнными адресами Bitcloud &Information @@ -451,8 +451,8 @@ &Параметры командной строки - Diamond Core client - Клиент Diamond Core + Bitcloud Core client + Клиент Bitcloud Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Синхронизация дополнительных данных: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Показать помощь о Diamond Core со списком возможных параметров командной строки + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Показать помощь о Bitcloud Core со списком возможных параметров командной строки &File @@ -487,8 +487,8 @@ Панель вкладок - %n active connection(s) to Diamond network - %n активное соединение с сетью Diamond%n активных соединения с сетью Diamond%n активных соединений с сетью Diamond%n активных соединений с сетью Diamond + %n active connection(s) to Bitcloud network + %n активное соединение с сетью Bitcloud%n активных соединения с сетью Bitcloud%n активных соединений с сетью Bitcloud%n активных соединений с сетью Bitcloud Synchronizing with network... @@ -896,15 +896,15 @@ Address: %4 Настройки Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. Obfuscate успешно установлен в режим обычной приватности (%1 и 2 раунда). Вы можете изменить это в любое время, используя окно настроек. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. Obfuscate успешно установлен в режим высокой приватности (%1 и 8 раундов). Вы можете изменить это в любое время, используя окно настроек. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. Obfuscate успешно установлен в режим максимально приватности (%1 и 16 раундов). Вы можете изменить это в любое время, используя окно настроек. @@ -947,8 +947,8 @@ Address: %4 Изменение адреса для отправки - The entered address "%1" is not a valid Diamond address. - Введённый адрес "%1" не является правильным адресом Diamond. + The entered address "%1" is not a valid Bitcloud address. + Введённый адрес "%1" не является правильным адресом Bitcloud. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Address: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1001,8 +1001,8 @@ Address: %4 (%1-бит) - About Diamond Core - О Diamond Core + About Bitcloud Core + О Bitcloud Core Command-line options @@ -1048,16 +1048,16 @@ Address: %4 Добро пожаловать - Welcome to Diamond Core. - Добро пожаловать в Diamond Core. + Welcome to Bitcloud Core. + Добро пожаловать в Bitcloud Core. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Так как вы впервые запустили программу, вы можете выбрать, где Diamond Core будет хранить данные. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Так как вы впервые запустили программу, вы можете выбрать, где Bitcloud Core будет хранить данные. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core скачает и сохранит копию цепочки блоков. Как минимум %1ГБ данных будет храниться в этом каталоге и размер данных будет со временем расти. В этом же каталоге будет сохранён кошелёк. Use the default data directory @@ -1068,8 +1068,8 @@ Address: %4 Использовать другой каталог данных: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Address: %4 &Главная - Automatically start Diamond after logging in to the system. - Автоматически запускать Diamond после входа в систему. + Automatically start Bitcloud after logging in to the system. + Автоматически запускать Bitcloud после входа в систему. - &Start Diamond on system login - &Запускать Diamond при входе в систему + &Start Bitcloud on system login + &Запускать Bitcloud при входе в систему Size of &database cache @@ -1154,8 +1154,8 @@ Address: %4 Это пороговое значение, при достижении которого автоматическое перемешивание отключается. - Amount of Diamond to keep anonymized - Сумма постоянно анонимизированных Diamond + Amount of Bitcloud to keep anonymized + Сумма постоянно анонимизированных Bitcloud W&allet @@ -1174,8 +1174,8 @@ Address: %4 Принимать входящие подключения - Connect to the Diamond network through a SOCKS5 proxy. - Подключаться к сети Diamond через прокси SOCKS5. + Connect to the Bitcloud network through a SOCKS5 proxy. + Подключаться к сети Bitcloud через прокси SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Address: %4 &Сеть - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматически открыть порт для клиента Diamond на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Автоматически открыть порт для клиента Bitcloud на роутере. Работает только в том случае, если Ваш роутер поддерживает UPnP и данная функция включена. Map port using &UPnP @@ -1258,8 +1258,8 @@ Address: %4 &Язык интерфейса: - The user interface language can be set here. This setting will take effect after restarting Diamond. - Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Bitcloud. Language missing or translation incomplete? Help contributing translations here: @@ -1347,8 +1347,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Форма - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью Diamond после подключения, но этот процесс пока не завершён. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Отображаемая информация может быть устаревшей. Ваш кошелёк автоматически синхронизируется с сетью Bitcloud после подключения, но этот процесс пока не завершён. Available: @@ -1588,8 +1588,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Неверный адрес платежа %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - Не удалось разобрать URI! Возможно указан некорректный адрес Diamond либо параметры URI сформированы неверно. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + Не удалось разобрать URI! Возможно указан некорректный адрес Bitcloud либо параметры URI сформированы неверно. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Сумма - Enter a Diamond address (e.g. %1) - Введите адрес Diamond (например, %1) + Enter a Bitcloud address (e.g. %1) + Введите адрес Bitcloud (например, %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Число подключений - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Открыть отладочный лог-файл Diamond из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Открыть отладочный лог-файл Bitcloud из текущего каталога данных. Для больших лог-файлов эта операция может занять несколько секунд. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Выход: - Welcome to the Diamond RPC console. - Добро пожаловать в RPC-консоль Diamond. + Welcome to the Bitcloud RPC console. + Добро пожаловать в RPC-консоль Bitcloud. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/&Повторно использовать существующий адрес получения (не рекомендуется) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Bitcloud. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Необязательная метка для нового адреса получения. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса.<br>Обратите внимание: сообщение не будет отправлено вместе с платежом через сеть Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2496,8 +2496,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Заплатить только минимальную комиссию %1 - Warning: Invalid Diamond address - Внимание: неверный адрес Diamond + Warning: Invalid Bitcloud address + Внимание: неверный адрес Bitcloud Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Полу&чатель: - The Diamond address to send the payment to - Адрес Diamond для отправки на него монет + The Bitcloud address to send the payment to + Адрес Bitcloud для отправки на него монет Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Сообщение: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - К bitcloud: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + К bitcloud: URI было прикреплено сообщение, которое будет сохранено вместе с транзакцией для вашего сведения. Обратите внимание: сообщение не будет отправлено через сеть Bitcloud. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Diamond Core выключается... + Bitcloud Core is shutting down... + Bitcloud Core выключается... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Вы можете подписывать сообщения своими адресами, чтобы доказать владение ими. Будьте осторожны, не подписывайте что-то неопределённое, так как фишинговые атаки могут обманным путём заставить вас подписать нежелательные сообщения. Подписывайте только те сообщения, с которыми вы согласны вплоть до мелочей. - The Diamond address to sign the message with - Адрес Diamond, которым Вы хотите подписать сообщение + The Bitcloud address to sign the message with + Адрес Bitcloud, которым Вы хотите подписать сообщение Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Скопировать текущую подпись в системный буфер обмена - Sign the message to prove you own this Diamond address - Подписать сообщение, чтобы доказать владение этим адресом Diamond + Sign the message to prove you own this Bitcloud address + Подписать сообщение, чтобы доказать владение этим адресом Bitcloud Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Введите ниже адрес для подписи, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, по сравнению с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". - The Diamond address the message was signed with - Адрес Diamond, которым было подписано сообщение + The Bitcloud address the message was signed with + Адрес Bitcloud, которым было подписано сообщение - Verify the message to ensure it was signed with the specified Diamond address - Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Diamond + Verify the message to ensure it was signed with the specified Bitcloud address + Проверить сообщение, чтобы убедиться, что оно было подписано указанным адресом Bitcloud Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Разработчики Bitcoin Core - The Diamond Core developers - Разработчики Diamond Core + The Bitcloud Core developers + Разработчики Bitcloud Core [testnet] @@ -3326,8 +3326,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Привязаться к указанному адресу и всегда прослушивать только его. Используйте [хост]:порт для IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Не удалось установить блокировку на каталог данных %s. Возможно, Diamond Core уже запущен. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Не удалось установить блокировку на каталог данных %s. Возможно, Bitcloud Core уже запущен. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Это пре-релизная тестовая сборка - используйте на свой страх и риск - не используйте для добычи или торговых приложений - Unable to bind to %s on this computer. Diamond Core is probably already running. - Не удалось привязаться к %s на этом компьютере. Возможно, Diamond Core уже запущен. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Не удалось привязаться к %s на этом компьютере. Возможно, Bitcloud Core уже запущен. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Удалить все трансакции из кошелька и при рестарте с помощью -rescan восстановить только те, которые есть в цепочке блоков - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Отключить всю функциональность, относящуюся к Diamond (Мастерноды, Obfuscate, InstantX, бюджеты) (0-1, по умолчанию: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Отключить всю функциональность, относящуюся к Bitcloud (Мастерноды, Obfuscate, InstantX, бюджеты) (0-1, по умолчанию: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3719,7 +3719,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Для использования bitcloudd или опции -server с bitcloud-qt, вы должны установить опцию rpcpassword в конфигурационном файле: %s @@ -3730,7 +3730,7 @@ rpcpassword=%s Имя и пароль ДОЛЖНЫ различаться. Если файл не существует, то создайте его и оставьте права на чтение только для владельца. Также рекомендуется включить alertnotify для оповещения о проблемах; -Например: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +Например: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com @@ -3746,8 +3746,8 @@ rpcpassword=%s Внимание: установлено очень большое значение -paytxfee! Комиссия такого размера может быть уплачена при проведении одельной транзакции. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! Diamond Core не сможет работать корректно, если часы настроены неверно. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Внимание: пожалуйста, убедитесь что дата и время на Вашем компьютере выставлены правильно! Bitcloud Core не сможет работать корректно, если часы настроены неверно. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3800,8 +3800,8 @@ rpcpassword=%s Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Diamond Core Developers - Copyright (C) 2014-%i The Diamond Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers Could not parse -rpcbind value %s as network address @@ -3832,8 +3832,8 @@ rpcpassword=%s Ошибка соединения с мастернодой. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Ошибка загрузки wallet.dat: кошелёк требует более новой версии Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Ошибка загрузки wallet.dat: кошелёк требует более новой версии Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3904,8 +3904,8 @@ rpcpassword=%s Информация - Initialization sanity check failed. Diamond Core is shutting down. - Проверка на непротиворечивость закончилась неудачно. Diamond Core выключается. + Initialization sanity check failed. Bitcloud Core is shutting down. + Проверка на непротиворечивость закончилась неудачно. Bitcloud Core выключается. Input is not valid. @@ -4156,8 +4156,8 @@ rpcpassword=%s Использовать UPnP для проброса порта (по умолчанию: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Необходимо перезаписать кошелёк: перезапустите Diamond Core для завершения операции + Wallet needed to be rewritten: restart Bitcloud Core to complete + Необходимо перезаписать кошелёк: перезапустите Bitcloud Core для завершения операции Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_sk.ts b/src/qt/locale/bitcloud_sk.ts index 37fd2f7..56cd147 100644 --- a/src/qt/locale/bitcloud_sk.ts +++ b/src/qt/locale/bitcloud_sk.ts @@ -62,12 +62,12 @@ Adresa prijatia - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Toto sú Vaše Diamond adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Toto sú Vaše Bitcloud adresy pre posielanie platieb. Pred poslaním mincí vždy overte sumu a doručovaciu adresu. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Toto sú Vaše Diamond adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Toto sú Vaše Bitcloud adresy pre posielanie platieb. Pre každú transakciu sa doporučuje použiť novú doručovaciu adresu. &Copy Address @@ -188,8 +188,8 @@ Peňaženka zašifrovaná - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - DiamondCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + BitcloudCoin sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť Vaše mince pred krádežou škodlivým softvérom, ktorý napadol váš počítač. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Odoslať - Send coins to a Diamond address - Poslať mince na Diamond adresu + Send coins to a Bitcloud address + Poslať mince na Bitcloud adresu &Receive @@ -264,7 +264,7 @@ Request payments (generates QR codes and bitcloud: URIs) - Vyžiadať platby (vygeneruje QR kódy a Diamond: URI) + Vyžiadať platby (vygeneruje QR kódy a Bitcloud: URI) &Transactions @@ -283,12 +283,12 @@ Ukončiť program - &About Diamond Core - &O Diamond Core + &About Bitcloud Core + &O Bitcloud Core - Show information about Diamond Core - Zobraziť informácie o Diamond Core + Show information about Bitcloud Core + Zobraziť informácie o Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Možnosti... - Modify configuration options for Diamond - Upraviť možnosti konfigurácie pre Diamond + Modify configuration options for Bitcloud + Upraviť možnosti konfigurácie pre Bitcloud &Show / Hide @@ -355,16 +355,16 @@ Podpísať &správu... - Sign messages with your Diamond addresses to prove you own them - Podpísať správy s Vašimi Diamond adresami ako dôkaz že ich vlastníte + Sign messages with your Bitcloud addresses to prove you own them + Podpísať správy s Vašimi Bitcloud adresami ako dôkaz že ich vlastníte &Verify message... Overiť správu - Verify messages to ensure they were signed with specified Diamond addresses - Overiť správy pre uistenie, že boli podpísané zadanými Diamond adresami + Verify messages to ensure they were signed with specified Bitcloud addresses + Overiť správy pre uistenie, že boli podpísané zadanými Bitcloud adresami &Information @@ -451,8 +451,8 @@ Možnosti príkazového riadku - Diamond Core client - Diamond Core klient + Bitcloud Core client + Bitcloud Core klient Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Synchronizujú sa ďalšie dáta: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Zobraziť Diamond Core nápovedu k získaniu zoznamu možností príkazového riadku Diamond. + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Zobraziť Bitcloud Core nápovedu k získaniu zoznamu možností príkazového riadku Bitcloud. &File @@ -487,8 +487,8 @@ Lišta záložiek - %n active connection(s) to Diamond network - %n aktívne spojenie so sieťou Diamond%n aktívne spojenia so sieťou Diamond%n aktívnych spojení so sieťou Diamond + %n active connection(s) to Bitcloud network + %n aktívne spojenie so sieťou Bitcloud%n aktívne spojenia so sieťou Bitcloud%n aktívnych spojení so sieťou Bitcloud Synchronizing with network... @@ -895,16 +895,16 @@ Adresa: %4 Konfigurácia Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate bol úspešne nastavený na základnú hodnotu (%1 a 2 kolá). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate bol úspešne nastavený na vysokú hodnotu (%1 a 8 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate bol úspešne nastavený na maximálnu hodnotu (%1 a 16 kôl). Toto nastavenie môžete kedykoľvek zmeniť otvorením konfiguračnej obrazovky Bitcloud. @@ -946,8 +946,8 @@ Adresa: %4 Upraviť odosielaciu adresu - The entered address "%1" is not a valid Diamond address. - Zadaná adresa "%1" nie je platná Diamond adresa. + The entered address "%1" is not a valid Bitcloud address. + Zadaná adresa "%1" nie je platná Bitcloud adresa. The entered address "%1" is already in the address book. @@ -988,8 +988,8 @@ Adresa: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1000,8 +1000,8 @@ Adresa: %4 (%1-bit) - About Diamond Core - O Diamond Core + About Bitcloud Core + O Bitcloud Core Command-line options @@ -1047,16 +1047,16 @@ Adresa: %4 Vitajte - Welcome to Diamond Core. - Vitajte v Diamond Core. + Welcome to Bitcloud Core. + Vitajte v Bitcloud Core. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude Diamond Core ukladať svoje dáta. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Keďže toto je prvý krát čo spúšťate tento program, môžete vybrať kam bude Bitcloud Core ukladať svoje dáta. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core stiahne a uloží kópiu reťazca blokov Diamond. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core stiahne a uloží kópiu reťazca blokov Bitcloud. Pri najmenej %1GB dát bude uložených v tejto zložke and bude ďalej rásť. Peňaženka bude tiež uložená v tejto zložke. Use the default data directory @@ -1067,8 +1067,8 @@ Adresa: %4 Použiť vlastný dátový adresár: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1121,12 +1121,12 @@ Adresa: %4 &Hlavné - Automatically start Diamond after logging in to the system. - Automaticky spustiť Diamond po prihlásení do systému. + Automatically start Bitcloud after logging in to the system. + Automaticky spustiť Bitcloud po prihlásení do systému. - &Start Diamond on system login - &Spusť Diamond po prihlásení do systému + &Start Bitcloud on system login + &Spusť Bitcloud po prihlásení do systému Size of &database cache @@ -1153,8 +1153,8 @@ Adresa: %4 Táto suma slúži ako hranica pre vypnutie Obfuscate akonáhle je dosiahnutá - Amount of Diamond to keep anonymized - Suma Diamond ktorú držať anonymne + Amount of Bitcloud to keep anonymized + Suma Bitcloud ktorú držať anonymne W&allet @@ -1173,8 +1173,8 @@ Adresa: %4 Povoliť prichádzajúce spojenia - Connect to the Diamond network through a SOCKS5 proxy. - Pripojiť sa do siete Diamond cez proxy SOCKS5. + Connect to the Bitcloud network through a SOCKS5 proxy. + Pripojiť sa do siete Bitcloud cez proxy SOCKS5. &Connect through SOCKS5 proxy (default proxy): @@ -1205,8 +1205,8 @@ Adresa: %4 Sieť - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Automaticky otvoriť na smerovači port pre Diamond klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Automaticky otvoriť na smerovači port pre Bitcloud klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené Map port using &UPnP @@ -1257,8 +1257,8 @@ Adresa: %4 Jazyk užívateľského rozhrania: - The user interface language can be set here. This setting will take effect after restarting Diamond. - Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní Bitcloud. Language missing or translation incomplete? Help contributing translations here: @@ -1346,8 +1346,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Forma - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou Diamond akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Zobrazené informácie môžu byť zastaralé. Vaša peňaženka sa automaticky zosynchronizuje so sieťou Bitcloud akonáhle nadviaže spojenie, avšak tento proces ešte nebol dokončený. Available: @@ -1568,7 +1568,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ Cannot start bitcloud: click-to-pay handler - Diamond sa nedá spustiť: click-to-pay handler + Bitcloud sa nedá spustiť: click-to-pay handler URI handling @@ -1587,8 +1587,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Neplatná adresa platby %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou Diamond adresou, alebo nesprávnym tvarom URI parametrov. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou Bitcloud adresou, alebo nesprávnym tvarom URI parametrov. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1673,8 +1673,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Suma - Enter a Diamond address (e.g. %1) - Zadajte Diamond adresu (e.g. %1) + Enter a Bitcloud address (e.g. %1) + Zadajte Bitcloud adresu (e.g. %1) %1 d @@ -1763,8 +1763,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Počet pripojení - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Otvoriť denník ladenia Diamond zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Otvoriť denník ladenia Bitcloud zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. &Open @@ -1971,8 +1971,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Von: - Welcome to the Diamond RPC console. - Vitajte v konzole Diamond RPC + Welcome to the Bitcloud RPC console. + Vitajte v konzole Bitcloud RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2034,8 +2034,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Znovu použiť jestvujúcu prijímaciu adresu (neodporúča sa) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť Bitcloud. &Message: @@ -2046,8 +2046,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Voliteľný popis ktorý sa pridá k tejto novej prijímajúcej adrese. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2292,7 +2292,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for bitcloud transactions than the network can process. - Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po Diamond transakciách väčší ako dokáže sieť Diamond spracovať. + Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po Bitcloud transakciách väčší ako dokáže sieť Bitcloud spracovať. per kilobyte @@ -2495,8 +2495,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Platiť iba minimálny poplatok %1 - Warning: Invalid Diamond address - Upozornenie: Neplatná Diamond adresa + Warning: Invalid Bitcloud address + Upozornenie: Neplatná Bitcloud adresa Warning: Unknown change address @@ -2518,8 +2518,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Zapla&tiť: - The Diamond address to send the payment to - Diamond adresa pre poslanie platby + The Bitcloud address to send the payment to + Bitcloud adresa pre poslanie platby Choose previously used address @@ -2558,8 +2558,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Správa: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Správa ktorá bola pripojená ku bitcloud: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Správa ktorá bola pripojená ku bitcloud: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Bitcloud. This is an unverified payment request. @@ -2585,8 +2585,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Diamond core sa vypína... + Bitcloud Core is shutting down... + Bitcloud core sa vypína... Do not shut down the computer until this window disappears. @@ -2608,8 +2608,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Môžete podpísať správy svojou adresou a dokázať, že ju vlastníte. Buďte opatrní a podpíšte len prehlásenia s ktorými plne súhlasíte, nakoľko útoky typu "phishing" Vás môžu lákať k ich podpísaniu. - The Diamond address to sign the message with - Diamond adresa na podpísanie správy + The Bitcloud address to sign the message with + Bitcloud adresa na podpísanie správy Choose previously used address @@ -2640,8 +2640,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Kopírovať práve zvolenú adresu do systémového klipbordu - Sign the message to prove you own this Diamond address - Podpísať spravu aby ste dokázali, že vlastníte túto Diamond adresu + Sign the message to prove you own this Bitcloud address + Podpísať spravu aby ste dokázali, že vlastníte túto Bitcloud adresu Sign &Message @@ -2664,12 +2664,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vložte podpisovaciu adresu, správu (uistite sa, že kopírujete ukončenia riadkov, medzery, odrážky, atď. presne) a podpis pod to na overenie adresy. Buďte opatrní a nečítajte ako podpísané viac než je v samotnej podpísanej správe a môžete sa tak vyhnúť podvodu mitm útokom. - The Diamond address the message was signed with - Adresa Diamond s ktorou bola podpísaná správa + The Bitcloud address the message was signed with + Adresa Bitcloud s ktorou bola podpísaná správa - Verify the message to ensure it was signed with the specified Diamond address - Overiť správu pre uistenie, že bola podpísaná zadanou Diamond adresou + Verify the message to ensure it was signed with the specified Bitcloud address + Overiť správu pre uistenie, že bola podpísaná zadanou Bitcloud adresou Verify &Message @@ -2735,8 +2735,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2747,8 +2747,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vývojári jadra Bitcoin - The Diamond Core developers - Vývojári Diamond Core + The Bitcloud Core developers + Vývojári Bitcloud Core [testnet] @@ -3325,8 +3325,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Spojiť s danou adresou a vždy na nej počúvať. Použite zápis [host]:port pre IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Nedá sa zamknúť dátový adresár %s. Diamond Core už pravdepodobne beží. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Nedá sa zamknúť dátový adresár %s. Bitcloud Core už pravdepodobne beží. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3381,8 +3381,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Toto je predbežná testovacia zostava - používate na vlastné riziko - nepoužívajte na ťaženie alebo obchodné aplikácie - Unable to bind to %s on this computer. Diamond Core is probably already running. - Nedá sa viazať ku %s na tomto počítači. Diamond Core už pravdepodobne beží. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Nedá sa viazať ku %s na tomto počítači. Bitcloud Core už pravdepodobne beží. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3613,8 +3613,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Vymazať všetky transakcie z peňaženky a pri spustení znova získať z reťazca blokov iba tie získané pomocou -rescan - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Vypnúť všetky funkcie špecifické pre Diamond (Masternode, Obfuscate, InstantX, Rozpočty) (0-1, predvolené: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Vypnúť všetky funkcie špecifické pre Bitcloud (Masternode, Obfuscate, InstantX, Rozpočty) (0-1, predvolené: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3718,7 +3718,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Pre použitie možnosti -server pre bitcloud-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: %s @@ -3729,7 +3729,7 @@ rpcpassword=%s Používateľské meno a heslo NEMÔŽU byť rovnaké. Ak súbor neexistuje, vytvoriť na nastaviť práva tak aby ho mohol čítať iba vlastník. Tiež sa doporučuje nastaviť alertnotify, aby ste boli upozornený na problém, -napríklad: alertnotify=echo %%s | mail -s "Diamond Upozornenie" admin@foo.com +napríklad: alertnotify=echo %%s | mail -s "Bitcloud Upozornenie" admin@foo.com @@ -3745,8 +3745,8 @@ napríklad: alertnotify=echo %%s | mail -s "Diamond Upozornenie" admin@foo.com Upozornenie: -maxtxfee je nastavené príliš vysoko! Takto vysoké poplatky by mali byť zaplatené za jednu transakciu. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, Diamond Core nebude pracovať správne. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, Bitcloud Core nebude pracovať správne. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ napríklad: alertnotify=echo %%s | mail -s "Diamond Upozornenie" admin@foo.com Autorské práva (C) 2009-%i Vývojári jadra Bitcoin - Copyright (C) 2014-%i The Diamond Core Developers - Autorské práva (C) 2014-%i Vývojári jadra Diamond + Copyright (C) 2014-%i The Bitcloud Core Developers + Autorské práva (C) 2014-%i Vývojári jadra Bitcloud Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ napríklad: alertnotify=echo %%s | mail -s "Diamond Upozornenie" admin@foo.com Chyba pripojenia k Masternode. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3903,8 +3903,8 @@ napríklad: alertnotify=echo %%s | mail -s "Diamond Upozornenie" admin@foo.com Informácia - Initialization sanity check failed. Diamond Core is shutting down. - Inicializácia kontroly zdravia zlyhala. Diamond Core sa vypína. + Initialization sanity check failed. Bitcloud Core is shutting down. + Inicializácia kontroly zdravia zlyhala. Bitcloud Core sa vypína. Input is not valid. @@ -4155,8 +4155,8 @@ napríklad: alertnotify=echo %%s | mail -s "Diamond Upozornenie" admin@foo.com Použiť UPnP pre mapovanie počúvajúceho portu (predvolené: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte Diamond Core + Wallet needed to be rewritten: restart Bitcloud Core to complete + Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte Bitcloud Core Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_sv.ts b/src/qt/locale/bitcloud_sv.ts index c296f75..81ccc04 100644 --- a/src/qt/locale/bitcloud_sv.ts +++ b/src/qt/locale/bitcloud_sv.ts @@ -58,12 +58,12 @@ Mottagaradresser - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - De här är dina Diamond-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + De här är dina Bitcloud-adresser för att skicka betalningar. Kontrollera alltid mängden och mottagaradressen innan du skickar mynt. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - De här är dina Diamond-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + De här är dina Bitcloud-adresser för betalningsmottagningar. Det rekommenderas att använda en ny mottagaradress för varje transaktion. &Copy Address @@ -176,8 +176,8 @@ Plånbok krypterad - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina Diamond stjäls av skadeprogram som har infekterat din dator. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud kommer nu att färdigställa krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte kan skydda dig helt och hållet från att dina Bitcloud stjäls av skadeprogram som har infekterat din dator. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -219,8 +219,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core @@ -244,8 +244,8 @@ &Skicka - Send coins to a Diamond address - Skicka mynt till en Diamond-adress + Send coins to a Bitcloud address + Skicka mynt till en Bitcloud-adress &Receive @@ -253,7 +253,7 @@ Request payments (generates QR codes and bitcloud: URIs) - Begär betalningar (genererar QR-koder och Diamond:-URI:s) + Begär betalningar (genererar QR-koder och Bitcloud:-URI:s) &Transactions @@ -272,8 +272,8 @@ Avsluta applikationen - &About Diamond Core - &Om Diamond Core + &About Bitcloud Core + &Om Bitcloud Core About &Qt @@ -288,8 +288,8 @@ &Alternativ... - Modify configuration options for Diamond - Anpassa konfigurationsalternatv för Diamond + Modify configuration options for Bitcloud + Anpassa konfigurationsalternatv för Bitcloud &Show / Hide @@ -340,16 +340,16 @@ Signera &meddelande... - Sign messages with your Diamond addresses to prove you own them - Signera meddelanden med dina Diamond-adresser för att bevisa att du äger dem + Sign messages with your Bitcloud addresses to prove you own them + Signera meddelanden med dina Bitcloud-adresser för att bevisa att du äger dem &Verify message... &Bekräfta meddelande... - Verify messages to ensure they were signed with specified Diamond addresses - Bekräfta meddelanden för att garantera att de signerades med de angivna Diamond-adresserna + Verify messages to ensure they were signed with specified Bitcloud addresses + Bekräfta meddelanden för att garantera att de signerades med de angivna Bitcloud-adresserna &Information @@ -405,15 +405,15 @@ Open a bitcloud: URI or payment request - Öppna en Diamond-URI eller betalningsbegäran + Öppna en Bitcloud-URI eller betalningsbegäran &Command-line options &Kommandoradalternativ - Show the Diamond Core help message to get a list with possible Diamond command-line options - Visa Diamond Core-hjälpmeddelandet för att få en lista med möjliga Diamond-kommandoradalternativ + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Visa Bitcloud Core-hjälpmeddelandet för att få en lista med möjliga Bitcloud-kommandoradalternativ &File @@ -790,16 +790,16 @@ Adress: %4 Obfuscate-konfiguration - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Diamond:s konfigurationsskärm. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate ställdes framgångsrikt om till grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Bitcloud:s konfigurationsskärm. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Diamond:s konfigurationsskärm. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Bitcloud:s konfigurationsskärm. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Diamond:s konfigurationsskärm + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Bitcloud:s konfigurationsskärm @@ -841,8 +841,8 @@ Adress: %4 Redigera avsändaradress - The entered address "%1" is not a valid Diamond address. - Den angivna adressen "%1" är inte en giltig Diamond-adress. + The entered address "%1" is not a valid Bitcloud address. + Den angivna adressen "%1" är inte en giltig Bitcloud-adress. The entered address "%1" is already in the address book. @@ -883,8 +883,8 @@ Adress: %4 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core @@ -931,16 +931,16 @@ Adress: %4 Välkommen - Welcome to Diamond Core. - Välkommen till Diamond Core. + Welcome to Bitcloud Core. + Välkommen till Bitcloud Core. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Då detta är första gången programmet startas kan du välja var Diamond Core ska lagra sin data. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Då detta är första gången programmet startas kan du välja var Bitcloud Core ska lagra sin data. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core kommer att laddas ned och lagra en kopia av Diamond:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core kommer att laddas ned och lagra en kopia av Bitcloud:s blockkedja. Minst %1 GB data kommer att lagras i denna katalog och den kommer att växa med tiden. Plånboken kommer också att lagras i denna katalog. Use the default data directory @@ -989,12 +989,12 @@ Adress: %4 &Huvud - Automatically start Diamond after logging in to the system. - Starta Diamond automatiskt efter systeminloggning. + Automatically start Bitcloud after logging in to the system. + Starta Bitcloud automatiskt efter systeminloggning. - &Start Diamond on system login - &Starta Diamond vid systeminloggning + &Start Bitcloud on system login + &Starta Bitcloud vid systeminloggning Size of &database cache @@ -1021,8 +1021,8 @@ Adress: %4 Denna mängd fungerar som en tröskel att stänga av Obfuscate då det har uppnåtts. - Amount of Diamond to keep anonymized - Mängd Diamond att bibehålla anonymiserade + Amount of Bitcloud to keep anonymized + Mängd Bitcloud att bibehålla anonymiserade W&allet @@ -1049,8 +1049,8 @@ Adress: %4 &Nätverk - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Öppna Diamond:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Öppna Bitcloud:s klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad. Map port using &UPnP @@ -1101,8 +1101,8 @@ Adress: %4 Användargränssnitt&språk: - The user interface language can be set here. This setting will take effect after restarting Diamond. - Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att Diamond startats om. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Användargränssnittspråket kan ställas in här. Denna inställning träder i kraft efter att Bitcloud startats om. Language missing or translation incomplete? Help contributing translations here: @@ -1182,8 +1182,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Formulär - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med Diamond-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Den visade informationen kan vara utdaterad. Din plånbok synkroniseras automatiskt med Bitcloud-nätverket efter att en anslutning har etablerats men denna process har ännu inte slutförts. Available: @@ -1435,8 +1435,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Antal anslutningar - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Öppna Diamonds avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Öppna Bitclouds avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler. &Open @@ -1507,8 +1507,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ut: - Welcome to the Diamond RPC console. - Välkommen till Diamonds RPC-konsol. + Welcome to the Bitcloud RPC console. + Välkommen till Bitclouds RPC-konsol. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1542,8 +1542,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Åt&eranvänd en befintlig mottagaradress (rekommenderas inte) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över Diamond-nätverket. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Ett valfritt meddelande att bifoga betalningsbegärandet vilket kommer att visas när begärandet öppnas. Observera: Meddelandet kommer inte att skickas med betalningen över Bitcloud-nätverket. &Message: @@ -1899,8 +1899,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Fel: Plånboken låstes upp enbart för att anonymisera mynt. - Warning: Invalid Diamond address - Varning: Ogiltig Diamond-adress + Warning: Invalid Bitcloud address + Varning: Ogiltig Bitcloud-adress Warning: Unknown change address @@ -1958,8 +1958,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Meddelande: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Ett meddelande som bifogades till Diamond: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över Diamond-nätverket. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Ett meddelande som bifogades till Bitcloud: URI vilket kommer att lagras med transaktionen så att du vet. Observera: Meddelandet kommer inte att skickas över Bitcloud-nätverket. This is an unverified payment request. @@ -1985,8 +1985,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Diamond Core stängs ned... + Bitcloud Core is shutting down... + Bitcloud Core stängs ned... Do not shut down the computer until this window disappears. @@ -2036,8 +2036,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Kopiera den nuvarande valda signaturen till systemurklippet - Sign the message to prove you own this Diamond address - Signera meddelandet för att bevisa att du äger denna Diamond-adress + Sign the message to prove you own this Bitcloud address + Signera meddelandet för att bevisa att du äger denna Bitcloud-adress Sign &Message @@ -2060,8 +2060,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Skriv in signeringsadressen, meddelandet, (försäkra dig om att du kopierar linjeavbrott, mellanslag, flikar med mera) och signera nedtill för att verifiera meddelandet. Var försiktig med att inte läsa in mer i signaturen än vad som finns i det signerade meddelandet för att undvika att bli lurad av en mellanhandattack. - Verify the message to ensure it was signed with the specified Diamond address - Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna Diamond-adressen + Verify the message to ensure it was signed with the specified Bitcloud address + Bekräfta meddelandet för att försäkra dig om att den signerades med den angivna Bitcloud-adressen Verify &Message @@ -2127,8 +2127,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core @@ -2140,8 +2140,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Bitcoin Core-utvecklarna - The Diamond Core developers - Diamond Core-utvecklarna + The Bitcloud Core developers + Bitcloud Core-utvecklarna [testnet] @@ -2662,8 +2662,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Sammanbind till fastställd adress och avlyssna alltid den. Använd [host]:port-notation för IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Kan inte erhålla ett lås på datakatalog %s. Diamond Core körs förmodligen redan. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Kan inte erhålla ett lås på datakatalog %s. Bitcloud Core körs förmodligen redan. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -2718,8 +2718,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Detta är en förhandsutgiven testkompilering - använd på egen risk - använd inte för utvinning eller handlarapplikationer. - Unable to bind to %s on this computer. Diamond Core is probably already running. - Det går inte att binda till %s till denna dator. Diamond Core körs förmodligen redan. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Det går inte att binda till %s till denna dator. Bitcloud Core körs förmodligen redan. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -2942,8 +2942,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Information - Initialization sanity check failed. Diamond Core is shutting down. - Initialiseringstillståndkontroll misslyckades. Diamond Core stängs ned. + Initialization sanity check failed. Bitcloud Core is shutting down. + Initialiseringstillståndkontroll misslyckades. Bitcloud Core stängs ned. Input is not valid. diff --git a/src/qt/locale/bitcloud_vi.ts b/src/qt/locale/bitcloud_vi.ts index cb90f2c..b71e54e 100644 --- a/src/qt/locale/bitcloud_vi.ts +++ b/src/qt/locale/bitcloud_vi.ts @@ -62,12 +62,12 @@ Địa chỉ nhận - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. - Đây là các địa chỉ Diamond của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. + Đây là các địa chỉ Bitcloud của bạn để gửi thanh toán. Luôn luôn kiểm tra số tiền và địa chỉ nhận trước khi bạn gửi tiền. - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Đây là các địa chỉ Diamond của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Đây là các địa chỉ Bitcloud của bạn để nhận thanh toán. Gợi ý là sử dụng một địa chỉ nhận mới cho mỗi giao dịch. &Copy Address @@ -188,8 +188,8 @@ Ví đã được mã hoá. - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. - Diamond sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ bitcloud khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud sẽ được đóng lại bây giờ để hoàn thành tiến trình mã hoá. Hãy nhớ rằng mã hoá ví của bạn không thể hoàn toàn bảo vệ bitcloud khỏi bị trộm bởi những mã độc lây nhiễm vào máy tính của bạn. IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. @@ -231,8 +231,8 @@ BitcoinGUI - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Wallet @@ -255,8 +255,8 @@ &Gửi - Send coins to a Diamond address - Gửi tiền vào địa chỉ Diamond + Send coins to a Bitcloud address + Gửi tiền vào địa chỉ Bitcloud &Receive @@ -283,12 +283,12 @@ Thoát ứng dụng - &About Diamond Core - &Về Diamond Core + &About Bitcloud Core + &Về Bitcloud Core - Show information about Diamond Core - Hiển thị thông tin về Diamond Core + Show information about Bitcloud Core + Hiển thị thông tin về Bitcloud Core About &Qt @@ -303,8 +303,8 @@ &Tuỳ chọn... - Modify configuration options for Diamond - Thay đổi tuỳ chọn cấu hình cho Diamond + Modify configuration options for Bitcloud + Thay đổi tuỳ chọn cấu hình cho Bitcloud &Show / Hide @@ -355,16 +355,16 @@ Ký vào &thông điệp... - Sign messages with your Diamond addresses to prove you own them - Ký vào thông điệp với địa chỉ Diamond để chứng minh bạn là chủ của chúng + Sign messages with your Bitcloud addresses to prove you own them + Ký vào thông điệp với địa chỉ Bitcloud để chứng minh bạn là chủ của chúng &Verify message... &Kiểm tra thông điệp... - Verify messages to ensure they were signed with specified Diamond addresses - Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ Diamond nhất định + Verify messages to ensure they were signed with specified Bitcloud addresses + Kiểm tra thông điệp để đảm bảo rằng nó đã được ký bằng địa chỉ Bitcloud nhất định &Information @@ -451,8 +451,8 @@ &Các Tuỳ chọn dòng lệnh - Diamond Core client - Phần mềm Diamond Core + Bitcloud Core client + Phần mềm Bitcloud Core Processed %n blocks of transaction history. @@ -463,8 +463,8 @@ Đang đồng bộ những dữ liệu bổ sung: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options - Hiển thị hướng dẫn của Diamond Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của Diamond. + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options + Hiển thị hướng dẫn của Bitcloud Core để có danh sách đầy đủ các tuỳ chọn dòng lệnh của Bitcloud. &File @@ -487,8 +487,8 @@ Bảng Thanh công cụ - %n active connection(s) to Diamond network - %n kết nối hiện thời tới mạng lưới của Diamond + %n active connection(s) to Bitcloud network + %n kết nối hiện thời tới mạng lưới của Bitcloud Synchronizing with network... @@ -896,16 +896,16 @@ Kiểu: %3 Cấu hình Obfuscate - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Diamond. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate được thiết lập thành công về mức cơ bản (%1 và 2 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Bitcloud. - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Diamond. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate được thiết lập thành công về mức cao (%1 và 8 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Bitcloud. - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. - Obfuscate được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Diamond. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. + Obfuscate được thiết lập thành công về mức tối đa (%1 và 16 vòng). Bạn có thể thay đổi nó bất cứ thời gian nào bằng cách mở màn hình cấu hình Bitcloud. @@ -947,8 +947,8 @@ Kiểu: %3 Sửa địa chỉ gửi - The entered address "%1" is not a valid Diamond address. - Địa chỉ vừa nhập "%1" không phải địa chỉ Diamond hợp lệ. + The entered address "%1" is not a valid Bitcloud address. + Địa chỉ vừa nhập "%1" không phải địa chỉ Bitcloud hợp lệ. The entered address "%1" is already in the address book. @@ -989,8 +989,8 @@ Kiểu: %3 HelpMessageDialog - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core version @@ -1001,8 +1001,8 @@ Kiểu: %3 (%1-bit) - About Diamond Core - Về Diamond Core + About Bitcloud Core + Về Bitcloud Core Command-line options @@ -1048,16 +1048,16 @@ Kiểu: %3 Chào mừng - Welcome to Diamond Core. - Chào mừng đến với Diamond Core. + Welcome to Bitcloud Core. + Chào mừng đến với Bitcloud Core. - As this is the first time the program is launched, you can choose where Diamond Core will store its data. - Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà Diamond Core sẽ lưu dữ liệu. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. + Đây là lần đầu tiên chương trình được khởi động, bạn có thể chọn nơi mà Bitcloud Core sẽ lưu dữ liệu. - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Diamond Core sẽ tải và lưu một bản của sổ cái Diamond. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core sẽ tải và lưu một bản của sổ cái Bitcloud. Ít nhất %1GB dữ liệu sẽ được lưu trong thư mục này, và nó sẽ tăng lên theo thời gian. Ví của bạn cũng sẽ được lưu trong thư mục này. Use the default data directory @@ -1068,8 +1068,8 @@ Kiểu: %3 Sử dụng thư mục dữ liệu tuỳ chọn: - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Error: Specified data directory "%1" cannot be created. @@ -1122,12 +1122,12 @@ Kiểu: %3 &Chính - Automatically start Diamond after logging in to the system. - Tự động khởi động Diamond sau khi đăng nhập hệ thống. + Automatically start Bitcloud after logging in to the system. + Tự động khởi động Bitcloud sau khi đăng nhập hệ thống. - &Start Diamond on system login - &Khởi động Diamond khi đăng nhập hệ thống + &Start Bitcloud on system login + &Khởi động Bitcloud khi đăng nhập hệ thống Size of &database cache @@ -1154,8 +1154,8 @@ Kiểu: %3 Số lượng này hoạt động như là một ngưỡng để tắt Obfuscate một khi nó đạt đến. - Amount of Diamond to keep anonymized - Lượng Diamond muốn giữ vô danh + Amount of Bitcloud to keep anonymized + Lượng Bitcloud muốn giữ vô danh W&allet @@ -1174,8 +1174,8 @@ Kiểu: %3 Cho phép các kết nối tới - Connect to the Diamond network through a SOCKS5 proxy. - Kết nối với mạng lưới Diamond thông qua một SOCK5 proxy. + Connect to the Bitcloud network through a SOCKS5 proxy. + Kết nối với mạng lưới Bitcloud thông qua một SOCK5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -1206,8 +1206,8 @@ Kiểu: %3 &Mạng - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. - Tự động mở cổng phần mềm Diamond trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. + Tự động mở cổng phần mềm Bitcloud trên rounter. Nó chỉ làm việc khi router của bạn hỗ trợ UPnP và nó phải được bật. Map port using &UPnP @@ -1258,8 +1258,8 @@ Kiểu: %3 &Ngôn ngữ người dùng: - The user interface language can be set here. This setting will take effect after restarting Diamond. - Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. + Ngôn ngữ người dùng có thể thiết lập ở đây. Thiết lập này sẽ có tác dụng sau khi khởi động lại Bitcloud. Language missing or translation incomplete? Help contributing translations here: @@ -1347,8 +1347,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Biểu mẫu - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. - Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới Diamond sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. + Thông tin được hiển thị có thể đã lỗi thời. Ví của bạn sẽ tự động đồng bộ với mạng lưới Bitcloud sau khi kết nối được thiết lập, tuy nhiên quá trình này chưa hoàn thành. Available: @@ -1588,8 +1588,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Địa chỉ thanh toán không hợp lệ %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. - URI không thể phân tích. Nó có thể bởi địa chỉ Diamond không hợp lệ hoặc thông số URI dị hình. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. + URI không thể phân tích. Nó có thể bởi địa chỉ Bitcloud không hợp lệ hoặc thông số URI dị hình. Payment request file cannot be read! This can be caused by an invalid payment request file. @@ -1674,8 +1674,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Số lượng - Enter a Diamond address (e.g. %1) - Hãy nhập một địa chỉ Diamond (VD: %1) + Enter a Bitcloud address (e.g. %1) + Hãy nhập một địa chỉ Bitcloud (VD: %1) %1 d @@ -1764,8 +1764,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Số kết nối - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. - Mở file nhật kỹ lỗi Diamond từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. + Mở file nhật kỹ lỗi Bitcloud từ thư mục hiện tại. Nó có thể mất vài giây trong trường hợp file log lớn. &Open @@ -1972,8 +1972,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Ra: - Welcome to the Diamond RPC console. - Chào mừng đến với giao tiếp Diamond RPC + Welcome to the Bitcloud RPC console. + Chào mừng đến với giao tiếp Bitcloud RPC Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -2035,8 +2035,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Tái &sử dụng lại địa chỉ nhận đã có (không khuyến khích) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở. Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Bitcloud. &Message: @@ -2047,8 +2047,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Một nhãn tuỳ chọn để liên kết với địa chỉ nhận mới. - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. - Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Diamond. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. + Một thông điệp tuỳ chọn để đính vào yêu cầu thanh toán, nó sẽ hiển thị khi yêu cầu được mở.<br>Chú ý: Thông điệp sẽ không được gửi thông qua mạng lưới Bitcloud. Use this form to request payments. All fields are <b>optional</b>. @@ -2496,8 +2496,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Thanh toán chỉ mức phí tối thiểu của %1 - Warning: Invalid Diamond address - Cảnh báo: Địa chỉ Diamond không hợp lệ + Warning: Invalid Bitcloud address + Cảnh báo: Địa chỉ Bitcloud không hợp lệ Warning: Unknown change address @@ -2519,8 +2519,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Trả &Cho - The Diamond address to send the payment to - Địa chỉ Diamond để gửi thanh toán + The Bitcloud address to send the payment to + Địa chỉ Bitcloud để gửi thanh toán Choose previously used address @@ -2559,8 +2559,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Thông điệp: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. - Một thông điệp được đính với bitcloud: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng Diamond. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. + Một thông điệp được đính với bitcloud: URI đó sẽ được lưu trữ với các giao dịch cho các bạn tham khảo. Lưu ý: Thông điệp này sẽ không được gửi qua mạng Bitcloud. This is an unverified payment request. @@ -2586,8 +2586,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... - Diamond Core đang được tắt... + Bitcloud Core is shutting down... + Bitcloud Core đang được tắt... Do not shut down the computer until this window disappears. @@ -2609,8 +2609,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Bạn có thể ký vào thông điệp với địa chỉ của bạn để chứng minh bạn là chủ của nó. Hãy cẩn thận không ký vào những gì mơ hồ, như là thứ lừa đảo để lừa bạn ký xác nhận của bạn vào đó cho họ. Chỉ ký vào những gì mà bạn hoàn thoàn đồng ý. - The Diamond address to sign the message with - Địa chỉ Diamond để ký cho thông điệp + The Bitcloud address to sign the message with + Địa chỉ Bitcloud để ký cho thông điệp Choose previously used address @@ -2641,8 +2641,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Copy chữ ký hiện tại vào bộ đệm của hệ thống - Sign the message to prove you own this Diamond address - Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ Diamond + Sign the message to prove you own this Bitcloud address + Ký vào thông điệp để chứng tỏ bạn sở hữu địa chỉ Bitcloud Sign &Message @@ -2665,12 +2665,12 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Hãy nhập địa chỉ ký, thông điệp (hãy chắc chắn rằng bạn copy cả các dấu xuống dòng, dấu cách, tab,... một cách chính xác) và chữ ký dưới đây để xác thực cho thông điệp. Hãy cẩn thận không thêm vào chữ ký hơn so với bản thân nó trong thông điệp đã ký, để tránh bị đánh lừa bởi kiểu tấn công người trung gian. - The Diamond address the message was signed with - Địa chỉ Diamond mà thông điệp được ký bởi + The Bitcloud address the message was signed with + Địa chỉ Bitcloud mà thông điệp được ký bởi - Verify the message to ensure it was signed with the specified Diamond address - Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ Diamond cụ thể + Verify the message to ensure it was signed with the specified Bitcloud address + Kiểm tra lại thông điệp để đảm bảo rằng nó được ký với địa chỉ Bitcloud cụ thể Verify &Message @@ -2736,8 +2736,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core - Diamond Core + Bitcloud Core + Bitcloud Core Version %1 @@ -2748,8 +2748,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Nhóm phát triển Bitcoin Core - The Diamond Core developers - Nhóm phát triển Diamond Core + The Bitcloud Core developers + Nhóm phát triển Bitcloud Core [testnet] @@ -3326,8 +3326,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Liên kết với địa chỉ nhất định và luôn luôn lắng nghe trên đó. Sử dụng ký hiệu [host]:port cho IPv6 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. - Không nhận được một khoá trong thư mục %s. Diamond Core có thể đã đang chạy. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. + Không nhận được một khoá trong thư mục %s. Bitcloud Core có thể đã đang chạy. Obfuscate uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. @@ -3382,8 +3382,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Đây là phiên bản chưa chính thức - hãy dùng và tự chấp nhận mạo hiểm - đừng dùng để đào coin hoặc các ứng dụng thương mại. - Unable to bind to %s on this computer. Diamond Core is probably already running. - Không thể để ràng buộc vào %s trên máy tính này. Diamond Core có thể đã chạy. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. + Không thể để ràng buộc vào %s trên máy tính này. Bitcloud Core có thể đã chạy. Unable to locate enough Obfuscate denominated funds for this transaction. @@ -3614,8 +3614,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Xoá hết tất cả các giao dịch ví và chỉ phục hồi những phần đó của blockchain qua -rescan khi khởi động - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) - Tắt tất cả các chức năng đặc trưng của Diamond (Masternode, Obfuscate, InstantX, Lập ngân sách) (0-1, ngầm định: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Tắt tất cả các chức năng đặc trưng của Bitcloud (Masternode, Obfuscate, InstantX, Lập ngân sách) (0-1, ngầm định: %u) Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. @@ -3719,7 +3719,7 @@ rpcpassword=%s The username and password MUST NOT be the same. If the file does not exist, create it with owner-readable-only file permissions. It is also recommended to set alertnotify so you are notified of problems; -for example: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +for example: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com Để sử dụng bitcloudd, hoặc tuỳ chọn -server với bitcloud-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: %s @@ -3730,7 +3730,7 @@ rpcpassword=%s Username và mật khẩu KHÔNG ĐƯỢC giống nhau. Nếu tệp chưa có, thì hãy tạo ra với quyền chỉ đọc. Gợi ý bạn rằng cần đặt alertnotify để bạn nhận được thông báo về các vấn đề; -ví dụ: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com +ví dụ: alertnotify=echo %%s | mail -s "Bitcloud Alert" admin@foo.com @@ -3746,8 +3746,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Cảnh báo: -maxtxfee được đặt rất cao! Mức Phí cao này sẽ được trả cho mỗi một giao dịch đơn. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. - Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì Diamond Core sẽ không làm việc một cách hoàn hảo. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. + Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đồng hồ của bạn sai thì Bitcloud Core sẽ không làm việc một cách hoàn hảo. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -3799,8 +3799,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Bản quyền (C) 2009-%i bởi Nhóm phát triển Bitcoin Core - Copyright (C) 2014-%i The Diamond Core Developers - Bản quyền (C) 2014-%i bởi Nhóm phát triển Diamond Core + Copyright (C) 2014-%i The Bitcloud Core Developers + Bản quyền (C) 2014-%i bởi Nhóm phát triển Bitcloud Core Could not parse -rpcbind value %s as network address @@ -3831,8 +3831,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Lỗi kết nối tới Masternode. - Error loading wallet.dat: Wallet requires newer version of Diamond Core - Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core + Lỗi nạp wallet.dat: Ví cần một phiên bản mới hơn của Bitcloud Core Error: A fatal internal error occured, see debug.log for details @@ -3903,8 +3903,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Thông tin - Initialization sanity check failed. Diamond Core is shutting down. - Khởi tạo việc kiểm tra tính đúng đắn thất bại. Diamond Core đang được tắt. + Initialization sanity check failed. Bitcloud Core is shutting down. + Khởi tạo việc kiểm tra tính đúng đắn thất bại. Bitcloud Core đang được tắt. Input is not valid. @@ -4155,8 +4155,8 @@ ví dụ: alertnotify=echo %%s | mail -s "Diamond Alert" admin@foo.com Sử dụng UPnP để ánh xạ cổng lắng nghe (ngầm định: %u) - Wallet needed to be rewritten: restart Diamond Core to complete - Ví cần được ghi lại: khởi động lại Diamond Core để hoàn tất + Wallet needed to be rewritten: restart Bitcloud Core to complete + Ví cần được ghi lại: khởi động lại Bitcloud Core để hoàn tất Warning: Unsupported argument -benchmark ignored, use -debug=bench. diff --git a/src/qt/locale/bitcloud_zh_CN.ts b/src/qt/locale/bitcloud_zh_CN.ts index 8fcab9b..24cd4db 100644 --- a/src/qt/locale/bitcloud_zh_CN.ts +++ b/src/qt/locale/bitcloud_zh_CN.ts @@ -62,11 +62,11 @@ 正在接收地址 - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. 这些是你要付款过去的达世币地址。在付款之前,务必要检查金额和收款地址是否正确。 - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 这些是你用来收款的达世币地址。建议在每次交易时,都使用一个新的收款地址。 @@ -188,7 +188,7 @@ 钱包已加密 - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. 达世币软体现在要关闭,以完成加密过程。请注意,加密钱包不能完全防止恶意软件入侵你的电脑盗取你的达世币。 @@ -231,7 +231,7 @@ BitcoinGUI - Diamond Core + Bitcloud Core 达世币核心 @@ -255,7 +255,7 @@ 发送(&S) - Send coins to a Diamond address + Send coins to a Bitcloud address 发送币至达世币地址 @@ -283,11 +283,11 @@ 退出程序 - &About Diamond Core + &About Bitcloud Core &关于达世币核心 - Show information about Diamond Core + Show information about Bitcloud Core 显示关于达世币核心信息 @@ -303,7 +303,7 @@ 选项(&O)... - Modify configuration options for Diamond + Modify configuration options for Bitcloud 修改达世币配置选项 @@ -355,7 +355,7 @@ 消息签名(&M)... - Sign messages with your Diamond addresses to prove you own them + Sign messages with your Bitcloud addresses to prove you own them 用达世币地址签署讯息来证明地址是你的 @@ -363,7 +363,7 @@ 验证消息(&V)... - Verify messages to ensure they were signed with specified Diamond addresses + Verify messages to ensure they were signed with specified Bitcloud addresses 验证讯息是用来确定讯息是用指定的达世币地址签署的 @@ -451,7 +451,7 @@ &命令行 选项 - Diamond Core client + Bitcloud Core client 达世币核心客户端 @@ -463,7 +463,7 @@ 正在同步附加数据:%p% - Show the Diamond Core help message to get a list with possible Diamond command-line options + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options 打开达世币核心帮助信息取得可使用的命令行列表 @@ -487,7 +487,7 @@ 分页工具栏 - %n active connection(s) to Diamond network + %n active connection(s) to Bitcloud network %n 已连接至达世币网络 @@ -896,15 +896,15 @@ Address: %4 匿名发送配置 - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. 匿名发送已成功设置为一般(%1到2次循环)。可以通过打开达世币配置窗口来随时修改。 - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. 匿名发送已成功设置为高(%1到8次循环)。可以通过打开达世币配置窗口来随时修改。 - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. 匿名发送已成功设置为最高(%1到16次循环)。可以通过打开达世币配置窗口来随时修改。 @@ -947,7 +947,7 @@ Address: %4 编辑发送地址 - The entered address "%1" is not a valid Diamond address. + The entered address "%1" is not a valid Bitcloud address. 输入的地址"%1"不是有效的达世币地址。 @@ -989,7 +989,7 @@ Address: %4 HelpMessageDialog - Diamond Core + Bitcloud Core 达世币核心 @@ -1001,7 +1001,7 @@ Address: %4 (%1 位) - About Diamond Core + About Bitcloud Core 关于 达世币核心 @@ -1049,15 +1049,15 @@ Address: %4 欢迎 - Welcome to Diamond Core. + Welcome to Bitcloud Core. 欢迎来到达世币核心。 - As this is the first time the program is launched, you can choose where Diamond Core will store its data. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. 此次为第一次程序启动,你可以选择储存达世币核心数据的路径。 - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 达世币核心将会下载并存储达世币数据链。至少有%1GB的数据会保存到此路径下,并且随着时间增长。钱包文件也将存储到此路径下。 @@ -1069,7 +1069,7 @@ Address: %4 使用自定义的数据目录: - Diamond Core + Bitcloud Core 达世币核心 @@ -1123,11 +1123,11 @@ Address: %4 主要(&M) - Automatically start Diamond after logging in to the system. + Automatically start Bitcloud after logging in to the system. 登录系统后自动启动达世币程序 - &Start Diamond on system login + &Start Bitcloud on system login &系统登录时启动达世币程序 @@ -1155,7 +1155,7 @@ Address: %4 此金额为关闭匿名发送的极限. - Amount of Diamond to keep anonymized + Amount of Bitcloud to keep anonymized 保持匿名化的达世币数 @@ -1175,7 +1175,7 @@ Address: %4 接受外来链接 - Connect to the Diamond network through a SOCKS5 proxy. + Connect to the Bitcloud network through a SOCKS5 proxy. 通过SOCKS5代理链接达世币网络。 @@ -1207,7 +1207,7 @@ Address: %4 网络(&N) - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. 自动对路由器打开达世币客户端端口。此项只在路由器支持UPnP时有效。 @@ -1259,7 +1259,7 @@ Address: %4 用户界面语言(&L): - The user interface language can be set here. This setting will take effect after restarting Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. 用户界面语言在这里设置。在重启达世币程序后生效。 @@ -1348,7 +1348,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/表单 - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. 显示信息也许已过期。当与达世币网络连接后钱包程序会自动同步,但现在还未完成。 @@ -1581,7 +1581,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/无效的付款地址 %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. 链接不能被解析! 原因可能是无效的达世币地址或输入的链接有错。 @@ -1667,7 +1667,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/金额 - Enter a Diamond address (e.g. %1) + Enter a Bitcloud address (e.g. %1) 输入达世币地址(e.g. %1) @@ -1757,7 +1757,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/连接数 - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. 从数据路径打开达世币Debug日志,这个过程可能需要几秒钟。 @@ -1965,7 +1965,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/输出: - Welcome to the Diamond RPC console. + Welcome to the Bitcloud RPC console. 欢迎来到达世币RPC控制台。 @@ -2028,7 +2028,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/重用现有的接收地址(不推荐) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2040,7 +2040,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/可为新建的收款地址添加一个标签。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. 附加在付款要求中的讯息,可以不填,打开要求内容时会显示。<br>注意: 这个讯息不会随着付款送到达世币网路上。 @@ -2489,7 +2489,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/只付最低手续费%1 - Warning: Invalid Diamond address + Warning: Invalid Bitcloud address 警告:无效的达世币地址 @@ -2512,7 +2512,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/付给(&T): - The Diamond address to send the payment to + The Bitcloud address to send the payment to 选择发款地址 @@ -2552,7 +2552,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/消息: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. 附加在达世币付款协议URI中的信息,会和交易内容一并存储,可供您参考.提示:此信息不会发送到达世币网络上. @@ -2579,7 +2579,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... + Bitcloud Core is shutting down... 达世币核心正在关闭... @@ -2602,7 +2602,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/您可以用你的地址对消息进行签名,以证明您是该地址的所有人。注意不要对模棱两可的消息签名,以免遭受钓鱼式攻击。请确保消息内容准确的表达了您的真实意愿。 - The Diamond address to sign the message with + The Bitcloud address to sign the message with 对此地址进行签名 @@ -2634,7 +2634,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/复制当前签名至剪切板 - Sign the message to prove you own this Diamond address + Sign the message to prove you own this Bitcloud address 签署信息证明你拥有此达世币地址 @@ -2658,11 +2658,11 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/在下面输入签名地址,消息(请确保换行符、空格符、制表符等等一个不漏)和签名以验证消息。请确保签名信息准确,提防中间人攻击。 - The Diamond address the message was signed with + The Bitcloud address the message was signed with 已签名的地址 - Verify the message to ensure it was signed with the specified Diamond address + Verify the message to ensure it was signed with the specified Bitcloud address 验证信息用来确保此被签署信息对应相对的达世币地址 @@ -2729,7 +2729,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core + Bitcloud Core 达世币核心 @@ -2741,7 +2741,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/Bitcoin Core 的开发者 - The Diamond Core developers + The Bitcloud Core developers 达世币核心开发人员 @@ -3307,7 +3307,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/与提供地址绑定,持续监听。使用[host]:标记IPv6端口 - Cannot obtain a lock on data directory %s. Diamond Core is probably already running. + Cannot obtain a lock on data directory %s. Bitcloud Core is probably already running. 不能获得锁定的数据目录 %s. 达世币核心可能已经在运行。 @@ -3339,7 +3339,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/即时支付功能需要6步确认,您可以稍后重试。 - Unable to bind to %s on this computer. Diamond Core is probably already running. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. 无法绑定%s此计算机. 达世币核心应该已经在运行中了. @@ -3531,7 +3531,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/删除钱包里的所有交易信息, 并且在下次启动时, 使用 -rescan 来从区块链中恢复 - Disable all Diamond specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) + Disable all Bitcloud specific functionality (Masternodes, Obfuscate, InstantX, Budgeting) (0-1, default: %u) 禁止所有达世币附加功能(主节点, 匿名发送, 即时发送, 预算) (0-1, default: %u) @@ -3603,7 +3603,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/警告: -maxtxfee 设定的金额过高! 这是一次交易就要支付的手续费. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. 警告: 请检查电脑日期和时间是否正确!达世币核心没办法在时钟不准的情况下正常运作。 @@ -3653,8 +3653,8 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/版权(C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i The Diamond Core Developers - 版权 (C) 2014-%i The Diamond Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers + 版权 (C) 2014-%i The Bitcloud Core Developers Could not parse -rpcbind value %s as network address @@ -3685,7 +3685,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/连接到主节点时发生错误. - Error loading wallet.dat: Wallet requires newer version of Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core 读取钱包文件错误: 需要较为新版本的达世币核心来读取钱包 @@ -3742,7 +3742,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/信息 - Initialization sanity check failed. Diamond Core is shutting down. + Initialization sanity check failed. Bitcloud Core is shutting down. 初始化检查失败。达世币核心正在关闭。 @@ -3938,7 +3938,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/断开的作弊节点临界值(默认: %u) - Wallet needed to be rewritten: restart Diamond Core to complete + Wallet needed to be rewritten: restart Bitcloud Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 钱包需要重写: 请重新启动达世币核心来完成 diff --git a/src/qt/locale/bitcloud_zh_TW.ts b/src/qt/locale/bitcloud_zh_TW.ts index 2f018d9..2758264 100644 --- a/src/qt/locale/bitcloud_zh_TW.ts +++ b/src/qt/locale/bitcloud_zh_TW.ts @@ -62,11 +62,11 @@ 收款位址 - These are your Diamond addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Bitcloud addresses for sending payments. Always check the amount and the receiving address before sending coins. 這些是你要付款過去的達世幣位址。在付錢之前,務必要檢查金額和收款位址是否正確。 - These are your Diamond addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + These are your Bitcloud addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 這些是你用來收款的達世幣位址。建議在每次交易時,都使用一個新的收款位址。 @@ -188,7 +188,7 @@ 錢包已加密 - Diamond will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. + Bitcloud will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitclouds from being stolen by malware infecting your computer. 達世幣軟體現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取達世幣。 @@ -231,7 +231,7 @@ BitcoinGUI - Diamond Core + Bitcloud Core 達世幣核心 @@ -255,7 +255,7 @@ 發送(&S) - Send coins to a Diamond address + Send coins to a Bitcloud address 付錢給一個達世幣位址 @@ -283,11 +283,11 @@ 結束應用程式 - &About Diamond Core + &About Bitcloud Core 關於達世幣核心(&A) - Show information about Diamond Core + Show information about Bitcloud Core 顯示達世幣核心的相關資訊 @@ -303,7 +303,7 @@ 選項(&O)... - Modify configuration options for Diamond + Modify configuration options for Bitcloud 修改達世幣軟體的設定選項 @@ -355,7 +355,7 @@ 簽署訊息(&M)... - Sign messages with your Diamond addresses to prove you own them + Sign messages with your Bitcloud addresses to prove you own them 用達世幣位址簽署訊息來證明位址是你的 @@ -363,7 +363,7 @@ 驗證訊息(&V)... - Verify messages to ensure they were signed with specified Diamond addresses + Verify messages to ensure they were signed with specified Bitcloud addresses 驗證訊息是用來確定訊息是用指定的達世幣位址簽署的 @@ -451,7 +451,7 @@ 命令列選項(&C) - Diamond Core client + Bitcloud Core client 達世幣核心客戶端軟體 @@ -463,7 +463,7 @@ 正在同步額外的數據: %p% - Show the Diamond Core help message to get a list with possible Diamond command-line options + Show the Bitcloud Core help message to get a list with possible Bitcloud command-line options 顯示達世幣核心的說明訊息,來取得可用命令列選項的列表 @@ -487,7 +487,7 @@ 分頁工具列 - %n active connection(s) to Diamond network + %n active connection(s) to Bitcloud network %n 個運作中的達世幣網路連線 @@ -892,15 +892,15 @@ Address: %4 匿名發送配置 - Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Bitcloud's configuration screen. 匿名發送已成功設置為一般(%1到2次循環)。你可以隨時打開達世幣配置窗口來修改。 - Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Bitcloud's configuration screen. 匿名發送已成功設置為高(%1到8次循環)。你可以隨時打開達世幣配置窗口來修改。 - Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Diamond's configuration screen. + Obfuscate was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Bitcloud's configuration screen. 匿名發送已成功設置為最高(%1到16次循環)。你可以隨時打開達世幣配置窗口來修改。 @@ -943,7 +943,7 @@ Address: %4 編輯付款位址 - The entered address "%1" is not a valid Diamond address. + The entered address "%1" is not a valid Bitcloud address. 輸入的位址 %1 並不是有效的達世幣位址。 @@ -985,7 +985,7 @@ Address: %4 HelpMessageDialog - Diamond Core + Bitcloud Core 達世幣核心 @@ -997,7 +997,7 @@ Address: %4 (%1 位元) - About Diamond Core + About Bitcloud Core 關於達世幣核心 @@ -1044,15 +1044,15 @@ Address: %4 歡迎 - Welcome to Diamond Core. + Welcome to Bitcloud Core. 歡迎使用達世幣核心 - As this is the first time the program is launched, you can choose where Diamond Core will store its data. + As this is the first time the program is launched, you can choose where Bitcloud Core will store its data. 因為這是程式第一次啓動,你可以選擇達世幣核心儲存資料的地方。 - Diamond Core will download and store a copy of the Diamond block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Bitcloud Core will download and store a copy of the Bitcloud block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. 達世幣核心會下載並儲存一份達世幣區塊鏈的副本。至少有 %1GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 @@ -1064,7 +1064,7 @@ Address: %4 使用自定的資料目錄: - Diamond Core + Bitcloud Core 達世幣核心 @@ -1118,11 +1118,11 @@ Address: %4 主要(&M) - Automatically start Diamond after logging in to the system. + Automatically start Bitcloud after logging in to the system. 在登入系統後自動啓動達世幣軟體。 - &Start Diamond on system login + &Start Bitcloud on system login 系統登入時啟動達世幣(&S) @@ -1150,7 +1150,7 @@ Address: %4 此金額為關閉匿名發送的門檻。 - Amount of Diamond to keep anonymized + Amount of Bitcloud to keep anonymized 保持匿名的達世幣數量 @@ -1170,7 +1170,7 @@ Address: %4 接受外來連線 - Connect to the Diamond network through a SOCKS5 proxy. + Connect to the Bitcloud network through a SOCKS5 proxy. 透過 SOCKS5 代理伺服器來連線到達世幣網路。 @@ -1202,7 +1202,7 @@ Address: %4 網絡(&N) - Automatically open the Diamond client port on the router. This only works when your router supports UPnP and it is enabled. + Automatically open the Bitcloud client port on the router. This only works when your router supports UPnP and it is enabled. 自動在路由器上開放達世幣的客戶端通訊埠。只有在你的路由器支援且開啓「通用即插即用」協定(UPnP)時才有作用。 @@ -1254,7 +1254,7 @@ Address: %4 用戶界面語言: - The user interface language can be set here. This setting will take effect after restarting Diamond. + The user interface language can be set here. This setting will take effect after restarting Bitcloud. 可以在這裡設定用戶介面的語言。這個設定在重啓達世幣軟體後才會生效。 @@ -1343,7 +1343,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/表單 - The displayed information may be out of date. Your wallet automatically synchronizes with the Diamond network after a connection is established, but this process has not completed yet. + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcloud network after a connection is established, but this process has not completed yet. 顯示的資訊可能是過期的。跟達世幣網路的連線建立後,你的錢包會自動和網路同步,但是這個步驟還沒完成。 @@ -1568,7 +1568,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/無效的付款位址 %1 - URI cannot be parsed! This can be caused by an invalid Diamond address or malformed URI parameters. + URI cannot be parsed! This can be caused by an invalid Bitcloud address or malformed URI parameters. 沒辦法解析 URI 位址!可能是因為達世幣位址無效,或是 URI 參數格式錯誤。 @@ -1654,7 +1654,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/金額 - Enter a Diamond address (e.g. %1) + Enter a Bitcloud address (e.g. %1) 輸入達世幣位址 (例如 %1) @@ -1740,7 +1740,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/連線數 - Open the Diamond debug log file from the current data directory. This can take a few seconds for large log files. + Open the Bitcloud debug log file from the current data directory. This can take a few seconds for large log files. 從目前的資料目錄下開啓達世幣軟體的除錯紀錄檔。當紀錄檔很大時,可能會花好幾秒的時間。 @@ -1944,7 +1944,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/輸出: - Welcome to the Diamond RPC console. + Welcome to the Bitcloud RPC console. 歡迎使用達世幣 RPC 主控台。 @@ -2007,7 +2007,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/重複使用現有的收款位址(不建議)(&e) - An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Diamond network. + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcloud network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2019,7 +2019,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/跟新收款位址關聯的標記,可以不填。 - An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Diamond network. + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Bitcloud network. 附加在付款要求中的訊息,可以不填,打開要求內容時會顯示。<br>注意: 這個訊息不會隨著付款送到達世幣網路上。 @@ -2444,7 +2444,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/只付最低手續費 %1 - Warning: Invalid Diamond address + Warning: Invalid Bitcloud address 警告: 無效的達世幣位址 @@ -2467,7 +2467,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/付給:(&T) - The Diamond address to send the payment to + The Bitcloud address to send the payment to 接收付款的達世幣位址 @@ -2507,7 +2507,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/訊息: - A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Diamond network. + A message that was attached to the bitcloud: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcloud network. 附加在達世幣付款協議 URI 中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到達世幣網路上。 @@ -2534,7 +2534,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ ShutdownWindow - Diamond Core is shutting down... + Bitcloud Core is shutting down... 達世幣核心正在關閉中... @@ -2557,7 +2557,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/你可以用自己的位址簽署訊息,來證明你對位址的所有權。但是請小心,不要簽署語意含糊不清的內容,因為釣魚式詐騙可能會用騙你簽署的手法來冒充是你。只有在語句中的細節你都同意時才簽署。 - The Diamond address to sign the message with + The Bitcloud address to sign the message with 用來簽署訊息的達世幣位址 @@ -2589,7 +2589,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/複製目前的簽章到系統剪貼簿 - Sign the message to prove you own this Diamond address + Sign the message to prove you own this Bitcloud address 簽署這個訊息來證明這個達世幣位址是你的 @@ -2613,11 +2613,11 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/請在下面輸入簽署的位址,訊息(請確定完整複製了所包含的換行,空格,跳位符號等等),以及簽章,來驗證這個訊息。請小心,除了訊息內容以外,不要對簽章本身過度解讀,以避免被用「中間人攻擊法」詐騙。 - The Diamond address the message was signed with + The Bitcloud address the message was signed with 簽署這個訊息的達世幣位址 - Verify the message to ensure it was signed with the specified Diamond address + Verify the message to ensure it was signed with the specified Bitcloud address 驗證這個訊息來確定是用指定的達世幣位址簽署的 @@ -2684,7 +2684,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/ SplashScreen - Diamond Core + Bitcloud Core 達世幣核心 @@ -2696,7 +2696,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/位元幣核心開發人員 - The Diamond Core developers + The Bitcloud Core developers 達世幣核心開發人員 @@ -3258,7 +3258,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/這是個還沒發表的測試版本 - 使用請自負風險 - 請不要用來開採或商業應用 - Unable to bind to %s on this computer. Diamond Core is probably already running. + Unable to bind to %s on this computer. Bitcloud Core is probably already running. 沒辦法繫結在這台電腦上的 %s 。達世幣核心可能已經在執行了。 @@ -3502,7 +3502,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/警告: -maxtxfee 設定了很高的金額!這可是一次交易就有可能付出的最高手續費。 - Warning: Please check that your computer's date and time are correct! If your clock is wrong Diamond Core will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcloud Core will not work properly. 警告: 請檢查電腦日期和時間是否正確!達世幣核心沒辦法在時鐘不準的情況下正常運作。 @@ -3530,7 +3530,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/版權為位元幣核心開發人員自西元 2009 至 %i 年起所有 - Copyright (C) 2014-%i The Diamond Core Developers + Copyright (C) 2014-%i The Bitcloud Core Developers 版權為達世幣核心開發人員自西元 2014 至 %i 年起所有 @@ -3554,7 +3554,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/連接到主節點時發生錯誤。 - Error loading wallet.dat: Wallet requires newer version of Diamond Core + Error loading wallet.dat: Wallet requires newer version of Bitcloud Core 載入 wallet.dat 檔案時發生錯誤: 這個錢包需要新版的達世幣核心 @@ -3738,7 +3738,7 @@ https://www.transifex.com/bitcloud-crypto/bitcloud-wallet-translations/與異常的節點斷線的臨界值 (預設: %u) - Wallet needed to be rewritten: restart Diamond Core to complete + Wallet needed to be rewritten: restart Bitcloud Core to complete 錢包需要重寫: 請重新啓動達世幣核心來完成 diff --git a/src/qt/macnotificationhandler.mm b/src/qt/macnotificationhandler.mm index 4ba55e5..8ef3974 100644 --- a/src/qt/macnotificationhandler.mm +++ b/src/qt/macnotificationhandler.mm @@ -15,7 +15,7 @@ @implementation NSBundle(returnCorrectIdentifier) - (NSString *)__bundleIdentifier { if (self == [NSBundle mainBundle]) { - return @"io.bitcloud.Diamond-Qt"; + return @"io.bitcloud.Bitcloud-Qt"; } else { return [self __bundleIdentifier]; } diff --git a/src/qt/mixTXconfig.cpp b/src/qt/mixTXconfig.cpp index bfad510..c03a229 100644 --- a/src/qt/mixTXconfig.cpp +++ b/src/qt/mixTXconfig.cpp @@ -80,8 +80,8 @@ void DarksendConfig::configure(bool enabled, int coins, int rounds) QSettings settings; settings.setValue("nDarksendRounds", rounds); - settings.setValue("nAnonymizeDiamondAmount", coins); + settings.setValue("nAnonymizeBitcloudAmount", coins); nDarksendRounds = rounds; - nAnonymizeDiamondAmount = coins; + nAnonymizeBitcloudAmount = coins; } diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index 01f70ce..f2f4438 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -214,7 +214,7 @@ void OptionsDialog::setMapper() /* Darksend Rounds */ mapper->addMapping(ui->DarksendRounds, OptionsModel::DarksendRounds); - mapper->addMapping(ui->anonymizeDiamond, OptionsModel::AnonymizeDiamondAmount); + mapper->addMapping(ui->anonymizeBitcloud, OptionsModel::AnonymizeBitcloudAmount); mapper->addMapping(ui->showMasternodesTab, OptionsModel::ShowMasternodesTab); } diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 9ff8a90..a8da2b0 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -76,11 +76,11 @@ void OptionsModel::Init() if (!settings.contains("nDarksendRounds")) settings.setValue("nDarksendRounds", 2); - if (!settings.contains("nAnonymizeDiamondAmount")) - settings.setValue("nAnonymizeDiamondAmount", 1000); + if (!settings.contains("nAnonymizeBitcloudAmount")) + settings.setValue("nAnonymizeBitcloudAmount", 1000); nDarksendRounds = settings.value("nDarksendRounds").toLongLong(); - nAnonymizeDiamondAmount = settings.value("nAnonymizeDiamondAmount").toLongLong(); + nAnonymizeBitcloudAmount = settings.value("nAnonymizeBitcloudAmount").toLongLong(); if (!settings.contains("fShowMasternodesTab")) settings.setValue("fShowMasternodesTab", masternodeConfig.getCount()); @@ -147,8 +147,8 @@ void OptionsModel::Init() if (settings.contains("nDarksendRounds")) SoftSetArg("-Darksendrounds", settings.value("nDarksendRounds").toString().toStdString()); - if (settings.contains("nAnonymizeDiamondAmount")) - SoftSetArg("-anonymizebitcloudamount", settings.value("nAnonymizeDiamondAmount").toString().toStdString()); + if (settings.contains("nAnonymizeBitcloudAmount")) + SoftSetArg("-anonymizebitcloudamount", settings.value("nAnonymizeBitcloudAmount").toString().toStdString()); language = settings.value("language").toString(); } @@ -228,8 +228,8 @@ QVariant OptionsModel::data(const QModelIndex& index, int role) const return settings.value("nThreadsScriptVerif"); case DarksendRounds: return QVariant(nDarksendRounds); - case AnonymizeDiamondAmount: - return QVariant(nAnonymizeDiamondAmount); + case AnonymizeBitcloudAmount: + return QVariant(nAnonymizeBitcloudAmount); case Listen: return settings.value("fListen"); default: @@ -338,10 +338,10 @@ bool OptionsModel::setData(const QModelIndex& index, const QVariant& value, int settings.setValue("nDarksendRounds", nDarksendRounds); emit DarksendRoundsChanged(nDarksendRounds); break; - case AnonymizeDiamondAmount: - nAnonymizeDiamondAmount = value.toInt(); - settings.setValue("nAnonymizeDiamondAmount", nAnonymizeDiamondAmount); - emit anonymizeDiamondAmountChanged(nAnonymizeDiamondAmount); + case AnonymizeBitcloudAmount: + nAnonymizeBitcloudAmount = value.toInt(); + settings.setValue("nAnonymizeBitcloudAmount", nAnonymizeBitcloudAmount); + emit anonymizeBitcloudAmountChanged(nAnonymizeBitcloudAmount); break; case CoinControlFeatures: fCoinControlFeatures = value.toBool(); diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index 7ffa1b1..1cf66ac 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -44,7 +44,7 @@ class OptionsModel : public QAbstractListModel DatabaseCache, // int SpendZeroConfChange, // bool DarksendRounds, // int - AnonymizeDiamondAmount, //int + AnonymizeBitcloudAmount, //int ShowMasternodesTab, // bool Listen, // bool OptionIDRowCount, @@ -90,7 +90,7 @@ class OptionsModel : public QAbstractListModel signals: void displayUnitChanged(int unit); void DarksendRoundsChanged(int); - void anonymizeDiamondAmountChanged(int); + void anonymizeBitcloudAmountChanged(int); void coinControlFeaturesChanged(bool); }; diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index bd49f0a..9bb7eb3 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -322,15 +322,15 @@ void OverviewPage::updateDarksendProgress() if (!pwalletMain) return; QString strAmountAndRounds; - QString strAnonymizeDiamondAmount = BitcoinUnits::formatHtmlWithUnit(nDisplayUnit, nAnonymizeDiamondAmount * COIN, false, BitcoinUnits::separatorAlways); + QString strAnonymizeBitcloudAmount = BitcoinUnits::formatHtmlWithUnit(nDisplayUnit, nAnonymizeBitcloudAmount * COIN, false, BitcoinUnits::separatorAlways); if (currentBalance == 0) { ui->DarksendProgress->setValue(0); ui->DarksendProgress->setToolTip(tr("No inputs detected")); // when balance is zero just show info from settings - strAnonymizeDiamondAmount = strAnonymizeDiamondAmount.remove(strAnonymizeDiamondAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); - strAmountAndRounds = strAnonymizeDiamondAmount + " / " + tr("%n Rounds", "", nDarksendRounds); + strAnonymizeBitcloudAmount = strAnonymizeBitcloudAmount.remove(strAnonymizeBitcloudAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); + strAmountAndRounds = strAnonymizeBitcloudAmount + " / " + tr("%n Rounds", "", nDarksendRounds); ui->labelAmountRounds->setToolTip(tr("No inputs detected")); ui->labelAmountRounds->setText(strAmountAndRounds); @@ -357,20 +357,20 @@ void OverviewPage::updateDarksendProgress() CAmount nMaxToAnonymize = nAnonymizableBalance + currentAnonymizedBalance + nDenominatedUnconfirmedBalance; // If it's more than the anon threshold, limit to that. - if (nMaxToAnonymize > nAnonymizeDiamondAmount * COIN) nMaxToAnonymize = nAnonymizeDiamondAmount * COIN; + if (nMaxToAnonymize > nAnonymizeBitcloudAmount * COIN) nMaxToAnonymize = nAnonymizeBitcloudAmount * COIN; if (nMaxToAnonymize == 0) return; - if (nMaxToAnonymize >= nAnonymizeDiamondAmount * COIN) { + if (nMaxToAnonymize >= nAnonymizeBitcloudAmount * COIN) { ui->labelAmountRounds->setToolTip(tr("Found enough compatible inputs to anonymize %1") - .arg(strAnonymizeDiamondAmount)); - strAnonymizeDiamondAmount = strAnonymizeDiamondAmount.remove(strAnonymizeDiamondAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); - strAmountAndRounds = strAnonymizeDiamondAmount + " / " + tr("%n Rounds", "", nDarksendRounds); + .arg(strAnonymizeBitcloudAmount)); + strAnonymizeBitcloudAmount = strAnonymizeBitcloudAmount.remove(strAnonymizeBitcloudAmount.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); + strAmountAndRounds = strAnonymizeBitcloudAmount + " / " + tr("%n Rounds", "", nDarksendRounds); } else { QString strMaxToAnonymize = BitcoinUnits::formatHtmlWithUnit(nDisplayUnit, nMaxToAnonymize, false, BitcoinUnits::separatorAlways); ui->labelAmountRounds->setToolTip(tr("Not enough compatible inputs to anonymize %1,
" "will anonymize %2 instead") - .arg(strAnonymizeDiamondAmount) + .arg(strAnonymizeBitcloudAmount) .arg(strMaxToAnonymize)); strMaxToAnonymize = strMaxToAnonymize.remove(strMaxToAnonymize.indexOf("."), BitcoinUnits::decimals(nDisplayUnit) + 1); strAmountAndRounds = "" + @@ -541,7 +541,7 @@ void OverviewPage::toggleDarksend() /* show Darksend configuration if client has defaults set */ - if (nAnonymizeDiamondAmount == 0) { + if (nAnonymizeBitcloudAmount == 0) { DarksendConfig dlg(this); dlg.setModel(walletModel); dlg.exec(); diff --git a/src/qt/res/css/dark.css b/src/qt/res/css/dark.css index 0101d4a..649230e 100644 --- a/src/qt/res/css/dark.css +++ b/src/qt/res/css/dark.css @@ -781,12 +781,12 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll border:0; } -/* About Diamond Dialog */ -QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Diamond Contents */ +/* About Bitcloud Dialog */ +QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Bitcloud Contents */ margin-left:10px; } -QDialog#AboutDialog QLabel#label_2 { /* Margin for About Diamond text */ +QDialog#AboutDialog QLabel#label_2 { /* Margin for About Bitcloud text */ margin-right:10px; } diff --git a/src/qt/res/css/default.css b/src/qt/res/css/default.css index 83d5b07..0d22112 100644 --- a/src/qt/res/css/default.css +++ b/src/qt/res/css/default.css @@ -781,12 +781,12 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll border:0; } -/* About Diamond Dialog */ -QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Diamond Contents */ +/* About Bitcloud Dialog */ +QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDialog#AboutDialog QLabel#label_2 { /* About Bitcloud Contents */ margin-left:10px; } -QDialog#AboutDialog QLabel#label_2 { /* Margin for About Diamond text */ +QDialog#AboutDialog QLabel#label_2 { /* Margin for About Bitcloud text */ margin-right:10px; } diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index dfc3380..b38bacf 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) // Don't remove this, it's needed to access // QCoreApplication:: in the tests QCoreApplication app(argc, argv); - app.setApplicationName("Diamond-Qt-test"); + app.setApplicationName("Bitcloud-Qt-test"); URITests test1; if (QTest::qExec(&test1) != 0) diff --git a/src/rpcmasternode-budget.cpp b/src/rpcmasternode-budget.cpp index 920690f..b1c3f41 100644 --- a/src/rpcmasternode-budget.cpp +++ b/src/rpcmasternode-budget.cpp @@ -33,9 +33,9 @@ Value mnbudget(const Array& params, bool fHelp) "\nAvailable commands:\n" " prepare - Prepare proposal for network by signing and creating tx\n" " submit - Submit proposal for network\n" - " vote-many - Vote on a Diamond initiative\n" - " vote-alias - Vote on a Diamond initiative\n" - " vote - Vote on a Diamond initiative/budget\n" + " vote-many - Vote on a Bitcloud initiative\n" + " vote-alias - Vote on a Bitcloud initiative\n" + " vote - Vote on a Bitcloud initiative/budget\n" " getvotes - Show current masternode budgets\n" " getinfo - Show current masternode budgets\n" " show - Show all budgets\n" @@ -89,9 +89,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Diamond address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Bitcloud address"); - // Parse Diamond address + // Parse Bitcloud address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); @@ -165,9 +165,9 @@ Value mnbudget(const Array& params, bool fHelp) CBitcoinAddress address(params[5].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Diamond address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Bitcloud address"); - // Parse Diamond address + // Parse Bitcloud address CScript scriptPubKey = GetScriptForDestination(address.Get()); CAmount nAmount = AmountFromValue(params[6]); uint256 hash = ParseHashV(params[7], "parameter 1"); diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index 966e218..1287dc5 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -35,7 +35,7 @@ void SendMoney(const CTxDestination& address, CAmount nValue, CWalletTx& wtxNew, throw JSONRPCError(RPC_WALLET_ERROR, strError); } - // Parse Diamond address + // Parse Bitcloud address CScript scriptPubKey = GetScriptForDestination(address); // Create and send the transaction @@ -84,7 +84,7 @@ Value Darksend(const Array& params, bool fHelp) CBitcoinAddress address(params[0].get_str()); if (!address.IsValid()) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Diamond address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Bitcloud address"); // Amount CAmount nAmount = AmountFromValue(params[1]); diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 0e9d5b0..e724c0f 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -93,7 +93,7 @@ Value getpeerinfo(const Array& params, bool fHelp) " \"pingtime\": n, (numeric) ping time\n" " \"pingwait\": n, (numeric) ping wait\n" " \"version\": v, (numeric) The peer version, such as 7001\n" - " \"subver\": \"/Diamond Core:x.x.x.x/\", (string) The string version\n" + " \"subver\": \"/Bitcloud Core:x.x.x.x/\", (string) The string version\n" " \"inbound\": true|false, (boolean) Inbound (true) or Outbound (false)\n" " \"startingheight\": n, (numeric) The starting height (block) of the peer\n" " \"banscore\": n, (numeric) The ban score\n" @@ -354,7 +354,7 @@ Value getnetworkinfo(const Array& params, bool fHelp) "\nResult:\n" "{\n" " \"version\": xxxxx, (numeric) the server version\n" - " \"subversion\": \"/Diamond Core:x.x.x.x/\", (string) the server subversion string\n" + " \"subversion\": \"/Bitcloud Core:x.x.x.x/\", (string) the server subversion string\n" " \"protocolversion\": xxxxx, (numeric) the protocol version\n" " \"localservices\": \"xxxxxxxxxxxxxxxx\", (string) the services we offer to the network\n" " \"timeoffset\": xxxxx, (numeric) the time offset\n" diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 7dfd837..a5aab73 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -300,7 +300,7 @@ static const CRPCCommand vRPCCommands[] = {"hidden", "reconsiderblock", &reconsiderblock, true, true, false}, {"hidden", "setmocktime", &setmocktime, true, false, false}, - /* Diamond features */ + /* Bitcloud features */ {"bitcloud", "masternode", &masternode, true, true, false}, {"bitcloud", "masternodelist", &masternodelist, true, true, false}, {"bitcloud", "mnbudget", &mnbudget, true, true, false}, diff --git a/src/test/test_bitcloud.cpp b/src/test/test_bitcloud.cpp index 2ab1ebc..cbf107d 100644 --- a/src/test/test_bitcloud.cpp +++ b/src/test/test_bitcloud.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#define BOOST_TEST_MODULE Diamond Test Suite +#define BOOST_TEST_MODULE Bitcloud Test Suite #include "main.h" #include "random.h" diff --git a/src/util.cpp b/src/util.cpp index 85cbf26..807a954 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -114,7 +114,7 @@ bool fLiteMode = false; bool fEnableInstantX = true; int nInstantXDepth = 5; int nDarksendRounds = 2; -int nAnonymizeDiamondAmount = 1000; +int nAnonymizeBitcloudAmount = 1000; int nLiquidityProvider = 0; /** Spork enforcement enabled time */ int64_t enforceMasternodePaymentsTime = 4085657524; diff --git a/src/util.h b/src/util.h index 8ea2656..bed0ee6 100644 --- a/src/util.h +++ b/src/util.h @@ -37,7 +37,7 @@ extern bool fLiteMode; extern bool fEnableInstantX; extern int nInstantXDepth; extern int nDarksendRounds; -extern int nAnonymizeDiamondAmount; +extern int nAnonymizeBitcloudAmount; extern int nLiquidityProvider; extern bool fEnableDarksend; extern int64_t enforceMasternodePaymentsTime;