Advertisement
Guest User

PMC Android Wallet 0.3.35

a guest
Mar 21st, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.26 KB | None | 0 0
  1.     <string name="import_privkey_title">Import private key</string>
  2.     <string name="import_privkey_fragment_private_key">Private key</string>
  3.     <string name="import_privkey_fragment_private_key_hint">type private key to import</string>
  4.     <string name="import_privkey_fragment_bip38">Private key password</string>
  5.     <string name="import_privkey_fragment_bip38_hint">type the BIP38 password</string>
  6.     <string name="import_privkey_fragment_bip38_required">Please enter the password</string>
  7.     <string name="import_privkey_fragment_bip38_warning">Decrypting a private key may take more than 1 minute</string>
  8.     <string name="import_privkey_fragment_bip38_error">Entered password is incorrect. Please check it and try again.</string>
  9.     <string name="import_privkey_button_import">Import</string>
  10.     <string name="import_privkey_fragment_private_key_error">Please check you entered a valid Private Key in WIF format</string>
  11.     <string name="import_privkey_confirm">Importing a Private Key requires resetting and reloading the Block Chain. This takes several minutes.\n\nYou won\'t be able to use the Wallet during that time.</string>
  12.     <string name="import_privkey_decrypt">Decrypt</string>
  13.     <string name="import_privkey_decrypting">Decrypting...</string>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement