Rename "password" to passphrase

This commit is contained in:
pokkst 2023-12-06 17:52:16 -06:00
parent a1c43db4db
commit 7654450ab3
No known key found for this signature in database
GPG Key ID: EC4FAAA66859FAA4

View File

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en">
<string name="app_name" translatable="false">Mysu</string>
<string name="bad_password">Incorrect password!</string>
<string name="bad_password">Incorrect passphrase!</string>
<string name="send_address_invalid">Not a valid address</string>
<string name="send_amount_invalid">Not a valid amount</string>
@ -30,8 +30,8 @@
<string name="error_creating_tx">Error creating: %1$s</string>
<string name="create_wallet">Create wallet</string>
<string name="invalid_mnemonic_code">Invalid mnemonic</string>
<string name="invalid_empty_passphrase">Please enter a password</string>
<string name="invalid_confirmed_password">Passwords do not match</string>
<string name="invalid_empty_passphrase">Please enter a passphrase</string>
<string name="invalid_confirmed_password">Passphrases do not match</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="street_mode">Street mode (hide balances)</string>
<string name="option_hide_xmrchan">Show Monerochan</string>
@ -50,14 +50,14 @@
<string name="more_options">More options</string>
<string name="recovery_phrase_optional">Recovery phrase (optional)</string>
<string name="restore_height_optional">Restore height (optional)</string>
<string name="password_optional">Password (optional)</string>
<string name="password_non_optional">Enter a password</string>
<string name="password_confirm">Confirm password</string>
<string name="password">Password</string>
<string name="password_optional">Passphrase (optional)</string>
<string name="password_non_optional">Enter a passphrase</string>
<string name="password_confirm">Confirm passphrase</string>
<string name="password">Passphrase</string>
<string name="label">Label</string>
<string name="unlock">Unlock</string>
<string name="save">Save</string>
<string name="enter_password">Enter password</string>
<string name="enter_password">Enter passphrase</string>
<string name="edit_address_label">Set address label</string>
<string name="tx_address_text">Address: %1$s</string>
<string name="tx_amount_text">Amount: %1$s XMR</string>
@ -78,7 +78,7 @@
<string name="node_address_hint">127.0.0.1</string>
<string name="node_port_hint">18081</string>
<string name="node_username_hint">Username (optional)</string>
<string name="node_password_hint">Password</string>
<string name="node_password_hint">Passphrase</string>
<string name="transaction">Transaction</string>
<string name="transaction_action_sent">You sent</string>
<string name="transaction_action_recv">You received</string>
@ -127,12 +127,12 @@
<string name="edit_node">Edit Node</string>
<string name="wallet_seed_label">Recovery phrase</string>
<string name="wallet_seed_desc">Anyone with your recovery phrase can spend ALL coins in this wallet!</string>
<string name="wallet_seed_offset_desc">Your wallet seed offset is the password you use to open the wallet. It will not be displayed here, but it is needed to fully restore this wallet.</string>
<string name="wallet_seed_offset_desc">Your wallet seed offset (sometimes called a seed passphrase) is the passphrase you use to open the wallet. It will not be displayed here, but it is needed to FULLY restore the keys to this wallet.</string>
<string name="wallet_viewkey_label">Private view-key</string>
<string name="wallet_viewkey_desc">Anyone with your private view-key can see all incoming transactions!</string>
<string name="wallet_restore_height_label">Restore height</string>
<string name="block_height">Block Height</string>
<string name="use_password_as_seed_offset">Use password as seed offset</string>
<string name="use_password_as_seed_offset">Use passphrase as seed offset</string>
<string name="subbaddress_info_subtitle" translatable="false">#%1$d: %2$s</string>
<string name="previous_addresses">Previous addresses</string>
<string name="donate_label">Donate to Mysu</string>