@@ -115,9 +115,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
115
115
" Unable to replay blocks. You will need to rebuild the database using -"
116
116
" reindex-chainstate." ),
117
117
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
118
- " Unable to rewind the database to a pre-fork state. You will need to "
119
- " redownload the blockchain" ),
120
- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
121
118
" Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
122
119
" \" sqlite\" ." ),
123
120
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -129,6 +126,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
129
126
" Warning: We do not appear to fully agree with our peers! You may need to "
130
127
" upgrade, or other nodes may need to upgrade." ),
131
128
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
129
+ " Witness data for blocks after height %d requires validation. Please restart "
130
+ " with -reindex." ),
131
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
132
132
" You need to rebuild the database using -reindex to go back to unpruned "
133
133
" mode. This will redownload the entire blockchain" ),
134
134
QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
@@ -173,7 +173,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initializa
173
173
QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to verify database" ),
174
174
QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
175
175
QT_TRANSLATE_NOOP (" bitcoin-core" , " Ignoring duplicate -wallet %s." ),
176
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing... " ),
176
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Importing… " ),
177
177
QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
178
178
QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
179
179
QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
@@ -186,20 +186,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'
186
186
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
187
187
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
188
188
QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
189
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses... " ),
190
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist... " ),
191
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index... " ),
192
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet... " ),
189
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses… " ),
190
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist… " ),
191
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index… " ),
192
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet… " ),
193
193
QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
194
194
QT_TRANSLATE_NOOP (" bitcoin-core" , " No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>." ),
195
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
196
196
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
197
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -coinstatsindex." ),
197
198
QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
198
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore... " ),
199
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore… " ),
199
200
QT_TRANSLATE_NOOP (" bitcoin-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
200
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks..." ),
201
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning..." ),
202
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Rewinding blocks..." ),
201
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks…" ),
202
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning…" ),
203
203
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to execute statement to verify database: %s" ),
204
204
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to fetch sqlite wallet schema version: %s" ),
205
205
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to fetch the application id: %s" ),
@@ -212,7 +212,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"),
212
212
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is a relative path" ),
213
213
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is not a directory" ),
214
214
QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified blocks directory \" %s\" does not exist." ),
215
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads... " ),
215
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads… " ),
216
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
217
217
QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist" ),
218
218
QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
@@ -241,8 +241,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
241
241
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading UTXO database" ),
242
242
QT_TRANSLATE_NOOP (" bitcoin-core" , " Upgrading txindex database" ),
243
243
QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
244
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks... " ),
245
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)... " ),
244
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks… " ),
245
+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying wallet(s)… " ),
246
246
QT_TRANSLATE_NOOP (" bitcoin-core" , " Wallet needed to be rewritten: restart %s to complete" ),
247
247
QT_TRANSLATE_NOOP (" bitcoin-core" , " Warning: unknown new rules activated (versionbit %i)" ),
248
248
};
0 commit comments