diff options
| author | Carson Fleming <[email protected]> | 2025-01-01 21:52:11 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2025-01-01 21:52:11 -0800 |
| commit | dabf5e030c5a894ce7a1b02a35547e9d2abef93a (patch) | |
| tree | 998c9f706cd548118437a11effc9a8f88a53e42c /localization | |
| parent | 389139c1749904477a22644248ba25f46485827e (diff) | |
| download | rc-inbox-settings-dabf5e030c5a894ce7a1b02a35547e9d2abef93a.tar.gz | |
prototyping key import
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index b70397f..1aec5fa 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -18,6 +18,7 @@ $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; $labels['comment_placeholder'] = 'A comment to remember this key by'; $labels['paste_key_data'] = 'Paste ASCII-armored PGP public key(s) here. Please do not upload private keys.'; +$labels['invalid_pgp_data'] = 'Imported key contains invalid PGP data'; $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...'; |
