Skip to content

Commit 96b90d0

Browse files
philippemstevenroose
authored andcommitted
Add parameter for chain name in initial download string
1 parent a531e6a commit 96b90d0

32 files changed

+86
-87
lines changed

src/qt/intro.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ Intro::Intro(QWidget *parent, uint64_t blockchain_size, uint64_t chain_state_siz
149149
}
150150
requiredSpace += m_chain_state_size;
151151
ui->sizeWarningLabel->setText(
152-
//ELEMENTS: the Bitcoin mention is removed here which breaks translations
153-
tr("%1 will download and store a copy of the block chain.").arg(tr(PACKAGE_NAME)) + " " +
152+
tr("%1 will download and store a copy of the %2 block chain.").arg(tr(PACKAGE_NAME)).arg(tr("Liquid")) + " " +
154153
storageRequiresMsg.arg(requiredSpace) + " " +
155154
tr("The wallet will also be stored in this directory.")
156155
);

src/qt/locale/bitcoin_ar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -881,8 +881,8 @@
881881
<translation>سيتم تخزين %1 جيجابايت تقريباً من البيانات في هذا الدليل.</translation>
882882
</message>
883883
<message>
884-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
885-
<translation>سيقوم %1 بتنزيل نسخة من سلسلة كتل بتكوين وتخزينها.</translation>
884+
<source>%1 will download and store a copy of the %2 block chain.</source>
885+
<translation type="unfinished"></translation>
886886
</message>
887887
<message>
888888
<source>The wallet will also be stored in this directory.</source>
@@ -3212,4 +3212,4 @@
32123212
<translation>خطأ</translation>
32133213
</message>
32143214
</context>
3215-
</TS>
3215+
</TS>

src/qt/locale/bitcoin_ca.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,8 @@
853853
<translation>Aproximadament %1 GB de dades s'emmagatzemaran en aquest directori.</translation>
854854
</message>
855855
<message>
856-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
857-
<translation>%1 descarregarà i emmagatzemarà una còpia de la cadena de blocs Bitcoin.</translation>
856+
<source>%1 will download and store a copy of the %2 block chain.</source>
857+
<translation>%1 descarregarà i emmagatzemarà una còpia de la cadena de blocs %2.</translation>
858858
</message>
859859
<message>
860860
<source>The wallet will also be stored in this directory.</source>
@@ -3451,4 +3451,4 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
34513451
<translation>Error</translation>
34523452
</message>
34533453
</context>
3454-
</TS>
3454+
</TS>

src/qt/locale/bitcoin_cs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@
913913
<translation>Bude proto potřebovat do tohoto adresáře uložit přibližně %1 GB dat.</translation>
914914
</message>
915915
<message>
916-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
917-
<translation>%1 bude stahovat kopii blockchainu.</translation>
916+
<source>%1 will download and store a copy of the %2 block chain.</source>
917+
<translation>%1 bude stahovat kopii bločenky.</translation>
918918
</message>
919919
<message>
920920
<source>The wallet will also be stored in this directory.</source>
@@ -3725,4 +3725,4 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
37253725
<translation>Chyba</translation>
37263726
</message>
37273727
</context>
3728-
</TS>
3728+
</TS>

src/qt/locale/bitcoin_da.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@
913913
<translation>Omtrent %1 GB data vil blive gemt i denne mappe.</translation>
914914
</message>
915915
<message>
916-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
917-
<translation>%1 vil downloade og gemme en kopi af Bitcoin-blokkæden.</translation>
916+
<source>%1 will download and store a copy of the %2 block chain.</source>
917+
<translation>%1 vil downloade og gemme en kopi af %2-blokkæden.</translation>
918918
</message>
919919
<message>
920920
<source>The wallet will also be stored in this directory.</source>
@@ -3717,4 +3717,4 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
37173717
<translation>Fejl</translation>
37183718
</message>
37193719
</context>
3720-
</TS>
3720+
</TS>

src/qt/locale/bitcoin_de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@
913913
<translation>Etwa %1 GB Daten werden in diesem Verzeichnis gespeichert.</translation>
914914
</message>
915915
<message>
916-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
917-
<translation>%1 wird eine Kopie der Bitcoin-Blockchain herunterladen und speichern.</translation>
916+
<source>%1 will download and store a copy of the %2 block chain.</source>
917+
<translation>%1 wird heruntergeladen und als eine Kopie von dem %2 Blockchain gespeichert.</translation>
918918
</message>
919919
<message>
920920
<source>The wallet will also be stored in this directory.</source>

src/qt/locale/bitcoin_en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@
11511151
</message>
11521152
<message>
11531153
<location line="+8"/>
1154-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
1154+
<source>%1 will download and store a copy of the %2 block chain.</source>
11551155
<translation type="unfinished"></translation>
11561156
</message>
11571157
<message>

src/qt/locale/bitcoin_en_GB.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@
913913
<translation>Approximately %1 GB of data will be stored in this directory.</translation>
914914
</message>
915915
<message>
916-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
917-
<translation>%1 will download and store a copy of the Bitcoin block chain.</translation>
916+
<source>%1 will download and store a copy of the %2 block chain.</source>
917+
<translation>%1 will download and store a copy of the %2 block chain.</translation>
918918
</message>
919919
<message>
920920
<source>The wallet will also be stored in this directory.</source>
@@ -3729,4 +3729,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
37293729
<translation>Error</translation>
37303730
</message>
37313731
</context>
3732-
</TS>
3732+
</TS>

src/qt/locale/bitcoin_es.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@
912912
<translation>Se almacenará aproximadamente %1 GB de datos en este directorio.</translation>
913913
</message>
914914
<message>
915-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
916-
<translation>%1 descargará y almacenará una copia de la cadena de bloques de Bitcoin.</translation>
915+
<source>%1 will download and store a copy of the %2 block chain.</source>
916+
<translation>%1 descargará y almacenará una copia de la cadena de bloques de %2.</translation>
917917
</message>
918918
<message>
919919
<source>The wallet will also be stored in this directory.</source>
@@ -3724,4 +3724,4 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
37243724
<translation>Error</translation>
37253725
</message>
37263726
</context>
3727-
</TS>
3727+
</TS>

src/qt/locale/bitcoin_es_CL.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@
829829
<translation>Aproximadamente %1 GB de información será almacenado en este directorio.</translation>
830830
</message>
831831
<message>
832-
<source>%1 will download and store a copy of the Bitcoin block chain.</source>
833-
<translation>%1 descargará y almacenará una copia del blockchain de Bitcoin.</translation>
832+
<source>%1 will download and store a copy of the %2 block chain.</source>
833+
<translation>%1 descargará y almacenará una copia del blockchain de %2.</translation>
834834
</message>
835835
<message>
836836
<source>The wallet will also be stored in this directory.</source>
@@ -3114,4 +3114,4 @@
31143114
<translation>Error</translation>
31153115
</message>
31163116
</context>
3117-
</TS>
3117+
</TS>

0 commit comments

Comments
 (0)