Skip to content

Commit

Permalink
Merge bitcoin-core/gui#654: Update source translations for string freeze
Browse files Browse the repository at this point in the history
fcc0c84 qt: Update source translations for string freeze (laanwj)

Pull request description:

  Make sure transifex source translations match the ones in the source code after today's string freeze.
  It looks like only one message was added: "Too many external signers
  found".

ACKs for top commit:
  hebasto:
    ACK fcc0c84, `make -C src translate` produces zero diff.
  jarolrod:
    ACK fcc0c84

Tree-SHA512: 2c2383a6f1ad086e86b7c7d35b9a06c30090a8c9517f93912b64957ec58c95c982d5340f189028717dc876e14ba2344750e3f5d81b522b0cf3d7f4586b8e0cc6
  • Loading branch information
hebasto committed Aug 15, 2022
2 parents a5d5569 + fcc0c84 commit 867f5fd
Show file tree
Hide file tree
Showing 2 changed files with 941 additions and 932 deletions.
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

0 comments on commit 867f5fd

Please sign in to comment.