Skip to content

Commit 178d6a1

Browse files
committed
Merge pull request #3924
7885907 qt: translation update (Wladimir J. van der Laan)
2 parents fc5d85c + 7885907 commit 178d6a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+11290
-7907
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3333
"Bind to given address and always listen on it. Use [host]:port notation for "
3434
"IPv6"),
3535
QT_TRANSLATE_NOOP("bitcoin-core", ""
36-
"Cannot obtain a lock on data directory %s. Bitcoin is probably already "
36+
"Cannot obtain a lock on data directory %s. Bitcoin Core is probably already "
3737
"running."),
3838
QT_TRANSLATE_NOOP("bitcoin-core", ""
3939
"Enter regression test mode, which uses a special chain in which blocks can "
@@ -43,6 +43,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4343
"Enter regression test mode, which uses a special chain in which blocks can "
4444
"be solved instantly."),
4545
QT_TRANSLATE_NOOP("bitcoin-core", ""
46+
"Error: Listening for incoming connections failed (listen returned error %d)"),
47+
QT_TRANSLATE_NOOP("bitcoin-core", ""
4648
"Error: The transaction was rejected! This might happen if some of the coins "
4749
"in your wallet were already spent, such as if you used a copy of wallet.dat "
4850
"and coins were spent in the copy but not marked as spent here."),
@@ -74,7 +76,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7476
"This is a pre-release test build - use at your own risk - do not use for "
7577
"mining or merchant applications"),
7678
QT_TRANSLATE_NOOP("bitcoin-core", ""
77-
"Unable to bind to %s on this computer. Bitcoin is probably already running."),
79+
"Unable to bind to %s on this computer. Bitcoin Core is probably already "
80+
"running."),
7881
QT_TRANSLATE_NOOP("bitcoin-core", ""
7982
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -"
8083
"proxy)"),
@@ -192,7 +195,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (defaul
192195
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
193196
QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"),
194197
QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"),
195-
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (default: 25)"),
198+
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
196199
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"),
197200
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
198201
QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"),

0 commit comments

Comments
 (0)