Skip to content

Commit 02a95be

Browse files
committed
qt: translation update prior to opening 0.12 translations
Also update transifex slug for new version.
1 parent a6e80e4 commit 02a95be

File tree

3 files changed

+129
-94
lines changed

3 files changed

+129
-94
lines changed

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[bitcoin.qt-translation-011x]
4+
[bitcoin.qt-translation-012x]
55
file_filter = src/qt/locale/bitcoin_<lang>.ts
66
source_file = src/qt/locale/bitcoin_en.ts
77
source_lang = en

src/qt/bitcoinstrings.cpp

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
1313
"(1 = keep tx meta data e.g. account owner and payment request information, 2 "
1414
"= drop tx meta data)"),
1515
QT_TRANSLATE_NOOP("bitcoin-core", ""
16+
"-maxtxfee is set very high! Fees this large could be paid on a single "
17+
"transaction."),
18+
QT_TRANSLATE_NOOP("bitcoin-core", ""
19+
"-paytxfee is set very high! This is the transaction fee you will pay if you "
20+
"send a transaction."),
21+
QT_TRANSLATE_NOOP("bitcoin-core", ""
1622
"Allow JSON-RPC connections from specified source. Valid for <ip> are a "
1723
"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
1824
"a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"),
@@ -42,10 +48,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4248
"Distributed under the MIT software license, see the accompanying file "
4349
"COPYING or <http://www.opensource.org/licenses/mit-license.php>."),
4450
QT_TRANSLATE_NOOP("bitcoin-core", ""
45-
"Error: Listening for incoming connections failed (listen returned error %s)"),
51+
"Do not keep transactions in the mempool longer than <n> hours (default: %u)"),
4652
QT_TRANSLATE_NOOP("bitcoin-core", ""
47-
"Error: Unsupported argument -socks found. Setting SOCKS version isn't "
48-
"possible anymore, only SOCKS5 proxies are supported."),
53+
"Error reading wallet.dat! All keys read correctly, but transaction data or "
54+
"address book entries might be missing or incorrect."),
55+
QT_TRANSLATE_NOOP("bitcoin-core", ""
56+
"Error: Listening for incoming connections failed (listen returned error %s)"),
4957
QT_TRANSLATE_NOOP("bitcoin-core", ""
5058
"Execute command when a relevant alert is received or we see a really long "
5159
"fork (%s in cmd is replaced by message)"),
@@ -127,9 +135,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
127135
"the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
128136
"written by Eric Young and UPnP software written by Thomas Bernard."),
129137
QT_TRANSLATE_NOOP("bitcoin-core", ""
138+
"Total length of network version string (%i) exceeds maximum length (%i). "
139+
"Reduce the number or size of uacomments."),
140+
QT_TRANSLATE_NOOP("bitcoin-core", ""
141+
"Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
142+
"no limit (default: %d)"),
143+
QT_TRANSLATE_NOOP("bitcoin-core", ""
130144
"Unable to bind to %s on this computer. Bitcoin Core is probably already "
131145
"running."),
132146
QT_TRANSLATE_NOOP("bitcoin-core", ""
147+
"Unsupported argument -socks found. Setting SOCKS version isn't possible "
148+
"anymore, only SOCKS5 proxies are supported."),
149+
QT_TRANSLATE_NOOP("bitcoin-core", ""
133150
"Use UPnP to map the listening port (default: 1 when listening and no -proxy)"),
134151
QT_TRANSLATE_NOOP("bitcoin-core", ""
135152
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
@@ -141,21 +158,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
141158
"WARNING: check your network connection, %d blocks received in the last %d "
142159
"hours (%d expected)"),
143160
QT_TRANSLATE_NOOP("bitcoin-core", ""
144-
"Warning: -maxtxfee is set very high! Fees this large could be paid on a "
145-
"single transaction."),
146-
QT_TRANSLATE_NOOP("bitcoin-core", ""
147-
"Warning: -paytxfee is set very high! This is the transaction fee you will "
148-
"pay if you send a transaction."),
149-
QT_TRANSLATE_NOOP("bitcoin-core", ""
150161
"Warning: The network does not appear to fully agree! Some miners appear to "
151162
"be experiencing issues."),
152163
QT_TRANSLATE_NOOP("bitcoin-core", ""
153164
"Warning: We do not appear to fully agree with our peers! You may need to "
154165
"upgrade, or other nodes may need to upgrade."),
155166
QT_TRANSLATE_NOOP("bitcoin-core", ""
156-
"Warning: error reading wallet.dat! All keys read correctly, but transaction "
157-
"data or address book entries might be missing or incorrect."),
158-
QT_TRANSLATE_NOOP("bitcoin-core", ""
159167
"Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as "
160168
"wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect "
161169
"you should restore from a backup."),
@@ -171,6 +179,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
171179
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
172180
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
173181
QT_TRANSLATE_NOOP("bitcoin-core", "(default: 1)"),
182+
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
174183
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
175184
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
176185
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
@@ -212,7 +221,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down.")
212221
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
213222
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
214223
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
215-
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unsupported argument -tor found, use -onion."),
216224
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
217225
QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in %s/kB) to add to transactions you send (default: %s)"),
218226
QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: %u)"),
@@ -233,6 +241,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (
233241
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s'"),
234242
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
235243
QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
244+
QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
236245
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
237246
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
238247
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
@@ -294,9 +303,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "UI Options:"),
294303
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
295304
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
296305
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
306+
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -benchmark ignored, use -debug=bench."),
307+
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -debugnet ignored, use -debug=net."),
308+
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -tor found, use -onion."),
297309
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format"),
298310
QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: %u)"),
299-
QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"),
311+
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
300312
QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
301313
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
302314
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
@@ -305,8 +317,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoi
305317
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
306318
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
307319
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete; upgrade required!"),
308-
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -benchmark ignored, use -debug=bench."),
309-
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Unsupported argument -debugnet ignored, use -debug=net."),
310320
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
311321
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
312322
QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),

0 commit comments

Comments
 (0)