Skip to content
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
17 changes: 11 additions & 6 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+29"/>
<location line="+33"/>
<source>Create wallet failed</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -1138,6 +1138,11 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<source>Can&apos;t list signers</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Too many external signers found</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>CreateWalletDialog</name>
Expand Down Expand Up @@ -1471,7 +1476,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<context>
<name>LoadWalletsActivity</name>
<message>
<location filename="../walletcontroller.cpp" line="+69"/>
<location filename="../walletcontroller.cpp" line="+74"/>
<source>Load Wallets</source>
<extracomment>Title of progress window which is displayed when wallets are being loaded.</extracomment>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -1581,7 +1586,7 @@ Signing is only possible with addresses of the type &apos;legacy&apos;.</source>
<context>
<name>OpenWalletActivity</name>
<message>
<location filename="../walletcontroller.cpp" line="-42"/>
<location filename="../walletcontroller.cpp" line="-46"/>
<source>Open wallet failed</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -3584,7 +3589,7 @@ For more information on using this console, type %6.
<context>
<name>RestoreWalletActivity</name>
<message>
<location filename="../walletcontroller.cpp" line="+45"/>
<location filename="../walletcontroller.cpp" line="+49"/>
<source>Restore Wallet</source>
<extracomment>Title of progress window which is displayed when wallets are being restored.</extracomment>
<translation type="unfinished"></translation>
Expand All @@ -3596,7 +3601,7 @@ For more information on using this console, type %6.
<translation type="unfinished"></translation>
</message>
<message>
<location line="+16"/>
<location line="+19"/>
<source>Restore wallet failed</source>
<extracomment>Title of message box which is displayed when the wallet could not be restored.</extracomment>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -4962,7 +4967,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of &quot;100
<context>
<name>WalletController</name>
<message>
<location filename="../walletcontroller.cpp" line="-329"/>
<location filename="../walletcontroller.cpp" line="-344"/>
<source>Close wallet</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Loading