@@ -23,11 +23,17 @@ 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+ " Cannot downgrade wallet from version %i to version %i. Wallet version "
27+ " unchanged." ),
28+ QT_TRANSLATE_NOOP (" dash-core" , " "
2629" Cannot obtain a lock on data directory %s. %s is probably already running." ),
2730QT_TRANSLATE_NOOP (" dash-core" , " "
2831" Cannot provide specific connections and have addrman find outgoing "
2932" connections at the same." ),
3033QT_TRANSLATE_NOOP (" dash-core" , " "
34+ " Cannot upgrade a non HD wallet from version %i to version %i which is non-HD "
35+ " wallet. Use upgradetohd RPC" ),
36+ QT_TRANSLATE_NOOP (" dash-core" , " "
3137" Distributed under the MIT software license, see the accompanying file %s or "
3238" %s" ),
3339QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -36,6 +42,13 @@ QT_TRANSLATE_NOOP("dash-core", ""
3642" Error reading %s! All keys read correctly, but transaction data or address "
3743" book entries might be missing or incorrect." ),
3844QT_TRANSLATE_NOOP (" dash-core" , " "
45+ " Error: Dumpfile format record is incorrect. Got \" %s\" , expected \" format\" ." ),
46+ QT_TRANSLATE_NOOP (" dash-core" , " "
47+ " Error: Dumpfile identifier record is incorrect. Got \" %s\" , expected \" %s\" ." ),
48+ QT_TRANSLATE_NOOP (" dash-core" , " "
49+ " Error: Dumpfile version is not supported. This version of bitcoin-wallet "
50+ " only supports version 1 dumpfiles. Got dumpfile with version %s" ),
51+ QT_TRANSLATE_NOOP (" dash-core" , " "
3952" Error: Listening for incoming connections failed (listen returned error %s)" ),
4053QT_TRANSLATE_NOOP (" dash-core" , " "
4154" Failed to create backup, file already exists! This could happen if you "
@@ -45,6 +58,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
4558" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
4659" fallbackfee." ),
4760QT_TRANSLATE_NOOP (" dash-core" , " "
61+ " File %s already exists. If you are sure this is what you want, move it out "
62+ " of the way first." ),
63+ QT_TRANSLATE_NOOP (" dash-core" , " "
4864" Found unconfirmed denominated outputs, will wait till they confirm to "
4965" continue." ),
5066QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -56,12 +72,31 @@ QT_TRANSLATE_NOOP("dash-core", ""
5672" Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
5773" fee of %s to prevent stuck transactions)" ),
5874QT_TRANSLATE_NOOP (" dash-core" , " "
75+ " Invalid or corrupt peers.dat (%s). If you believe this is a bug, please "
76+ " report it to %s. As a workaround, you can move the file (%s) out of the way "
77+ " (rename, move, or delete) to have a new one created on the next start." ),
78+ QT_TRANSLATE_NOOP (" dash-core" , " "
5979" Make sure to encrypt your wallet and delete all non-encrypted backups after "
6080" you have verified that the wallet works!" ),
6181QT_TRANSLATE_NOOP (" dash-core" , " "
6282" More than one onion bind address is provided. Using %s for the automatically "
6383" created Tor onion service." ),
6484QT_TRANSLATE_NOOP (" dash-core" , " "
85+ " No dump file provided. To use createfromdump, -dumpfile=<filename> must be "
86+ " provided." ),
87+ QT_TRANSLATE_NOOP (" dash-core" , " "
88+ " No dump file provided. To use dump, -dumpfile=<filename> must be provided." ),
89+ QT_TRANSLATE_NOOP (" dash-core" , " "
90+ " No wallet file format provided. To use createfromdump, -format=<format> must "
91+ " be provided." ),
92+ QT_TRANSLATE_NOOP (" dash-core" , " "
93+ " Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
94+ " reaching the Tor network is explicitly forbidden: -onion=0" ),
95+ QT_TRANSLATE_NOOP (" dash-core" , " "
96+ " Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
97+ " reaching the Tor network is not provided: none of -proxy, -onion or -"
98+ " listenonion is given" ),
99+ QT_TRANSLATE_NOOP (" dash-core" , " "
65100" Please check that your computer's date and time are correct! If your clock "
66101" is wrong, %s will not work properly." ),
67102QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -90,6 +125,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
90125" This is a pre-release test build - use at your own risk - do not use for "
91126" mining or merchant applications" ),
92127QT_TRANSLATE_NOOP (" dash-core" , " "
128+ " This is the maximum transaction fee you pay (in addition to the normal fee) "
129+ " to prioritize partial spend avoidance over regular coin selection." ),
130+ QT_TRANSLATE_NOOP (" dash-core" , " "
93131" This is the transaction fee you may discard if change is smaller than dust "
94132" at this level" ),
95133QT_TRANSLATE_NOOP (" dash-core" , " "
@@ -108,11 +146,17 @@ QT_TRANSLATE_NOOP("dash-core", ""
108146" Unable to replay blocks. You will need to rebuild the database using -"
109147" reindex-chainstate." ),
110148QT_TRANSLATE_NOOP (" dash-core" , " "
149+ " Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
150+ " \" sqlite\" ." ),
151+ QT_TRANSLATE_NOOP (" dash-core" , " "
111152" WARNING! Failed to replenish keypool, please unlock your wallet to do so." ),
112153QT_TRANSLATE_NOOP (" dash-core" , " "
113154" Wallet is locked, can't replenish keypool! Automatic backups and mixing are "
114155" disabled, please unlock your wallet to replenish keypool." ),
115156QT_TRANSLATE_NOOP (" dash-core" , " "
157+ " Warning: Dumpfile wallet format \" %s\" does not match command line specified "
158+ " format \" %s\" ." ),
159+ QT_TRANSLATE_NOOP (" dash-core" , " "
116160" Warning: Private keys detected in wallet {%s} with disabled private keys" ),
117161QT_TRANSLATE_NOOP (" dash-core" , " "
118162" Warning: We do not appear to fully agree with our peers! You may need to "
@@ -122,6 +166,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
122166QT_TRANSLATE_NOOP (" dash-core" , " "
123167" You need to rebuild the database using -reindex to go back to unpruned "
124168" mode. This will redownload the entire blockchain" ),
169+ QT_TRANSLATE_NOOP (" dash-core" , " %s -- Incorrect seed, it should be a hex string" ),
125170QT_TRANSLATE_NOOP (" dash-core" , " %s can't be lower than %s" ),
126171QT_TRANSLATE_NOOP (" dash-core" , " %s failed" ),
127172QT_TRANSLATE_NOOP (" dash-core" , " %s is idle." ),
@@ -151,9 +196,11 @@ QT_TRANSLATE_NOOP("dash-core", "Could not parse asmap file %s"),
151196QT_TRANSLATE_NOOP (" dash-core" , " Disk space is too low!" ),
152197QT_TRANSLATE_NOOP (" dash-core" , " Do you want to rebuild the block database now?" ),
153198QT_TRANSLATE_NOOP (" dash-core" , " Done loading" ),
199+ QT_TRANSLATE_NOOP (" dash-core" , " Dump file %s does not exist." ),
154200QT_TRANSLATE_NOOP (" dash-core" , " ERROR! Failed to create automatic backup" ),
155201QT_TRANSLATE_NOOP (" dash-core" , " Entries are full." ),
156202QT_TRANSLATE_NOOP (" dash-core" , " Entry exceeds maximum size." ),
203+ QT_TRANSLATE_NOOP (" dash-core" , " Error creating %s" ),
157204QT_TRANSLATE_NOOP (" dash-core" , " Error initializing block database" ),
158205QT_TRANSLATE_NOOP (" dash-core" , " Error initializing wallet database environment %s!" ),
159206QT_TRANSLATE_NOOP (" dash-core" , " Error loading %s" ),
@@ -164,12 +211,18 @@ QT_TRANSLATE_NOOP("dash-core", "Error loading %s: You can't disable HD on an alr
164211QT_TRANSLATE_NOOP (" dash-core" , " Error loading block database" ),
165212QT_TRANSLATE_NOOP (" dash-core" , " Error opening block database" ),
166213QT_TRANSLATE_NOOP (" dash-core" , " Error reading from database, shutting down." ),
214+ QT_TRANSLATE_NOOP (" dash-core" , " Error reading next record from wallet database" ),
167215QT_TRANSLATE_NOOP (" dash-core" , " Error upgrading chainstate database" ),
168216QT_TRANSLATE_NOOP (" dash-core" , " Error upgrading evo database" ),
217+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Couldn't create cursor into database" ),
169218QT_TRANSLATE_NOOP (" dash-core" , " Error: Disk space is low for %s" ),
219+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Dumpfile checksum does not match. Computed %s, expected %s" ),
220+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Got key that was not hex: %s" ),
221+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Got value that was not hex: %s" ),
170222QT_TRANSLATE_NOOP (" dash-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
171- QT_TRANSLATE_NOOP (" dash-core" , " Error: failed to add socket to epollfd (epoll_ctl returned error %s)" ),
172- QT_TRANSLATE_NOOP (" dash-core" , " Error: failed to add socket to kqueuefd (kevent returned error %s)" ),
223+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Missing checksum" ),
224+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Unable to parse version %u as a uint32_t" ),
225+ QT_TRANSLATE_NOOP (" dash-core" , " Error: Unable to write record to new wallet" ),
173226QT_TRANSLATE_NOOP (" dash-core" , " Exceeded max tries." ),
174227QT_TRANSLATE_NOOP (" dash-core" , " Failed to clear fulfilled requests cache at %s" ),
175228QT_TRANSLATE_NOOP (" dash-core" , " Failed to clear governance cache at %s" ),
@@ -188,9 +241,9 @@ QT_TRANSLATE_NOOP("dash-core", "Failed to rescan the wallet during initializatio
188241QT_TRANSLATE_NOOP (" dash-core" , " Failed to start a new mixing queue" ),
189242QT_TRANSLATE_NOOP (" dash-core" , " Failed to verify database" ),
190243QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing ( waiting %s )" ),
191- QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing ... " ),
244+ QT_TRANSLATE_NOOP (" dash-core" , " Found enough users, signing… " ),
192245QT_TRANSLATE_NOOP (" dash-core" , " Ignoring duplicate -wallet %s." ),
193- QT_TRANSLATE_NOOP (" dash-core" , " Importing... " ),
246+ QT_TRANSLATE_NOOP (" dash-core" , " Importing… " ),
194247QT_TRANSLATE_NOOP (" dash-core" , " Incompatible mode." ),
195248QT_TRANSLATE_NOOP (" dash-core" , " Incompatible version." ),
196249QT_TRANSLATE_NOOP (" dash-core" , " Incorrect -rescan mode, falling back to default value" ),
@@ -215,15 +268,15 @@ QT_TRANSLATE_NOOP("dash-core", "Invalid script detected."),
215268QT_TRANSLATE_NOOP (" dash-core" , " Invalid spork address specified with -sporkaddr" ),
216269QT_TRANSLATE_NOOP (" dash-core" , " Last queue was created too recently." ),
217270QT_TRANSLATE_NOOP (" dash-core" , " Last successful action was too recent." ),
218- QT_TRANSLATE_NOOP (" dash-core" , " Loading P2P addresses... " ),
219- QT_TRANSLATE_NOOP (" dash-core" , " Loading banlist... " ),
220- QT_TRANSLATE_NOOP (" dash-core" , " Loading block index... " ),
221- QT_TRANSLATE_NOOP (" dash-core" , " Loading wallet... " ),
271+ QT_TRANSLATE_NOOP (" dash-core" , " Loading P2P addresses… " ),
272+ QT_TRANSLATE_NOOP (" dash-core" , " Loading banlist… " ),
273+ QT_TRANSLATE_NOOP (" dash-core" , " Loading block index… " ),
274+ QT_TRANSLATE_NOOP (" dash-core" , " Loading wallet… " ),
222275QT_TRANSLATE_NOOP (" dash-core" , " Lock is already in place." ),
223276QT_TRANSLATE_NOOP (" dash-core" , " Masternode queue is full." ),
224277QT_TRANSLATE_NOOP (" dash-core" , " Masternode:" ),
225278QT_TRANSLATE_NOOP (" dash-core" , " Missing input transaction information." ),
226- QT_TRANSLATE_NOOP (" dash-core" , " Mixing in progress... " ),
279+ QT_TRANSLATE_NOOP (" dash-core" , " Mixing in progress… " ),
227280QT_TRANSLATE_NOOP (" dash-core" , " Need to specify a port with -whitebind: '%s'" ),
228281QT_TRANSLATE_NOOP (" dash-core" , " No Masternodes detected." ),
229282QT_TRANSLATE_NOOP (" dash-core" , " No compatible Masternode found." ),
@@ -238,10 +291,10 @@ QT_TRANSLATE_NOOP("dash-core", "Prune cannot be configured with a negative value
238291QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -coinstatsindex." ),
239292QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -disablegovernance=false." ),
240293QT_TRANSLATE_NOOP (" dash-core" , " Prune mode is incompatible with -txindex." ),
241- QT_TRANSLATE_NOOP (" dash-core" , " Pruning blockstore... " ),
294+ QT_TRANSLATE_NOOP (" dash-core" , " Pruning blockstore… " ),
242295QT_TRANSLATE_NOOP (" dash-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
243- QT_TRANSLATE_NOOP (" dash-core" , " Replaying blocks... " ),
244- QT_TRANSLATE_NOOP (" dash-core" , " Rescanning... " ),
296+ QT_TRANSLATE_NOOP (" dash-core" , " Replaying blocks… " ),
297+ QT_TRANSLATE_NOOP (" dash-core" , " Rescanning… " ),
245298QT_TRANSLATE_NOOP (" dash-core" , " SQLiteDatabase: Failed to execute statement to verify database: %s" ),
246299QT_TRANSLATE_NOOP (" dash-core" , " SQLiteDatabase: Failed to prepare statement to verify database: %s" ),
247300QT_TRANSLATE_NOOP (" dash-core" , " SQLiteDatabase: Failed to read database verification error: %s" ),
@@ -254,11 +307,11 @@ QT_TRANSLATE_NOOP("dash-core", "Specified -walletdir \"%s\" does not exist"),
254307QT_TRANSLATE_NOOP (" dash-core" , " Specified -walletdir \" %s\" is a relative path" ),
255308QT_TRANSLATE_NOOP (" dash-core" , " Specified -walletdir \" %s\" is not a directory" ),
256309QT_TRANSLATE_NOOP (" dash-core" , " Specified blocks directory \" %s\" does not exist." ),
257- QT_TRANSLATE_NOOP (" dash-core" , " Starting network threads... " ),
310+ QT_TRANSLATE_NOOP (" dash-core" , " Starting network threads… " ),
258311QT_TRANSLATE_NOOP (" dash-core" , " Submitted to masternode, waiting in queue %s" ),
259312QT_TRANSLATE_NOOP (" dash-core" , " Synchronization finished" ),
260- QT_TRANSLATE_NOOP (" dash-core" , " Synchronizing blockchain... " ),
261- QT_TRANSLATE_NOOP (" dash-core" , " Synchronizing governance objects... " ),
313+ QT_TRANSLATE_NOOP (" dash-core" , " Synchronizing blockchain… " ),
314+ QT_TRANSLATE_NOOP (" dash-core" , " Synchronizing governance objects… " ),
262315QT_TRANSLATE_NOOP (" dash-core" , " The source code is available from %s." ),
263316QT_TRANSLATE_NOOP (" dash-core" , " The specified config file %s does not exist" ),
264317QT_TRANSLATE_NOOP (" dash-core" , " The transaction amount is too small to pay the fee" ),
@@ -267,7 +320,7 @@ QT_TRANSLATE_NOOP("dash-core", "This is expected because you are running a prune
267320QT_TRANSLATE_NOOP (" dash-core" , " This is experimental software." ),
268321QT_TRANSLATE_NOOP (" dash-core" , " This is the minimum transaction fee you pay on every transaction." ),
269322QT_TRANSLATE_NOOP (" dash-core" , " This is the transaction fee you will pay if you send a transaction." ),
270- QT_TRANSLATE_NOOP (" dash-core" , " Topping up keypool... " ),
323+ QT_TRANSLATE_NOOP (" dash-core" , " Topping up keypool… " ),
271324QT_TRANSLATE_NOOP (" dash-core" , " Transaction amount too small" ),
272325QT_TRANSLATE_NOOP (" dash-core" , " Transaction amounts must not be negative" ),
273326QT_TRANSLATE_NOOP (" dash-core" , " Transaction created successfully." ),
@@ -276,13 +329,14 @@ QT_TRANSLATE_NOOP("dash-core", "Transaction has too long of a mempool chain"),
276329QT_TRANSLATE_NOOP (" dash-core" , " Transaction must have at least one recipient" ),
277330QT_TRANSLATE_NOOP (" dash-core" , " Transaction not valid." ),
278331QT_TRANSLATE_NOOP (" dash-core" , " Transaction too large" ),
279- QT_TRANSLATE_NOOP (" dash-core" , " Trying to connect... " ),
332+ QT_TRANSLATE_NOOP (" dash-core" , " Trying to connect… " ),
280333QT_TRANSLATE_NOOP (" dash-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
281334QT_TRANSLATE_NOOP (" dash-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
282335QT_TRANSLATE_NOOP (" dash-core" , " Unable to create the PID file '%s': %s" ),
283336QT_TRANSLATE_NOOP (" dash-core" , " Unable to generate initial keys" ),
284337QT_TRANSLATE_NOOP (" dash-core" , " Unable to locate enough mixed funds for this transaction." ),
285338QT_TRANSLATE_NOOP (" dash-core" , " Unable to locate enough non-denominated funds for this transaction." ),
339+ QT_TRANSLATE_NOOP (" dash-core" , " Unable to open %s for writing" ),
286340QT_TRANSLATE_NOOP (" dash-core" , " Unable to sign spork message, wrong key?" ),
287341QT_TRANSLATE_NOOP (" dash-core" , " Unable to start HTTP server. See debug log for details." ),
288342QT_TRANSLATE_NOOP (" dash-core" , " Unknown -blockfilterindex value %s." ),
@@ -294,16 +348,16 @@ QT_TRANSLATE_NOOP("dash-core", "Unsupported logging category %s=%s."),
294348QT_TRANSLATE_NOOP (" dash-core" , " Upgrading UTXO database" ),
295349QT_TRANSLATE_NOOP (" dash-core" , " Upgrading txindex database" ),
296350QT_TRANSLATE_NOOP (" dash-core" , " User Agent comment (%s) contains unsafe characters." ),
297- QT_TRANSLATE_NOOP (" dash-core" , " Verifying blocks... " ),
298- QT_TRANSLATE_NOOP (" dash-core" , " Verifying wallet(s)... " ),
351+ QT_TRANSLATE_NOOP (" dash-core" , " Verifying blocks… " ),
352+ QT_TRANSLATE_NOOP (" dash-core" , " Verifying wallet(s)… " ),
299353QT_TRANSLATE_NOOP (" dash-core" , " Very low number of keys left: %d" ),
300354QT_TRANSLATE_NOOP (" dash-core" , " Wallet is locked." ),
301355QT_TRANSLATE_NOOP (" dash-core" , " Wallet needed to be rewritten: restart %s to complete" ),
302356QT_TRANSLATE_NOOP (" dash-core" , " Warning: can't use %s and %s together, will prefer %s" ),
303357QT_TRANSLATE_NOOP (" dash-core" , " Warning: incorrect parameter %s, path must exist! Using default path." ),
304358QT_TRANSLATE_NOOP (" dash-core" , " Wasn't able to create wallet backup folder %s!" ),
305- QT_TRANSLATE_NOOP (" dash-core" , " Will retry... " ),
306- QT_TRANSLATE_NOOP (" dash-core" , " Wiping wallet transactions... " ),
359+ QT_TRANSLATE_NOOP (" dash-core" , " Will retry… " ),
360+ QT_TRANSLATE_NOOP (" dash-core" , " Wiping wallet transactions… " ),
307361QT_TRANSLATE_NOOP (" dash-core" , " You are starting with governance validation disabled." ),
308362QT_TRANSLATE_NOOP (" dash-core" , " You can not disable governance validation on a masternode." ),
309363QT_TRANSLATE_NOOP (" dash-core" , " You can not start a masternode with wallet enabled." ),
0 commit comments