Translation updates
Darkcoins -> Dash dashcurrency.com -> dashpay.io Updated seeds
This commit is contained in:
parent
981775c1d2
commit
76aaea1ae8
@ -1,7 +1,7 @@
|
||||
Dash Core staging tree 0.11
|
||||
===============================
|
||||
|
||||
http://www.dashcurrency.com
|
||||
http://www.dashpay.io
|
||||
|
||||
Copyright (c) 2009-2015 Bitcoin Core Developers
|
||||
|
||||
@ -18,7 +18,7 @@ are carried out collectively by the network. Dash Core is the name of open
|
||||
source software which enables the use of this currency.
|
||||
|
||||
For more information, as well as an immediately useable, binary version of
|
||||
the Dash Core software, see http://www.dashcurrency.com/downloads.
|
||||
the Dash Core software, see http://www.dashpay.io/downloads.
|
||||
|
||||
|
||||
License
|
||||
|
@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 2)
|
||||
define(_CLIENT_VERSION_BUILD, 6)
|
||||
define(_CLIENT_VERSION_IS_RELEASE, true)
|
||||
define(_COPYRIGHT_YEAR, 2015)
|
||||
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashcurrency.com],[dash])
|
||||
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash])
|
||||
AC_CONFIG_AUX_DIR([src/build-aux])
|
||||
AC_CONFIG_MACRO_DIR([src/m4])
|
||||
AC_CANONICAL_HOST
|
||||
|
@ -137,7 +137,7 @@ I usually confirm that remote is on the correct block by issuing:
|
||||
|
||||
```dashd getinfo```
|
||||
|
||||
And compare with the official explorer at http://explorer.dashcurrency.com/chain/Dash
|
||||
And compare with the official explorer at http://explorer.dashpay.io/chain/Dash
|
||||
|
||||
### Local
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Dash Core version 0.11.2 is now available from:
|
||||
|
||||
https://dashcurrency.com/downloads
|
||||
https://dashpay.io/downloads
|
||||
|
||||
Please report bugs using the issue tracker at github:
|
||||
|
||||
|
@ -7,7 +7,7 @@ SetCompressor /SOLID lzma
|
||||
!define REGKEY "SOFTWARE\$(^Name)"
|
||||
!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
|
||||
!define COMPANY "Dash Core project"
|
||||
!define URL https://www.dashcurrency.com/
|
||||
!define URL https://www.dashpay.io/
|
||||
|
||||
# MUI Symbol Definitions
|
||||
!define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico"
|
||||
|
@ -62,7 +62,7 @@ public:
|
||||
assert(hashGenesisBlock == uint256("0x00000ffd590b1485b3caadc19b22e6379c733355108f107a430458cdf3407ab6"));
|
||||
assert(genesis.hashMerkleRoot == uint256("0xe0028eb9648db56b1ac77cf090b99048a8007e2bb64b68f092c03c7f56a662c7"));
|
||||
|
||||
vSeeds.push_back(CDNSSeedData("dashcurrency.com", "dnsseed.dashcurrency.com"));
|
||||
vSeeds.push_back(CDNSSeedData("dashpay.io", "dnsseed.dashpay.io"));
|
||||
vSeeds.push_back(CDNSSeedData("dash.qa", "dnsseed.dash.qa"));
|
||||
vSeeds.push_back(CDNSSeedData("masternode.io", "dnsseed.masternode.io"));
|
||||
|
||||
@ -130,7 +130,7 @@ public:
|
||||
|
||||
vFixedSeeds.clear();
|
||||
vSeeds.clear();
|
||||
vSeeds.push_back(CDNSSeedData("dashcurrency.com", "testnet-seed.dashcurrency.com"));
|
||||
vSeeds.push_back(CDNSSeedData("dashpay.io", "testnet-seed.dashpay.io"));
|
||||
vSeeds.push_back(CDNSSeedData("dash.qa", "testnet-seed.dash.qa"));
|
||||
vSeeds.push_back(CDNSSeedData("masternode.io", "test.dnsseed.masternode.io"));
|
||||
|
||||
|
@ -40,8 +40,8 @@ int RequestedMasterNodeList = 0;
|
||||
|
||||
/* *** BEGIN DARKSEND MAGIC - DASH **********
|
||||
Copyright (c) 2014-2015, Dash Developers
|
||||
eduffield - evan@dashcurrency.com
|
||||
udjinm6 - udjinm6@dashcurrency.com
|
||||
eduffield - evan@dashpay.io
|
||||
udjinm6 - udjinm6@dashpay.io
|
||||
*/
|
||||
|
||||
void CDarksendPool::ProcessMessageDarksend(CNode* pfrom, std::string& strCommand, CDataStream& vRecv)
|
||||
|
@ -22,7 +22,7 @@
|
||||
*
|
||||
* \section intro_sec Introduction
|
||||
*
|
||||
* This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.dashcurrency.com/),
|
||||
* This is the developer documentation of the reference client for an experimental new digital currency called Dash (http://www.dashpay.io/),
|
||||
* which enables instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate
|
||||
* with no central authority: managing transactions and issuing money are carried out collectively by the network.
|
||||
*
|
||||
|
@ -1582,7 +1582,7 @@ unsigned int static KimotoGravityWell(const CBlockIndex* pindexLast, const CBloc
|
||||
}
|
||||
|
||||
unsigned int static DarkGravityWave(const CBlockIndex* pindexLast, const CBlockHeader *pblock) {
|
||||
/* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@dashcurrency.com */
|
||||
/* current difficulty formula, dash - DarkGravity v3, written by Evan Duffield - evan@dashpay.io */
|
||||
const CBlockIndex *BlockLastSolved = pindexLast;
|
||||
const CBlockIndex *BlockReading = pindexLast;
|
||||
int64_t nActualTimespan = 0;
|
||||
|
@ -69,10 +69,10 @@ QString BitcoinUnits::description(int unit)
|
||||
{
|
||||
switch(unit)
|
||||
{
|
||||
case DASH: return QString("Darkcoins");
|
||||
case mDASH: return QString("Milli-Darkcoins (1 / 1,000)");
|
||||
case uDASH: return QString("Micro-Darkcoins (1 / 1,000,000)");
|
||||
case duffs: return QString("Ten Nano-Darkcoins (1 / 100,000,000)");
|
||||
case DASH: return QString("Dash");
|
||||
case mDASH: return QString("Milli-Dash (1 / 1,000)");
|
||||
case uDASH: return QString("Micro-Dash (1 / 1,000,000)");
|
||||
case duffs: return QString("Ten Nano-Dash (1 / 100,000,000)");
|
||||
default: return QString("???");
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ static const int MAX_PAYMENT_REQUEST_SIZE = 50000; // bytes
|
||||
#define SPINNER_FRAMES 35
|
||||
|
||||
#define QAPP_ORG_NAME "Dash"
|
||||
#define QAPP_ORG_DOMAIN "dashcurrency.com"
|
||||
#define QAPP_ORG_DOMAIN "dashpay.io"
|
||||
#define QAPP_APP_NAME_DEFAULT "Dash-Qt"
|
||||
#define QAPP_APP_NAME_TESTNET "Dash-Qt-testnet"
|
||||
|
||||
|
@ -1179,17 +1179,17 @@ Adresse: %4
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="44"/>
|
||||
<source>Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ble satt til grunnleggende (%1 og 2 runder). Du kan endre dette når som helst ved å åpne Darkcoins konfigurasjonvindu.</translation>
|
||||
<translation>Darksend ble satt til grunnleggende (%1 og 2 runder). Du kan endre dette når som helst ved å åpne Dash konfigurasjonvindu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="59"/>
|
||||
<source>Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ble satt til veldig godt (%1 og 8 runder). Du kan endre dette når som helst ved å åpne Darkcoins konfigurasjonvindu.</translation>
|
||||
<translation>Darksend ble satt til veldig godt (%1 og 8 runder). Du kan endre dette når som helst ved å åpne Dash konfigurasjonvindu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="74"/>
|
||||
<source>Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ble satt til maksimalt (%1 og 16 runder). Du kan endre dette når som helst ved å åpne Darkcoins konfigurasjonvindu.</translation>
|
||||
<translation>Darksend ble satt til maksimalt (%1 og 16 runder). Du kan endre dette når som helst ved å åpne Dash konfigurasjonvindu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -292,7 +292,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="124"/>
|
||||
<source>Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer.</source>
|
||||
<translation>A Dash vai fechar agora para finalizar o procedimento de encriptação. Lembre-se que mesmo encriptando sua wallet, suas Darkcoins não estão totalmente protegidas de serem roubadas por algum malware que venha a infectar seu computador.</translation>
|
||||
<translation>A Dash vai fechar agora para finalizar o procedimento de encriptação. Lembre-se que mesmo encriptando sua wallet, suas Dash não estão totalmente protegidas de serem roubadas por algum malware que venha a infectar seu computador.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="128"/>
|
||||
|
@ -293,7 +293,7 @@ Denna produkt innehåller mjukvara utvecklad av OpenSSL Projekt för användning
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="124"/>
|
||||
<source>Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer.</source>
|
||||
<translation>Dash kommer nu att avsluta krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte helt kan skydda dig mot att dina Darkcoins blir stulna av skadeprogram som har infekterat din dator.</translation>
|
||||
<translation>Dash kommer nu att avsluta krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte helt kan skydda dig mot att dina Dash blir stulna av skadeprogram som har infekterat din dator.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="128"/>
|
||||
@ -1181,17 +1181,17 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="44"/>
|
||||
<source>Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ställdes framgångsrikt in på grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Darkcoins konfigurationsfönster.</translation>
|
||||
<translation>Darksend ställdes framgångsrikt in på grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Dash konfigurationsfönster.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="59"/>
|
||||
<source>Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Darkcoins konfigurationsfönster.</translation>
|
||||
<translation>Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Dash konfigurationsfönster.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="74"/>
|
||||
<source>Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Darkcoins konfigurationsfönster.</translation>
|
||||
<translation>Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Dash konfigurationsfönster.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -1369,7 +1369,7 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../forms/intro.ui" line="59"/>
|
||||
<source>Dash Core will download and store a copy of the Dash 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.</source>
|
||||
<translation>Dash Core kommer att laddas ned och lagra en kopia av Darkcoins 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.</translation>
|
||||
<translation>Dash Core kommer att laddas ned och lagra en kopia av Dash 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.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/intro.ui" line="69"/>
|
||||
@ -1495,7 +1495,7 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="180"/>
|
||||
<source>Amount of Dash to keep anonymized</source>
|
||||
<translation>Antal Darkcoins att bibehålla anonymiserade</translation>
|
||||
<translation>Antal Dash att bibehålla anonymiserade</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="206"/>
|
||||
@ -1545,7 +1545,7 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="307"/>
|
||||
<source>Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled.</source>
|
||||
<translation>Öppna Darkcoins klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad.</translation>
|
||||
<translation>Öppna Dash klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="310"/>
|
||||
@ -2264,7 +2264,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<message>
|
||||
<location filename="../forms/rpcconsole.ui" line="90"/>
|
||||
<source>Open the Dash debug log file from the current data directory. This can take a few seconds for large log files.</source>
|
||||
<translation>Öppna Darkcoins avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler.</translation>
|
||||
<translation>Öppna Dash avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/rpcconsole.ui" line="93"/>
|
||||
@ -2356,7 +2356,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="333"/>
|
||||
<source>Welcome to the Dash RPC console.</source>
|
||||
<translation>Välkommen till Darkcoins RPC-konsol.</translation>
|
||||
<translation>Välkommen till Dash RPC-konsol.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="334"/>
|
||||
|
@ -400,7 +400,7 @@ Wenn´d jezzad anfängsch den noin Goidbaild zu nuzzn dann gehd da alde nimma. W
|
||||
<message>
|
||||
<location filename="../bitcoingui.cpp" line="235"/>
|
||||
<source>Send coins to a Dash address</source>
|
||||
<translation>Di Darkcoins losschicka (A Adressn braichtma)</translation>
|
||||
<translation>Di Dash losschicka (A Adressn braichtma)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bitcoingui.cpp" line="241"/>
|
||||
@ -1657,12 +1657,12 @@ https://www.transifex.com/projects/p/dash/</source>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="550"/>
|
||||
<source>&Unit to show amounts in:</source>
|
||||
<translation>&wi sollma dia di Darkcoins anzaign:</translation>
|
||||
<translation>&wi sollma dia di Dash anzaign:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="563"/>
|
||||
<source>Choose the default subdivision unit to show in the interface and when sending coins.</source>
|
||||
<translation>Magsch liaba ganze Darkcoins seng, oder lieaba "zehntl" oder glai "hundadstl"....</translation>
|
||||
<translation>Magsch liaba ganze Dash seng, oder lieaba "zehntl" oder glai "hundadstl"....</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="572"/>
|
||||
|
@ -115,12 +115,12 @@ Dieses Produkt enthält zudem folgende Dritt-Software:
|
||||
<message>
|
||||
<location filename="../addressbookpage.cpp" line="45"/>
|
||||
<source>Choose the address to send coins to</source>
|
||||
<translation>Wählen Sie die Adresse aus, an die Sie Darkcoins überweisen möchten</translation>
|
||||
<translation>Wählen Sie die Adresse aus, an die Sie Dash überweisen möchten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../addressbookpage.cpp" line="46"/>
|
||||
<source>Choose the address to receive coins with</source>
|
||||
<translation>Wählen Sie die Adresse aus, über die Sie Darkcoins empfangen wollen</translation>
|
||||
<translation>Wählen Sie die Adresse aus, über die Sie Dash empfangen wollen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../addressbookpage.cpp" line="51"/>
|
||||
@ -140,7 +140,7 @@ Dieses Produkt enthält zudem folgende Dritt-Software:
|
||||
<message>
|
||||
<location filename="../addressbookpage.cpp" line="65"/>
|
||||
<source>These are your Dash addresses for sending payments. Always check the amount and the receiving address before sending coins.</source>
|
||||
<translation>Dies sind ihre Dash-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Darkcoins überweisen.</translation>
|
||||
<translation>Dies sind ihre Dash-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Dash überweisen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../addressbookpage.cpp" line="69"/>
|
||||
@ -281,7 +281,7 @@ Dieses Produkt enthält zudem folgende Dritt-Software:
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="113"/>
|
||||
<source>Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR DASHS</b>!</source>
|
||||
<translation>Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Darkcoins verlieren</b>!</translation>
|
||||
<translation>Warnung: Wenn Sie ihre Wallet verschlüsseln und ihre Passphrase verlieren werden Sie <b>alle ihre Dash verlieren</b>!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="113"/>
|
||||
@ -297,7 +297,7 @@ Dieses Produkt enthält zudem folgende Dritt-Software:
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="124"/>
|
||||
<source>Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer.</source>
|
||||
<translation>Dash wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Darkcoins durch Schadsoftware schützt, die ihren Computer befällt.</translation>
|
||||
<translation>Dash wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Dash durch Schadsoftware schützt, die ihren Computer befällt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="128"/>
|
||||
@ -393,7 +393,7 @@ Dieses Produkt enthält zudem folgende Dritt-Software:
|
||||
<message>
|
||||
<location filename="../bitcoingui.cpp" line="235"/>
|
||||
<source>Send coins to a Dash address</source>
|
||||
<translation>Darkcoins an eine Dash-Adresse überweisen</translation>
|
||||
<translation>Dash an eine Dash-Adresse überweisen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bitcoingui.cpp" line="241"/>
|
||||
@ -1495,7 +1495,7 @@ Adresse: %4</translation>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="180"/>
|
||||
<source>Amount of Dash to keep anonymized</source>
|
||||
<translation>Anzahl anonymisierter Darkcoins</translation>
|
||||
<translation>Anzahl anonymisierter Dash</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="206"/>
|
||||
@ -1647,7 +1647,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="563"/>
|
||||
<source>Choose the default subdivision unit to show in the interface and when sending coins.</source>
|
||||
<translation>Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Darkcoins angezeigt werden soll.</translation>
|
||||
<translation>Wählen Sie die standardmäßige Untereinheit, die in der Benutzeroberfläche und beim Überweisen von Dash angezeigt werden soll.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="572"/>
|
||||
@ -2624,7 +2624,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<location filename="../sendcoinsdialog.cpp" line="521"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="531"/>
|
||||
<source>Send Coins</source>
|
||||
<translation>Darkcoins überweisen</translation>
|
||||
<translation>Dash überweisen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/sendcoinsdialog.ui" line="90"/>
|
||||
@ -2896,7 +2896,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<location filename="../sendcoinsdialog.cpp" line="517"/>
|
||||
<source>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.</source>
|
||||
<translation>Die Transaktion wurde abgelehnt!
|
||||
Dies kann passieren, wenn einige Darkcoins aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Darkcoins dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt.</translation>
|
||||
Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat nutzten und die Dash dort ausgegeben haben. Diese Ausgaben sind in diesem Fall in der derzeit aktiven Wallet nicht vermerkt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sendcoinsdialog.cpp" line="522"/>
|
||||
@ -3451,7 +3451,7 @@ Dies kann passieren, wenn einige Darkcoins aus ihrer Wallet bereits ausgegeben w
|
||||
<message>
|
||||
<location filename="../transactiondesc.cpp" line="292"/>
|
||||
<source>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.</source>
|
||||
<translation>Erzeugte Darkcoins 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 Darkcoins gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt.</translation>
|
||||
<translation>Erzeugte Dash 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 Dash gutgeschrieben bekommen. Das kann gelegentlich passieren, wenn ein anderer Knoten einen Block fast zeitgleich erzeugt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../transactiondesc.cpp" line="300"/>
|
||||
@ -3873,7 +3873,7 @@ Dies kann passieren, wenn einige Darkcoins aus ihrer Wallet bereits ausgegeben w
|
||||
<location filename="../walletmodel.cpp" line="271"/>
|
||||
<location filename="../walletmodel.cpp" line="285"/>
|
||||
<source>Send Coins</source>
|
||||
<translation>Darkcoins überweisen</translation>
|
||||
<translation>Dash überweisen</translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location filename="../walletmodel.cpp" line="271"/>
|
||||
@ -3983,7 +3983,7 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="46"/>
|
||||
<source>Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins.</source>
|
||||
<translation>Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Darkcoins anonymisieren.</translation>
|
||||
<translation>Darksend benutzt exakt gestückelte Beträge zum Versenden, Sie müssen dafür möglicherweise noch mehr Dash anonymisieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="49"/>
|
||||
@ -4018,7 +4018,7 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="66"/>
|
||||
<source>Error: The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here.</source>
|
||||
<translation>Fehler: Die Transaktion wurde abgelehnt! Dies kann passieren, wenn einige Darkcoins aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat genutzt, die Bitcoins dort ausgegeben haben und dies daher in der derzeit aktiven Wallet nicht vermerkt ist.</translation>
|
||||
<translation>Fehler: Die Transaktion wurde abgelehnt! Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat genutzt, die Bitcoins dort ausgegeben haben und dies daher in der derzeit aktiven Wallet nicht vermerkt ist.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="70"/>
|
||||
@ -4098,7 +4098,7 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="110"/>
|
||||
<source>Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: 0, 1=very frequent, high fees, 100=very infrequent, low fees)</source>
|
||||
<translation>Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Darkcoins wieder dem Mixing-Prozess zuführen. (0-100) [0=aus, 1=sehr oft, 100=sehr selten] Voreinstellung: 0 </translation>
|
||||
<translation>Durch diese Einstellung können Sie dem Darksend-Netzwerk zusätzliche Liquidität zur Verfügung stellen in dem Sie von Zeit zu Zeit bereits anonymisierte Dash wieder dem Mixing-Prozess zuführen. (0-100) [0=aus, 1=sehr oft, 100=sehr selten] Voreinstellung: 0 </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="114"/>
|
||||
@ -5183,7 +5183,7 @@ Dash Core wird heruntergefahren.</translation>
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="368"/>
|
||||
<source>Use N separate masternodes to anonymize funds (2-8, default: 2)</source>
|
||||
<translation>N unterschiedliche Masternodes benutzen, um Darkcoins zu anonymisieren (2-8, Standard: 2)</translation>
|
||||
<translation>N unterschiedliche Masternodes benutzen, um Dash zu anonymisieren (2-8, Standard: 2)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dashstrings.cpp" line="369"/>
|
||||
|
@ -1493,7 +1493,7 @@ Dirección: %4
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="180"/>
|
||||
<source>Amount of Dash to keep anonymized</source>
|
||||
<translation>Cuantía de Darkcoins a mantener anonimizada</translation>
|
||||
<translation>Cuantía de Dash a mantener anonimizada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="206"/>
|
||||
@ -2621,7 +2621,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<location filename="../sendcoinsdialog.cpp" line="521"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="531"/>
|
||||
<source>Send Coins</source>
|
||||
<translation>Enviar Darkcoins</translation>
|
||||
<translation>Enviar Dash</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/sendcoinsdialog.ui" line="90"/>
|
||||
|
@ -1179,17 +1179,17 @@ Adresse: %4
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="44"/>
|
||||
<source>Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ble satt til grunnleggende (%1 og 2 runder). Du kan endre dette når som helst ved å åpne Darkcoins konfigurasjonvindu.</translation>
|
||||
<translation>Darksend ble satt til grunnleggende (%1 og 2 runder). Du kan endre dette når som helst ved å åpne Dash konfigurasjonvindu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="59"/>
|
||||
<source>Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ble satt til veldig godt (%1 og 8 runder). Du kan endre dette når som helst ved å åpne Darkcoins konfigurasjonvindu.</translation>
|
||||
<translation>Darksend ble satt til veldig godt (%1 og 8 runder). Du kan endre dette når som helst ved å åpne Dash konfigurasjonvindu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="74"/>
|
||||
<source>Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ble satt til maksimalt (%1 og 16 runder). Du kan endre dette når som helst ved å åpne Darkcoins konfigurasjonvindu.</translation>
|
||||
<translation>Darksend ble satt til maksimalt (%1 og 16 runder). Du kan endre dette når som helst ved å åpne Dash konfigurasjonvindu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -292,7 +292,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="124"/>
|
||||
<source>Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer.</source>
|
||||
<translation>A Dash vai fechar agora para finalizar o procedimento de encriptação. Lembre-se que mesmo encriptando sua wallet, suas Darkcoins não estão totalmente protegidas de serem roubadas por algum malware que venha a infectar seu computador.</translation>
|
||||
<translation>A Dash vai fechar agora para finalizar o procedimento de encriptação. Lembre-se que mesmo encriptando sua wallet, suas Dash não estão totalmente protegidas de serem roubadas por algum malware que venha a infectar seu computador.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="128"/>
|
||||
|
@ -293,7 +293,7 @@ Denna produkt innehåller mjukvara utvecklad av OpenSSL Projekt för användning
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="124"/>
|
||||
<source>Dash will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your dashs from being stolen by malware infecting your computer.</source>
|
||||
<translation>Dash kommer nu att avsluta krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte helt kan skydda dig mot att dina Darkcoins blir stulna av skadeprogram som har infekterat din dator.</translation>
|
||||
<translation>Dash kommer nu att avsluta krypteringsprocessen. Kom ihåg att krypteringen av din plånbok inte helt kan skydda dig mot att dina Dash blir stulna av skadeprogram som har infekterat din dator.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../askpassphrasedialog.cpp" line="128"/>
|
||||
@ -1181,17 +1181,17 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="44"/>
|
||||
<source>Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ställdes framgångsrikt in på grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Darkcoins konfigurationsfönster.</translation>
|
||||
<translation>Darksend ställdes framgångsrikt in på grundläggande (%1 och 2 omgångar). Du kan ändra detta när som helst genom att öppna Dash konfigurationsfönster.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="59"/>
|
||||
<source>Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Darkcoins konfigurationsfönster.</translation>
|
||||
<translation>Darksend ställdes framgångsrikt in på hög (%1 och 8 omgångar). Du kan ändra detta när som helst genom att öppna Dash konfigurationsfönster.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../darksendconfig.cpp" line="74"/>
|
||||
<source>Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen.</source>
|
||||
<translation>Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Darkcoins konfigurationsfönster.</translation>
|
||||
<translation>Darksend ställdes framgångsrikt in på maximal (%1 och 16 omgångar). Du kan ändra detta när som helst genom att öppna Dash konfigurationsfönster.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -1369,7 +1369,7 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../forms/intro.ui" line="59"/>
|
||||
<source>Dash Core will download and store a copy of the Dash 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.</source>
|
||||
<translation>Dash Core kommer att laddas ned och lagra en kopia av Darkcoins 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.</translation>
|
||||
<translation>Dash Core kommer att laddas ned och lagra en kopia av Dash 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.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/intro.ui" line="69"/>
|
||||
@ -1495,7 +1495,7 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="180"/>
|
||||
<source>Amount of Dash to keep anonymized</source>
|
||||
<translation>Antal Darkcoins att bibehålla anonymiserade</translation>
|
||||
<translation>Antal Dash att bibehålla anonymiserade</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="206"/>
|
||||
@ -1545,7 +1545,7 @@ Adress: %4
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="307"/>
|
||||
<source>Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled.</source>
|
||||
<translation>Öppna Darkcoins klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad.</translation>
|
||||
<translation>Öppna Dash klientport automatiskt på routern. Detta fungerar bara om din router stöder UPnP och är aktiverad.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/optionsdialog.ui" line="310"/>
|
||||
@ -2264,7 +2264,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<message>
|
||||
<location filename="../forms/rpcconsole.ui" line="90"/>
|
||||
<source>Open the Dash debug log file from the current data directory. This can take a few seconds for large log files.</source>
|
||||
<translation>Öppna Darkcoins avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler.</translation>
|
||||
<translation>Öppna Dash avsökningsloggfil från den nuvarande datakatalogen. Detta kan ta ett par sekunder för stora loggfiler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/rpcconsole.ui" line="93"/>
|
||||
@ -2356,7 +2356,7 @@ https://www.transifex.com/projects/p/dash/</translation>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="333"/>
|
||||
<source>Welcome to the Dash RPC console.</source>
|
||||
<translation>Välkommen till Darkcoins RPC-konsol.</translation>
|
||||
<translation>Välkommen till Dash RPC-konsol.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="334"/>
|
||||
|
@ -4,19 +4,19 @@
|
||||
<message>
|
||||
<location filename="../forms/aboutdialog.ui" line="14"/>
|
||||
<source>About Dash Core</source>
|
||||
<translation>關於暗黑幣核心</translation>
|
||||
<translation>关于达世币内核</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/aboutdialog.ui" line="53"/>
|
||||
<source><b>Dash Core</b> version</source>
|
||||
<translation><b>暗黑幣核心</b> 版本</translation>
|
||||
<translation><b>达世币内核</b> 版本</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/aboutdialog.ui" line="94"/>
|
||||
<source>Copyright &copy; 2009-2014 The Bitcoin Core developers.
|
||||
Copyright &copy; 2014-YYYY The Dash Core developers.</source>
|
||||
<translation>版權 &copy 為位元幣核心開發人員自西元 2009-2014年所有
|
||||
版權 &copy 為暗黑幣核心開發人員自西元 2014-YYYY年所有</translation>
|
||||
版權 &copy 达世币核心开发团队 2014-YYYY年所有</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../forms/aboutdialog.ui" line="111"/>
|
||||
@ -49,7 +49,7 @@ This product includes software developed by the OpenSSL Project for use in the O
|
||||
<message>
|
||||
<location filename="../utilitydialog.cpp" line="31"/>
|
||||
<source>The Dash Core developers</source>
|
||||
<translation>暗黑幣核心開發人員</translation>
|
||||
<translation>达世币核心开发团队</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../utilitydialog.cpp" line="43"/>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 135 KiB |
Loading…
Reference in New Issue
Block a user