Update transparency scores for hardware wallets

This commit is contained in:
Saivann 2014-11-14 13:23:29 -05:00
parent 1c9302eb5e
commit 135ea4e5fa

View file

@ -156,8 +156,12 @@ en:
checkfailvalidationcentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments." checkfailvalidationcentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments."
checkgoodtransparencydeterministic: "Complete transparency" checkgoodtransparencydeterministic: "Complete transparency"
checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets." checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets."
checkpasstransparencyopensource: "Good transparency" checkpasstransparencyopensource: "Basic transparency"
checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code for the client. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like <a href=\"#download#\">Bitcoin Core</a>." checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code for the client. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like <a href=\"#download#\">Bitcoin Core</a>."
checkpasstransparencyopensourcehardware: "Basic transparency"
checkpasstransparencyopensourcehardwaretxt: "The source code for this wallet is public. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet because the device cannot be verified to be generating secure random seeds and to be using the same source code. Updating your device's firmware, generating your own secure random seed or using multi-signature can make it harder to steal your bitcoins."
checkpasstransparencyopenspechardware: "Basic transparency"
checkpasstransparencyopenspechardwaretxt: "The specification for this wallet is public. This means any developer in the world can do blackbox testing. However, you still need to trust developers of this wallet because the device cannot be verified to be generating secure random seeds and the source code cannot be audited. Updating your device's firmware, generating your own secure random seed or using multi-signature can make it harder to steal your bitcoins."
checkfailtransparencyclosedsource: "No transparency" checkfailtransparencyclosedsource: "No transparency"
checkfailtransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to." checkfailtransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to."
checkfailtransparencyremote: "Remote app" checkfailtransparencyremote: "Remote app"