Add hardware wallets to the "secure your wallet" page

This commit is contained in:
Saivann 2013-06-23 13:38:07 -04:00
parent 250a881977
commit ba198d5274
2 changed files with 19 additions and 0 deletions

View file

@ -66,6 +66,22 @@ id: secure-your-wallet
<p>{% translate offlinetmptracetxt %}</p>
</div>
{% case page.lang %}
{% when 'ar' %}
{% when 'de' %}
{% when 'es' %}
{% when 'fa' %}
{% when 'fr' %}
{% when 'it' %}
{% when 'nl' %}
{% when 'pl' %}
{% when 'ru' %}
{% else %}
<h2>{% translate hardwarewallet %}</h2>
<p>{% translate hardwarewallettxt %}</p>
<p>{% translate hardwarewalletsoon %}<br><a href="http://bitcointrezor.com/">Trezor</a> - ButterflyLabs BitSafe</p>
{% endcase %}
<h2>{% translate offlinemulti %}</h2>
<p>{% translate offlinemultitxt %}</p>

View file

@ -360,6 +360,9 @@ en:
offlinetmpmisstxt: "Booting in a temporary environment might possibly assign a different layout to your keyboard which will later produce different characters then expected. When using encryption, this can cause password mismatches. You might want to type your password on the screen to prevent problems."
offlinetmptrace: "Leaving no trace"
offlinetmptracetxt: "As long as a storage media like a hard drive is connected to the computer, there is a small risk that some traces of your private keys can remain. You might want to disconnect any hard drive or disable all swap partitions before loading your wallet."
hardwarewallet: "Hardware wallets are the future"
hardwarewallettxt: "Hardware wallets are the best balance between very high security and ease of use. They are little devices that are designed from the root to be a wallet and nothing else. No software can be installed on them, making them very secure against computer vulnerabilities and online thieves. Because they can allow backup, you can recover your funds if you lose the device."
hardwarewalletsoon: "As of today, no hardware wallet has entered in production but they are coming soon:"
offlinemulti: "Multi-signature to protect against theft"
offlinemultitxt: "Bitcoin includes a multi-signature feature that allows a transaction to require the signature of more than one private key to be spent. It is however only usable for technical users but a greater availability for this feature can be expected in the future. Multi-signature can allow an organization to give access to its treasury to its members while only allowing a withdrawal if 3 of 5 members sign the transaction. It can also allow future online wallets to share a multi-signature address with their users, so that a thief would need to compromise both your computer and the online wallet servers in order to steal your funds."
offlinemobile: "Small amounts on your mobile"