Bitcoin Core 22.99.0
P2P Digital Currency
bitcoinstrings.cpp
Go to the documentation of this file.
1
2
3#include <QtGlobal>
4
5// Automatically generated by extract_strings_qt.py
6#ifdef __GNUC__
7#define UNUSED __attribute__((unused))
8#else
9#define UNUSED
10#endif
11static const char UNUSED *bitcoin_strings[] = {
12QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
13QT_TRANSLATE_NOOP("bitcoin-core", ""
14"%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
15"a backup."),
16QT_TRANSLATE_NOOP("bitcoin-core", ""
17"-maxtxfee is set very high! Fees this large could be paid on a single "
18"transaction."),
19QT_TRANSLATE_NOOP("bitcoin-core", ""
20"Cannot downgrade wallet from version %i to version %i. Wallet version "
21"unchanged."),
22QT_TRANSLATE_NOOP("bitcoin-core", ""
23"Cannot obtain a lock on data directory %s. %s is probably already running."),
24QT_TRANSLATE_NOOP("bitcoin-core", ""
25"Cannot provide specific connections and have addrman find outgoing "
26"connections at the same."),
27QT_TRANSLATE_NOOP("bitcoin-core", ""
28"Cannot upgrade a non HD split wallet from version %i to version %i without "
29"upgrading to support pre-split keypool. Please use version %i or no version "
30"specified."),
31QT_TRANSLATE_NOOP("bitcoin-core", ""
32"Distributed under the MIT software license, see the accompanying file %s or "
33"%s"),
34QT_TRANSLATE_NOOP("bitcoin-core", ""
35"Error reading %s! All keys read correctly, but transaction data or address "
36"book entries might be missing or incorrect."),
37QT_TRANSLATE_NOOP("bitcoin-core", ""
38"Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
39QT_TRANSLATE_NOOP("bitcoin-core", ""
40"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
41QT_TRANSLATE_NOOP("bitcoin-core", ""
42"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
43"only supports version 1 dumpfiles. Got dumpfile with version %s"),
44QT_TRANSLATE_NOOP("bitcoin-core", ""
45"Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and "
46"\"bech32\" address types"),
47QT_TRANSLATE_NOOP("bitcoin-core", ""
48"Error: Listening for incoming connections failed (listen returned error %s)"),
49QT_TRANSLATE_NOOP("bitcoin-core", ""
50"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
51"fallbackfee."),
52QT_TRANSLATE_NOOP("bitcoin-core", ""
53"File %s already exists. If you are sure this is what you want, move it out "
54"of the way first."),
55QT_TRANSLATE_NOOP("bitcoin-core", ""
56"Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
57"fee of %s to prevent stuck transactions)"),
58QT_TRANSLATE_NOOP("bitcoin-core", ""
59"More than one onion bind address is provided. Using %s for the automatically "
60"created Tor onion service."),
61QT_TRANSLATE_NOOP("bitcoin-core", ""
62"No dump file provided. To use createfromdump, -dumpfile=<filename> must be "
63"provided."),
64QT_TRANSLATE_NOOP("bitcoin-core", ""
65"No dump file provided. To use dump, -dumpfile=<filename> must be provided."),
66QT_TRANSLATE_NOOP("bitcoin-core", ""
67"No wallet file format provided. To use createfromdump, -format=<format> must "
68"be provided."),
69QT_TRANSLATE_NOOP("bitcoin-core", ""
70"Please check that your computer's date and time are correct! If your clock "
71"is wrong, %s will not work properly."),
72QT_TRANSLATE_NOOP("bitcoin-core", ""
73"Please contribute if you find %s useful. Visit %s for further information "
74"about the software."),
75QT_TRANSLATE_NOOP("bitcoin-core", ""
76"Prune configured below the minimum of %d MiB. Please use a higher number."),
77QT_TRANSLATE_NOOP("bitcoin-core", ""
78"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
79"reindex (download the whole blockchain again in case of pruned node)"),
80QT_TRANSLATE_NOOP("bitcoin-core", ""
81"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
82"supported"),
83QT_TRANSLATE_NOOP("bitcoin-core", ""
84"The block database contains a block which appears to be from the future. "
85"This may be due to your computer's date and time being set incorrectly. Only "
86"rebuild the block database if you are sure that your computer's date and "
87"time are correct"),
88QT_TRANSLATE_NOOP("bitcoin-core", ""
89"The transaction amount is too small to send after the fee has been deducted"),
90QT_TRANSLATE_NOOP("bitcoin-core", ""
91"This error could occur if this wallet was not shutdown cleanly and was last "
92"loaded using a build with a newer version of Berkeley DB. If so, please use "
93"the software that last loaded this wallet"),
94QT_TRANSLATE_NOOP("bitcoin-core", ""
95"This is a pre-release test build - use at your own risk - do not use for "
96"mining or merchant applications"),
97QT_TRANSLATE_NOOP("bitcoin-core", ""
98"This is the maximum transaction fee you pay (in addition to the normal fee) "
99"to prioritize partial spend avoidance over regular coin selection."),
100QT_TRANSLATE_NOOP("bitcoin-core", ""
101"This is the transaction fee you may discard if change is smaller than dust "
102"at this level"),
103QT_TRANSLATE_NOOP("bitcoin-core", ""
104"This is the transaction fee you may pay when fee estimates are not available."),
105QT_TRANSLATE_NOOP("bitcoin-core", ""
106"Total length of network version string (%i) exceeds maximum length (%i). "
107"Reduce the number or size of uacomments."),
108QT_TRANSLATE_NOOP("bitcoin-core", ""
109"Unable to replay blocks. You will need to rebuild the database using -"
110"reindex-chainstate."),
111QT_TRANSLATE_NOOP("bitcoin-core", ""
112"Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or "
113"\"sqlite\"."),
114QT_TRANSLATE_NOOP("bitcoin-core", ""
115"Warning: Dumpfile wallet format \"%s\" does not match command line specified "
116"format \"%s\"."),
117QT_TRANSLATE_NOOP("bitcoin-core", ""
118"Warning: Private keys detected in wallet {%s} with disabled private keys"),
119QT_TRANSLATE_NOOP("bitcoin-core", ""
120"Warning: We do not appear to fully agree with our peers! You may need to "
121"upgrade, or other nodes may need to upgrade."),
122QT_TRANSLATE_NOOP("bitcoin-core", ""
123"Witness data for blocks after height %d requires validation. Please restart "
124"with -reindex."),
125QT_TRANSLATE_NOOP("bitcoin-core", ""
126"You need to rebuild the database using -reindex to go back to unpruned "
127"mode. This will redownload the entire blockchain"),
128QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
129QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
130QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"),
131QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
132QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."),
133QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."),
134QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
135QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."),
136QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
137QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
138QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
139QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
140QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
141QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
142QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
143QT_TRANSLATE_NOOP("bitcoin-core", "Dump file %s does not exist."),
144QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"),
145QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
146QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
147QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
148QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Private keys can only be disabled during creation"),
149QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
150QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
151QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
152QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
153QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
154QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"),
155QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
156QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"),
157QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
158QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"),
159QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
160QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
161QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
162QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"),
163QT_TRANSLATE_NOOP("bitcoin-core", "Error: No %s addresses available."),
164QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
165QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
166QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
167QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
168QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"),
169QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
170QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
171QT_TRANSLATE_NOOP("bitcoin-core", "Importing…"),
172QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
173QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
174QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
175QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -i2psam address or hostname: '%s'"),
176QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
177QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
178QT_TRANSLATE_NOOP("bitcoin-core", "Invalid P2P permission: '%s'"),
179QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
180QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'"),
181QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
182QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
183QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
184QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"),
185QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"),
186QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"),
187QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet…"),
188QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
189QT_TRANSLATE_NOOP("bitcoin-core", "No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>."),
190QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
191QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
192QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -coinstatsindex."),
193QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
194QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore…"),
195QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
196QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks…"),
197QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning…"),
198QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to execute statement to verify database: %s"),
199QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to prepare statement to verify database: %s"),
200QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to read database verification error: %s"),
201QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unexpected application id. Expected %u, got %u"),
202QT_TRANSLATE_NOOP("bitcoin-core", "Section [%s] is not recognized."),
203QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
204QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"),
205QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is a relative path"),
206QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a directory"),
207QT_TRANSLATE_NOOP("bitcoin-core", "Specified blocks directory \"%s\" does not exist."),
208QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads…"),
209QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
210QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"),
211QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
212QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
213QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
214QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
215QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
216QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
217QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
218QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
219QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
220QT_TRANSLATE_NOOP("bitcoin-core", "Transaction needs a change address, but we can't generate it. %s"),
221QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
222QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
223QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
224QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
225QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
226QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
227QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"),
228QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
229QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
230QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
231QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
232QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
233QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
234QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
235QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
236QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"),
237QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
238QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
239QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
240QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
241};
static const char UNUSED * bitcoin_strings[]
#define UNUSED