Skip to content

Commit 5f36810

Browse files
philippemstevenroose
authored andcommitted
Add parameter for chain name in initial download string
1 parent 382ce86 commit 5f36810

32 files changed

+58
-59
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
<translation>سيتم تخزين %1 جيجابايت تقريباً من البيانات في هذا الدليل.</translation>
834834
</message>
835835
<message>
836-
<source>%1 will download and store a copy of the block chain.</source>
836+
<source>%1 will download and store a copy of the $2 block chain.</source>
837837
<translation type="unfinished"></translation>
838838
</message>
839839
<message>

src/qt/locale/bitcoin_ca.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@
873873
<translation>Aproximadament %1 GB de dades s'emmagatzemaran en aquest directori.</translation>
874874
</message>
875875
<message>
876-
<source>%1 will download and store a copy of the block chain.</source>
877-
<translation>%1 descarregarà i emmagatzemarà una còpia de la cadena de blocs.</translation>
876+
<source>%1 will download and store a copy of the %2 block chain.</source>
877+
<translation>%1 descarregarà i emmagatzemarà una còpia de la cadena de blocs %2.</translation>
878878
</message>
879879
<message>
880880
<source>The wallet will also be stored in this directory.</source>

src/qt/locale/bitcoin_cs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
<translation>Bude proto potřebovat do tohoto adresáře uložit přibližně %1 GB dat.</translation>
874874
</message>
875875
<message>
876-
<source>%1 will download and store a copy of the block chain.</source>
876+
<source>%1 will download and store a copy of the %2 block chain.</source>
877877
<translation>%1 bude stahovat kopii bločenky.</translation>
878878
</message>
879879
<message>

src/qt/locale/bitcoin_da.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@
873873
<translation>Omtrent %1 GB data vil blive gemt i denne mappe.</translation>
874874
</message>
875875
<message>
876-
<source>%1 will download and store a copy of the block chain.</source>
877-
<translation>%1 vil downloade og gemme en kopi af blokkæden.</translation>
876+
<source>%1 will download and store a copy of the %2 block chain.</source>
877+
<translation>%1 vil downloade og gemme en kopi af %2-blokkæden.</translation>
878878
</message>
879879
<message>
880880
<source>The wallet will also be stored in this directory.</source>

src/qt/locale/bitcoin_de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@
873873
<translation>Etwa %1 GB Daten werden in diesem Verzeichnis gespeichert.</translation>
874874
</message>
875875
<message>
876-
<source>%1 will download and store a copy of the block chain.</source>
877-
<translation>%1 wird heruntergeladen und als eine Kopie von dem Blockchain gespeichert.</translation>
876+
<source>%1 will download and store a copy of the %2 block chain.</source>
877+
<translation>%1 wird heruntergeladen und als eine Kopie von dem %2 Blockchain gespeichert.</translation>
878878
</message>
879879
<message>
880880
<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
@@ -1111,7 +1111,7 @@
11111111
</message>
11121112
<message>
11131113
<location line="+8"/>
1114-
<source>%1 will download and store a copy of the block chain.</source>
1114+
<source>%1 will download and store a copy of the %2 block chain.</source>
11151115
<translation type="unfinished"></translation>
11161116
</message>
11171117
<message>

src/qt/locale/bitcoin_en_GB.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@
873873
<translation>Approximately %1 GB of data will be stored in this directory.</translation>
874874
</message>
875875
<message>
876-
<source>%1 will download and store a copy of the block chain.</source>
877-
<translation>%1 will download and store a copy of the block chain.</translation>
876+
<source>%1 will download and store a copy of the %2 block chain.</source>
877+
<translation>%1 will download and store a copy of the %2 block chain.</translation>
878878
</message>
879879
<message>
880880
<source>The wallet will also be stored in this directory.</source>

src/qt/locale/bitcoin_es.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,8 @@
872872
<translation>Se almacenará aproximadamente %1 GB de datos en este directorio.</translation>
873873
</message>
874874
<message>
875-
<source>%1 will download and store a copy of the block chain.</source>
876-
<translation>%1 descargará y almacenará una copia de la cadena de bloques.</translation>
875+
<source>%1 will download and store a copy of the %2 block chain.</source>
876+
<translation>%1 descargará y almacenará una copia de la cadena de bloques de %2.</translation>
877877
</message>
878878
<message>
879879
<source>The wallet will also be stored in this directory.</source>

src/qt/locale/bitcoin_es_CL.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@
844844
<translation>Aproximadamente %1 GB de información será almacenado en este directorio.</translation>
845845
</message>
846846
<message>
847-
<source>%1 will download and store a copy of the block chain.</source>
848-
<translation>%1 descargará y almacenará una copia del blockchain.</translation>
847+
<source>%1 will download and store a copy of the %2 block chain.</source>
848+
<translation>%1 descargará y almacenará una copia del blockchain de %2.</translation>
849849
</message>
850850
<message>
851851
<source>The wallet will also be stored in this directory.</source>

0 commit comments

Comments
 (0)