Skip to content

Commit ed36290

Browse files
committed
English translations update
1 parent b789914 commit ed36290

File tree

3 files changed

+1200
-1211
lines changed

3 files changed

+1200
-1211
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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)"),
7777
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", ""
8478
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
8579
"supported"),
8680
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -189,7 +183,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'
189183
QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"),
190184
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"),
191185
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"),
192-
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet"),
186+
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
193187
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
194188
QT_TRANSLATE_NOOP("bitcoin-core", "No proxy server specified. Use -proxy=<ip> or -proxy=<ip:port>."),
195189
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
@@ -201,8 +195,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, becau
201195
QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks…"),
202196
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning…"),
203197
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"),
206198
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to prepare statement to verify database: %s"),
207199
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to read database verification error: %s"),
208200
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
222214
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
223215
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
224216
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
225-
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction fee and change calculation failed"),
226217
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
227218
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
228219
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),

0 commit comments

Comments
 (0)