mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-10 06:39:15 +02:00
qt: Update src/qt/locale/bitcoin_en.xlf after string freeze
Steps to reproduce the diff on Ubuntu: ``` $ cmake --preset dev-mode -DWITH_USDT=OFF -DWITH_MULTIPROCESS=OFF $ cmake --build build_dev_mode --target translate ```
This commit is contained in:
@@ -169,6 +169,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
|
||||
"supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockreservedweight (%d) exceeds consensus maximum block weight "
|
||||
"(%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockreservedweight (%d) is lower than minimum safety value of "
|
||||
"(%d)"),
|
||||
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 "
|
||||
|
||||
Reference in New Issue
Block a user