Merge pull request #278 from bitcoin/bootstrap

Add bootstrap.dat to the download page
This commit is contained in:
saivann 2013-11-30 20:29:21 -08:00
commit a218719abc
5 changed files with 22 additions and 1 deletions

View File

@ -558,6 +558,12 @@ li p{
position:relative;
top:-2px;
}
.warningicon{
width:42px;
height:42px;
vertical-align:middle;
margin-right:6px;
}
.index,
.index ul,
@ -988,6 +994,12 @@ h2 .rssicon{
.download{
text-align:center;
}
.download p{
text-align:justify;
}
.download div p{
text-align:center;
}
.download h1,
.download h2{
text-align:center;
@ -1543,6 +1555,9 @@ h2 .rssicon{
.resourcesorg div{
border-top:0;
}
.download p{
text-align:left;
}
}
/* Deprecated styles (should be removed when translations are updated) */

View File

@ -23,6 +23,11 @@ id: download
<div><span></span> <a href="https://github.com/bitcoin/bitcoin">{% translate downloadsource %}</a> (GitHub)</div>
<p><a href="/en/version-history">{% translate versionhistory %}</a></p>
</div>
{% case page.lang %}
{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
{% else %}
<h2><img src="/img/warning.svg" class="warningicon">{% translate patient %}</h2>
{% endcase %}
<p>{% translate notesync %}</p>
<p>{% translate notelicense %}</p>
</div>

View File

@ -161,7 +161,8 @@ en:
downloadsource: "Source code"
versionhistory: "Show version history"
notelicense: "Bitcoin-Qt is a community-driven <a href=\"http://www.fsf.org/about/what-is-free-software\">free software</a> project, released under the <a href=\"http://opensource.org/licenses/mit-license.php\">MIT license</a>."
notesync: "<b>Note</b> : Bitcoin-Qt initial sync can take a day to complete. You should make sure that you have enough bandwidth and storage for the full <a href=\"http://blockchain.info/charts/blocks-size\">block chain size</a>."
notesync: "Bitcoin-Qt initial sync can take a very long time to complete. You should make sure that you have enough bandwidth and storage for the full <a href=\"http://blockchain.info/charts/blocks-size\">block chain size</a>. If you know how to download a torrent file, you can speed up this process by putting <a href=\"http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/bootstrap.dat.torrent/download\">bootstrap.dat</a> (a previous copy of the block chain) in the Bitcoin-Qt data directory before starting the software."
patient: "You will need to be patient"
events:
title: "Conferences and events - Bitcoin"
pagetitle: "Conferences and events"

BIN
img/warning.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/warning.svg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB