Translate
authoralex <alex@alex-VirtualBox.(none)>
Sun, 29 Sep 2013 21:15:58 +0000 (01:15 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sun, 29 Sep 2013 21:15:58 +0000 (01:15 +0400)
src/qt/locale/bitcoin_ru.ts
src/zerocoin/Zerocoin.h

index c3e10e2..f52bc54 100644 (file)
@@ -1215,11 +1215,11 @@ This label turns red, if the priority is smaller than &quot;medium&quot;.
     <message>
         <location line="+7"/>
         <source>Whether to show coin control features or not.</source>
-        <translation type="unfinished"></translation>
+        <translation>Выключает и включает отображение панели выбора входов.</translation>
     </message>
     <message>
         <location line="+3"/>
-        <source>Display coin &amp;control features (experts only!)</source>
+        <source>Управление &amp;входами (только для продвинутых пользователей!)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
index f40f03d..7672750 100644 (file)
@@ -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.