From 8ae6f6d01a87363abef74377cfa598a58c9a4d38 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 30 Sep 2013 01:15:58 +0400 Subject: [PATCH] Translate --- src/qt/locale/bitcoin_ru.ts | 4 ++-- src/zerocoin/Zerocoin.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index c3e10e2..f52bc54 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -1215,11 +1215,11 @@ This label turns red, if the priority is smaller than "medium". Whether to show coin control features or not. - + Выключает и включает отображение панели выбора входов. - Display coin &control features (experts only!) + Управление &входами (только для продвинутых пользователей!) diff --git a/src/zerocoin/Zerocoin.h b/src/zerocoin/Zerocoin.h index f40f03d..7672750 100644 --- a/src/zerocoin/Zerocoin.h +++ b/src/zerocoin/Zerocoin.h @@ -31,7 +31,8 @@ #define ZEROCOIN_SERIALNUMBER_PROOF "SERIALNUMBER_PROOF" // Activate multithreaded mode for proof verification -#define ZEROCOIN_THREADING 0 + +//#define ZEROCOIN_THREADING 1 // Uses a fast technique for coin generation. Could be more vulnerable // to timing attacks. Turn off if an attacker can measure coin minting time. -- 1.7.1