From 81bb2ff69b53763e819e78991bc20438201027f4 Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 6 Oct 2013 15:18:17 -0400 Subject: [PATCH] Add "Legal disclaimer" page --- _layouts/base.html | 7 +++++++ _templates/legal.html | 12 ++++++++++++ _translations/en.yml | 7 +++++++ 3 files changed, 26 insertions(+) create mode 100755 _templates/legal.html diff --git a/_layouts/base.html b/_layouts/base.html index ade5c30c..9033d73c 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -119,6 +119,7 @@ menu: {% else %} {% translate menu-about-us layout %} {% endcase %} + Legal {% translate footer layout %} @@ -205,6 +206,12 @@ menu: diff --git a/_templates/legal.html b/_templates/legal.html new file mode 100755 index 00000000..9a00e479 --- /dev/null +++ b/_templates/legal.html @@ -0,0 +1,12 @@ +--- +layout: base +id: legal +--- +

{% translate pagetitle %}

+

{% translate termstxt1 %}

+

{% translate termstxt2 %}

+{% if page.lang != 'en' %} +

English version

+

{% translate termstxt1 terms-of-use en %}

+

{% translate termstxt2 terms-of-use en %}

+{% endif %} diff --git a/_translations/en.yml b/_translations/en.yml index 80db50a2..9281d625 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -366,6 +366,11 @@ en: securetext: "Thanks to a clever use of strict cryptographic rules, Bitcoin provides an amazing list of security features. Not only are bitcoins impossible to counterfeit or spoof, but the protocol is also built to be very resistant against an impressive list of attacks." trust: "Solving issues with trust in banks" trusttext: "Bitcoin offers solutions to many of the trust problems that plague banks thanks to selective accounting transparency, digital signature proofs, and irreversible transactions. It also increases the risks for crooked bankers: no bitcoins can be created to save them from their own mistakes at the expense of the public." + legal: + title: "Legal disclaimer - Bitcoin" + pagetitle: "Legal disclaimer" + termstxt1: "This website provides information and material of a general nature. This information is intended for informational purposes only. This website may contain information that addresses real or potential legal issues. This information is not a substitute for qualified legal counsel. You are not authorized and nor should you rely on this website for legal advice. In no way are the owners of, or contributors to, this website responsible for the actions, decisions, or other behavior taken or not taken by you in reliance upon this website. This includes but is not limited to legal or technological reasons. You act at your own risk in reliance on the contents of this website. Should you make a decision to act or not act you should contact a licensed attorney in the relevant jurisdiction in which you want or need help." + termstxt2: "This website may contain translations of the English version of content. These translations are provided only as a convenience. In the event of any conflict between the English language version and the translation version of content, the English language version takes precedence. If you notice any inconsistency, please report them on GitHub" protect-your-privacy: title: "Protect your privacy - Bitcoin" pagetitle: "Protect your privacy" @@ -525,6 +530,7 @@ en: menu-how-it-works: "How it works" menu-innovation: Innovation menu-intro: Introduction + menu-legal: "Legal" menu-resources: Resources menu-support-bitcoin: Participate menu-vocabulary: Vocabulary @@ -547,6 +553,7 @@ en: getting-started: getting-started how-it-works: how-it-works innovation: innovation + legal: legal protect-your-privacy: protect-your-privacy resources: resources secure-your-wallet: secure-your-wallet