@@ -75,12 +75,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7575" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
7676" reindex (download the whole blockchain again in case of pruned node)" ),
7777QT_TRANSLATE_NOOP (" bitcoin-core" , " "
78- " SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet "
79- " schema version: %s" ),
80- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
81- " SQLiteDatabase: Failed to prepare the statement to fetch the application id: "
82- " %s" ),
83- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
8478" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
8579" supported" ),
8680QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -201,8 +195,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, becau
201195QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks…" ),
202196QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning…" ),
203197QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to execute statement to verify database: %s" ),
204- QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to fetch sqlite wallet schema version: %s" ),
205- QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to fetch the application id: %s" ),
206198QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to prepare statement to verify database: %s" ),
207199QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to read database verification error: %s" ),
208200QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Unexpected application id. Expected %u, got %u" ),
@@ -222,7 +214,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay o
222214QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the transaction fee you will pay if you send a transaction." ),
223215QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
224216QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
225- QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction fee and change calculation failed" ),
226217QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
227218QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
228219QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
0 commit comments