@@ -33,7 +33,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
33
33
" Bind to given address and always listen on it. Use [host]:port notation for "
34
34
" IPv6" ),
35
35
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 "
37
37
" running." ),
38
38
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
39
39
" Enter regression test mode, which uses a special chain in which blocks can "
@@ -43,6 +43,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
43
43
" Enter regression test mode, which uses a special chain in which blocks can "
44
44
" be solved instantly." ),
45
45
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
46
+ " Error: Listening for incoming connections failed (listen returned error %d)" ),
47
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
46
48
" Error: The transaction was rejected! This might happen if some of the coins "
47
49
" in your wallet were already spent, such as if you used a copy of wallet.dat "
48
50
" and coins were spent in the copy but not marked as spent here." ),
@@ -74,7 +76,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
74
76
" This is a pre-release test build - use at your own risk - do not use for "
75
77
" mining or merchant applications" ),
76
78
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." ),
78
81
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
79
82
" Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -"
80
83
" proxy)" ),
@@ -192,7 +195,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Send commands to node running on <ip> (defaul
192
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " Send trace/debug info to console instead of debug.log file" ),
193
196
QT_TRANSLATE_NOOP (" bitcoin-core" , " Server certificate file (default: server.cert)" ),
194
197
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 )" ),
196
199
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set key pool size to <n> (default: 100)" ),
197
200
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set maximum block size in bytes (default: %d)" ),
198
201
QT_TRANSLATE_NOOP (" bitcoin-core" , " Set minimum block size in bytes (default: 0)" ),
0 commit comments