From 029c83da145575d4d43be3d0a0b048a9dbbce279 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Fri, 24 Sep 2021 23:27:50 +0100 Subject: [PATCH] Refresh English locale files --- src/qt/bitcoinstrings.cpp | 17 ++++- src/qt/locale/bitcoin_en.ts | 137 ++++++++++++++++++++++-------------- 2 files changed, 98 insertions(+), 56 deletions(-) diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index ca55c930f..9ba6fb241 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -11,6 +11,7 @@ static const char UNUSED *bitcoin_strings[] = { QT_TRANSLATE_NOOP("bitcoin-core", "Dogecoin Core"), QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"), +QT_TRANSLATE_NOOP("bitcoin-core", "Bitcoin Core and Dogecoin Core"), QT_TRANSLATE_NOOP("bitcoin-core", "" "(1 = keep tx meta data e.g. account owner and payment request information, 2 " "= drop tx meta data)"), @@ -31,6 +32,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or " "a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Amount under which a transaction output is considered dust, in %s (default: " +"%s)"), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Bind to given address and always listen on it. Use [host]:port notation for " "IPv6"), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -76,7 +80,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "TxID)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Execute command when the best block changes (%s in cmd is replaced by block " -"hash)"), +"hash, %i is replaced by block number)"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Extra transactions to keep in memory for compact block reconstructions " "(default: %u)"), @@ -178,7 +182,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "This product includes software developed by the OpenSSL Project for use in " "the OpenSSL Toolkit %s and cryptographic software written by Eric Young and " -"UPnP software written by Thomas Bernard."), +"UPnP software written by Thomas Bernard. Paper wallet art provided by " +"Anacoluthia."), QT_TRANSLATE_NOOP("bitcoin-core", "" "Total length of network version string (%i) exceeds maximum length (%i). " "Reduce the number or size of uacomments."), @@ -246,6 +251,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"), QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"), QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Amaze"), QT_TRANSLATE_NOOP("bitcoin-core", "Append comment to the user agent string"), QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet on startup"), QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (default: %d)"), @@ -261,6 +267,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"), QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"), QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"), +QT_TRANSLATE_NOOP("bitcoin-core", "Default"), QT_TRANSLATE_NOOP("bitcoin-core", "Do not load the wallet and disable wallet RPC calls"), QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"), QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"), @@ -309,8 +316,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."), QT_TRANSLATE_NOOP("bitcoin-core", "Location of the auth cookie (default: data dir)"), QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most connections to peers (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Make the wallet broadcast transactions"), +QT_TRANSLATE_NOOP("bitcoin-core", "Many generous"), QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, *1000 bytes (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, *1000 bytes (default: %u)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Minimum"), +QT_TRANSLATE_NOOP("bitcoin-core", "More"), QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."), @@ -326,6 +336,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore..."), QT_TRANSLATE_NOOP("bitcoin-core", "RPC server options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state and block index from the blk*.dat files on disk"), QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state from the currently indexed blocks"), +QT_TRANSLATE_NOOP("bitcoin-core", "Receive and display P2P network alerts (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."), QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: %u)"), @@ -352,6 +363,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)") QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: %u)"), QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads..."), +QT_TRANSLATE_NOOP("bitcoin-core", "Such expensive"), QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."), QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"), QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."), @@ -388,6 +400,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"), QT_TRANSLATE_NOOP("bitcoin-core", "Whether to operate in a blocks only mode (default: %u)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Wow"), QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."), QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"), }; diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 8f0def0cf..aaaa9aaf6 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -3092,7 +3092,7 @@ p, li { white-space: pre-wrap; } SendCoinsDialog - + Send Coins Send Coins @@ -3218,22 +3218,7 @@ p, li { white-space: pre-wrap; } - - (Smart fee not initialized yet. This usually takes a few blocks...) - - - - - normal - - - - - fast - - - - + Send to multiple recipients at once Send to multiple recipients at once @@ -3248,7 +3233,7 @@ p, li { white-space: pre-wrap; } - + Dust: @@ -3259,12 +3244,7 @@ p, li { white-space: pre-wrap; } - - Confirmation time target: - - - - + Clear &All Clear &All @@ -3279,12 +3259,27 @@ p, li { white-space: pre-wrap; } Confirm the send action - + + Priority: + + + + + low + + + + + high + + + + S&end S&end - + Copy quantity @@ -3319,7 +3314,7 @@ p, li { white-space: pre-wrap; } - + @@ -3396,29 +3391,13 @@ p, li { white-space: pre-wrap; } Payment request expired. - - - %n block(s) - - %n block - %n blocks - - - + Pay only the required fee of %1 - - - Estimated to begin confirmation within %n block(s). - - Estimated to begin confirmation within %n block. - Estimated to begin confirmation within %n blocks. - - - + Warning: Invalid Dogecoin address @@ -4497,6 +4476,11 @@ p, li { white-space: pre-wrap; } The %s developers + + + Bitcoin Core and Dogecoin Core + + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) @@ -4529,6 +4513,11 @@ p, li { white-space: pre-wrap; } + Amount under which a transaction output is considered dust, in %s (default: %s) + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -4608,12 +4597,7 @@ p, li { white-space: pre-wrap; } - - Execute command when the best block changes (%s in cmd is replaced by block hash) - - - - + Extra transactions to keep in memory for compact block reconstructions (default: %u) @@ -4773,12 +4757,17 @@ p, li { white-space: pre-wrap; } - - This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + + Execute command when the best block changes (%s in cmd is replaced by block hash, %i is replaced by block number) - + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. Paper wallet art provided by Anacoluthia. + + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. @@ -4922,6 +4911,11 @@ p, li { white-space: pre-wrap; } Always query for peer addresses via DNS lookup (default: %u) + + + Amaze + + Append comment to the user agent string @@ -4997,6 +4991,11 @@ p, li { white-space: pre-wrap; } Debugging/Testing options: + + + Default + + Do not load the wallet and disable wallet RPC calls @@ -5237,6 +5236,11 @@ p, li { white-space: pre-wrap; } Make the wallet broadcast transactions + + + Many generous + + Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) @@ -5247,6 +5251,16 @@ p, li { white-space: pre-wrap; } Maximum per-connection send buffer, <n>*1000 bytes (default: %u) + + + Minimum + + + + + More + + Need to specify a port with -whitebind: '%s' @@ -5322,6 +5336,11 @@ p, li { white-space: pre-wrap; } Rebuild chain state from the currently indexed blocks + + + Receive and display P2P network alerts (default: %u) + + Reducing -maxconnections from %d to %d, because of system limitations. @@ -5452,6 +5471,11 @@ p, li { white-space: pre-wrap; } Starting network threads... + + + Such expensive + + The source code is available from %s. @@ -5632,6 +5656,11 @@ p, li { white-space: pre-wrap; } Whether to operate in a blocks only mode (default: %u) + + + Wow + + Zapping all transactions from wallet...