2016-06-06 04:23:51 -04:00
|
|
|
|
2013-04-13 02:13:08 -03:00
|
|
|
|
2011-06-13 13:24:53 -04:00
|
|
|
#include <QtGlobal>
|
2013-04-13 02:13:08 -03:00
|
|
|
|
2016-06-06 04:23:51 -04:00
|
|
|
// Automatically generated by extract_strings_qt.py
|
2012-04-15 07:53:14 -03:00
|
|
|
#ifdef __GNUC__
|
|
|
|
#define UNUSED __attribute__((unused))
|
|
|
|
#else
|
|
|
|
#define UNUSED
|
|
|
|
#endif
|
2012-07-11 07:34:20 -04:00
|
|
|
static const char UNUSED *bitcoin_strings[] = {
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
|
2012-07-11 07:34:20 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2020-10-01 17:24:08 -03:00
|
|
|
"%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
|
|
|
|
"a backup."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-11-01 12:03:23 -03:00
|
|
|
"-maxtxfee is set very high! Fees this large could be paid on a single "
|
|
|
|
"transaction."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"Cannot downgrade wallet from version %i to version %i. Wallet version "
|
|
|
|
"unchanged."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2016-06-06 04:23:51 -04:00
|
|
|
"Cannot obtain a lock on data directory %s. %s is probably already running."),
|
2012-05-30 17:00:21 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2018-01-24 12:37:46 -03:00
|
|
|
"Cannot provide specific connections and have addrman find outgoing "
|
|
|
|
"connections at the same."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"Cannot upgrade a non HD split wallet from version %i to version %i without "
|
|
|
|
"upgrading to support pre-split keypool. Please use version %i or no version "
|
|
|
|
"specified."),
|
2015-04-28 04:47:26 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2017-01-02 05:35:19 -03:00
|
|
|
"Distributed under the MIT software license, see the accompanying file %s or "
|
|
|
|
"%s"),
|
2013-06-25 05:31:15 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2016-06-06 04:23:51 -04:00
|
|
|
"Error reading %s! All keys read correctly, but transaction data or address "
|
|
|
|
"book entries might be missing or incorrect."),
|
2015-11-01 12:03:23 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
|
|
|
|
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-11-01 12:03:23 -03:00
|
|
|
"Error: Listening for incoming connections failed (listen returned error %s)"),
|
2014-07-31 09:01:56 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2018-07-23 11:22:58 -04:00
|
|
|
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
|
|
|
|
"fallbackfee."),
|
2017-01-20 10:44:48 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"File %s already exists. If you are sure this is what you want, move it out "
|
|
|
|
"of the way first."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-04-28 04:47:26 -03:00
|
|
|
"Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
|
|
|
|
"fee of %s to prevent stuck transactions)"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2020-10-27 15:40:19 -03:00
|
|
|
"More than one onion bind address is provided. Using %s for the automatically "
|
|
|
|
"created Tor onion service."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"No dump file provided. To use createfromdump, -dumpfile=<filename> must be "
|
|
|
|
"provided."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"No dump file provided. To use dump, -dumpfile=<filename> must be provided."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"No wallet file format provided. To use createfromdump, -format=<format> must "
|
|
|
|
"be provided."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-09-29 08:36:33 -03:00
|
|
|
"Please check that your computer's date and time are correct! If your clock "
|
2016-06-06 04:23:51 -04:00
|
|
|
"is wrong, %s will not work properly."),
|
2015-09-29 08:36:33 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2016-06-21 09:23:39 -04:00
|
|
|
"Please contribute if you find %s useful. Visit %s for further information "
|
|
|
|
"about the software."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-09-29 08:36:33 -03:00
|
|
|
"Prune configured below the minimum of %d MiB. Please use a higher number."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
|
|
|
|
"reindex (download the whole blockchain again in case of pruned node)"),
|
2015-04-28 04:47:26 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2020-10-27 15:40:19 -03:00
|
|
|
"SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet "
|
|
|
|
"schema version: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"SQLiteDatabase: Failed to prepare the statement to fetch the application id: "
|
|
|
|
"%s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
|
|
|
|
"supported"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-09-29 08:36:33 -03:00
|
|
|
"The block database contains a block which appears to be from the future. "
|
|
|
|
"This may be due to your computer's date and time being set incorrectly. Only "
|
|
|
|
"rebuild the block database if you are sure that your computer's date and "
|
|
|
|
"time are correct"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-04-28 04:47:26 -03:00
|
|
|
"The transaction amount is too small to send after the fee has been deducted"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2020-10-01 17:24:08 -03:00
|
|
|
"This error could occur if this wallet was not shutdown cleanly and was last "
|
|
|
|
"loaded using a build with a newer version of Berkeley DB. If so, please use "
|
|
|
|
"the software that last loaded this wallet"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2017-01-04 08:16:28 -03:00
|
|
|
"This is a pre-release test build - use at your own risk - do not use for "
|
|
|
|
"mining or merchant applications"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2020-10-01 17:24:08 -03:00
|
|
|
"This is the maximum transaction fee you pay (in addition to the normal fee) "
|
|
|
|
"to prioritize partial spend avoidance over regular coin selection."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2017-07-20 17:23:57 -04:00
|
|
|
"This is the transaction fee you may discard if change is smaller than dust "
|
|
|
|
"at this level"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2017-01-02 05:35:19 -03:00
|
|
|
"This is the transaction fee you may pay when fee estimates are not available."),
|
2012-11-16 10:52:36 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-11-01 12:03:23 -03:00
|
|
|
"Total length of network version string (%i) exceeds maximum length (%i). "
|
|
|
|
"Reduce the number or size of uacomments."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2020-10-01 17:24:08 -03:00
|
|
|
"Transaction needs a change address, but we can't generate it. Please call "
|
|
|
|
"keypoolrefill first."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2017-07-06 03:43:05 -04:00
|
|
|
"Unable to replay blocks. You will need to rebuild the database using -"
|
|
|
|
"reindex-chainstate."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2016-06-28 05:47:37 -04:00
|
|
|
"Unable to rewind the database to a pre-fork state. You will need to "
|
|
|
|
"redownload the blockchain"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or "
|
|
|
|
"\"sqlite\"."),
|
2013-08-21 09:26:31 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2021-04-20 08:55:55 -04:00
|
|
|
"Warning: Dumpfile wallet format \"%s\" does not match command line specified "
|
|
|
|
"format \"%s\"."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"Warning: Private keys detected in wallet {%s} with disabled private keys"),
|
2017-01-04 08:16:28 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
|
|
"Warning: We do not appear to fully agree with our peers! You may need to "
|
|
|
|
"upgrade, or other nodes may need to upgrade."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
2015-04-28 04:47:26 -03:00
|
|
|
"You need to rebuild the database using -reindex to go back to unpruned "
|
|
|
|
"mode. This will redownload the entire blockchain"),
|
2017-01-02 05:35:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
|
2015-11-01 12:03:23 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
|
2020-10-01 17:24:08 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
|
2020-10-01 17:24:08 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."),
|
2018-07-23 11:22:58 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
|
2019-02-04 10:30:05 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
|
2013-03-18 04:27:10 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
|
2020-03-16 06:51:11 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
|
2020-10-01 17:24:08 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
|
2013-03-18 04:27:10 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
|
2012-06-13 12:17:28 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Dump file %s does not exist."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"),
|
2013-02-07 03:39:58 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
|
2013-03-19 19:47:45 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
|
2018-07-23 11:22:58 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Private keys can only be disabled during creation"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
|
2013-01-14 18:52:52 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
|
2013-03-18 04:27:10 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
|
2015-04-28 04:47:26 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"),
|
2017-07-06 03:43:05 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"),
|
2019-02-04 10:30:05 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
|
2020-10-01 17:24:08 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
|
2012-06-13 12:17:28 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
2018-01-24 12:37:46 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
|
2020-10-27 15:40:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"),
|
2020-10-01 17:24:08 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
|
2020-11-16 07:15:11 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
|
2014-04-29 10:02:06 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
|
2013-06-25 05:31:15 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
|
2012-06-13 12:17:28 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -i2psam address or hostname: '%s'"),
|
2017-07-06 03:43:05 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
|
2019-09-02 07:42:01 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid P2P permission: '%s'"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
|
2017-07-20 17:23:57 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
|
2014-07-03 01:45:16 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
|
2014-07-31 09:01:56 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
|
2017-07-06 03:43:05 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses..."),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
|
2012-06-13 12:17:28 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
|
2014-07-31 09:01:56 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
|
2020-10-01 17:24:08 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>."),
|
2013-05-04 06:30:14 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
|
2015-04-28 04:47:26 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
|
2015-09-29 08:36:33 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
|
2017-07-06 03:43:05 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks..."),
|
2012-06-13 12:17:28 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
|
2016-06-28 05:47:37 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
|
2020-10-27 15:40:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to execute statement to verify database: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to fetch sqlite wallet schema version: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to fetch the application id: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to prepare statement to verify database: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to read database verification error: %s"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unexpected application id. Expected %u, got %u"),
|
2019-02-04 10:30:05 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Section [%s] is not recognized."),
|
2013-05-07 03:14:23 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
|
2018-01-24 12:37:46 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is a relative path"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a directory"),
|
2018-08-13 05:56:47 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Specified blocks directory \"%s\" does not exist."),
|
2017-01-02 05:35:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads..."),
|
2016-06-21 09:23:39 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"),
|
2015-04-28 04:47:26 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
|
2017-01-02 05:35:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
|
2014-07-03 01:31:50 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
|
2017-01-02 05:35:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
|
2013-05-07 03:14:23 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
|
2017-01-02 05:35:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
|
2017-07-20 17:23:57 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction fee and change calculation failed"),
|
2017-01-02 05:35:19 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
|
2013-05-07 03:14:23 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
|
2014-07-03 01:31:50 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
|
2019-06-26 11:01:58 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
|
2018-01-24 12:37:46 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
|
2018-07-23 11:22:58 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
|
2021-04-20 08:55:55 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"),
|
2015-09-29 08:36:33 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
|
2019-06-26 11:01:58 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
|
2019-09-16 10:49:22 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
|
2012-06-13 12:17:28 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
|
2017-07-06 03:43:05 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
|
2018-07-23 11:22:58 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"),
|
2015-11-01 12:03:23 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
2013-03-19 19:47:45 -03:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
|
2017-07-06 03:43:05 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
|
2016-06-06 04:23:51 -04:00
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
|
|
|
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
|
2013-04-13 02:13:08 -03:00
|
|
|
};
|