diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-10-09 10:08:52 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-10-09 10:08:52 +0100 |
commit | 5c9513ece9234b8f6056312954429832105a10f3 (patch) | |
tree | dad99d840ffab65eb1e766ab17a99d34555918c2 /src/qt/bitcoinstrings.cpp | |
parent | 62346bc394a4d1fd84069898dc3e4b98a712bf24 (diff) |
qt: Update translation source file for v26.0 string freeze
The diff is produced by running `make -C src translate`.
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
-rw-r--r-- | src/qt/bitcoinstrings.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 92fb3912d1..d7b1c70c59 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -84,6 +84,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: Unable to produce descriptors for this legacy wallet. Make sure to " "provide the wallet's passphrase if it is encrypted."), QT_TRANSLATE_NOOP("bitcoin-core", "" +"Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous " +"cluster of unconfirmed transactions."), +QT_TRANSLATE_NOOP("bitcoin-core", "" "Failed to rename invalid peers.dat file. Please move or delete it and try " "again."), QT_TRANSLATE_NOOP("bitcoin-core", "" @@ -148,18 +151,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is " "supported"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"The -txindex upgrade started by a previous version cannot be completed. " -"Restart with the previous version or run a full -reindex."), -QT_TRANSLATE_NOOP("bitcoin-core", "" "The block database contains a block which appears to be from the future. " "This may be due to your computer's date and time being set incorrectly. Only " "rebuild the block database if you are sure that your computer's date and " "time are correct"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"The block index db contains a legacy 'txindex'. To clear the occupied disk " -"space, run a full -reindex, otherwise ignore this error. This error message " -"will not be displayed again."), -QT_TRANSLATE_NOOP("bitcoin-core", "" "The inputs size exceeds the maximum weight. Please try sending a smaller " "amount or manually consolidating your wallet's UTXOs"), QT_TRANSLATE_NOOP("bitcoin-core", "" |