diff --git a/_layouts/base.html b/_layouts/base.html index d2180251..e2bc89ab 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -105,7 +105,15 @@ menu: Icon{% translate button-support layout %} - + diff --git a/_templates/about-us.html b/_templates/about-us.html new file mode 100644 index 00000000..e97b840e --- /dev/null +++ b/_templates/about-us.html @@ -0,0 +1,26 @@ +--- +layout: base +id: about-us +--- +

{% translate pagetitle %}

+

{% translate pagedesc %}

+ +

{% translate own %}

+

{% translate owntxt %}

+ +

{% translate control %}

+

{% translate controltxt %}

+ +

{% translate mission %}

+ + +

{% translate help %}

+

{% translate helptxt %}

diff --git a/_translations/en.yml b/_translations/en.yml index b2c89724..dde9d5f7 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -27,6 +27,24 @@ en: statstxt3: "Millions of USD in daily trade volume distributed across 50,000 transactions." statstxt4: "Total value of all bitcoins in circulation is over US$1.3 billion." statstxt5: "Only one major security incident in the protocol which was fixed in August 2010." + about-us: + title: "About bitcoin.org" + pagetitle: "About bitcoin.org" + pagedesc: "Bitcoin.org is dedicated to help Bitcoin to develop in a sustainable way." + own: "Who owns bitcoin.org" + owntxt: "Bitcoin.org is the original domain name used with the first Bitcoin website. It was registered and is still managed by Bitcoin core developers and by additional community members, with the input of Bitcoin communities. Bitcoin.org is not an official website. Just like nobody owns the email technology, nobody owns the Bitcoin network. As such, nobody can speak with authority in the name of Bitcoin." + control: "Then... who controls Bitcoin?" + controltxt: "Bitcoin is controlled by all Bitcoin users around the world. Developers are improving the software but they can't force a change in the rules of the Bitcoin protocol because all users are free to choose what software they use. In order to stay compatible with each other, all users need to use software complying with the same rules. Bitcoin can only work decently with a complete consensus between all users. Therefore, all users and developers have strong incentives to adopt and protect this consensus." + mission: "Mission" + missiontxt1: "Inform users to protect them from common mistakes." + missiontxt2: "Give an accurate description of Bitcoin properties, potential uses and limitations." + missiontxt3: "Display transparent alerts and events regarding the Bitcoin network." + missiontxt4: "Invite talented humans to help with Bitcoin development at many levels." + missiontxt5: "Provide visibility to the large scale Bitcoin ecosystem." + missiontxt6: "Improve Bitcoin worldwide accessibility with internationalization." + missiontxt7: "Remain a neutral informative resource about Bitcoin." + help: "Help us" + helptxt: "You can report any problem or help to improve bitcoin.org on GitHub by opening an issue or a pull request in English. When submitting a pull request, please take required time to discuss your changes and adapt your work. You can help with translations by joining a team on Transifex. Please don't ask for promotion for your personal business or website, except for special cases like conferences." bitcoin-for-businesses: title: "Bitcoin for Businesses - Bitcoin" pagetitle: "Bitcoin for Businesses" @@ -480,12 +498,14 @@ en: menu-innovation: Innovation menu-foundation: Foundation menu-about: About + menu-about-us: "About bitcoin.org" button-wallet: "Choose your wallet" button-know: "You need to know" button-support: "Support Bitcoin" footer: "© Bitcoin Project 2009–2013 Released under the MIT license" url: about: about + about-us: about-us bitcoin-for-developers: bitcoin-for-developers bitcoin-for-enthusiasts: bitcoin-for-enthusiasts bitcoin-for-individuals: bitcoin-for-individuals