@@ -17,31 +17,53 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
1717" -maxtxfee is set very high! Fees this large could be paid on a single "
1818" transaction." ),
1919QT_TRANSLATE_NOOP (" bitcoin-core" , " "
20+ " Cannot downgrade wallet from version %i to version %i. Wallet version "
21+ " unchanged." ),
22+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2023" Cannot obtain a lock on data directory %s. %s is probably already running." ),
2124QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2225" Cannot provide specific connections and have addrman find outgoing "
2326" connections at the same." ),
2427QT_TRANSLATE_NOOP (" bitcoin-core" , " "
25- " Cannot upgrade a non HD split wallet without upgrading to support pre split "
26- " keypool. Please use version 169900 or no version specified." ),
28+ " Cannot upgrade a non HD split wallet from version %i to version %i without "
29+ " upgrading to support pre-split keypool. Please use version %i or no version "
30+ " specified." ),
2731QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2832" Distributed under the MIT software license, see the accompanying file %s or "
2933" %s" ),
3034QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3135" Error reading %s! All keys read correctly, but transaction data or address "
3236" book entries might be missing or incorrect." ),
3337QT_TRANSLATE_NOOP (" bitcoin-core" , " "
38+ " Error: Dumpfile format record is incorrect. Got \" %s\" , expected \" format\" ." ),
39+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
40+ " Error: Dumpfile identifier record is incorrect. Got \" %s\" , expected \" %s\" ." ),
41+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
42+ " Error: Dumpfile version is not supported. This version of bitcoin-wallet "
43+ " only supports version 1 dumpfiles. Got dumpfile with version %s" ),
44+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3445" Error: Listening for incoming connections failed (listen returned error %s)" ),
3546QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3647" Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
3748" fallbackfee." ),
3849QT_TRANSLATE_NOOP (" bitcoin-core" , " "
50+ " File %s already exists. If you are sure this is what you want, move it out "
51+ " of the way first." ),
52+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3953" Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
4054" fee of %s to prevent stuck transactions)" ),
4155QT_TRANSLATE_NOOP (" bitcoin-core" , " "
4256" More than one onion bind address is provided. Using %s for the automatically "
4357" created Tor onion service." ),
4458QT_TRANSLATE_NOOP (" bitcoin-core" , " "
59+ " No dump file provided. To use createfromdump, -dumpfile=<filename> must be "
60+ " provided." ),
61+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
62+ " No dump file provided. To use dump, -dumpfile=<filename> must be provided." ),
63+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
64+ " No wallet file format provided. To use createfromdump, -format=<format> must "
65+ " be provided." ),
66+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
4567" Please check that your computer's date and time are correct! If your clock "
4668" is wrong, %s will not work properly." ),
4769QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -96,10 +118,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
96118" Unable to rewind the database to a pre-fork state. You will need to "
97119" redownload the blockchain" ),
98120QT_TRANSLATE_NOOP (" bitcoin-core" , " "
99- " Warning: Private keys detected in wallet {%s} with disabled private keys" ),
121+ " Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
122+ " \" sqlite\" ." ),
100123QT_TRANSLATE_NOOP (" bitcoin-core" , " "
101- " Warning: The network does not appear to fully agree! Some miners appear to "
102- " be experiencing issues." ),
124+ " Warning: Dumpfile wallet format \" %s\" does not match command line specified "
125+ " format \" %s\" ." ),
126+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
127+ " Warning: Private keys detected in wallet {%s} with disabled private keys" ),
103128QT_TRANSLATE_NOOP (" bitcoin-core" , " "
104129" Warning: We do not appear to fully agree with our peers! You may need to "
105130" upgrade, or other nodes may need to upgrade." ),
@@ -109,7 +134,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
109134QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
110135QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
111136QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details" ),
112- QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot downgrade wallet" ),
113137QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
114138QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
115139QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
@@ -122,6 +146,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
122146QT_TRANSLATE_NOOP (" bitcoin-core" , " Disk space is too low!" ),
123147QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
124148QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
149+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Dump file %s does not exist." ),
150+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s" ),
125151QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
126152QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing wallet database environment %s!" ),
127153QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading %s" ),
@@ -131,9 +157,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer versi
131157QT_TRANSLATE_NOOP (" bitcoin-core" , " Error loading block database" ),
132158QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
133159QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
160+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
134161QT_TRANSLATE_NOOP (" bitcoin-core" , " Error upgrading chainstate database" ),
162+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
135163QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
164+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Dumpfile checksum does not match. Computed %s, expected %s" ),
165+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Got key that was not hex: %s" ),
166+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Got value that was not hex: %s" ),
136167QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
168+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Missing checksum" ),
169+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to parse version %u as a uint32_t" ),
170+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
137171QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
138172QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
139173QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to verify database" ),
@@ -143,6 +177,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
143177QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
144178QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
145179QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
180+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -i2psam address or hostname: '%s'" ),
146181QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
147182QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -proxy address or hostname: '%s'" ),
148183QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid P2P permission: '%s'" ),
@@ -159,7 +194,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"
159194QT_TRANSLATE_NOOP (" bitcoin-core" , " No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>." ),
160195QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
161196QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
162- QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -blockfilterindex." ),
163197QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
164198QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore..." ),
165199QT_TRANSLATE_NOOP (" bitcoin-core" , " Reducing -maxconnections from %d to %d, because of system limitations." ),
@@ -180,7 +214,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a director
180214QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified blocks directory \" %s\" does not exist." ),
181215QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads..." ),
182216QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
183- QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist\n " ),
217+ QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist" ),
184218QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
185219QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
186220QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
@@ -197,6 +231,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is
197231QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to create the PID file '%s': %s" ),
198232QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate initial keys" ),
199233QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to generate keys" ),
234+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to open %s for writing" ),
200235QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
201236QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -blockfilterindex value %s." ),
202237QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown address type '%s'" ),
0 commit comments