Skip to content

Commit c976657

Browse files
committed
Merge #767: Update translation source file for v26.0 string freeze
5c9513e qt: Update translation source file for v26.0 string freeze (Hennadii Stepanov) Pull request description: This PR updates the `src/qt/locale/bitcoin_en.xlf` translation source file according to [Release schedule for 26.0](bitcoin/bitcoin#27758). Note for reviewers: it is expected to get a zero diff after running `make -C src translate` locally. ACKs for top commit: stickies-v: ACK 5c9513e Tree-SHA512: 137c636c84525cbfe58d519d416b1f2931c3a56dc212128cf23bd04534ed588f90d38cd5030e3ae239ffccd81f0437aab1a5ebf65a77017561444f3df7becea9
2 parents 62346bc + 5c9513e commit c976657

File tree

3 files changed

+1839
-1667
lines changed

3 files changed

+1839
-1667
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
8484
"Error: Unable to produce descriptors for this legacy wallet. Make sure to "
8585
"provide the wallet's passphrase if it is encrypted."),
8686
QT_TRANSLATE_NOOP("bitcoin-core", ""
87+
"Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous "
88+
"cluster of unconfirmed transactions."),
89+
QT_TRANSLATE_NOOP("bitcoin-core", ""
8790
"Failed to rename invalid peers.dat file. Please move or delete it and try "
8891
"again."),
8992
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -148,18 +151,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148151
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
149152
"supported"),
150153
QT_TRANSLATE_NOOP("bitcoin-core", ""
151-
"The -txindex upgrade started by a previous version cannot be completed. "
152-
"Restart with the previous version or run a full -reindex."),
153-
QT_TRANSLATE_NOOP("bitcoin-core", ""
154154
"The block database contains a block which appears to be from the future. "
155155
"This may be due to your computer's date and time being set incorrectly. Only "
156156
"rebuild the block database if you are sure that your computer's date and "
157157
"time are correct"),
158158
QT_TRANSLATE_NOOP("bitcoin-core", ""
159-
"The block index db contains a legacy 'txindex'. To clear the occupied disk "
160-
"space, run a full -reindex, otherwise ignore this error. This error message "
161-
"will not be displayed again."),
162-
QT_TRANSLATE_NOOP("bitcoin-core", ""
163159
"The inputs size exceeds the maximum weight. Please try sending a smaller "
164160
"amount or manually consolidating your wallet's UTXOs"),
165161
QT_TRANSLATE_NOOP("bitcoin-core", ""

0 commit comments

Comments
 (0)