Skip to content

Commit 098316c

Browse files
committed
English translation update
A few new messages have been added since last update.
1 parent 280aa2a commit 098316c

File tree

2 files changed

+128
-80
lines changed

2 files changed

+128
-80
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
116116
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -bind address: '%s'"),
117117
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -externalip address: '%s'"),
118118
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
119+
QT_TRANSLATE_NOOP("bitcoin-core", "Clear list of wallet transactions (diagnostic tool; implies -rescan)"),
119120
QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
120121
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS proxy"),
121122
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332)"),
@@ -204,6 +205,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
204205
QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"),
205206
QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
206207
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
208+
QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: 1)"),
207209
QT_TRANSLATE_NOOP("bitcoin-core", "Start Bitcoin server"),
208210
QT_TRANSLATE_NOOP("bitcoin-core", "System error: "),
209211
QT_TRANSLATE_NOOP("bitcoin-core", "This help message"),
@@ -234,6 +236,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
234236
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Deprecated argument -debugnet ignored, use -debug=net"),
235237
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),
236238
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
239+
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
237240
QT_TRANSLATE_NOOP("bitcoin-core", "version"),
238241
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
239242
};

0 commit comments

Comments
 (0)