@@ -62,6 +62,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
62
62
" Make sure to encrypt your wallet and delete all non-encrypted backups after "
63
63
" you have verified that the wallet works!" ),
64
64
QT_TRANSLATE_NOOP (" dash-core" , " "
65
+ " More than one onion bind address is provided. Using %s for the automatically "
66
+ " created Tor onion service." ),
67
+ QT_TRANSLATE_NOOP (" dash-core" , " "
65
68
" Please check that your computer's date and time are correct! If your clock "
66
69
" is wrong, %s will not work properly." ),
67
70
QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -112,22 +115,17 @@ QT_TRANSLATE_NOOP("dash-core", ""
112
115
QT_TRANSLATE_NOOP (" dash-core" , " "
113
116
" Warning: Private keys detected in wallet {%s} with disabled private keys" ),
114
117
QT_TRANSLATE_NOOP (" dash-core" , " "
115
- " Warning: The network does not appear to fully agree! Some miners appear to "
116
- " be experiencing issues." ),
117
- QT_TRANSLATE_NOOP (" dash-core" , " "
118
118
" Warning: We do not appear to fully agree with our peers! You may need to "
119
119
" upgrade, or other nodes may need to upgrade." ),
120
120
QT_TRANSLATE_NOOP (" dash-core" , " "
121
121
" You need to rebuild the database using -reindex to change -timestampindex" ),
122
122
QT_TRANSLATE_NOOP (" dash-core" , " "
123
123
" You need to rebuild the database using -reindex to go back to unpruned "
124
124
" mode. This will redownload the entire blockchain" ),
125
- QT_TRANSLATE_NOOP (" dash-core" , " %d of last 100 blocks have unexpected version" ),
126
125
QT_TRANSLATE_NOOP (" dash-core" , " %s can't be lower than %s" ),
127
126
QT_TRANSLATE_NOOP (" dash-core" , " %s failed" ),
128
127
QT_TRANSLATE_NOOP (" dash-core" , " %s is idle." ),
129
128
QT_TRANSLATE_NOOP (" dash-core" , " %s is not a valid backup folder!" ),
130
- QT_TRANSLATE_NOOP (" dash-core" , " %s is only allowed with a single wallet file" ),
131
129
QT_TRANSLATE_NOOP (" dash-core" , " %s is set very high!" ),
132
130
QT_TRANSLATE_NOOP (" dash-core" , " %s request incomplete:" ),
133
131
QT_TRANSLATE_NOOP (" dash-core" , " -devnet can only be specified once" ),
@@ -140,7 +138,6 @@ QT_TRANSLATE_NOOP("dash-core", "Automatic backups disabled"),
140
138
QT_TRANSLATE_NOOP (" dash-core" , " Can't find random Masternode." ),
141
139
QT_TRANSLATE_NOOP (" dash-core" , " Can't mix while sync in progress." ),
142
140
QT_TRANSLATE_NOOP (" dash-core" , " Can't mix: no compatible inputs found!" ),
143
- QT_TRANSLATE_NOOP (" dash-core" , " Cannot downgrade wallet" ),
144
141
QT_TRANSLATE_NOOP (" dash-core" , " Cannot resolve -%s address: '%s'" ),
145
142
QT_TRANSLATE_NOOP (" dash-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
146
143
QT_TRANSLATE_NOOP (" dash-core" , " Cannot write to data directory '%s'; check permissions." ),
@@ -201,6 +198,8 @@ QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. %s is shutti
201
198
QT_TRANSLATE_NOOP (" dash-core" , " Input is not valid." ),
202
199
QT_TRANSLATE_NOOP (" dash-core" , " Inputs vs outputs size mismatch." ),
203
200
QT_TRANSLATE_NOOP (" dash-core" , " Insufficient funds." ),
201
+ QT_TRANSLATE_NOOP (" dash-core" , " Invalid '%s'. Allowed values: 128, 160, 192, 224, 256." ),
202
+ QT_TRANSLATE_NOOP (" dash-core" , " Invalid -i2psam address or hostname: '%s'" ),
204
203
QT_TRANSLATE_NOOP (" dash-core" , " Invalid -onion address or hostname: '%s'" ),
205
204
QT_TRANSLATE_NOOP (" dash-core" , " Invalid -proxy address or hostname: '%s'" ),
206
205
QT_TRANSLATE_NOOP (" dash-core" , " Invalid P2P permission: '%s'" ),
@@ -219,11 +218,6 @@ QT_TRANSLATE_NOOP("dash-core", "Last successful action was too recent."),
219
218
QT_TRANSLATE_NOOP (" dash-core" , " Loading P2P addresses..." ),
220
219
QT_TRANSLATE_NOOP (" dash-core" , " Loading banlist..." ),
221
220
QT_TRANSLATE_NOOP (" dash-core" , " Loading block index..." ),
222
- QT_TRANSLATE_NOOP (" dash-core" , " Loading fulfilled requests cache..." ),
223
- QT_TRANSLATE_NOOP (" dash-core" , " Loading governance cache..." ),
224
- QT_TRANSLATE_NOOP (" dash-core" , " Loading masternode cache..." ),
225
- QT_TRANSLATE_NOOP (" dash-core" , " Loading sporks cache..." ),
226
- QT_TRANSLATE_NOOP (" dash-core" , " Loading wallet... (%3.2f %%)" ),
227
221
QT_TRANSLATE_NOOP (" dash-core" , " Loading wallet..." ),
228
222
QT_TRANSLATE_NOOP (" dash-core" , " Lock is already in place." ),
229
223
QT_TRANSLATE_NOOP (" dash-core" , " Masternode queue is full." ),
@@ -240,7 +234,7 @@ QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."),
240
234
QT_TRANSLATE_NOOP (" dash-core" , " Not enough funds to mix." ),
241
235
QT_TRANSLATE_NOOP (" dash-core" , " Not in the Masternode list." ),
242
236
QT_TRANSLATE_NOOP (" dash-core" , " Prune cannot be configured with a negative value." ),
243
- QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -blockfilterindex ." ),
237
+ QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -coinstatsindex ." ),
244
238
QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -disablegovernance=false." ),
245
239
QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -txindex." ),
246
240
QT_TRANSLATE_NOOP (" dash-core" , " Pruning blockstore..." ),
@@ -265,13 +259,14 @@ QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"),
265
259
QT_TRANSLATE_NOOP (" dash-core" , " Synchronizing blockchain..." ),
266
260
QT_TRANSLATE_NOOP (" dash-core" , " Synchronizing governance objects..." ),
267
261
QT_TRANSLATE_NOOP (" dash-core" , " The source code is available from %s." ),
268
- QT_TRANSLATE_NOOP (" dash-core" , " The specified config file %s does not exist\n " ),
262
+ QT_TRANSLATE_NOOP (" dash-core" , " The specified config file %s does not exist" ),
269
263
QT_TRANSLATE_NOOP (" dash-core" , " The transaction amount is too small to pay the fee" ),
270
264
QT_TRANSLATE_NOOP (" dash-core" , " The wallet will avoid paying less than the minimum relay fee." ),
271
265
QT_TRANSLATE_NOOP (" dash-core" , " This is expected because you are running a pruned node." ),
272
266
QT_TRANSLATE_NOOP (" dash-core" , " This is experimental software." ),
273
267
QT_TRANSLATE_NOOP (" dash-core" , " This is the minimum transaction fee you pay on every transaction." ),
274
268
QT_TRANSLATE_NOOP (" dash-core" , " This is the transaction fee you will pay if you send a transaction." ),
269
+ QT_TRANSLATE_NOOP (" dash-core" , " Topping up keypool..." ),
275
270
QT_TRANSLATE_NOOP (" dash-core" , " Transaction amount too small" ),
276
271
QT_TRANSLATE_NOOP (" dash-core" , " Transaction amounts must not be negative" ),
277
272
QT_TRANSLATE_NOOP (" dash-core" , " Transaction created successfully." ),
@@ -307,6 +302,7 @@ QT_TRANSLATE_NOOP("dash-core", "Warning: incorrect parameter %s, path must exist
307
302
QT_TRANSLATE_NOOP (" dash-core" , " Warning: unknown new rules activated (versionbit %i)" ),
308
303
QT_TRANSLATE_NOOP (" dash-core" , " Wasn't able to create wallet backup folder %s!" ),
309
304
QT_TRANSLATE_NOOP (" dash-core" , " Will retry..." ),
305
+ QT_TRANSLATE_NOOP (" dash-core" , " Wiping wallet transactions..." ),
310
306
QT_TRANSLATE_NOOP (" dash-core" , " You are starting with governance validation disabled." ),
311
307
QT_TRANSLATE_NOOP (" dash-core" , " You can not disable governance validation on a masternode." ),
312
308
QT_TRANSLATE_NOOP (" dash-core" , " You can not start a masternode with wallet enabled." ),
0 commit comments