7 #define UNUSED __attribute__((unused)) 12 QT_TRANSLATE_NOOP(
"bitcoin-core",
"The %s developers"),
13 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 14 "%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring " 16 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 17 "%s failed to validate the -assumeutxo snapshot state. This indicates a " 18 "hardware problem, or a bug in the software, or a bad software modification " 19 "that allowed an invalid snapshot to be loaded. As a result of this, the node " 20 "will shut down and stop using any state that was built on the snapshot, " 21 "resetting the chain height from %d to %d. On the next restart, the node will " 22 "resume syncing from %d without using any snapshot data. Please report this " 23 "incident to %s, including how you obtained the snapshot. The invalid " 24 "snapshot chainstate will be left on disk in case it is helpful in diagnosing " 25 "the issue that caused this error."),
26 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 27 "%s is set very high! Fees this large could be paid on a single transaction."),
28 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 29 "%s request to listen on port %u. This port is considered \"bad\" and thus it " 30 "is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for " 31 "details and a full list."),
32 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 33 "Cannot downgrade wallet from version %i to version %i. Wallet version " 35 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 36 "Cannot obtain a lock on data directory %s. %s is probably already running."),
37 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 38 "Cannot provide specific connections and have addrman find outgoing " 39 "connections at the same time."),
40 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 41 "Cannot upgrade a non HD split wallet from version %i to version %i without " 42 "upgrading to support pre-split keypool. Please use version %i or no version " 44 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 45 "Disk space for %s may not accommodate the block files. Approximately %u GB " 46 "of data will be stored in this directory."),
47 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 48 "Distributed under the MIT software license, see the accompanying file %s or " 50 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 51 "Error loading %s: External signer wallet being loaded without external " 52 "signer support compiled"),
53 QT_TRANSLATE_NOOP(
"bitcoin-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(
"bitcoin-core",
"" 59 "Error reading %s! All keys read correctly, but transaction data or address " 60 "metadata may be missing or incorrect."),
61 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 62 "Error reading %s! Transaction data may be missing or incorrect. Rescanning " 64 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 65 "Error: Address book data in wallet cannot be identified to belong to " 67 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 68 "Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
69 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 70 "Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
71 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 72 "Error: Dumpfile version is not supported. This version of bitcoin-wallet " 73 "only supports version 1 dumpfiles. Got dumpfile with version %s"),
74 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 75 "Error: Duplicate descriptors created during migration. Your wallet may be " 77 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 78 "Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and " 79 "\"bech32\" address types"),
80 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 81 "Error: Transaction %s in wallet cannot be identified to belong to migrated " 83 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 84 "Error: Unable to produce descriptors for this legacy wallet. Make sure to " 85 "provide the wallet's passphrase if it is encrypted."),
86 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 87 "Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous " 88 "cluster of unconfirmed transactions."),
89 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 90 "Failed to remove snapshot chainstate dir (%s). Manually remove it before " 92 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 93 "Failed to rename invalid peers.dat file. Please move or delete it and try " 95 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 96 "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable " 98 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 99 "File %s already exists. If you are sure this is what you want, move it out " 100 "of the way first."),
101 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 102 "Flushing block file to disk failed. This is likely the result of an I/O " 104 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 105 "Flushing undo file to disk failed. This is likely the result of an I/O error."),
106 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 107 "Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet " 108 "forbids connections to IPv4/IPv6"),
109 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 110 "Invalid amount for %s=<amount>: '%s' (must be at least the minrelay fee of " 111 "%s to prevent stuck transactions)"),
112 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 113 "Invalid or corrupt peers.dat (%s). If you believe this is a bug, please " 114 "report it to %s. As a workaround, you can move the file (%s) out of the way " 115 "(rename, move, or delete) to have a new one created on the next start."),
116 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 117 "Maximum transaction weight is less than transaction weight without inputs"),
118 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 119 "Maximum transaction weight is too low, can not accommodate change output"),
120 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 121 "More than one onion bind address is provided. Using %s for the automatically " 122 "created Tor onion service."),
123 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 124 "No dump file provided. To use createfromdump, -dumpfile=<filename> must be " 126 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 127 "No dump file provided. To use dump, -dumpfile=<filename> must be provided."),
128 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 129 "No wallet file format provided. To use createfromdump, -format=<format> must " 131 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 132 "Outbound connections restricted to CJDNS (-onlynet=cjdns) but -" 133 "cjdnsreachable is not provided"),
134 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 135 "Outbound connections restricted to Tor (-onlynet=onion) but the proxy for " 136 "reaching the Tor network is explicitly forbidden: -onion=0"),
137 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 138 "Outbound connections restricted to Tor (-onlynet=onion) but the proxy for " 139 "reaching the Tor network is not provided: none of -proxy, -onion or -" 140 "listenonion is given"),
141 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 142 "Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not " 144 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 145 "Please contribute if you find %s useful. Visit %s for further information " 146 "about the software."),
147 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 148 "Prune configured below the minimum of %d MiB. Please use a higher number."),
149 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 150 "Prune mode is incompatible with -reindex-chainstate. Use full -reindex " 152 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 153 "Prune: last wallet synchronisation goes beyond pruned data. You need to -" 154 "reindex (download the whole blockchain again in case of pruned node)"),
155 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 156 "Rename of '%s' -> '%s' failed. Cannot clean up the background chainstate " 157 "leveldb directory."),
158 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 159 "Rename of '%s' -> '%s' failed. You should resolve this by manually moving or " 160 "deleting the invalid snapshot directory %s, otherwise you will encounter the " 161 "same error again on the next startup."),
162 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 163 "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is " 165 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 166 "The block database contains a block which appears to be from the future. " 167 "This may be due to your computer's date and time being set incorrectly. Only " 168 "rebuild the block database if you are sure that your computer's date and " 170 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 171 "The combination of the pre-selected inputs and the wallet automatic inputs " 172 "selection exceeds the transaction maximum weight. Please try sending a " 173 "smaller amount or manually consolidating your wallet's UTXOs"),
174 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 175 "The inputs size exceeds the maximum weight. Please try sending a smaller " 176 "amount or manually consolidating your wallet's UTXOs"),
177 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 178 "The preselected coins total amount does not cover the transaction target. " 179 "Please allow other inputs to be automatically selected or include more coins " 181 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 182 "The transaction amount is too small to send after the fee has been deducted"),
183 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 184 "This error could occur if this wallet was not shutdown cleanly and was last " 185 "loaded using a build with a newer version of Berkeley DB. If so, please use " 186 "the software that last loaded this wallet"),
187 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 188 "This is a pre-release test build - use at your own risk - do not use for " 189 "mining or merchant applications"),
190 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 191 "This is the maximum transaction fee you pay (in addition to the normal fee) " 192 "to prioritize partial spend avoidance over regular coin selection."),
193 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 194 "This is the transaction fee you may discard if change is smaller than dust " 196 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 197 "This is the transaction fee you may pay when fee estimates are not available."),
198 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 199 "Total length of network version string (%i) exceeds maximum length (%i). " 200 "Reduce the number or size of uacomments."),
201 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 202 "Transaction requires one destination of non-0 value, a non-0 feerate, or a " 203 "pre-selected input"),
204 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 205 "UTXO snapshot failed to validate. Restart to resume normal initial block " 206 "download, or try loading a different snapshot."),
207 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 208 "Unable to replay blocks. You will need to rebuild the database using -" 209 "reindex-chainstate."),
210 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 211 "Unconfirmed UTXOs are available, but spending them creates a chain of " 212 "transactions that will be rejected by the mempool"),
213 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 214 "Unexpected legacy entry in descriptor wallet found. Loading wallet %s\n" 216 "The wallet might have been tampered with or created with malicious intent.\n"),
217 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 218 "Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or " 220 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 221 "Unrecognized descriptor found. Loading wallet %s\n" 223 "The wallet might had been created on a newer version.\n" 224 "Please try running the latest software version.\n"),
225 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 226 "Unsupported category-specific logging level %1$s=%2$s. Expected " 227 "%1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s."),
228 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 229 "Unsupported chainstate database format found. Please restart with -reindex-" 230 "chainstate. This will rebuild the chainstate database."),
231 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 232 "Wallet created successfully. The legacy wallet type is being deprecated and " 233 "support for creating and opening legacy wallets will be removed in the " 235 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 236 "Wallet loaded successfully. The legacy wallet type is being deprecated and " 237 "support for creating and opening legacy wallets will be removed in the " 238 "future. Legacy wallets can be migrated to a descriptor wallet with " 240 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 241 "Warning: Dumpfile wallet format \"%s\" does not match command line specified " 243 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 244 "Warning: Private keys detected in wallet {%s} with disabled private keys"),
245 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 246 "Warning: We do not appear to fully agree with our peers! You may need to " 247 "upgrade, or other nodes may need to upgrade."),
248 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 249 "Witness data for blocks after height %d requires validation. Please restart " 251 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 252 "You need to rebuild the database using -reindex to go back to unpruned " 253 "mode. This will redownload the entire blockchain"),
254 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 255 "Your computer's date and time appear to be more than %d minutes out of sync " 256 "with the network, this may lead to consensus failure. After you've confirmed " 257 "your computer's clock, this message should no longer appear when you restart " 258 "your node. Without a restart, it should stop showing automatically after " 259 "you've connected to a sufficient number of new outbound peers, which may " 260 "take some time. You can inspect the `timeoffset` field of the `getpeerinfo` " 261 "and `getnetworkinfo` RPC methods to get more info."),
262 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 264 "Unable to cleanup failed migration"),
265 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 267 "Unable to restore backup of wallet."),
268 QT_TRANSLATE_NOOP(
"bitcoin-core",
"" 269 "whitebind may only be used for incoming connections (\"out\" was passed)"),
270 QT_TRANSLATE_NOOP(
"bitcoin-core",
"%s is set very high!"),
271 QT_TRANSLATE_NOOP(
"bitcoin-core",
"-maxmempool must be at least %d MB"),
272 QT_TRANSLATE_NOOP(
"bitcoin-core",
"A fatal internal error occurred, see debug.log for details: "),
273 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Assumeutxo data not found for the given blockhash '%s'."),
274 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Block verification was interrupted"),
275 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Cannot resolve -%s address: '%s'"),
276 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Cannot set -forcednsseed to true when setting -dnsseed to false."),
277 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Cannot set -peerblockfilters without -blockfilterindex."),
278 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Cannot write to data directory '%s'; check permissions."),
279 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Config setting for %s only applied on %s network when in [%s] section."),
280 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Copyright (C) %i-%i"),
281 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Corrupt block found indicating potential hardware failure."),
282 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Corrupted block database detected"),
283 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Could not find asmap file %s"),
284 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Could not parse asmap file %s"),
285 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Disk space is too low!"),
286 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Do you want to rebuild the block database now?"),
287 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Done loading"),
288 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Dump file %s does not exist."),
289 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Elliptic curve cryptography sanity check failure. %s is shutting down."),
290 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error committing db txn for wallet transactions removal"),
291 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error creating %s"),
292 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error initializing block database"),
293 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error initializing wallet database environment %s!"),
294 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error loading %s"),
295 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error loading %s: Private keys can only be disabled during creation"),
296 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error loading %s: Wallet corrupted"),
297 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error loading %s: Wallet requires newer version of %s"),
298 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error loading block database"),
299 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error opening block database"),
300 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error reading configuration file: %s"),
301 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error reading from database, shutting down."),
302 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error reading next record from wallet database"),
303 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error starting db txn for wallet transactions removal"),
304 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Cannot extract destination from the generated scriptpubkey"),
305 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Could not add watchonly tx %s to watchonly wallet"),
306 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Could not delete watchonly transactions. "),
307 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Couldn't create cursor into database"),
308 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Disk space is low for %s"),
309 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Dumpfile checksum does not match. Computed %s, expected %s"),
310 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Failed to create new watchonly wallet"),
311 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Got key that was not hex: %s"),
312 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Got value that was not hex: %s"),
313 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Keypool ran out, please call keypoolrefill first"),
314 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Missing checksum"),
315 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: No %s addresses available."),
316 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: This wallet already uses SQLite"),
317 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: This wallet is already a descriptor wallet"),
318 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to begin reading all records in the database"),
319 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to make a backup of your wallet"),
320 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to parse version %u as a uint32_t"),
321 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to read all records in the database"),
322 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to read wallet's best block locator record"),
323 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to remove watchonly address book data"),
324 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to write record to new wallet"),
325 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to write solvable wallet best block locator record"),
326 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: Unable to write watchonly wallet best block locator record"),
327 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: address book copy failed for wallet %s"),
328 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Error: database transaction cannot be executed for wallet %s"),
329 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to connect best block (%s)."),
330 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to disconnect block."),
331 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to listen on any port. Use -listen=0 if you want this."),
332 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to read block."),
333 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to rescan the wallet during initialization"),
334 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to start indexes, shutting down.."),
335 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to verify database"),
336 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to write block."),
337 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to write to block index database."),
338 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to write to coin database."),
339 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failed to write undo data."),
340 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Failure removing transaction: %s"),
341 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
342 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Ignoring duplicate -wallet %s."),
343 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Importing…"),
344 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Incorrect or no genesis block found. Wrong datadir for network?"),
345 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Initialization sanity check failed. %s is shutting down."),
346 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Input not found or already spent"),
347 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Insufficient dbcache for block verification"),
348 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Insufficient funds"),
349 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid -i2psam address or hostname: '%s'"),
350 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid -onion address or hostname: '%s'"),
351 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid -proxy address or hostname: '%s'"),
352 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid P2P permission: '%s'"),
353 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid amount for %s=<amount>: '%s' (must be at least %s)"),
354 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid amount for %s=<amount>: '%s'"),
355 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid amount for -%s=<amount>: '%s'"),
356 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid netmask specified in -whitelist: '%s'"),
357 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid port specified in %s: '%s'"),
358 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Invalid pre-selected input %s"),
359 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Listening for incoming connections failed (listen returned error %s)"),
360 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Loading P2P addresses…"),
361 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Loading banlist…"),
362 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Loading block index…"),
363 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Loading wallet…"),
364 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Maximum transaction weight must be between %d and %d"),
365 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Missing amount"),
366 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Missing solving data for estimating transaction size"),
367 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Need to specify a port with -whitebind: '%s'"),
368 QT_TRANSLATE_NOOP(
"bitcoin-core",
"No addresses available"),
369 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Not enough file descriptors available."),
370 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Not found pre-selected input %s"),
371 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Not solvable pre-selected input %s"),
372 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Only direction was set, no permissions: '%s'"),
373 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Prune cannot be configured with a negative value."),
374 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Prune mode is incompatible with -txindex."),
375 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Pruning blockstore…"),
376 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Reducing -maxconnections from %d to %d, because of system limitations."),
377 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Replaying blocks…"),
378 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Rescanning…"),
379 QT_TRANSLATE_NOOP(
"bitcoin-core",
"SQLiteDatabase: Failed to execute statement to verify database: %s"),
380 QT_TRANSLATE_NOOP(
"bitcoin-core",
"SQLiteDatabase: Failed to prepare statement to verify database: %s"),
381 QT_TRANSLATE_NOOP(
"bitcoin-core",
"SQLiteDatabase: Failed to read database verification error: %s"),
382 QT_TRANSLATE_NOOP(
"bitcoin-core",
"SQLiteDatabase: Unexpected application id. Expected %u, got %u"),
383 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Section [%s] is not recognized."),
384 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Settings file could not be read"),
385 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Settings file could not be written"),
386 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Signer did not echo address"),
387 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Signer echoed unexpected address %s"),
388 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Signer returned error: %s"),
389 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Signing transaction failed"),
390 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Specified -walletdir \"%s\" does not exist"),
391 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Specified -walletdir \"%s\" is a relative path"),
392 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Specified -walletdir \"%s\" is not a directory"),
393 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Specified blocks directory \"%s\" does not exist."),
394 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Specified data directory \"%s\" does not exist."),
395 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Starting network threads…"),
396 QT_TRANSLATE_NOOP(
"bitcoin-core",
"System error while flushing: %s"),
397 QT_TRANSLATE_NOOP(
"bitcoin-core",
"System error while loading external block file: %s"),
398 QT_TRANSLATE_NOOP(
"bitcoin-core",
"System error while saving block to disk: %s"),
399 QT_TRANSLATE_NOOP(
"bitcoin-core",
"The source code is available from %s."),
400 QT_TRANSLATE_NOOP(
"bitcoin-core",
"The specified config file %s does not exist"),
401 QT_TRANSLATE_NOOP(
"bitcoin-core",
"The transaction amount is too small to pay the fee"),
402 QT_TRANSLATE_NOOP(
"bitcoin-core",
"The wallet will avoid paying less than the minimum relay fee."),
403 QT_TRANSLATE_NOOP(
"bitcoin-core",
"There is no ScriptPubKeyManager for this address"),
404 QT_TRANSLATE_NOOP(
"bitcoin-core",
"This is experimental software."),
405 QT_TRANSLATE_NOOP(
"bitcoin-core",
"This is the minimum transaction fee you pay on every transaction."),
406 QT_TRANSLATE_NOOP(
"bitcoin-core",
"This is the transaction fee you will pay if you send a transaction."),
407 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction %s does not belong to this wallet"),
408 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction amount too small"),
409 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction amounts must not be negative"),
410 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction change output index out of range"),
411 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction must have at least one recipient"),
412 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction needs a change address, but we can't generate it."),
413 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Transaction too large"),
414 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to bind to %s on this computer (bind returned error %s)"),
415 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to bind to %s on this computer. %s is probably already running."),
416 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to create the PID file '%s': %s"),
417 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to find UTXO for external input"),
418 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to generate initial keys"),
419 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to generate keys"),
420 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to open %s for writing"),
421 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to parse -maxuploadtarget: '%s'"),
422 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to start HTTP server. See debug log for details."),
423 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unable to unload the wallet before migrating"),
424 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unknown -blockfilterindex value %s."),
425 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unknown address type '%s'"),
426 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unknown change type '%s'"),
427 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unknown network specified in -onlynet: '%s'"),
428 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unknown new rules activated (versionbit %i)"),
429 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unrecognised option \"%s\" provided in -test=<option>."),
430 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unsupported global logging level %s=%s. Valid values: %s."),
431 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Unsupported logging category %s=%s."),
432 QT_TRANSLATE_NOOP(
"bitcoin-core",
"User Agent comment (%s) contains unsafe characters."),
433 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Verifying blocks…"),
434 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Verifying wallet(s)…"),
435 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Wallet file creation failed: %s"),
436 QT_TRANSLATE_NOOP(
"bitcoin-core",
"Wallet needed to be rewritten: restart %s to complete"),
437 QT_TRANSLATE_NOOP(
"bitcoin-core",
"acceptstalefeeestimates is not supported on %s chain."),
static const char UNUSED * bitcoin_strings[]