Skip to content

Commit 7267ed0

Browse files
committed
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 ```
1 parent 58f15d4 commit 7267ed0

File tree

3 files changed

+418
-383
lines changed

3 files changed

+418
-383
lines changed

src/qt/bitcoinstrings.cpp

+8
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
169169
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
170170
"supported"),
171171
QT_TRANSLATE_NOOP("bitcoin-core", ""
172+
"Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)"),
173+
QT_TRANSLATE_NOOP("bitcoin-core", ""
174+
"Specified -blockreservedweight (%d) exceeds consensus maximum block weight "
175+
"(%d)"),
176+
QT_TRANSLATE_NOOP("bitcoin-core", ""
177+
"Specified -blockreservedweight (%d) is lower than minimum safety value of "
178+
"(%d)"),
179+
QT_TRANSLATE_NOOP("bitcoin-core", ""
172180
"The block database contains a block which appears to be from the future. "
173181
"This may be due to your computer's date and time being set incorrectly. Only "
174182
"rebuild the block database if you are sure that your computer's date and "

src/qt/locale/bitcoin_en.ts

+18-3
Original file line numberDiff line numberDiff line change
@@ -5553,7 +5553,7 @@ Go to File > Open Wallet to load a wallet.
55535553
<translation type="unfinished"></translation>
55545554
</message>
55555555
<message>
5556-
<location line="+3"/>
5556+
<location line="+11"/>
55575557
<source>The block database contains a block which appears to be from the future. This may be due to your computer&apos;s date and time being set incorrectly. Only rebuild the block database if you are sure that your computer&apos;s date and time are correct</source>
55585558
<translation type="unfinished"></translation>
55595559
</message>
@@ -5678,7 +5678,7 @@ Go to File &gt; Open Wallet to load a wallet.
56785678
<translation type="unfinished"></translation>
56795679
</message>
56805680
<message>
5681-
<location line="-258"/>
5681+
<location line="-266"/>
56825682
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
56835683
<translation type="unfinished"></translation>
56845684
</message>
@@ -5789,7 +5789,22 @@ Go to File &gt; Open Wallet to load a wallet.
57895789
<translation type="unfinished"></translation>
57905790
</message>
57915791
<message>
5792-
<location line="+15"/>
5792+
<location line="+10"/>
5793+
<source>Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)</source>
5794+
<translation type="unfinished"></translation>
5795+
</message>
5796+
<message>
5797+
<location line="+2"/>
5798+
<source>Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d)</source>
5799+
<translation type="unfinished"></translation>
5800+
</message>
5801+
<message>
5802+
<location line="+3"/>
5803+
<source>Specified -blockreservedweight (%d) is lower than minimum safety value of (%d)</source>
5804+
<translation type="unfinished"></translation>
5805+
</message>
5806+
<message>
5807+
<location line="+8"/>
57935808
<source>The combination of the pre-selected inputs and the wallet automatic inputs selection exceeds the transaction maximum weight. Please try sending a smaller amount or manually consolidating your wallet&apos;s UTXOs</source>
57945809
<translation type="unfinished"></translation>
57955810
</message>

0 commit comments

Comments
 (0)