@@ -75,12 +75,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
75
75
" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
76
76
" reindex (download the whole blockchain again in case of pruned node)" ),
77
77
QT_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" , " "
84
78
" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
85
79
" supported" ),
86
80
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -201,8 +195,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, becau
201
195
QT_TRANSLATE_NOOP (" bitcoin-core" , " Replaying blocks…" ),
202
196
QT_TRANSLATE_NOOP (" bitcoin-core" , " Rescanning…" ),
203
197
QT_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" ),
206
198
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to prepare statement to verify database: %s" ),
207
199
QT_TRANSLATE_NOOP (" bitcoin-core" , " SQLiteDatabase: Failed to read database verification error: %s" ),
208
200
QT_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
222
214
QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the transaction fee you will pay if you send a transaction." ),
223
215
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amount too small" ),
224
216
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction amounts must not be negative" ),
225
- QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction fee and change calculation failed" ),
226
217
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction has too long of a mempool chain" ),
227
218
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
228
219
QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
0 commit comments