From f61482751a6785c1f52c6d982a6ceb7c5b8cbcf2 Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 7 Apr 2014 15:16:29 -0400 Subject: [PATCH] Translate remaining string on the "Download" page --- _templates/download.html | 7 ++++++- _translations/en.yml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_templates/download.html b/_templates/download.html index 500ff4d4..6a72094c 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -21,7 +21,12 @@ id: download

{% case page.lang %}{% when 'ar' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}{% translate downloadsig download en %}{% else %}{% translate downloadsig %}{% endcase %}
- Get the source code
+ {% case page.lang %} + {% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'hu' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %} + {% translate sourcecode download en %}
+ {% else %} + {% translate sourcecode %}
+ {% endcase %} {% translate versionhistory %}

diff --git a/_translations/en.yml b/_translations/en.yml index cac631c0..56c73b9f 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -154,6 +154,7 @@ en: download: "Download Bitcoin Core" downloados: "Or choose your operating system" downloadsig: "Verify release signatures" + sourcecode: "Get the source code" versionhistory: "Show version history" notelicense: "Bitcoin Core is a community-driven free software project, released under the MIT license." notesync: "Bitcoin Core initial sync can take a very long time to complete. You should make sure that you have enough bandwidth and storage for the full block chain size. If you know how to download a torrent file, you can speed up this process by putting bootstrap.dat (a previous copy of the block chain) in the Bitcoin Core data directory before starting the software."