diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 66a14e08ad..03e30bb8bb 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -358,7 +358,7 @@ void BitcoinApplication::shutdownResult() void BitcoinApplication::handleRunawayException(const QString &message) { - QMessageBox::critical(nullptr, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Bitcoin can no longer continue safely and will quit.") + QString("\n\n") + message); + QMessageBox::critical(nullptr, "Runaway exception", BitcoinGUI::tr("A fatal error occurred. Elements can no longer continue safely and will quit.") + QString("\n\n") + message); ::exit(EXIT_FAILURE); } diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index 41c6506e04..7851289113 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -139,7 +139,7 @@ Intro::Intro(QWidget *parent, int64_t blockchain_size_gb, int64_t chain_state_si .arg(PACKAGE_NAME) .arg(m_blockchain_size_gb) .arg(2009) - .arg(tr("Bitcoin")) + .arg(tr("Liquid")) ); ui->lblExplanation2->setText(ui->lblExplanation2->text().arg(PACKAGE_NAME)); diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts index 0d138d353c..fc2a786e15 100644 --- a/src/qt/locale/bitcoin_ar.ts +++ b/src/qt/locale/bitcoin_ar.ts @@ -896,8 +896,8 @@ سيتم تخزين %1 جيجابايت تقريباً من البيانات في هذا الدليل. - %1 will download and store a copy of the Bitcoin block chain. - سيقوم %1 بتنزيل نسخة من سلسلة كتل بتكوين وتخزينها. + %1 will download and store a copy of the %2 block chain. + The wallet will also be stored in this directory. @@ -3125,4 +3125,4 @@ إنتهاء التحميل - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts index e14fc3097e..42e934941d 100644 --- a/src/qt/locale/bitcoin_ca.ts +++ b/src/qt/locale/bitcoin_ca.ts @@ -891,8 +891,8 @@ Aproximadament %1GB de dades seran emmagetzamades en aquest directori. - %1 will download and store a copy of the Bitcoin block chain. - %1 descarregarà i emmagatzemarà una còpia de la cadena de blocs Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 descarregarà i emmagatzemarà una còpia de la cadena de blocs %2. The wallet will also be stored in this directory. @@ -3399,4 +3399,4 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1 Ha acabat la càrrega - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts index 70334087e8..65cde26bec 100644 --- a/src/qt/locale/bitcoin_cs.ts +++ b/src/qt/locale/bitcoin_cs.ts @@ -915,7 +915,7 @@ Bude proto potřebovat do tohoto adresáře uložit přibližně %1 GB dat. - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. %1 bude stahovat kopii blockchainu. @@ -3565,4 +3565,4 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa Načítání dokončeno - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts index 0fb4d104aa..660a390d77 100644 --- a/src/qt/locale/bitcoin_da.ts +++ b/src/qt/locale/bitcoin_da.ts @@ -987,8 +987,8 @@ Omtrent %1 GB data vil blive gemt i denne mappe. - %1 will download and store a copy of the Bitcoin block chain. - %1 vil downloade og gemme en kopi af Bitcoin-blokkæden. + %1 will download and store a copy of the %2 block chain. + %1 vil downloade og gemme en kopi af %2-blokkæden. The wallet will also be stored in this directory. @@ -3801,4 +3801,4 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos Indlæsning gennemført - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts index ff763b002c..8afcd29b5c 100644 --- a/src/qt/locale/bitcoin_de.ts +++ b/src/qt/locale/bitcoin_de.ts @@ -987,8 +987,8 @@ Etwa %1 GB Daten werden in diesem Verzeichnis gespeichert. - %1 will download and store a copy of the Bitcoin block chain. - %1 wird eine Kopie der Bitcoin-Blockchain herunterladen und speichern. + %1 will download and store a copy of the %2 block chain. + %1 wird eine Kopie der %2-Blockchain herunterladen und speichern. The wallet will also be stored in this directory. @@ -3811,4 +3811,4 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio Laden abgeschlossen - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 6b4174f313..9134ae7955 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -1236,7 +1236,7 @@ - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. diff --git a/src/qt/locale/bitcoin_en_GB.ts b/src/qt/locale/bitcoin_en_GB.ts index ab674f0c7d..7fbb4a68ee 100644 --- a/src/qt/locale/bitcoin_en_GB.ts +++ b/src/qt/locale/bitcoin_en_GB.ts @@ -987,8 +987,8 @@ Approximately %1 GB of data will be stored in this directory. - %1 will download and store a copy of the Bitcoin block chain. - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. + %1 will download and store a copy of the %2 block chain. The wallet will also be stored in this directory. @@ -3809,4 +3809,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p Done loading - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts index b681cff011..1746a7a886 100644 --- a/src/qt/locale/bitcoin_es.ts +++ b/src/qt/locale/bitcoin_es.ts @@ -987,8 +987,8 @@ Aproximadamente %1 GB de datos se almacenarán en este directorio. - %1 will download and store a copy of the Bitcoin block chain. - %1 descargará y almacenará una copia de la cadena de bloques de Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 descargará y almacenará una copia de la cadena de bloques de %2. The wallet will also be stored in this directory. @@ -3729,4 +3729,4 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis Se terminó de cargar - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts index 4b864f4e74..c9a2bba0d8 100644 --- a/src/qt/locale/bitcoin_es_CL.ts +++ b/src/qt/locale/bitcoin_es_CL.ts @@ -836,8 +836,8 @@ Exportar los datos en la pestaña actual a un archivo Aproximadamente %1 GB de datos se almacenarán en este directorio. - %1 will download and store a copy of the Bitcoin block chain. - %1 descargará y almacenará una copia de la cadena de bloques de Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 descargará y almacenará una copia de la cadena de bloques de %2. The wallet will also be stored in this directory. @@ -3102,4 +3102,4 @@ Exportar los datos en la pestaña actual a un archivo Listo Cargando - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts index 28b455d13c..fa893a4f83 100644 --- a/src/qt/locale/bitcoin_fi.ts +++ b/src/qt/locale/bitcoin_fi.ts @@ -967,8 +967,8 @@ Noin %1 GB tietoa varastoidaan tähän hakemistoon. - %1 will download and store a copy of the Bitcoin block chain. - %1 lataa ja tallentaa kopion Bitcoinin lohkoketjusta. + %1 will download and store a copy of the %2 block chain. + %1 lataa ja tallentaa kopion %2in lohkoketjusta. The wallet will also be stored in this directory. @@ -3601,4 +3601,4 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t Lataus on valmis - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_fil.ts b/src/qt/locale/bitcoin_fil.ts index f7b8000439..cacb4c4717 100644 --- a/src/qt/locale/bitcoin_fil.ts +++ b/src/qt/locale/bitcoin_fil.ts @@ -867,8 +867,8 @@ Humigit-kumulang na %1 GB na data ay maiimbak sa direktoryong ito. - %1 will download and store a copy of the Bitcoin block chain. - %1 ay mag-do-download at magiimbak ng kopya ng Bitcoin blockchain. + %1 will download and store a copy of the %2 block chain. + %1 ay mag-do-download at magiimbak ng kopya ng %2 blockchain. The wallet will also be stored in this directory. @@ -3497,4 +3497,4 @@ Tandaan: Dahil ang bayad ay kinakalkula sa bawat-byte na batayan, ang bayad ng Tapos na ang pag-lo-load - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts index 1cddb413ef..5ae057ee16 100644 --- a/src/qt/locale/bitcoin_fr.ts +++ b/src/qt/locale/bitcoin_fr.ts @@ -987,8 +987,8 @@ Approximativement %1 Go de données seront stockés dans ce répertoire. - %1 will download and store a copy of the Bitcoin block chain. - %1 téléchargera et stockera une copie de la chaîne de blocs Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 téléchargera et stockera une copie de la chaîne de blocs %2. The wallet will also be stored in this directory. @@ -3809,4 +3809,4 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par Chargement terminé - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts index 78570e8bbf..5aa533e0fd 100644 --- a/src/qt/locale/bitcoin_he.ts +++ b/src/qt/locale/bitcoin_he.ts @@ -883,8 +883,8 @@ מידע בנפח של כ-%1 ג׳יגה-בייט יאוחסן בתיקייה זו. - %1 will download and store a copy of the Bitcoin block chain. - %1 תוריד ותאחסן עותק של שרשרת הבלוקים של ביטקוין. + %1 will download and store a copy of the %2 block chain. + The wallet will also be stored in this directory. @@ -3534,4 +3534,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p טעינה הושלמה - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts index 0d0a2e6765..3964e7b376 100644 --- a/src/qt/locale/bitcoin_hr.ts +++ b/src/qt/locale/bitcoin_hr.ts @@ -974,8 +974,8 @@ Otprilike %1 GB podataka bit će spremljeno u ovoj mapi. - %1 will download and store a copy of the Bitcoin block chain. - %1 preuzet će i pohraniti kopiju Bitcoinovog lanca blokova. + %1 will download and store a copy of the %2 block chain. + %1 preuzet će i pohraniti kopiju %2ovog lanca blokova. The wallet will also be stored in this directory. @@ -3704,4 +3704,4 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k Učitavanje gotovo - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts index 34c8b91844..f7b2a6b40f 100644 --- a/src/qt/locale/bitcoin_hu.ts +++ b/src/qt/locale/bitcoin_hu.ts @@ -954,8 +954,8 @@ Hozzávetőlegesen %1 GB adatot fogunk ebben a könyvtárban tárolni. - %1 will download and store a copy of the Bitcoin block chain. - %1 le fog töltődni és a Bitcoin blokk lánc egy másolatát fogja tárolni. + %1 will download and store a copy of the %2 block chain. + %1 le fog töltődni és a %2 blokk lánc egy másolatát fogja tárolni. The wallet will also be stored in this directory. @@ -3406,4 +3406,4 @@ Betöltés befejezve. - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts index 2cd0941a8c..561cf6f73d 100644 --- a/src/qt/locale/bitcoin_it.ts +++ b/src/qt/locale/bitcoin_it.ts @@ -987,8 +987,8 @@ Verranno salvati circa %1 GB di dati in questa cartella. - %1 will download and store a copy of the Bitcoin block chain. - %1 scaricherà e salverà una copia della block chain di Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 scaricherà e salverà una copia della block chain di %2. The wallet will also be stored in this directory. @@ -3810,4 +3810,4 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di " Caricamento completato - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts index ea1bf17838..37ebfd5196 100644 --- a/src/qt/locale/bitcoin_ja.ts +++ b/src/qt/locale/bitcoin_ja.ts @@ -984,8 +984,8 @@ 約%1 GBのデータがこのディレクトリに保存されます。 - %1 will download and store a copy of the Bitcoin block chain. - %1 は Bitcoin ブロックチェーンのコピーをダウンロードし保存します。 + %1 will download and store a copy of the %2 block chain. + %1 は %2 ブロックチェーンのコピーをダウンロードし保存します。 The wallet will also be stored in this directory. @@ -3758,4 +3758,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p 読み込み完了 - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts index 7119de29ae..6018a230e0 100644 --- a/src/qt/locale/bitcoin_nb.ts +++ b/src/qt/locale/bitcoin_nb.ts @@ -875,8 +875,8 @@ Omtrent %1GB data vil bli lagret i denne mappen. - %1 will download and store a copy of the Bitcoin block chain. - %1 vil laste ned og lagre en kopi av Bitcoin blokkjeden. + %1 will download and store a copy of the %2 block chain. + %1 vil laste ned og lagre en kopi av %2 blokkjeden. The wallet will also be stored in this directory. @@ -3405,4 +3405,4 @@ Ferdig med lasting - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts index 73c18cd4d8..087e9fdfce 100644 --- a/src/qt/locale/bitcoin_nl.ts +++ b/src/qt/locale/bitcoin_nl.ts @@ -988,8 +988,8 @@ Dit is ideaal voor alleen-lezen portommonees. Gemiddeld %1 GB aan data zal worden opgeslagen in deze map. - %1 will download and store a copy of the Bitcoin block chain. - %1 zal een kopie van de blokketen van Bitcoin downloaden en opslaan. + %1 will download and store a copy of the %2 block chain. + %1 zal een kopie van de blokketen van %2 downloaden en opslaan. The wallet will also be stored in this directory. @@ -3810,4 +3810,4 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10 Klaar met laden - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts index c09e0d41ac..2a9c6f4b40 100644 --- a/src/qt/locale/bitcoin_pl.ts +++ b/src/qt/locale/bitcoin_pl.ts @@ -975,8 +975,8 @@ Około %1 GB danych zostanie zapisane w tym katalogu. - %1 will download and store a copy of the Bitcoin block chain. - %1 pobierze i zapisze lokalnie kopię łańcucha bloków Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 pobierze i zapisze lokalnie kopię łańcucha bloków %2. The wallet will also be stored in this directory. @@ -3696,4 +3696,4 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw Wczytywanie zakończone - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_pt.ts b/src/qt/locale/bitcoin_pt.ts index 9fc9170501..af44a9f005 100644 --- a/src/qt/locale/bitcoin_pt.ts +++ b/src/qt/locale/bitcoin_pt.ts @@ -987,8 +987,8 @@ Aproximadamente %1 GB de dados irão ser guardados nesta pasta. - %1 will download and store a copy of the Bitcoin block chain. - %1 irá descarregar e armazenar uma cópia da cadeia de blocos da Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 irá descarregar e armazenar uma cópia da cadeia de blocos da %2. The wallet will also be stored in this directory. diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts index b4ae9eeee5..75d01cacf4 100644 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ b/src/qt/locale/bitcoin_pt_BR.ts @@ -987,8 +987,8 @@ Aproximadamente %1 GB de dados serão armazenados neste diretório. - %1 will download and store a copy of the Bitcoin block chain. - %1 irá baixar e armazenar uma cópia da block chain do Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 irá baixar e armazenar uma cópia da block chain do %2. The wallet will also be stored in this directory. @@ -3810,4 +3810,4 @@ Diretório de blocos especificados "%s" não existe. Carregamento terminado! - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts index 8435a49319..8a38fbcf3a 100644 --- a/src/qt/locale/bitcoin_sk.ts +++ b/src/qt/locale/bitcoin_sk.ts @@ -975,7 +975,7 @@ Približne %1 GB dát bude uložených v tejto zložke. - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. %1 bude sťahovať kopiu reťazca blokov. @@ -3694,4 +3694,4 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato Dokončené načítavanie - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_sl.ts b/src/qt/locale/bitcoin_sl.ts index 251c040a22..8e5f04b332 100644 --- a/src/qt/locale/bitcoin_sl.ts +++ b/src/qt/locale/bitcoin_sl.ts @@ -987,7 +987,7 @@ Približno %1 GB podatkov bo shranjenih v tem direktoriju. - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. %1 bo prenesel in shranil kopijo verige blokov. @@ -3809,4 +3809,4 @@ Opomba: Ker se provizija izračuna na bajt, bi provizija "100 satoshijev na kB" Nalaganje končano - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts index e626b1a930..52e2c9fc20 100644 --- a/src/qt/locale/bitcoin_sv.ts +++ b/src/qt/locale/bitcoin_sv.ts @@ -948,8 +948,8 @@ Försök igen. Ungefär %1 GB data kommer att lagras i den här katalogen. - %1 will download and store a copy of the Bitcoin block chain. - %1 kommer att ladda ner och lagra en kopia av Bitcoins blockkedja. + %1 will download and store a copy of the %2 block chain. + %1 kommer att ladda ner och lagra en kopia av %2s blockkedja. The wallet will also be stored in this directory. @@ -3618,4 +3618,4 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f Inläsning klar - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_szl.ts b/src/qt/locale/bitcoin_szl.ts index 3fb191c50f..7ea68b66a5 100644 --- a/src/qt/locale/bitcoin_szl.ts +++ b/src/qt/locale/bitcoin_szl.ts @@ -827,8 +827,8 @@ Kole %1 GB datōw ôstanie spamiyntane w tym katalogu. - %1 will download and store a copy of the Bitcoin block chain. - %1 sebiere i spamiyntŏ kopijõ kety blokōw Bitcoin. + %1 will download and store a copy of the %2 block chain. + %1 sebiere i spamiyntŏ kopijõ kety blokōw %2. The wallet will also be stored in this directory. @@ -1991,4 +1991,4 @@ Wgrŏwanie zakōńczōne - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts index ca8839fee3..f7bf147789 100644 --- a/src/qt/locale/bitcoin_uk.ts +++ b/src/qt/locale/bitcoin_uk.ts @@ -983,7 +983,7 @@ Близько %1 Гб даних буде збережено в цьому каталозі. - %1 will download and store a copy of the Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. %1 буде завантажувати та зберігати копію ланцюжка блоків біткінів. @@ -3800,4 +3800,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p Завантаження завершено - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_vi.ts b/src/qt/locale/bitcoin_vi.ts index 1d5491137b..abec3ceec4 100644 --- a/src/qt/locale/bitcoin_vi.ts +++ b/src/qt/locale/bitcoin_vi.ts @@ -883,8 +883,8 @@ Gần đúng %1 GB of data sẽ được lưu giữ trong danh mục này. - %1 will download and store a copy of the Bitcoin block chain. - %1 sẽ download và lưu trữ một bản copy của Bitcoin block chain. + %1 will download and store a copy of the %2 block chain. + %1 sẽ download và lưu trữ một bản copy của %2 block chain. The wallet will also be stored in this directory. @@ -3557,4 +3557,4 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos Done loading - \ No newline at end of file + diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts index 2c534d9162..2aa8d87ebd 100644 --- a/src/qt/locale/bitcoin_zh_CN.ts +++ b/src/qt/locale/bitcoin_zh_CN.ts @@ -987,8 +987,8 @@ 会在此目录中存储约 %1 GB 的数据。 - %1 will download and store a copy of the Bitcoin block chain. - %1 将会下载并存储比特币区块链。 + %1 will download and store a copy of the %2 block chain. + The wallet will also be stored in this directory. diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts index 27c2b0c71f..bfc350ac56 100644 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ b/src/qt/locale/bitcoin_zh_TW.ts @@ -887,8 +887,8 @@ 在這個目錄中大約會存放 %1 GB 的資料。 - %1 will download and store a copy of the Bitcoin block chain. - %1 會下載 Bitcoin 區塊鏈並且儲存一份副本。 + %1 will download and store a copy of the %2 block chain. + %1 會下載 %2 區塊鏈並且儲存一份副本。 The wallet will also be stored in this directory. @@ -3577,4 +3577,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p 載入完成 - \ No newline at end of file + diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index 3261e23508..98d130a6ce 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -47,7 +47,7 @@ const QString BITCOIN_IPC_PREFIX("bitcoin:"); // static QString ipcServerName() { - QString name("BitcoinQt"); + QString name("ElementsQt"); // Append a simple hash of the datadir // Note that GetDataDir(true) returns a different path @@ -249,7 +249,7 @@ void PaymentServer::handleURIOrFile(const QString& s) } else Q_EMIT message(tr("URI handling"), - tr("URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters."), + tr("URI cannot be parsed! This can be caused by an invalid address or malformed URI parameters."), CClientUIInterface::ICON_WARNING); return; diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index e8f2d4a1cc..0a2e53ece5 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -845,7 +845,7 @@ void SendCoinsDialog::coinControlChangeEdited(const QString& text) } else if (!IsValidDestination(dest)) // Invalid address { - ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid Bitcoin address")); + ui->labelCoinControlChangeLabel->setText(tr("Warning: Invalid address")); } else // Valid address {