Skip to content

Commit 10d5bd5

Browse files
committed
en + dashstrings.cpp
1 parent 7074278 commit 10d5bd5

File tree

3 files changed

+4293
-4825
lines changed

3 files changed

+4293
-4825
lines changed

src/qt/dashstrings.cpp

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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!"),
1919
QT_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."),
2325
QT_TRANSLATE_NOOP("dash-core", ""
2426
"%s uses exact denominated amounts to send funds, you might simply need to "
2527
"mix some more coins."),
2628
QT_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."),
4948
QT_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"),
5551
QT_TRANSLATE_NOOP("dash-core", ""
@@ -78,7 +74,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
7874
"again."),
7975
QT_TRANSLATE_NOOP("dash-core", ""
8076
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable "
81-
"-fallbackfee."),
77+
"%s."),
8278
QT_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", ""
9490
QT_TRANSLATE_NOOP("dash-core", ""
9591
"Invalid -socketevents ('%s') specified. Only these modes are supported: %s"),
9692
QT_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)"),
9995
QT_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."),
117113
QT_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"),
120119
QT_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"),
124123
QT_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."),
127129
QT_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"),
141143
QT_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"),
149148
QT_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"),
155150
QT_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."),
177172
QT_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"),
180175
QT_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."),
189184
QT_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."),
191189
QT_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"),
215213
QT_TRANSLATE_NOOP("dash-core", "-maxmempool must be at least %d MB"),
216214
QT_TRANSLATE_NOOP("dash-core", "-port must be specified when -devnet and -listen are specified"),
217215
QT_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."),
218218
QT_TRANSLATE_NOOP("dash-core", "A fatal internal error occurred, see debug.log for details"),
219219
QT_TRANSLATE_NOOP("dash-core", "Already have that input."),
220220
QT_TRANSLATE_NOOP("dash-core", "Automatic backups disabled"),
221221
QT_TRANSLATE_NOOP("dash-core", "Can't find random Masternode."),
222222
QT_TRANSLATE_NOOP("dash-core", "Can't mix while sync in progress."),
223223
QT_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"),
224227
QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -%s address: '%s'"),
225228
QT_TRANSLATE_NOOP("dash-core", "Cannot set -peerblockfilters without -blockfilterindex."),
226229
QT_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"),
249252
QT_TRANSLATE_NOOP("dash-core", "Error opening block database"),
250253
QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."),
251254
QT_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"),
254255
QT_TRANSLATE_NOOP("dash-core", "Error upgrading evo database for EHF"),
255256
QT_TRANSLATE_NOOP("dash-core", "Error: Couldn't create cursor into database"),
256257
QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low for %s"),
@@ -262,7 +263,6 @@ QT_TRANSLATE_NOOP("dash-core", "Error: Missing checksum"),
262263
QT_TRANSLATE_NOOP("dash-core", "Error: No addresses available."),
263264
QT_TRANSLATE_NOOP("dash-core", "Error: Unable to parse version %u as a uint32_t"),
264265
QT_TRANSLATE_NOOP("dash-core", "Error: Unable to write record to new wallet"),
265-
QT_TRANSLATE_NOOP("dash-core", "Exceeded max tries."),
266266
QT_TRANSLATE_NOOP("dash-core", "Failed to clear fulfilled requests cache at %s"),
267267
QT_TRANSLATE_NOOP("dash-core", "Failed to clear governance cache at %s"),
268268
QT_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"),
278278
QT_TRANSLATE_NOOP("dash-core", "Failed to load sporks cache from %s"),
279279
QT_TRANSLATE_NOOP("dash-core", "Failed to rescan the wallet during initialization"),
280280
QT_TRANSLATE_NOOP("dash-core", "Failed to start a new mixing queue"),
281+
QT_TRANSLATE_NOOP("dash-core", "Failed to upgrade Evo database"),
281282
QT_TRANSLATE_NOOP("dash-core", "Failed to verify database"),
283+
QT_TRANSLATE_NOOP("dash-core", "Fee needed > fee paid"),
282284
QT_TRANSLATE_NOOP("dash-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
283285
QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"),
284286
QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing…"),
287+
QT_TRANSLATE_NOOP("dash-core", "Host %s on unsupported network"),
285288
QT_TRANSLATE_NOOP("dash-core", "Ignoring duplicate -wallet %s."),
286289
QT_TRANSLATE_NOOP("dash-core", "Importing…"),
287290
QT_TRANSLATE_NOOP("dash-core", "Incompatible mode."),
@@ -298,13 +301,13 @@ QT_TRANSLATE_NOOP("dash-core", "Invalid -i2psam address or hostname: '%s'"),
298301
QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address or hostname: '%s'"),
299302
QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address or hostname: '%s'"),
300303
QT_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'"),
301306
QT_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)"),
305307
QT_TRANSLATE_NOOP("dash-core", "Invalid masternodeblsprivkey. Please see documentation."),
306308
QT_TRANSLATE_NOOP("dash-core", "Invalid minimum number of spork signers specified with -minsporkkeys"),
307309
QT_TRANSLATE_NOOP("dash-core", "Invalid netmask specified in -whitelist: '%s'"),
310+
QT_TRANSLATE_NOOP("dash-core", "Invalid port specified in %s: '%s'"),
308311
QT_TRANSLATE_NOOP("dash-core", "Invalid script detected."),
309312
QT_TRANSLATE_NOOP("dash-core", "Invalid spork address specified with -sporkaddr"),
310313
QT_TRANSLATE_NOOP("dash-core", "Last queue was created too recently."),
@@ -318,17 +321,22 @@ QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."),
318321
QT_TRANSLATE_NOOP("dash-core", "Masternode queue is full."),
319322
QT_TRANSLATE_NOOP("dash-core", "Masternode:"),
320323
QT_TRANSLATE_NOOP("dash-core", "Missing input transaction information."),
324+
QT_TRANSLATE_NOOP("dash-core", "Missing solving data for estimating transaction size"),
321325
QT_TRANSLATE_NOOP("dash-core", "Mixing in progress…"),
322326
QT_TRANSLATE_NOOP("dash-core", "Need to specify a port with -whitebind: '%s'"),
323327
QT_TRANSLATE_NOOP("dash-core", "No Masternodes detected."),
324328
QT_TRANSLATE_NOOP("dash-core", "No addresses available"),
325329
QT_TRANSLATE_NOOP("dash-core", "No compatible Masternode found."),
326330
QT_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"),
327333
QT_TRANSLATE_NOOP("dash-core", "No matching denominations found for mixing."),
334+
QT_TRANSLATE_NOOP("dash-core", "No text before the scheme delimiter, malformed URL"),
328335
QT_TRANSLATE_NOOP("dash-core", "Not compatible with existing transactions."),
329336
QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."),
330337
QT_TRANSLATE_NOOP("dash-core", "Not enough funds to mix."),
331338
QT_TRANSLATE_NOOP("dash-core", "Not in the Masternode list."),
339+
QT_TRANSLATE_NOOP("dash-core", "Port must be between %d and %d, supplied %d"),
332340
QT_TRANSLATE_NOOP("dash-core", "Prune cannot be configured with a negative value."),
333341
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -disablegovernance=false."),
334342
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -txindex."),
@@ -344,6 +352,7 @@ QT_TRANSLATE_NOOP("dash-core", "Section [%s] is not recognized."),
344352
QT_TRANSLATE_NOOP("dash-core", "Session not complete!"),
345353
QT_TRANSLATE_NOOP("dash-core", "Session timed out."),
346354
QT_TRANSLATE_NOOP("dash-core", "Signing transaction failed"),
355+
QT_TRANSLATE_NOOP("dash-core", "Socket not initialized, cannot send message"),
347356
QT_TRANSLATE_NOOP("dash-core", "Specified -walletdir \"%s\" does not exist"),
348357
QT_TRANSLATE_NOOP("dash-core", "Specified -walletdir \"%s\" is a relative path"),
349358
QT_TRANSLATE_NOOP("dash-core", "Specified -walletdir \"%s\" is not a directory"),
@@ -369,6 +378,7 @@ QT_TRANSLATE_NOOP("dash-core", "Transaction created successfully."),
369378
QT_TRANSLATE_NOOP("dash-core", "Transaction fees are too high."),
370379
QT_TRANSLATE_NOOP("dash-core", "Transaction has too long of a mempool chain"),
371380
QT_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."),
372382
QT_TRANSLATE_NOOP("dash-core", "Transaction not valid."),
373383
QT_TRANSLATE_NOOP("dash-core", "Transaction too large"),
374384
QT_TRANSLATE_NOOP("dash-core", "Trying to connect…"),
@@ -378,18 +388,20 @@ QT_TRANSLATE_NOOP("dash-core", "Unable to create the PID file '%s': %s"),
378388
QT_TRANSLATE_NOOP("dash-core", "Unable to generate initial keys"),
379389
QT_TRANSLATE_NOOP("dash-core", "Unable to locate enough mixed funds for this transaction."),
380390
QT_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"),
381392
QT_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)"),
383395
QT_TRANSLATE_NOOP("dash-core", "Unable to sign spork message, wrong key?"),
384396
QT_TRANSLATE_NOOP("dash-core", "Unable to start HTTP server. See debug log for details."),
385397
QT_TRANSLATE_NOOP("dash-core", "Unknown -blockfilterindex value %s."),
386398
QT_TRANSLATE_NOOP("dash-core", "Unknown network specified in -onlynet: '%s'"),
387399
QT_TRANSLATE_NOOP("dash-core", "Unknown new rules activated (versionbit %i)"),
388400
QT_TRANSLATE_NOOP("dash-core", "Unknown response."),
389401
QT_TRANSLATE_NOOP("dash-core", "Unknown state: id = %u"),
402+
QT_TRANSLATE_NOOP("dash-core", "Unsupported URL scheme, must begin with udp://"),
390403
QT_TRANSLATE_NOOP("dash-core", "Unsupported global logging level -loglevel=%s. Valid values: %s."),
391404
QT_TRANSLATE_NOOP("dash-core", "Unsupported logging category %s=%s."),
392-
QT_TRANSLATE_NOOP("dash-core", "Upgrading UTXO database"),
393405
QT_TRANSLATE_NOOP("dash-core", "User Agent comment (%s) contains unsafe characters."),
394406
QT_TRANSLATE_NOOP("dash-core", "Verifying blocks…"),
395407
QT_TRANSLATE_NOOP("dash-core", "Verifying wallet(s)…"),

0 commit comments

Comments
 (0)