Skip to content

Commit 191d12b

Browse files
committed
qt: First translations update for 0.15
1 parent 6dbcc74 commit 191d12b

File tree

2 files changed

+419
-224
lines changed

2 files changed

+419
-224
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
2121
"A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
2222
"data (default: %s)"),
2323
QT_TRANSLATE_NOOP("bitcoin-core", ""
24-
"Accept connections from outside (default: 1 if no -proxy or -connect/-"
25-
"noconnect)"),
26-
QT_TRANSLATE_NOOP("bitcoin-core", ""
2724
"Accept relayed transactions received from whitelisted peers even when not "
2825
"relaying transactions (default: %d)"),
2926
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -37,14 +34,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3734
"Bind to given address and whitelist peers connecting to it. Use [host]:port "
3835
"notation for IPv6"),
3936
QT_TRANSLATE_NOOP("bitcoin-core", ""
40-
"Bind to given address to listen for JSON-RPC connections. Use [host]:port "
41-
"notation for IPv6. This option can be specified multiple times (default: "
42-
"bind to all interfaces)"),
37+
"Bind to given address to listen for JSON-RPC connections. This option is "
38+
"ignored unless -rpcallowip is also passed. Port is optional and overrides -"
39+
"rpcport. Use [host]:port notation for IPv6. This option can be specified "
40+
"multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -"
41+
"rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses)"),
4342
QT_TRANSLATE_NOOP("bitcoin-core", ""
4443
"Cannot obtain a lock on data directory %s. %s is probably already running."),
4544
QT_TRANSLATE_NOOP("bitcoin-core", ""
46-
"Connect only to the specified node(s); -noconnect or -connect=0 alone to "
47-
"disable automatic connections"),
45+
"Connect only to the specified node(s); -connect=0 disables automatic "
46+
"connections"),
4847
QT_TRANSLATE_NOOP("bitcoin-core", ""
4948
"Create new files with system default permissions, instead of umask 077 (only "
5049
"effective with disabled wallet functionality)"),
@@ -62,13 +61,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6261
QT_TRANSLATE_NOOP("bitcoin-core", ""
6362
"Equivalent bytes per sigop in transactions for relay and mining (default: %u)"),
6463
QT_TRANSLATE_NOOP("bitcoin-core", ""
65-
"Error loading %s: You can't enable HD on a already existing non-HD wallet"),
64+
"Error loading %s: You can't enable HD on an already existing non-HD wallet"),
6665
QT_TRANSLATE_NOOP("bitcoin-core", ""
6766
"Error reading %s! All keys read correctly, but transaction data or address "
6867
"book entries might be missing or incorrect."),
6968
QT_TRANSLATE_NOOP("bitcoin-core", ""
7069
"Error: Listening for incoming connections failed (listen returned error %s)"),
7170
QT_TRANSLATE_NOOP("bitcoin-core", ""
71+
"Exclude debugging information for a category. Can be used in conjunction "
72+
"with -debug=1 to output debug logs for all categories except one or more "
73+
"specified categories."),
74+
QT_TRANSLATE_NOOP("bitcoin-core", ""
7275
"Execute command when a relevant alert is received or we see a really long "
7376
"fork (%s in cmd is replaced by message)"),
7477
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -134,7 +137,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
134137
"reindex (download the whole blockchain again in case of pruned node)"),
135138
QT_TRANSLATE_NOOP("bitcoin-core", ""
136139
"Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
137-
"unless -connect/-noconnect)"),
140+
"unless -connect used)"),
138141
QT_TRANSLATE_NOOP("bitcoin-core", ""
139142
"Randomize credentials for every proxy connection. This enables Tor stream "
140143
"isolation (default: %u)"),
@@ -154,8 +157,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
154157
"Set lowest fee rate (in %s/kB) for transactions to be included in block "
155158
"creation. (default: %s)"),
156159
QT_TRANSLATE_NOOP("bitcoin-core", ""
157-
"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"),
158-
QT_TRANSLATE_NOOP("bitcoin-core", ""
159160
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
160161
"leave that many cores free, default: %d)"),
161162
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -186,6 +187,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
186187
"Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
187188
"no limit (default: %d)"),
188189
QT_TRANSLATE_NOOP("bitcoin-core", ""
190+
"Unable to replay blocks. You will need to rebuild the database using -"
191+
"reindex-chainstate."),
192+
QT_TRANSLATE_NOOP("bitcoin-core", ""
189193
"Unable to rewind the database to a pre-fork state. You will need to "
190194
"redownload the blockchain"),
191195
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -225,6 +229,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
225229
"Warning: We do not appear to fully agree with our peers! You may need to "
226230
"upgrade, or other nodes may need to upgrade."),
227231
QT_TRANSLATE_NOOP("bitcoin-core", ""
232+
"Whether to save the mempool on shutdown and load on restart (default: %u)"),
233+
QT_TRANSLATE_NOOP("bitcoin-core", ""
228234
"Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
229235
"notated network (e.g. 1.2.3.0/24). Can be specified multiple times."),
230236
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -235,13 +241,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
235241
"mode. This will redownload the entire blockchain"),
236242
QT_TRANSLATE_NOOP("bitcoin-core", ""
237243
"You need to rebuild the database using -reindex-chainstate to change -txindex"),
244+
QT_TRANSLATE_NOOP("bitcoin-core", "%d of last 100 blocks have unexpected version"),
238245
QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
239246
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
240247
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
241248
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
249+
QT_TRANSLATE_NOOP("bitcoin-core", "(press q to shutdown and continue later)"),
242250
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
251+
QT_TRANSLATE_NOOP("bitcoin-core", "-wallet parameter must only specify a filename (not a path)"),
243252
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
244253
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
254+
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
245255
QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
246256
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
247257
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
@@ -274,10 +284,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environmen
274284
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
275285
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
276286
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
277-
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: You can't disable HD on a already existing HD wallet"),
287+
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: You can't disable HD on an already existing HD wallet"),
278288
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
279289
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
280290
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
291+
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
281292
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
282293
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
283294
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
@@ -291,18 +302,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong da
291302
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
292303
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
293304
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
294-
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"),
295-
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"),
305+
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
306+
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
296307
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
297308
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
298309
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
310+
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid characters in -wallet filename"),
299311
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
300312
QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
301313
QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
302314
QT_TRANSLATE_NOOP("bitcoin-core", "Keypool ran out, please call keypoolrefill first"),
303315
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
304316
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
305-
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
317+
QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses..."),
306318
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
307319
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
308320
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
@@ -329,12 +341,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state from the currently indexe
329341
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
330342
QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"),
331343
QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: %u)"),
344+
QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks..."),
332345
QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions on startup"),
333346
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
334347
QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
335348
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
336349
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
337-
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"),
338350
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions with full-RBF opt-in enabled (default: %u)"),
339351
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
340352
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
@@ -374,13 +386,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'")
374386
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -benchmark ignored, use -debug=bench."),
375387
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -debugnet ignored, use -debug=net."),
376388
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -tor found, use -onion."),
389+
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
377390
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format on startup"),
391+
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
378392
QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: %u)"),
379393
QT_TRANSLATE_NOOP("bitcoin-core", "Use the test chain"),
380394
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
381395
QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
382396
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
383-
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
397+
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
384398
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"),
385399
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet debugging/testing options:"),
386400
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),

0 commit comments

Comments
 (0)