Skip to content

Commit

Permalink
Merge pull request #16 from koh-gt/koh-gt-multiwallet-3
Browse files Browse the repository at this point in the history
Update bitcoin_en.ts
  • Loading branch information
koh-gt authored Dec 4, 2022
2 parents fd7e9d5 + d1cf71a commit ab6dd80
Showing 1 changed file with 125 additions and 1 deletion.
126 changes: 125 additions & 1 deletion src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,130 @@
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>CreateWalletActivity</name>
<message>
<location filename="../walletcontroller.cpp" line="+244"/>
<source>Create Wallet</source>
<extracomment>Title of window indicating the progress of creation of a new wallet.</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Creating Wallet &lt;b&gt;%1&lt;/b&gt;…</source>
<extracomment>Descriptive text of the create wallet progress window which indicates to the user which wallet is currently being created.</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+33"/>
<source>Create wallet failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Create wallet warning</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+16"/>
<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>
<message>
<location filename="../forms/createwalletdialog.ui" line="+14"/>
<source>Create Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+11"/>
<source>Wallet Name</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+13"/>
<source>Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+9"/>
<source>Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Encrypt Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+26"/>
<source>Advanced Options</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+9"/>
<source>Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Disable Private Keys</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<source>Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Make Blank Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<source>Use descriptors for scriptPubKey management</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Descriptor Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+10"/>
<source>Use an external signing device such as a hardware wallet. Configure the external signer script in wallet preferences first.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>External signer</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createwalletdialog.cpp" line="+22"/>
<source>Create</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+68"/>
<source>Compiled without sqlite support (required for descriptor wallets)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+14"/>
<source>ACompiled without external signing support (required for external signing)</source>
<extracomment>&quot;External signing&quot; means using devices such as hardware wallets.</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EditAddressDialog</name>
<message>
Expand Down Expand Up @@ -4790,4 +4914,4 @@ Note: Since the fee is calculated on a per-byte basis, a fee of &quot;100 satos
<translation>Error</translation>
</message>
</context>
</TS>
</TS>

0 comments on commit ab6dd80

Please sign in to comment.