diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include
index 48abb9b4a2a..64ba78665a4 100644
--- a/src/Makefile.qt.include
+++ b/src/Makefile.qt.include
@@ -414,11 +414,11 @@ QT_QM=$(QT_TS:.ts=.qm)
SECONDARY: $(QT_QM)
-$(srcdir)/qt/bitcoinstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES)
+$(srcdir)/qt/bitcoinstrings.cpp: $(libbitcoin_server_a_SOURCES) $(libbitcoin_wallet_a_SOURCES) $(libbitcoin_common_a_SOURCES) $(libbitcoin_zmq_a_SOURCES) $(libbitcoin_consensus_a_SOURCES) $(libbitcoin_util_a_SOURCES)
@test -n $(XGETTEXT) || echo "xgettext is required for updating translations"
$(AM_V_GEN) cd $(srcdir); XGETTEXT=$(XGETTEXT) PACKAGE_NAME="$(PACKAGE_NAME)" COPYRIGHT_HOLDERS="$(COPYRIGHT_HOLDERS)" COPYRIGHT_HOLDERS_SUBSTITUTION="$(COPYRIGHT_HOLDERS_SUBSTITUTION)" $(PYTHON) ../share/qt/extract_strings_qt.py $^
-translate: $(srcdir)/qt/bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_BASE_CPP) $(BITCOIN_QT_WINDOWS_CPP) $(BITCOIN_QT_WALLET_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM)
+translate: $(srcdir)/qt/bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_BASE_CPP) qt/bitcoin.cpp $(BITCOIN_QT_WINDOWS_CPP) $(BITCOIN_QT_WALLET_CPP) $(BITCOIN_QT_H) $(BITCOIN_MM)
@test -n $(LUPDATE) || echo "lupdate is required for updating translations"
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(LUPDATE) $^ -locations relative -no-obsolete -ts $(srcdir)/qt/locale/bitcoin_en.ts
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index acd81a6b2a8..ace085382b2 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -157,6 +157,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
QT_TRANSLATE_NOOP("bitcoin-core", ""
"The transaction amount is too small to send after the fee has been deducted"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"This is a pre-release test build - use at your own risk - do not use for "
+"mining or merchant applications"),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"This is the transaction fee you may pay when fee estimates are not available."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"This product includes software developed by the OpenSSL Project for use in "
@@ -193,6 +196,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"Wallet will not create transactions that violate mempool chain limits "
"(default: %u)"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"Warning: The network does not appear to fully agree! Some miners appear to "
+"be experiencing issues."),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"Warning: Unknown block versions being mined! It's possible unknown rules are "
"in effect"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -200,6 +206,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"if your balance or transactions are incorrect you should restore from a "
"backup."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"Warning: We do not appear to fully agree with our peers! You may need to "
+"upgrade, or other nodes may need to upgrade."),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
"notated network (e.g. 1.2.3.0/24). Can be specified multiple times."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -228,6 +237,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Chain selection options:"),
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
@@ -350,6 +360,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -debugnet ignored, use -
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -tor found, use -onion."),
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format on startup"),
QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: %u)"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Use the test chain"),
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index e2b5a0b0eba..78eaf510025 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -684,6 +684,11 @@
Wallet is <b>encrypted</b> and currently <b>locked</b>Wallet is <b>encrypted</b> and currently <b>locked</b>
+
+
+ A fatal error occurred. Bitcoin can no longer continue safely and will quit.
+
+ CoinControlDialog
@@ -1839,6 +1844,29 @@
%n years
+
+
+ %1 didn't yet exit safely...
+
+
+
+
+ QObject::QObject
+
+
+ Error: Specified data directory "%1" does not exist.
+
+
+
+
+ Error: Cannot parse configuration file: %1. Only use key=value syntax.
+
+
+
+
+ Error: %1
+
+ QRImageWidget
@@ -3824,7 +3852,7 @@
bitcoin-core
-
+ Options:Options:
@@ -3844,12 +3872,12 @@
Specify your own public address
-
+ Accept command line and JSON-RPC commandsAccept command line and JSON-RPC commands
-
+ Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect)
@@ -3889,7 +3917,7 @@
-
+ Error: A fatal internal error occurred, see debug.log for details
@@ -3914,7 +3942,7 @@
-
+ Bitcoin CoreBitcoin Core
@@ -3994,7 +4022,12 @@
-
+
+ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications
+
+
+
+ Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
@@ -4009,7 +4042,17 @@
-
+
+ Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.
+
+
+
+
+ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.
+
+
+
+ You need to rebuild the database using -reindex-chainstate to change -txindex
@@ -4050,6 +4093,11 @@
+ Chain selection options:
+
+
+
+ Change index out of range
@@ -4293,6 +4341,11 @@
Use UPnP to map the listening port (default: %u)
+
+
+ Use the test chain
+
+ User Agent comment (%s) contains unsafe characters.
@@ -4329,7 +4382,7 @@
-
+ Allow JSON-RPC connections from specified source. Valid for <ip> are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times
@@ -4399,12 +4452,12 @@
-
+ Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start
-
+ Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway
@@ -4429,7 +4482,7 @@
-
+ Connect through SOCKS5 proxy
@@ -4559,7 +4612,7 @@
-
+ Username for JSON-RPC connectionsUsername for JSON-RPC connections
@@ -4589,27 +4642,27 @@
-
+ Password for JSON-RPC connectionsPassword for JSON-RPC connections
-
+ Execute command when the best block changes (%s in cmd is replaced by block hash)Execute command when the best block changes (%s in cmd is replaced by block hash)
-
+ Allow DNS lookups for -addnode, -seednode and -connectAllow DNS lookups for -addnode, -seednode and -connect
-
+ Loading addresses...Loading addresses...
-
+ (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)
@@ -4674,7 +4727,7 @@
-
+ This is the transaction fee you may pay when fee estimates are not available.
@@ -4714,7 +4767,7 @@
-
+ Warning: Unknown block versions being mined! It's possible unknown rules are in effect
@@ -4724,7 +4777,7 @@
-
+ Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times.
@@ -4744,7 +4797,7 @@
-
+ How many blocks to check at startup (default: %u, 0 = all)
@@ -4904,17 +4957,17 @@
Loading block index...
-
+ Add a node to connect to and attempt to keep the connection openAdd a node to connect to and attempt to keep the connection open
-
+ Loading wallet...Loading wallet...
-
+ Cannot downgrade walletCannot downgrade wallet
@@ -4924,7 +4977,7 @@
Cannot write default address
-
+ Rescanning...Rescanning...