Update nl translation

This commit is contained in:
Saivann 2013-09-05 08:58:19 -04:00
parent bcebe9c481
commit e6eb27162a
15 changed files with 275 additions and 310 deletions

View file

@ -18,7 +18,7 @@ id: support-bitcoin
<p>{% translate donationtxt %}</p>
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'it' or 'nl' or 'pl' or 'ru' or 'zh_TW' %}
{% when 'ar' or 'es' or 'fa' or 'it' or 'pl' or 'ru' or 'zh_TW' %}
{% else %}
<h2><img class="titleicon" src="/img/ico_foundation.svg" alt="Icon" />{% translate foundation %}</h2>
<p>{% translate foundationtxt %}</p>
@ -33,7 +33,7 @@ id: support-bitcoin
<h2><img class="titleicon" src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
<p>{% translate translatetxt %}</p>
{% case page.lang %}
{% when 'ar' or 'es' or 'it' or 'nl' or 'ru' %}
{% when 'ar' or 'es' or 'it' or 'ru' %}
{% else %}
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin-Qt</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://code.google.com/p/bitcoin-wallet/wiki/Translating">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">MultiBit</a></p>
{% endcase %}