Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt: Update src/qt/locale/bitcoin_en.xlf after string freeze #854

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/qt/bitcoinstrings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
21 changes: 18 additions & 3 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5553,7 +5553,7 @@ Go to File > Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<location line="+11"/>
<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>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -5678,7 +5678,7 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="-258"/>
<location line="-266"/>
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -5789,7 +5789,22 @@ Go to File &gt; Open Wallet to load a wallet.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+15"/>
<location line="+10"/>
<source>Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Specified -blockreservedweight (%d) is lower than minimum safety value of (%d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+8"/>
<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>
<translation type="unfinished"></translation>
</message>
Expand Down
Loading
Loading