From 2f4c1527f3c3fbd767c432d0e9765b5c34cd8035 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 24 Aug 2013 20:28:24 +0400 Subject: [PATCH] Translation update --- src/miner.h | 2 +- src/qt/locale/bitcoin_en.ts | 10 ++++++++++ src/qt/locale/bitcoin_ru.ts | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/miner.h b/src/miner.h index 07196e5..915689e 100644 --- a/src/miner.h +++ b/src/miner.h @@ -9,7 +9,7 @@ #include "main.h" #include "wallet.h" -/** Generate a new block, without valid proof-of-work */ +/* Generate a new block, without valid proof-of-work */ CBlock* CreateNewBlock(CWallet* pwallet, bool fProofOfStake=false); /** Modify the extranonce in a block */ diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 859f35f..20cebb3 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -2354,6 +2354,16 @@ Address: %4 Disable sync checkpoints (default: 0) + + Use pooled pubkeys for the last coinstake output (default: 0) + Use pooled pubkeys for the last coinstake output (default: 0) + + + + Which key derivation method to use by default (default: sha512) + Which key derivation method to use by default (default: sha512) + + Invalid -tor address: '%s' Invalid -tor address: '%s' diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index 9fc8f8e..66fe88b 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -2366,6 +2366,16 @@ Address: %4 Отключить синхронизированные метки (по умолчанию: 0) + + Use pooled pubkeys for the last coinstake output (default: 0) + Использовать для coinstake транзакций ключи из пула (по умолчанию: 0) + + + + Which key derivation method to use by default (default: sha512) + Выбор функции для создания ключа шифрования (по умолчанию: sha512) + + Invalid -tor address: '%s' Неверный адрес -tor: '%s' -- 1.7.1