Merge pull request #545 from bitcoin/trezor

Add Trezor to wallets
This commit is contained in:
saivann 2014-09-19 00:42:31 -04:00
commit 96d7722d66
5 changed files with 19 additions and 7 deletions

View file

@ -243,6 +243,23 @@ wallets:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosurespv"
privacynetwork: "checkfailprivacynetworknosupporttor"
- trezor:
title: "TREZOR"
titleshort: "TREZOR"
compat: "hardware"
level: 2
platform:
hardware:
text: "wallettrezor"
link: "http://bitcointrezor.com/"
source: "https://github.com/trezor/"
screenshot: "trezor.png"
check:
control: "checkgoodcontrolfull"
decentralization: "checkneutraldecentralizevariable"
transparency: "checkfailtransparencynew"
environment: "checkgoodenvironmenthardware"
privacy: "checkneutralprivacyvariable"
- hive:
title: "Hive"
titleshort: "Hive"
@ -654,7 +671,7 @@ wallets:
<li class="wallet-linux"><a data-walletcompat="linux">{% translate platformlinux %}</a></li>
</ul>
</li>
<li class="wallet-hardware" style="display:none;"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
<li class="wallet-hardware"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
<li class="wallet-web"><a data-walletcompat="web">{% translate walletcatweb %}</a></li>
</ul>
</div>

View file

@ -61,11 +61,6 @@ id: secure-your-wallet
<div class="box boxexpand">
<h3><a href="#" onclick="boxShow(event);">{% translate hardwarewallet %}</a></h3>
<p>{% translate hardwarewallettxt %}</p>
<p>{% translate hardwarewalletsoon %}</p>
<p>
<a href="http://www.bitcointrezor.com/">Trezor</a><br>
<a href="http://www.butterflylabs.com/bitcoin-hardware-wallet/">ButterflyLabs BitSafe</a>
</p>
</div>
<h2>{% translate update %}</h2>