qt: Run «make translate» in ./src/
This commit is contained in:
parent
fabe87d2c9
commit
fab85208f6
2 changed files with 270 additions and 214 deletions
|
@ -9,14 +9,13 @@
|
||||||
#define UNUSED
|
#define UNUSED
|
||||||
#endif
|
#endif
|
||||||
static const char UNUSED *bitcoin_strings[] = {
|
static const char UNUSED *bitcoin_strings[] = {
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core"),
|
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||||
"-maxtxfee is set very high! Fees this large could be paid on a single "
|
"-maxtxfee is set very high! Fees this large could be paid on a single "
|
||||||
"transaction."),
|
"transaction."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||||
"Can't generate a change-address key. Private keys are disabled for this "
|
"Can't generate a change-address key. No keys in the internal keypool and "
|
||||||
"wallet."),
|
"can't generate any keys."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||||
"Cannot obtain a lock on data directory %s. %s is probably already running."),
|
"Cannot obtain a lock on data directory %s. %s is probably already running."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||||
|
@ -88,9 +87,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||||
"Warning: The network does not appear to fully agree! Some miners appear to "
|
"Warning: The network does not appear to fully agree! Some miners appear to "
|
||||||
"be experiencing issues."),
|
"be experiencing issues."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||||
"Warning: Unknown block versions being mined! It's possible unknown rules are "
|
|
||||||
"in effect"),
|
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|
||||||
"Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
|
"Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
|
||||||
"if your balance or transactions are incorrect you should restore from a "
|
"if your balance or transactions are incorrect you should restore from a "
|
||||||
"backup."),
|
"backup."),
|
||||||
|
@ -124,15 +120,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet %s. Duplicate -wallet fi
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
|
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is too low!"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
|
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
|
||||||
|
@ -150,6 +144,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
|
||||||
|
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -blockfilterindex."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
|
||||||
|
@ -179,9 +174,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
|
||||||
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
|
||||||
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
|
||||||
|
@ -189,9 +186,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside wallet directory %s"),
|
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
|
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
|
||||||
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
|
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue