@@ -30,8 +30,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
30
30
" Distributed under the MIT software license, see the accompanying file %s or "
31
31
" %s" ),
32
32
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
33
- " Error loading %s: You can't enable HD on an already existing non-HD wallet" ),
34
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
35
33
" Error reading %s! All keys read correctly, but transaction data or address "
36
34
" book entries might be missing or incorrect." ),
37
35
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -40,12 +38,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
40
38
" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
41
39
" fallbackfee." ),
42
40
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
43
- " Group outputs by address, selecting all or none, instead of selecting on a "
44
- " per-output basis. Privacy is improved as an address is only used once "
45
- " (unless someone sends to it after spending from it), but may result in "
46
- " slightly higher fees as suboptimal coin selection may result due to the "
47
- " added limitation (default: %u)" ),
48
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
49
41
" Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
50
42
" fee of %s to prevent stuck transactions)" ),
51
43
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -91,12 +83,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
91
83
" Unable to rewind the database to a pre-fork state. You will need to "
92
84
" redownload the blockchain" ),
93
85
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
94
- " Unsupported argument -socks found. Setting SOCKS version isn't possible "
95
- " anymore, only SOCKS5 proxies are supported." ),
96
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
97
- " Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/"
98
- " or -whitelistforcerelay." ),
99
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
100
86
" Warning: Private keys detected in wallet {%s} with disabled private keys" ),
101
87
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
102
88
" Warning: The network does not appear to fully agree! Some miners appear to "
@@ -122,25 +108,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
122
108
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
123
109
QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
124
110
QT_TRANSLATE_NOOP (" bitcoin-core" , " Change index out of range" ),
111
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
125
112
QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
126
113
QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
127
114
QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
128
115
QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
129
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s: You can't create non-HD wallets with this version." ),
130
116
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
131
117
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
132
118
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
133
119
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Private keys can only be disabled during creation" ),
134
120
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet corrupted" ),
135
121
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: Wallet requires newer version of %s" ),
136
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s: You can't disable HD on an already existing HD wallet" ),
137
122
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
138
123
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading wallet %s. Duplicate -wallet filename specified." ),
139
124
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
140
125
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
141
126
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
142
127
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error" ),
143
128
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: A fatal internal error occurred, see debug.log for details" ),
129
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
144
130
QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low!" ),
145
131
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
146
132
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
@@ -170,13 +156,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, becau
170
156
QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks..." ),
171
157
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
172
158
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rewinding blocks..." ),
159
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Section [%s] is not recognized." ),
173
160
QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
174
161
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" does not exist" ),
175
162
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is a relative path" ),
176
163
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is not a directory" ),
177
164
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified blocks directory \" %s\" does not exist." ),
178
165
QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads..." ),
179
166
QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
167
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist\n " ),
180
168
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
181
169
QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
182
170
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
@@ -195,9 +183,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
195
183
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate keys" ),
196
184
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
197
185
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
198
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -benchmark ignored, use -debug=bench." ),
199
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -debugnet ignored, use -debug=net." ),
200
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported argument -tor found, use -onion." ),
201
186
QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
202
187
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
203
188
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
0 commit comments