@@ -17,16 +17,15 @@ QT_TRANSLATE_NOOP("dash-core", ""
1717" %s file contains all private keys from this wallet. Do not share it with "
1818" anyone!" ),
1919QT_TRANSLATE_NOOP (" dash-core" , " "
20+ " %s is set very high! Fees this large could be paid on a single transaction." ),
21+ QT_TRANSLATE_NOOP (" dash-core" , " "
2022" %s request to listen on port %u. This port is considered \" bad\" and thus it "
2123" is unlikely that any Dash Core peers connect to it. See doc/p2p-bad-ports.md "
2224" for details and a full list." ),
2325QT_TRANSLATE_NOOP (" dash-core" , " "
2426" %s uses exact denominated amounts to send funds, you might simply need to "
2527" mix some more coins." ),
2628QT_TRANSLATE_NOOP (" dash-core" , " "
27- " -maxtxfee is set very high! Fees this large could be paid on a single "
28- " transaction." ),
29- QT_TRANSLATE_NOOP (" dash-core" , " "
3029" -reindex-chainstate option is not compatible with -blockfilterindex. Please "
3130" temporarily disable blockfilterindex while using -reindex-chainstate, or "
3231" replace -reindex-chainstate with -reindex to fully rebuild all indexes." ),
@@ -47,9 +46,6 @@ QT_TRANSLATE_NOOP("dash-core", ""
4746" Cannot provide specific connections and have addrman find outgoing "
4847" connections at the same time." ),
4948QT_TRANSLATE_NOOP (" dash-core" , " "
50- " Cannot upgrade a non HD wallet from version %i to version %i which is non-HD "
51- " wallet. Use upgradetohd RPC" ),
52- QT_TRANSLATE_NOOP (" dash-core" , " "
5349" Distributed under the MIT software license, see the accompanying file %s or "
5450" %s" ),
5551QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -78,7 +74,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
7874" again." ),
7975QT_TRANSLATE_NOOP (" dash-core" , " "
8076" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable "
81- " -fallbackfee ." ),
77+ " %s ." ),
8278QT_TRANSLATE_NOOP (" dash-core" , " "
8379" File %s already exists. If you are sure this is what you want, move it out "
8480" of the way first." ),
@@ -94,8 +90,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
9490QT_TRANSLATE_NOOP (" dash-core" , " "
9591" Invalid -socketevents ('%s') specified. Only these modes are supported: %s" ),
9692QT_TRANSLATE_NOOP (" dash-core" , " "
97- " Invalid amount for -maxtxfee =<amount>: '%s' (must be at least the minrelay "
98- " fee of %s to prevent stuck transactions)" ),
93+ " Invalid amount for %s =<amount>: '%s' (must be at least the minrelay fee of "
94+ " %s to prevent stuck transactions)" ),
9995QT_TRANSLATE_NOOP (" dash-core" , " "
10096" Invalid or corrupt peers.dat (%s). If you believe this is a bug, please "
10197" report it to %s. As a workaround, you can move the file (%s) out of the way "
@@ -115,13 +111,19 @@ QT_TRANSLATE_NOOP("dash-core", ""
115111" No wallet file format provided. To use createfromdump, -format=<format> must "
116112" be provided." ),
117113QT_TRANSLATE_NOOP (" dash-core" , " "
114+ " Outbound connections restricted to CJDNS (-onlynet=cjdns) but "
115+ " -cjdnsreachable is not provided" ),
116+ QT_TRANSLATE_NOOP (" dash-core" , " "
118117" Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
119118" reaching the Tor network is explicitly forbidden: -onion=0" ),
120119QT_TRANSLATE_NOOP (" dash-core" , " "
121120" Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
122121" reaching the Tor network is not provided: none of -proxy, -onion or "
123122" -listenonion is given" ),
124123QT_TRANSLATE_NOOP (" dash-core" , " "
124+ " Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not "
125+ " provided" ),
126+ QT_TRANSLATE_NOOP (" dash-core" , " "
125127" Please check that your computer's date and time are correct! If your clock "
126128" is wrong, %s will not work properly." ),
127129QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -139,18 +141,11 @@ QT_TRANSLATE_NOOP("dash-core", ""
139141" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
140142" supported" ),
141143QT_TRANSLATE_NOOP (" dash-core" , " "
142- " The -txindex upgrade started by a previous version cannot be completed. "
143- " Restart with the previous version or run a full -reindex." ),
144- QT_TRANSLATE_NOOP (" dash-core" , " "
145144" The block database contains a block which appears to be from the future. "
146145" This may be due to your computer's date and time being set incorrectly. Only "
147146" rebuild the block database if you are sure that your computer's date and "
148147" time are correct" ),
149148QT_TRANSLATE_NOOP (" dash-core" , " "
150- " The block index db contains a legacy 'txindex'. To clear the occupied disk "
151- " space, run a full -reindex, otherwise ignore this error. This error message "
152- " will not be displayed again." ),
153- QT_TRANSLATE_NOOP (" dash-core" , " "
154149" The transaction amount is too small to send after the fee has been deducted" ),
155150QT_TRANSLATE_NOOP (" dash-core" , " "
156151" This error could occur if this wallet was not shutdown cleanly and was last "
@@ -175,8 +170,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
175170" Either start with -disablegovernance command line switch or enable "
176171" transaction index." ),
177172QT_TRANSLATE_NOOP (" dash-core" , " "
178- " Transaction needs a change address, but we can't generate it. Please call "
179- " keypoolrefill first. " ),
173+ " Transaction requires one destination of non-0 value, a non-0 feerate, or a "
174+ " pre-selected input " ),
180175QT_TRANSLATE_NOOP (" dash-core" , " "
181176" Unable to replay blocks. You will need to rebuild the database using "
182177" -reindex-chainstate." ),
@@ -187,6 +182,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
187182" Unsupported category-specific logging level -loglevel=%s. Expected "
188183" -loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s." ),
189184QT_TRANSLATE_NOOP (" dash-core" , " "
185+ " Unsupported chainstate database format found. Please restart with -reindex-"
186+ " chainstate. This will rebuild the chainstate database." ),
187+ QT_TRANSLATE_NOOP (" dash-core" , " "
190188" WARNING! Failed to replenish keypool, please unlock your wallet to do so." ),
191189QT_TRANSLATE_NOOP (" dash-core" , " "
192190" Wallet is locked, can't replenish keypool! Automatic backups and mixing are "
@@ -215,12 +213,17 @@ QT_TRANSLATE_NOOP("dash-core", "-devnet can only be specified once"),
215213QT_TRANSLATE_NOOP (" dash-core" , " -maxmempool must be at least %d MB" ),
216214QT_TRANSLATE_NOOP (" dash-core" , " -port must be specified when -devnet and -listen are specified" ),
217215QT_TRANSLATE_NOOP (" dash-core" , " -rpcport must be specified when -devnet and -server are specified" ),
216+ QT_TRANSLATE_NOOP (" dash-core" , " -statsbatchsize cannot be configured with a negative value." ),
217+ QT_TRANSLATE_NOOP (" dash-core" , " -statsduration cannot be configured with a negative value." ),
218218QT_TRANSLATE_NOOP (" dash-core" , " A fatal internal error occurred, see debug.log for details" ),
219219QT_TRANSLATE_NOOP (" dash-core" , " Already have that input." ),
220220QT_TRANSLATE_NOOP (" dash-core" , " Automatic backups disabled" ),
221221QT_TRANSLATE_NOOP (" dash-core" , " Can't find random Masternode." ),
222222QT_TRANSLATE_NOOP (" dash-core" , " Can't mix while sync in progress." ),
223223QT_TRANSLATE_NOOP (" dash-core" , " Can't mix: no compatible inputs found!" ),
224+ QT_TRANSLATE_NOOP (" dash-core" , " Cannot create socket (socket() returned error %s)" ),
225+ QT_TRANSLATE_NOOP (" dash-core" , " Cannot get socket address for %s" ),
226+ QT_TRANSLATE_NOOP (" dash-core" , " Cannot init Statsd client" ),
224227QT_TRANSLATE_NOOP (" dash-core" , " Cannot resolve -%s address: '%s'" ),
225228QT_TRANSLATE_NOOP (" dash-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
226229QT_TRANSLATE_NOOP (" dash-core" , " Cannot write to data directory '%s'; check permissions." ),
@@ -249,8 +252,6 @@ QT_TRANSLATE_NOOP("dash-core", "Error loading block database"),
249252QT_TRANSLATE_NOOP (" dash-core" , " Error opening block database" ),
250253QT_TRANSLATE_NOOP (" dash-core" , " Error reading from database, shutting down." ),
251254QT_TRANSLATE_NOOP (" dash-core" , " Error reading next record from wallet database" ),
252- QT_TRANSLATE_NOOP (" dash-core" , " Error upgrading Evo database" ),
253- QT_TRANSLATE_NOOP (" dash-core" , " Error upgrading chainstate database" ),
254255QT_TRANSLATE_NOOP (" dash-core" , " Error upgrading evo database for EHF" ),
255256QT_TRANSLATE_NOOP (" dash-core" , " Error: Couldn't create cursor into database" ),
256257QT_TRANSLATE_NOOP (" dash-core" , " Error: Disk space is low for %s" ),
@@ -262,7 +263,6 @@ QT_TRANSLATE_NOOP("dash-core", "Error: Missing checksum"),
262263QT_TRANSLATE_NOOP (" dash-core" , " Error: No addresses available." ),
263264QT_TRANSLATE_NOOP (" dash-core" , " Error: Unable to parse version %u as a uint32_t" ),
264265QT_TRANSLATE_NOOP (" dash-core" , " Error: Unable to write record to new wallet" ),
265- QT_TRANSLATE_NOOP (" dash-core" , " Exceeded max tries." ),
266266QT_TRANSLATE_NOOP (" dash-core" , " Failed to clear fulfilled requests cache at %s" ),
267267QT_TRANSLATE_NOOP (" dash-core" , " Failed to clear governance cache at %s" ),
268268QT_TRANSLATE_NOOP (" dash-core" , " Failed to clear masternode cache at %s" ),
@@ -278,10 +278,13 @@ QT_TRANSLATE_NOOP("dash-core", "Failed to load masternode cache from %s"),
278278QT_TRANSLATE_NOOP (" dash-core" , " Failed to load sporks cache from %s" ),
279279QT_TRANSLATE_NOOP (" dash-core" , " Failed to rescan the wallet during initialization" ),
280280QT_TRANSLATE_NOOP (" dash-core" , " Failed to start a new mixing queue" ),
281+ QT_TRANSLATE_NOOP (" dash-core" , " Failed to upgrade Evo database" ),
281282QT_TRANSLATE_NOOP (" dash-core" , " Failed to verify database" ),
283+ QT_TRANSLATE_NOOP (" dash-core" , " Fee needed > fee paid" ),
282284QT_TRANSLATE_NOOP (" dash-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
283285QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing ( waiting %s )" ),
284286QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing…" ),
287+ QT_TRANSLATE_NOOP (" dash-core" , " Host %s on unsupported network" ),
285288QT_TRANSLATE_NOOP (" dash-core" , " Ignoring duplicate -wallet %s." ),
286289QT_TRANSLATE_NOOP (" dash-core" , " Importing…" ),
287290QT_TRANSLATE_NOOP (" dash-core" , " Incompatible mode." ),
@@ -298,13 +301,13 @@ QT_TRANSLATE_NOOP("dash-core", "Invalid -i2psam address or hostname: '%s'"),
298301QT_TRANSLATE_NOOP (" dash-core" , " Invalid -onion address or hostname: '%s'" ),
299302QT_TRANSLATE_NOOP (" dash-core" , " Invalid -proxy address or hostname: '%s'" ),
300303QT_TRANSLATE_NOOP (" dash-core" , " Invalid P2P permission: '%s'" ),
304+ QT_TRANSLATE_NOOP (" dash-core" , " Invalid amount for %s=<amount>: '%s' (must be at least %s)" ),
305+ QT_TRANSLATE_NOOP (" dash-core" , " Invalid amount for %s=<amount>: '%s'" ),
301306QT_TRANSLATE_NOOP (" dash-core" , " Invalid amount for -%s=<amount>: '%s'" ),
302- QT_TRANSLATE_NOOP (" dash-core" , " Invalid amount for -discardfee=<amount>: '%s'" ),
303- QT_TRANSLATE_NOOP (" dash-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
304- QT_TRANSLATE_NOOP (" dash-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
305307QT_TRANSLATE_NOOP (" dash-core" , " Invalid masternodeblsprivkey. Please see documentation." ),
306308QT_TRANSLATE_NOOP (" dash-core" , " Invalid minimum number of spork signers specified with -minsporkkeys" ),
307309QT_TRANSLATE_NOOP (" dash-core" , " Invalid netmask specified in -whitelist: '%s'" ),
310+ QT_TRANSLATE_NOOP (" dash-core" , " Invalid port specified in %s: '%s'" ),
308311QT_TRANSLATE_NOOP (" dash-core" , " Invalid script detected." ),
309312QT_TRANSLATE_NOOP (" dash-core" , " Invalid spork address specified with -sporkaddr" ),
310313QT_TRANSLATE_NOOP (" dash-core" , " Last queue was created too recently." ),
@@ -318,17 +321,22 @@ QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."),
318321QT_TRANSLATE_NOOP (" dash-core" , " Masternode queue is full." ),
319322QT_TRANSLATE_NOOP (" dash-core" , " Masternode:" ),
320323QT_TRANSLATE_NOOP (" dash-core" , " Missing input transaction information." ),
324+ QT_TRANSLATE_NOOP (" dash-core" , " Missing solving data for estimating transaction size" ),
321325QT_TRANSLATE_NOOP (" dash-core" , " Mixing in progress…" ),
322326QT_TRANSLATE_NOOP (" dash-core" , " Need to specify a port with -whitebind: '%s'" ),
323327QT_TRANSLATE_NOOP (" dash-core" , " No Masternodes detected." ),
324328QT_TRANSLATE_NOOP (" dash-core" , " No addresses available" ),
325329QT_TRANSLATE_NOOP (" dash-core" , " No compatible Masternode found." ),
326330QT_TRANSLATE_NOOP (" dash-core" , " No errors detected." ),
331+ QT_TRANSLATE_NOOP (" dash-core" , " No host specified" ),
332+ QT_TRANSLATE_NOOP (" dash-core" , " No host specified, malformed URL" ),
327333QT_TRANSLATE_NOOP (" dash-core" , " No matching denominations found for mixing." ),
334+ QT_TRANSLATE_NOOP (" dash-core" , " No text before the scheme delimiter, malformed URL" ),
328335QT_TRANSLATE_NOOP (" dash-core" , " Not compatible with existing transactions." ),
329336QT_TRANSLATE_NOOP (" dash-core" , " Not enough file descriptors available." ),
330337QT_TRANSLATE_NOOP (" dash-core" , " Not enough funds to mix." ),
331338QT_TRANSLATE_NOOP (" dash-core" , " Not in the Masternode list." ),
339+ QT_TRANSLATE_NOOP (" dash-core" , " Port must be between %d and %d, supplied %d" ),
332340QT_TRANSLATE_NOOP (" dash-core" , " Prune cannot be configured with a negative value." ),
333341QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -disablegovernance=false." ),
334342QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -txindex." ),
@@ -344,6 +352,7 @@ QT_TRANSLATE_NOOP("dash-core", "Section [%s] is not recognized."),
344352QT_TRANSLATE_NOOP (" dash-core" , " Session not complete!" ),
345353QT_TRANSLATE_NOOP (" dash-core" , " Session timed out." ),
346354QT_TRANSLATE_NOOP (" dash-core" , " Signing transaction failed" ),
355+ QT_TRANSLATE_NOOP (" dash-core" , " Socket not initialized, cannot send message" ),
347356QT_TRANSLATE_NOOP (" dash-core" , " Specified -walletdir \" %s\" does not exist" ),
348357QT_TRANSLATE_NOOP (" dash-core" , " Specified -walletdir \" %s\" is a relative path" ),
349358QT_TRANSLATE_NOOP (" dash-core" , " Specified -walletdir \" %s\" is not a directory" ),
@@ -369,6 +378,7 @@ QT_TRANSLATE_NOOP("dash-core", "Transaction created successfully."),
369378QT_TRANSLATE_NOOP (" dash-core" , " Transaction fees are too high." ),
370379QT_TRANSLATE_NOOP (" dash-core" , " Transaction has too long of a mempool chain" ),
371380QT_TRANSLATE_NOOP (" dash-core" , " Transaction must have at least one recipient" ),
381+ QT_TRANSLATE_NOOP (" dash-core" , " Transaction needs a change address, but we can't generate it." ),
372382QT_TRANSLATE_NOOP (" dash-core" , " Transaction not valid." ),
373383QT_TRANSLATE_NOOP (" dash-core" , " Transaction too large" ),
374384QT_TRANSLATE_NOOP (" dash-core" , " Trying to connect…" ),
@@ -378,18 +388,20 @@ QT_TRANSLATE_NOOP("dash-core", "Unable to create the PID file '%s': %s"),
378388QT_TRANSLATE_NOOP (" dash-core" , " Unable to generate initial keys" ),
379389QT_TRANSLATE_NOOP (" dash-core" , " Unable to locate enough mixed funds for this transaction." ),
380390QT_TRANSLATE_NOOP (" dash-core" , " Unable to locate enough non-denominated funds for this transaction." ),
391+ QT_TRANSLATE_NOOP (" dash-core" , " Unable to lookup host %s" ),
381392QT_TRANSLATE_NOOP (" dash-core" , " Unable to open %s for writing" ),
382- QT_TRANSLATE_NOOP (" dash-core" , " Unable to parse -maxuploadtarget: '%s' (possible integer overflow?)" ),
393+ QT_TRANSLATE_NOOP (" dash-core" , " Unable to parse -maxuploadtarget: '%s'" ),
394+ QT_TRANSLATE_NOOP (" dash-core" , " Unable to send message to %s (::sendto() returned error %s)" ),
383395QT_TRANSLATE_NOOP (" dash-core" , " Unable to sign spork message, wrong key?" ),
384396QT_TRANSLATE_NOOP (" dash-core" , " Unable to start HTTP server. See debug log for details." ),
385397QT_TRANSLATE_NOOP (" dash-core" , " Unknown -blockfilterindex value %s." ),
386398QT_TRANSLATE_NOOP (" dash-core" , " Unknown network specified in -onlynet: '%s'" ),
387399QT_TRANSLATE_NOOP (" dash-core" , " Unknown new rules activated (versionbit %i)" ),
388400QT_TRANSLATE_NOOP (" dash-core" , " Unknown response." ),
389401QT_TRANSLATE_NOOP (" dash-core" , " Unknown state: id = %u" ),
402+ QT_TRANSLATE_NOOP (" dash-core" , " Unsupported URL scheme, must begin with udp://" ),
390403QT_TRANSLATE_NOOP (" dash-core" , " Unsupported global logging level -loglevel=%s. Valid values: %s." ),
391404QT_TRANSLATE_NOOP (" dash-core" , " Unsupported logging category %s=%s." ),
392- QT_TRANSLATE_NOOP (" dash-core" , " Upgrading UTXO database" ),
393405QT_TRANSLATE_NOOP (" dash-core" , " User Agent comment (%s) contains unsafe characters." ),
394406QT_TRANSLATE_NOOP (" dash-core" , " Verifying blocks…" ),
395407QT_TRANSLATE_NOOP (" dash-core" , " Verifying wallet(s)…" ),
0 commit comments