@@ -23,6 +23,18 @@ QT_TRANSLATE_NOOP("dash-core", ""
2323" -maxtxfee is set very high! Fees this large could be paid on a single "
2424" transaction." ),
2525QT_TRANSLATE_NOOP (" dash-core" , " "
26+ " -reindex-chainstate option is not compatible with -blockfilterindex. Please "
27+ " temporarily disable blockfilterindex while using -reindex-chainstate, or "
28+ " replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
29+ QT_TRANSLATE_NOOP (" dash-core" , " "
30+ " -reindex-chainstate option is not compatible with -coinstatsindex. Please "
31+ " temporarily disable coinstatsindex while using -reindex-chainstate, or "
32+ " replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
33+ QT_TRANSLATE_NOOP (" dash-core" , " "
34+ " -reindex-chainstate option is not compatible with -txindex. Please "
35+ " temporarily disable txindex while using -reindex-chainstate, or replace -"
36+ " reindex-chainstate with -reindex to fully rebuild all indexes." ),
37+ QT_TRANSLATE_NOOP (" dash-core" , " "
2638" Cannot downgrade wallet from version %i to version %i. Wallet version "
2739" unchanged." ),
2840QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -39,6 +51,11 @@ QT_TRANSLATE_NOOP("dash-core", ""
3951QT_TRANSLATE_NOOP (" dash-core" , " "
4052" Error loading %s: You can't enable HD on an already existing non-HD wallet" ),
4153QT_TRANSLATE_NOOP (" dash-core" , " "
54+ " Error loading wallet. Wallet requires blocks to be downloaded, and software "
55+ " does not currently support loading wallets while blocks are being downloaded "
56+ " out of order when using assumeutxo snapshots. Wallet should be able to load "
57+ " successfully after node sync reaches height %s" ),
58+ QT_TRANSLATE_NOOP (" dash-core" , " "
4259" Error reading %s! All keys read correctly, but transaction data or address "
4360" book entries might be missing or incorrect." ),
4461QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -55,6 +72,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
5572" restarted wallet in less than 60 seconds. You can continue if you are ok "
5673" with this." ),
5774QT_TRANSLATE_NOOP (" dash-core" , " "
75+ " Failed to rename invalid peers.dat file. Please move or delete it and try "
76+ " again." ),
77+ QT_TRANSLATE_NOOP (" dash-core" , " "
5878" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
5979" fallbackfee." ),
6080QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -64,6 +84,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
6484" Found unconfirmed denominated outputs, will wait till they confirm to "
6585" continue." ),
6686QT_TRANSLATE_NOOP (" dash-core" , " "
87+ " Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
88+ " forbids connections to IPv4/IPv6" ),
89+ QT_TRANSLATE_NOOP (" dash-core" , " "
6790" Incorrect or no devnet genesis block found. Wrong datadir for devnet "
6891" specified?" ),
6992QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -105,17 +128,27 @@ QT_TRANSLATE_NOOP("dash-core", ""
105128QT_TRANSLATE_NOOP (" dash-core" , " "
106129" Prune configured below the minimum of %d MiB. Please use a higher number." ),
107130QT_TRANSLATE_NOOP (" dash-core" , " "
131+ " Prune mode is incompatible with -reindex-chainstate. Use full -reindex "
132+ " instead." ),
133+ QT_TRANSLATE_NOOP (" dash-core" , " "
108134" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
109135" reindex (download the whole blockchain again in case of pruned node)" ),
110136QT_TRANSLATE_NOOP (" dash-core" , " "
111137" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
112138" supported" ),
113139QT_TRANSLATE_NOOP (" dash-core" , " "
140+ " The -txindex upgrade started by a previous version can not be completed. "
141+ " Restart with the previous version or run a full -reindex." ),
142+ QT_TRANSLATE_NOOP (" dash-core" , " "
114143" The block database contains a block which appears to be from the future. "
115144" This may be due to your computer's date and time being set incorrectly. Only "
116145" rebuild the block database if you are sure that your computer's date and "
117146" time are correct" ),
118147QT_TRANSLATE_NOOP (" dash-core" , " "
148+ " The block index db contains a legacy 'txindex'. To clear the occupied disk "
149+ " space, run a full -reindex, otherwise ignore this error. This error message "
150+ " will not be displayed again." ),
151+ QT_TRANSLATE_NOOP (" dash-core" , " "
119152" The transaction amount is too small to send after the fee has been deducted" ),
120153QT_TRANSLATE_NOOP (" dash-core" , " "
121154" This error could occur if this wallet was not shutdown cleanly and was last "
@@ -162,7 +195,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
162195" Warning: We do not appear to fully agree with our peers! You may need to "
163196" upgrade, or other nodes may need to upgrade." ),
164197QT_TRANSLATE_NOOP (" dash-core" , " "
165- " You need to rebuild the database using -reindex to change -timestampindex" ),
198+ " You need to rebuild the database using -reindex to enable -timestampindex" ),
166199QT_TRANSLATE_NOOP (" dash-core" , " "
167200" You need to rebuild the database using -reindex to go back to unpruned "
168201" mode. This will redownload the entire blockchain" ),
@@ -221,6 +254,7 @@ QT_TRANSLATE_NOOP("dash-core", "Error: Got key that was not hex: %s"),
221254QT_TRANSLATE_NOOP (" dash-core" , " Error: Got value that was not hex: %s" ),
222255QT_TRANSLATE_NOOP (" dash-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
223256QT_TRANSLATE_NOOP (" dash-core" , " Error: Missing checksum" ),
257+ QT_TRANSLATE_NOOP (" dash-core" , " Error: No addresses available." ),
224258QT_TRANSLATE_NOOP (" dash-core" , " Error: Unable to parse version %u as a uint32_t" ),
225259QT_TRANSLATE_NOOP (" dash-core" , " Error: Unable to write record to new wallet" ),
226260QT_TRANSLATE_NOOP (" dash-core" , " Exceeded max tries." ),
@@ -240,6 +274,7 @@ QT_TRANSLATE_NOOP("dash-core", "Failed to load sporks cache from %s"),
240274QT_TRANSLATE_NOOP (" dash-core" , " Failed to rescan the wallet during initialization" ),
241275QT_TRANSLATE_NOOP (" dash-core" , " Failed to start a new mixing queue" ),
242276QT_TRANSLATE_NOOP (" dash-core" , " Failed to verify database" ),
277+ QT_TRANSLATE_NOOP (" dash-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
243278QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing ( waiting %s )" ),
244279QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing…" ),
245280QT_TRANSLATE_NOOP (" dash-core" , " Ignoring duplicate -wallet %s." ),
@@ -250,6 +285,7 @@ QT_TRANSLATE_NOOP("dash-core", "Incorrect -rescan mode, falling back to default
250285QT_TRANSLATE_NOOP (" dash-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
251286QT_TRANSLATE_NOOP (" dash-core" , " Initialization sanity check failed. %s is shutting down." ),
252287QT_TRANSLATE_NOOP (" dash-core" , " Input is not valid." ),
288+ QT_TRANSLATE_NOOP (" dash-core" , " Input not found or already spent" ),
253289QT_TRANSLATE_NOOP (" dash-core" , " Inputs vs outputs size mismatch." ),
254290QT_TRANSLATE_NOOP (" dash-core" , " Insufficient funds." ),
255291QT_TRANSLATE_NOOP (" dash-core" , " Invalid '%s'. Allowed values: 128, 160, 192, 224, 256." ),
@@ -279,6 +315,7 @@ QT_TRANSLATE_NOOP("dash-core", "Missing input transaction information."),
279315QT_TRANSLATE_NOOP (" dash-core" , " Mixing in progress…" ),
280316QT_TRANSLATE_NOOP (" dash-core" , " Need to specify a port with -whitebind: '%s'" ),
281317QT_TRANSLATE_NOOP (" dash-core" , " No Masternodes detected." ),
318+ QT_TRANSLATE_NOOP (" dash-core" , " No addresses available" ),
282319QT_TRANSLATE_NOOP (" dash-core" , " No compatible Masternode found." ),
283320QT_TRANSLATE_NOOP (" dash-core" , " No errors detected." ),
284321QT_TRANSLATE_NOOP (" dash-core" , " No matching denominations found for mixing." ),
@@ -288,7 +325,6 @@ QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."),
288325QT_TRANSLATE_NOOP (" dash-core" , " Not enough funds to mix." ),
289326QT_TRANSLATE_NOOP (" dash-core" , " Not in the Masternode list." ),
290327QT_TRANSLATE_NOOP (" dash-core" , " Prune cannot be configured with a negative value." ),
291- QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -coinstatsindex." ),
292328QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -disablegovernance=false." ),
293329QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -txindex." ),
294330QT_TRANSLATE_NOOP (" dash-core" , " Pruning blockstore…" ),
@@ -337,6 +373,7 @@ QT_TRANSLATE_NOOP("dash-core", "Unable to generate initial keys"),
337373QT_TRANSLATE_NOOP (" dash-core" , " Unable to locate enough mixed funds for this transaction." ),
338374QT_TRANSLATE_NOOP (" dash-core" , " Unable to locate enough non-denominated funds for this transaction." ),
339375QT_TRANSLATE_NOOP (" dash-core" , " Unable to open %s for writing" ),
376+ QT_TRANSLATE_NOOP (" dash-core" , " Unable to parse -maxuploadtarget: '%s' (possible integer overflow?)" ),
340377QT_TRANSLATE_NOOP (" dash-core" , " Unable to sign spork message, wrong key?" ),
341378QT_TRANSLATE_NOOP (" dash-core" , " Unable to start HTTP server. See debug log for details." ),
342379QT_TRANSLATE_NOOP (" dash-core" , " Unknown -blockfilterindex value %s." ),
@@ -346,7 +383,6 @@ QT_TRANSLATE_NOOP("dash-core", "Unknown response."),
346383QT_TRANSLATE_NOOP (" dash-core" , " Unknown state: id = %u" ),
347384QT_TRANSLATE_NOOP (" dash-core" , " Unsupported logging category %s=%s." ),
348385QT_TRANSLATE_NOOP (" dash-core" , " Upgrading UTXO database" ),
349- QT_TRANSLATE_NOOP (" dash-core" , " Upgrading txindex database" ),
350386QT_TRANSLATE_NOOP (" dash-core" , " User Agent comment (%s) contains unsafe characters." ),
351387QT_TRANSLATE_NOOP (" dash-core" , " Verifying blocks…" ),
352388QT_TRANSLATE_NOOP (" dash-core" , " Verifying wallet(s)…" ),
@@ -361,8 +397,8 @@ QT_TRANSLATE_NOOP("dash-core", "Wiping wallet transactions…"),
361397QT_TRANSLATE_NOOP (" dash-core" , " You are starting with governance validation disabled." ),
362398QT_TRANSLATE_NOOP (" dash-core" , " You can not disable governance validation on a masternode." ),
363399QT_TRANSLATE_NOOP (" dash-core" , " You can not start a masternode with wallet enabled." ),
364- QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to change -addressindex" ),
365- QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to change -spentindex" ),
400+ QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to enable -addressindex" ),
401+ QT_TRANSLATE_NOOP (" dash-core" , " You need to rebuild the database using -reindex to enable -spentindex" ),
366402QT_TRANSLATE_NOOP (" dash-core" , " Your entries added successfully." ),
367403QT_TRANSLATE_NOOP (" dash-core" , " no mixing available." ),
368404QT_TRANSLATE_NOOP (" dash-core" , " see debug.log for details." ),
0 commit comments