diff options
author | laanwj <126646+laanwj@users.noreply.github.com> | 2022-08-15 12:33:32 +0200 |
---|---|---|
committer | laanwj <126646+laanwj@users.noreply.github.com> | 2022-08-15 12:35:32 +0200 |
commit | fcc0c8448b514c874f570f0ee517e4abc05c2574 (patch) | |
tree | 1b59becd7f6bc5c2a71071ffbe10574f08b94c14 /src/qt/locale/bitcoin_en.ts | |
parent | cc1efe909e9928a69870d71e173d8d03e9fd1090 (diff) |
qt: Update source translations for string freeze
It looks like only one message was added: "Too many external signers
found".
Diffstat (limited to 'src/qt/locale/bitcoin_en.ts')
-rw-r--r-- | src/qt/locale/bitcoin_en.ts | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 57fd88483e..0fe69051a4 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -1124,7 +1124,7 @@ Signing is only possible with addresses of the type 'legacy'.</source> <translation type="unfinished"></translation> </message> <message> - <location line="+29"/> + <location line="+33"/> <source>Create wallet failed</source> <translation type="unfinished"></translation> </message> @@ -1138,6 +1138,11 @@ Signing is only possible with addresses of the type 'legacy'.</source> <source>Can'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> @@ -1471,7 +1476,7 @@ Signing is only possible with addresses of the type 'legacy'.</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> @@ -1581,7 +1586,7 @@ Signing is only possible with addresses of the type 'legacy'.</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> @@ -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> @@ -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> @@ -4962,7 +4967,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "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> |