diff options
| author | Carson Fleming <[email protected]> | 2025-01-02 01:06:13 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2025-01-02 01:06:13 -0800 |
| commit | cbdfa29d284a2402ef814d71b988e3afe02d8878 (patch) | |
| tree | 42406ff111a1cfe3f638e169d906a39b04a55061 /localization | |
| parent | 387e6f45dd081f927ddb3c8028bda54a17a9fe2e (diff) | |
| download | rc-inbox-settings-cbdfa29d284a2402ef814d71b988e3afe02d8878.tar.gz | |
add client-side key generation
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/en_US.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index 3e042f1..7b7fb05 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -17,9 +17,11 @@ $labels['no_keys'] = 'There are no encryption keys associated with your account $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; $labels['comment_placeholder'] = 'A comment to remember this key by'; +$labels['generating_key'] = 'Generating an encryption key'; $labels['paste_key_data'] = 'Paste ASCII-armored PGP public key(s) here. Please do not upload private keys.'; $labels['invalid_pgp_data'] = 'Imported blob does not contain valid PGP data, or contains private keys'; $labels['no_key_data'] = 'Imported blob does not contain any PGP public keys'; +$labels['importing_key'] = 'Importing encryption key(s)'; $labels['keys_imported'] = 'Encryption key(s) added'; $labels['confirm_delete_key'] = 'Are you sure you want to remove this encryption key from your account?'; $labels['deleting_key'] = 'Removing encryption key...'; |
