From ba198d52740e64b840112dae85352fed3a30a5e7 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 23 Jun 2013 13:38:07 -0400 Subject: [PATCH] Add hardware wallets to the "secure your wallet" page --- _templates/secure-your-wallet.html | 16 ++++++++++++++++ _translations/en.yml | 3 +++ 2 files changed, 19 insertions(+) diff --git a/_templates/secure-your-wallet.html b/_templates/secure-your-wallet.html index 65290ad4..ab12f99f 100755 --- a/_templates/secure-your-wallet.html +++ b/_templates/secure-your-wallet.html @@ -66,6 +66,22 @@ id: secure-your-wallet

{% translate offlinetmptracetxt %}

+{% case page.lang %} +{% when 'ar' %} +{% when 'de' %} +{% when 'es' %} +{% when 'fa' %} +{% when 'fr' %} +{% when 'it' %} +{% when 'nl' %} +{% when 'pl' %} +{% when 'ru' %} +{% else %} +

{% translate hardwarewallet %}

+

{% translate hardwarewallettxt %}

+

{% translate hardwarewalletsoon %}
Trezor - ButterflyLabs BitSafe

+{% endcase %} +

{% translate offlinemulti %}

{% translate offlinemultitxt %}

diff --git a/_translations/en.yml b/_translations/en.yml index 81b25854..8d7fe2d8 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -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"