@@ -60,16 +60,28 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6060" Error reading %s! Transaction data may be missing or incorrect. Rescanning "
6161" wallet." ),
6262QT_TRANSLATE_NOOP (" bitcoin-core" , " "
63+ " Error: Address book data in wallet cannot be identified to belong to "
64+ " migrated wallets" ),
65+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
6366" Error: Dumpfile format record is incorrect. Got \" %s\" , expected \" format\" ." ),
6467QT_TRANSLATE_NOOP (" bitcoin-core" , " "
6568" Error: Dumpfile identifier record is incorrect. Got \" %s\" , expected \" %s\" ." ),
6669QT_TRANSLATE_NOOP (" bitcoin-core" , " "
6770" Error: Dumpfile version is not supported. This version of bitcoin-wallet "
6871" only supports version 1 dumpfiles. Got dumpfile with version %s" ),
6972QT_TRANSLATE_NOOP (" bitcoin-core" , " "
73+ " Error: Duplicate descriptors created during migration. Your wallet may be "
74+ " corrupted." ),
75+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
7076" Error: Legacy wallets only support the \" legacy\" , \" p2sh-segwit\" , and "
7177" \" bech32\" address types" ),
7278QT_TRANSLATE_NOOP (" bitcoin-core" , " "
79+ " Error: Transaction %s in wallet cannot be identified to belong to migrated "
80+ " wallets" ),
81+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
82+ " Error: Unable to produce descriptors for this legacy wallet. Make sure the "
83+ " wallet is unlocked first" ),
84+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
7385" Failed to rename invalid peers.dat file. Please move or delete it and try "
7486" again." ),
7587QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -156,6 +168,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
156168" Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
157169" \" sqlite\" ." ),
158170QT_TRANSLATE_NOOP (" bitcoin-core" , " "
171+ " Unsupported category-specific logging level -loglevel=%s. Expected -"
172+ " loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s." ),
173+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159174" Unsupported chainstate database format found. Please restart with -reindex-"
160175" chainstate. This will rebuild the chainstate database." ),
161176QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -176,6 +191,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
176191QT_TRANSLATE_NOOP (" bitcoin-core" , " "
177192" You need to rebuild the database using -reindex to go back to unpruned "
178193" mode. This will redownload the entire blockchain" ),
194+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
195+ " \n "
196+ " Unable to cleanup failed migration" ),
197+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
198+ " \n "
199+ " Unable to restore backup of wallet." ),
179200QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
180201QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
181202QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details" ),
@@ -203,15 +224,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
203224QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
204225QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
205226QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
227+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx to watchonly wallet" ),
228+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions" ),
206229QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
207230QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Disk space is low for %s" ),
208231QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Dumpfile checksum does not match. Computed %s, expected %s" ),
232+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Failed to create new watchonly wallet" ),
209233QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Got key that was not hex: %s" ),
210234QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Got value that was not hex: %s" ),
211235QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Keypool ran out, please call keypoolrefill first" ),
212236QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Missing checksum" ),
213237QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: No %s addresses available." ),
238+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Not all watchonly txs could be deleted" ),
239+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: This wallet already uses SQLite" ),
240+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: This wallet is already a descriptor wallet" ),
241+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to begin reading all records in the database" ),
242+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to make a backup of your wallet" ),
214243QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to parse version %u as a uint32_t" ),
244+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to read all records in the database" ),
245+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to remove watchonly address book data" ),
215246QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write record to new wallet" ),
216247QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
217248QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
@@ -283,11 +314,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
283314QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to open %s for writing" ),
284315QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to parse -maxuploadtarget: '%s'" ),
285316QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to start HTTP server. See debug log for details." ),
317+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to unload the wallet before migrating" ),
286318QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown -blockfilterindex value %s." ),
287319QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown address type '%s'" ),
288320QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown change type '%s'" ),
289321QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
290322QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown new rules activated (versionbit %i)" ),
323+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported global logging level -loglevel=%s. Valid values: %s." ),
291324QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
292325QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
293326QT_TRANSLATE_NOOP (" bitcoin-core" , " Verifying blocks…" ),
0 commit comments