Skip to content

Commit 7076bba

Browse files
committed
Merge #346: English translations update
df4c81f English translations update (Hennadii Stepanov) bfb53dd scripted-diff: Fix ellipsis after pr20773 (Hennadii Stepanov) Pull request description: Update for Transifex. After changing translator comments in #332 this update will show if Transifex triggers strings to be re-translated. ACKs for top commit: laanwj: ACK df4c81f jarolrod: ACK df4c81f Tree-SHA512: 1e54812bc04db6ae39e0b4d735b220ed8730a9941b17a0a2d09e21bcdd08e829adba86c35cf43c9be5e492ccb13e53a90149fcd7d6c0f5fdd022b978a1ff785c
2 parents 22b8452 + df4c81f commit 7076bba

File tree

5 files changed

+1201
-1212
lines changed

5 files changed

+1201
-1212
lines changed

src/qt/bitcoinstrings.cpp

-9
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", ""
@@ -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)