ui->labelExplanation->setText(tr("These are your Anoncoin addresses for sending payments. Always check the amount and the receiving address before sending coins."));
ui->labelExplanation->setText(tr("These are your Gostcoin addresses for sending payments. Always check the amount and the receiving address before sending coins."));
ui->deleteAddress->setVisible(true);
ui->signMessage->setVisible(false);
break;
caseReceivingTab:
ui->labelExplanation->setText(tr("These are your Anoncoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you."));
ui->labelExplanation->setText(tr("These are your Gostcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you."));
tr("Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR ANONCOINS</b>!")+"<br><br>"+tr("Are you sure you wish to encrypt your wallet?"),
tr("Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR GOSTCOINS</b>!")+"<br><br>"+tr("Are you sure you wish to encrypt your wallet?"),
"Warning: Please check that your computer's date and time are correct! If "
"your clock is wrong Anoncoin will not work properly."),
"your clock is wrong Gostcoin will not work properly."),
QT_TRANSLATE_NOOP("bitcoin-core",""
"Warning: error reading wallet.dat! All keys read correctly, but transaction "
"data or address book entries might be missing or incorrect."),
@ -91,7 +91,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep
@@ -91,7 +91,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep
QT_TRANSLATE_NOOP("bitcoin-core","Allow DNS lookups for -addnode, -seednode and -connect"),
QT_TRANSLATE_NOOP("bitcoin-core","Allow JSON-RPC connections from specified IP address"),
QT_TRANSLATE_NOOP("bitcoin-core","Attempt to recover private keys from a corrupt wallet.dat"),
QT_TRANSLATE_NOOP("bitcoin-core","Error: Disk space is low!"),
@ -162,9 +162,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000
@@ -162,9 +162,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000
QT_TRANSLATE_NOOP("bitcoin-core","Rescan the block chain for missing wallet transactions"),
QT_TRANSLATE_NOOP("bitcoin-core","This help message"),
@ -202,7 +202,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"),
@@ -202,7 +202,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"),
QT_TRANSLATE_NOOP("bitcoin-core","Username for JSON-RPC connections"),